?? ydcbjgl.dfm
字號:
object Fcbjgl: TFcbjgl
Left = 204
Top = 143
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '動態庫演示-抄表器'
ClientHeight = 210
ClientWidth = 335
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 34
Width = 52
Height = 13
Caption = '連接狀態'
end
object Label2: TLabel
Left = 18
Top = 12
Width = 39
Height = 13
Caption = '抄表員'
end
object Button8: TButton
Left = 216
Top = 167
Width = 105
Height = 25
Caption = '退出'
TabOrder = 0
OnClick = Button8Click
end
object Button9: TButton
Left = 216
Top = 6
Width = 105
Height = 25
Caption = '檢測串口'
TabOrder = 1
OnClick = Button9Click
end
object Edit3: TEdit
Left = 72
Top = 30
Width = 127
Height = 19
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
end
object Button10: TButton
Left = 216
Top = 39
Width = 105
Height = 25
Caption = '列抄表器文件'
TabOrder = 3
OnClick = Button10Click
end
object Edit5: TEdit
Left = 16
Top = 169
Width = 185
Height = 21
TabOrder = 4
Text = 'dian.dbf'
end
object Button11: TButton
Left = 216
Top = 71
Width = 105
Height = 25
Caption = '下傳到抄表器'
TabOrder = 5
OnClick = Button11Click
end
object Button12: TButton
Left = 216
Top = 103
Width = 105
Height = 25
Caption = '上傳到計算機'
TabOrder = 6
OnClick = Button12Click
end
object Button13: TButton
Left = 216
Top = 135
Width = 105
Height = 25
Caption = '刪除抄表器文件'
TabOrder = 7
OnClick = Button13Click
end
object ComboBox1: TComboBox
Left = 72
Top = 8
Width = 130
Height = 21
ItemHeight = 13
TabOrder = 8
end
object ListBox1: TListBox
Left = 16
Top = 56
Width = 185
Height = 105
ItemHeight = 13
TabOrder = 9
OnDblClick = ListBox1DblClick
end
object Table1: TTable
Exclusive = True
TableName = 'dian'
TableType = ttFoxPro
Left = 64
Top = 80
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -