📄 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 + -