?? search_frm.dfm
字號:
object fmSearch: TfmSearch
Left = 254
Top = 278
BorderStyle = bsDialog
Caption = 'fmSearch'
ClientHeight = 274
ClientWidth = 435
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = 'Search string : '
end
object Button1: TButton
Left = 352
Top = 26
Width = 75
Height = 25
Caption = '&Search'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object AutoCloseBox: TCheckBox
Left = 8
Top = 240
Width = 337
Height = 17
Caption = '&Auto close'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = AutoCloseBoxClick
end
object Button4: TButton
Left = 352
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
TabOrder = 2
OnClick = Button4Click
end
object CheckTreeView1: TJvCheckTreeView
Left = 8
Top = 52
Width = 337
Height = 181
Indent = 19
ReadOnly = True
ShowRoot = False
TabOrder = 3
OnCustomDrawItem = CheckTreeView1CustomDrawItem
LineColor = clScrollBar
Checkboxes = True
CheckBoxOptions.Style = cbsNative
CheckBoxOptions.CascadeLevels = 1
end
object Edit1: TEdit
Left = 8
Top = 28
Width = 337
Height = 21
TabOrder = 4
Text = 'Edit1'
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -