?? issueliststyles.dfm
字號:
object IssueListStylesForm: TIssueListStylesForm
Left = 381
Top = 255
BorderStyle = bsDialog
Caption = 'Predefined stylesheets'
ClientHeight = 338
ClientWidth = 271
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object lbPredefinedStyleSheets: TcxListBox
Left = 0
Top = 0
Width = 193
Height = 338
Align = alLeft
ItemHeight = 13
TabOrder = 0
OnClick = lbPredefinedStyleSheetsClick
end
object btnEdit: TcxButton
Left = 200
Top = 32
Width = 65
Height = 20
Caption = 'Edit...'
TabOrder = 1
OnClick = btnEditClick
end
object cxButton1: TcxButton
Left = 200
Top = 56
Width = 65
Height = 20
Caption = 'Load...'
TabOrder = 2
OnClick = cxButton1Click
end
object cxButton2: TcxButton
Left = 200
Top = 80
Width = 65
Height = 20
Caption = 'Save...'
TabOrder = 3
OnClick = cxButton2Click
end
object btnClear: TcxButton
Left = 200
Top = 8
Width = 65
Height = 20
Caption = 'Clear'
TabOrder = 4
OnClick = btnClearClick
end
object OpenDialog: TOpenDialog
DefaultExt = '*.ini'
Filter = '*.ini|*.ini'
FilterIndex = 0
Options = [ofHideReadOnly, ofExtensionDifferent, ofEnableSizing]
Left = 24
Top = 16
end
object SaveDialog: TSaveDialog
DefaultExt = '*.ini'
Filter = '*.ini|*.ini'
Left = 56
Top = 16
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -