📄 settingform.dfm
字号:
object DISettingDlg: TDISettingDlg
Left = 223
Top = 258
BorderStyle = bsDialog
Caption = 'Dialog'
ClientHeight = 312
ClientWidth = 451
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object labInfo: TLabel
Left = 16
Top = 8
Width = 32
Height = 13
Caption = 'labInfo'
end
object Label1: TLabel
Left = 16
Top = 40
Width = 56
Height = 13
Caption = 'DI Channel:'
end
object Label2: TLabel
Left = 376
Top = 48
Width = 36
Height = 13
Caption = 'DI Port:'
end
object OKBtn: TButton
Left = 292
Top = 8
Width = 69
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object chklstChan: TCheckListBox
Left = 8
Top = 64
Width = 353
Height = 233
Columns = 5
ItemHeight = 13
TabOrder = 1
end
object chklstPort: TCheckListBox
Left = 376
Top = 64
Width = 57
Height = 233
OnClickCheck = chklstPortClickCheck
ItemHeight = 13
TabOrder = 2
end
object CANCELBtn: TButton
Left = 368
Top = 8
Width = 67
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -