runform.dfm
来自「16 relay output channels and 16 isolated」· DFM 代码 · 共 77 行
DFM
77 行
object frmRun: TfrmRun
Left = 510
Top = 219
BorderStyle = bsDialog
Caption = 'Pulse Output Demo'
ClientHeight = 185
ClientWidth = 265
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object txtCountRead: TEdit
Left = 16
Top = 8
Width = 217
Height = 64
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -49
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '1'
end
object CmdExit: TButton
Left = 88
Top = 144
Width = 89
Height = 33
Caption = 'Exit'
TabOrder = 1
OnClick = CmdExitClick
end
object GroupSample: TGroupBox
Left = 16
Top = 80
Width = 217
Height = 57
Caption = 'Gate Period '
TabOrder = 2
object labStart: TLabel
Left = 16
Top = 40
Width = 6
Height = 13
Caption = '1'
end
object labEnd: TLabel
Left = 168
Top = 40
Width = 40
Height = 13
Caption = '1000 ms'
end
object hscrFreq: TScrollBar
Left = 16
Top = 16
Width = 193
Height = 17
LargeChange = 10
Max = 1000
Min = 1
PageSize = 0
Position = 1
TabOrder = 0
OnChange = hscrFreqChange
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?