📄 formstar.dfm
字号:
object frmstart: Tfrmstart
Left = 398
Top = 126
BorderStyle = bsDialog
Caption = 'Event Count Demo Program'
ClientHeight = 276
ClientWidth = 291
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object labSelDev: TLabel
Left = 16
Top = 8
Width = 130
Height = 13
Caption = ' Select a DeviceFrom List'
end
object labModule: TLabel
Left = 16
Top = 96
Width = 85
Height = 13
Caption = ' Select a module'
end
object labChannel: TLabel
Left = 16
Top = 176
Width = 66
Height = 13
Caption = 'Input Channel'
end
object labGateMode: TLabel
Left = 88
Top = 176
Width = 53
Height = 13
Caption = 'Gate Mode'
end
object lstDevice: TListBox
Left = 16
Top = 24
Width = 257
Height = 65
ItemHeight = 13
TabOrder = 0
OnClick = lstDeviceClick
end
object lstModule: TListBox
Left = 16
Top = 112
Width = 257
Height = 57
ItemHeight = 13
TabOrder = 1
OnClick = lstModuleClick
end
object cmdRun: TButton
Left = 216
Top = 176
Width = 57
Height = 33
Caption = '&Run'
TabOrder = 2
OnClick = cmdRunClick
end
object lstChannel: TListBox
Left = 16
Top = 192
Width = 65
Height = 65
ItemHeight = 13
TabOrder = 3
end
object lstGateMode: TListBox
Left = 88
Top = 192
Width = 113
Height = 65
ItemHeight = 13
TabOrder = 4
end
object cmdExit: TButton
Left = 216
Top = 224
Width = 57
Height = 33
Caption = '&Exit'
TabOrder = 5
OnClick = cmdExitClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -