📄 tmcntset.dfm
字号:
object Form1: TForm1
Left = 334
Top = 166
Width = 452
Height = 292
Caption = 'Advantech Driver Demo: Timer Counter'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 425
Height = 65
Caption = 'Device Selection'
TabOrder = 0
object editDevName: TEdit
Left = 8
Top = 24
Width = 297
Height = 25
TabOrder = 0
end
object btnSelDev: TButton
Left = 325
Top = 24
Width = 81
Height = 25
Caption = 'Select &Device'
TabOrder = 1
OnClick = btnSelDevClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 80
Width = 425
Height = 89
Caption = 'Timer Interval Set'
TabOrder = 1
object labRealTimer: TLabel
Left = 10
Top = 58
Width = 97
Height = 17
Caption = 'Real Timer Interval'
end
object labUnit: TLabel
Left = 224
Top = 61
Width = 11
Height = 13
Caption = 'us'
end
object Label2: TLabel
Left = 341
Top = 32
Width = 78
Height = 13
Caption = 'from 20us to 51s'
end
object btnSetTimer: TButton
Left = 8
Top = 25
Width = 97
Height = 24
Caption = ' Set'
TabOrder = 0
OnClick = btnSetTimerClick
end
object editTimerInt: TEdit
Left = 120
Top = 26
Width = 97
Height = 22
TabOrder = 1
Text = '20'
end
object editRealTimerInt: TEdit
Left = 120
Top = 55
Width = 97
Height = 22
Enabled = False
TabOrder = 2
end
object GroupBox3: TGroupBox
Left = 224
Top = 20
Width = 113
Height = 30
TabOrder = 3
object rdoUs: TRadioButton
Left = 8
Top = 9
Width = 41
Height = 17
Caption = 'us'
TabOrder = 0
OnClick = rdoUsClick
end
object rdoMs: TRadioButton
Left = 44
Top = 10
Width = 41
Height = 17
Caption = 'ms'
TabOrder = 1
OnClick = rdoMsClick
end
object rdoS: TRadioButton
Left = 81
Top = 10
Width = 24
Height = 17
Caption = 's'
TabOrder = 2
OnClick = rdoSClick
end
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 176
Width = 329
Height = 73
Caption = 'Enable Event'
TabOrder = 2
object Label1: TLabel
Left = 11
Top = 26
Width = 62
Height = 13
Caption = 'Event Count:'
end
object editEventCount: TEdit
Left = 120
Top = 24
Width = 97
Height = 21
TabOrder = 0
end
object btnEnable: TButton
Left = 232
Top = 10
Width = 81
Height = 25
Caption = 'Enable'
TabOrder = 1
OnClick = btnEnableClick
end
object btnDisable: TButton
Left = 232
Top = 40
Width = 81
Height = 25
Caption = 'Disable'
TabOrder = 2
OnClick = btnDisableClick
end
end
object btnClose: TButton
Left = 349
Top = 216
Width = 81
Height = 25
Caption = 'Close'
TabOrder = 3
OnClick = btnCloseClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -