📄 rzchecklisttabstopeditor.dfm
字号:
object RzCheckListTabStopEditDlg: TRzCheckListTabStopEditDlg
Left = 195
Top = 115
BorderStyle = bsDialog
Caption = 'Tab Stop Editor'
ClientHeight = 344
ClientWidth = 410
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BtnOK: TRzButton
Left = 243
Top = 312
Default = True
ModalResult = 1
Caption = 'OK'
HotTrack = True
TabOrder = 2
end
object BtnCancel: TRzButton
Left = 326
Top = 312
Cancel = True
ModalResult = 2
Caption = 'Cancel'
HotTrack = True
TabOrder = 3
end
object GrpPreview: TRzGroupBox
Left = 8
Top = 8
Width = 393
Height = 141
Caption = 'Preview'
TabOrder = 4
object LstPreview: TRzCheckList
Left = 9
Top = 20
Width = 376
Height = 113
FrameVisible = True
HorzExtent = 21
HorzScrollBar = True
ItemHeight = 13
TabOrder = 0
end
end
object GrpTabStops: TRzGroupBox
Left = 8
Top = 204
Width = 393
Height = 97
Caption = 'Edit Tab Stops'
TabOrder = 1
object LblMin: TRzLabel
Left = 167
Top = 41
Width = 22
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '0'
ParentColor = False
end
object LblMax: TRzLabel
Left = 363
Top = 41
Width = 22
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '100'
ParentColor = False
end
object Label3: TRzLabel
Left = 232
Top = 41
Width = 64
Height = 13
Caption = 'Tab Stop #'
ParentColor = False
end
object LblTabNum: TRzLabel
Left = 296
Top = 41
Width = 7
Height = 13
Caption = '0'
ParentColor = False
end
object LstTabs: TRzListBox
Left = 88
Top = 20
Width = 69
Height = 69
FrameVisible = True
ItemHeight = 13
TabOrder = 0
OnClick = LstTabsClick
end
object BtnAdd: TRzButton
Left = 8
Top = 20
Width = 70
Caption = 'Add'
HotTrack = True
TabOrder = 1
OnClick = BtnAddClick
end
object BtnDelete: TRzButton
Left = 8
Top = 52
Width = 70
Caption = 'Delete'
Enabled = False
HotTrack = True
TabOrder = 2
OnClick = BtnDeleteClick
end
object ChkRightAligned: TRzCheckBox
Left = 176
Top = 18
Width = 97
Height = 17
Caption = 'Right Aligned'
HotTrack = True
State = cbUnchecked
TabOrder = 3
OnClick = ChkRightAlignedClick
end
object TrkTabPos: TRzTrackBar
Left = 169
Top = 59
Width = 217
Height = 28
Position = 0
ShowTicks = False
TrackOffset = 10
OnChange = TrkTabPosChange
Enabled = False
TabOrder = 4
end
end
object GrpTabStopsMode: TRzRadioGroup
Left = 8
Top = 156
Width = 393
Height = 41
Caption = 'TabStops Mode'
Columns = 2
ItemHotTrack = True
Items.Strings = (
'Manual'
'Automatic')
TabOrder = 0
OnClick = GrpTabStopsModeClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -