?? module.dfm
字號:
object Form1: TForm1
Left = 256
Top = 163
Width = 705
Height = 454
AutoSize = True
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 184
Width = 72
Height = 13
Caption = 'module_enable'
end
object Label2: TLabel
Left = 144
Top = 184
Width = 84
Height = 13
Caption = 'module_part_num'
end
object Label3: TLabel
Left = 288
Top = 184
Width = 92
Height = 13
Caption = 'module_manu_num'
end
object Label4: TLabel
Left = 432
Top = 184
Width = 66
Height = 13
Caption = 'module_name'
end
object Label5: TLabel
Left = 576
Top = 184
Width = 56
Height = 13
Caption = 'module_site'
end
object Label6: TLabel
Left = 0
Top = 224
Width = 48
Height = 13
Caption = 'module_id'
end
object Label7: TLabel
Left = 144
Top = 224
Width = 110
Height = 13
Caption = 'module_address_sectA'
end
object Label8: TLabel
Left = 288
Top = 224
Width = 110
Height = 13
Caption = 'module_address_sectB'
end
object Label9: TLabel
Left = 432
Top = 224
Width = 110
Height = 13
Caption = 'module_address_sectC'
end
object Label10: TLabel
Left = 576
Top = 224
Width = 111
Height = 13
Caption = 'module_address_sectD'
end
object Label11: TLabel
Left = 0
Top = 264
Width = 58
Height = 13
Caption = 'module_port'
end
object Label12: TLabel
Left = 144
Top = 264
Width = 66
Height = 13
Caption = 'module_in_ch'
end
object Label13: TLabel
Left = 288
Top = 264
Width = 70
Height = 13
Caption = 'module_in_bits'
end
object Label14: TLabel
Left = 432
Top = 264
Width = 110
Height = 13
Caption = 'module_in_min_interval'
end
object Label15: TLabel
Left = 576
Top = 264
Width = 73
Height = 13
Caption = 'module_out_ch'
end
object Label16: TLabel
Left = 0
Top = 304
Width = 77
Height = 13
Caption = 'module_out_bits'
end
object Label17: TLabel
Left = 144
Top = 304
Width = 106
Height = 13
Caption = 'module_out_max_estb'
end
object Label18: TLabel
Left = 288
Top = 304
Width = 108
Height = 13
Caption = 'module_operate_mode'
end
object Label20: TLabel
Left = 432
Top = 304
Width = 80
Height = 13
Caption = 'last_upd_db_site'
end
object Label21: TLabel
Left = 0
Top = 344
Width = 72
Height = 13
Caption = 'last_upd_db_id'
end
object Label22: TLabel
Left = 144
Top = 344
Width = 76
Height = 13
Caption = 'rstat_type_code'
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 697
Height = 169
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
end
object btn_view: TButton
Left = 0
Top = 392
Width = 100
Height = 30
Caption = #26597#30475
TabOrder = 1
OnClick = btn_viewClick
end
object btn_add: TButton
Left = 144
Top = 392
Width = 100
Height = 30
Caption = #28155#21152
TabOrder = 2
OnClick = btn_addClick
end
object btn_edit: TButton
Left = 288
Top = 392
Width = 100
Height = 30
Caption = #20462#25913
TabOrder = 3
OnClick = btn_editClick
end
object btn_del: TButton
Left = 440
Top = 392
Width = 100
Height = 30
Caption = #21024#38500
TabOrder = 4
OnClick = btn_delClick
end
object btn_quit: TButton
Left = 584
Top = 392
Width = 100
Height = 30
Caption = #36864#20986
TabOrder = 5
OnClick = btn_quitClick
end
object enable: TEdit
Left = 0
Top = 200
Width = 80
Height = 21
TabOrder = 6
end
object part_num: TEdit
Left = 144
Top = 200
Width = 80
Height = 21
TabOrder = 7
end
object manu_num: TEdit
Left = 288
Top = 200
Width = 80
Height = 21
TabOrder = 8
end
object name: TEdit
Left = 432
Top = 200
Width = 80
Height = 21
TabOrder = 9
end
object site: TEdit
Left = 576
Top = 200
Width = 80
Height = 21
TabOrder = 10
end
object id: TEdit
Left = 0
Top = 240
Width = 80
Height = 21
TabOrder = 11
end
object add_sectA: TEdit
Left = 144
Top = 240
Width = 80
Height = 21
TabOrder = 12
end
object add_sectB: TEdit
Left = 288
Top = 240
Width = 80
Height = 21
TabOrder = 13
end
object add_sectC: TEdit
Left = 432
Top = 240
Width = 80
Height = 21
TabOrder = 14
end
object add_sectD: TEdit
Left = 576
Top = 240
Width = 80
Height = 21
TabOrder = 15
end
object port: TEdit
Left = 0
Top = 280
Width = 80
Height = 21
TabOrder = 16
end
object in_ch: TEdit
Left = 144
Top = 280
Width = 80
Height = 21
TabOrder = 17
end
object in_bits: TEdit
Left = 288
Top = 280
Width = 80
Height = 21
TabOrder = 18
end
object in_min_interval: TEdit
Left = 432
Top = 280
Width = 80
Height = 21
TabOrder = 19
end
object out_ch: TEdit
Left = 576
Top = 280
Width = 80
Height = 21
TabOrder = 20
end
object out_bits: TEdit
Left = 0
Top = 320
Width = 80
Height = 21
TabOrder = 21
end
object out_max_estb: TEdit
Left = 144
Top = 320
Width = 80
Height = 21
TabOrder = 22
end
object operate_mode: TEdit
Left = 288
Top = 320
Width = 80
Height = 21
TabOrder = 23
end
object db_site: TEdit
Left = 432
Top = 320
Width = 80
Height = 21
TabOrder = 24
end
object db_id: TEdit
Left = 0
Top = 360
Width = 80
Height = 21
TabOrder = 25
end
object type_code: TEdit
Left = 144
Top = 360
Width = 80
Height = 21
TabOrder = 26
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 440
Top = 104
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=m200;Data Source=EB7BB3491876423'
Parameters = <>
Left = 536
Top = 104
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -