?? dmstatic.pas
字號:
unit DMStatic;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables;
const
Plan_ydfkzx='用電負(fù)控中心';
Plan_yyglb='營業(yè)管理部';
Plan_txs='通信所';
Plan_dds='調(diào)度所';
Plan_jsjzx='計算機(jī)中心';
Plan_jlzx='計量中心';
Plan_khfwzx='客戶服務(wù)中心';
Plan_scb='生產(chǎn)部';
type
TDM_Static = class(TDataModule)
Qr_YkGcZx: TQuery;
anyqry: TQuery;
private
{ Private declarations }
public
{ Public declarations }
end;
var
DM_Static: TDM_Static;
implementation
uses SystemDM;
{$R *.DFM}
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -