?? toolset.dfm
字號:
object ToolSettings: TToolSettings
Left = 344
Top = 133
BorderStyle = bsDialog
Caption = 'Tool Settings'
ClientHeight = 303
ClientWidth = 352
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 95
Height = 16
Caption = 'Name of Tool'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 72
Width = 68
Height = 16
Caption = 'FileName'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 136
Width = 81
Height = 16
Caption = 'Parameters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 200
Width = 125
Height = 16
Caption = 'Working Directory'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object ToolName: TEdit
Left = 16
Top = 32
Width = 273
Height = 21
TabOrder = 0
end
object FileButton: TButton
Left = 304
Top = 96
Width = 33
Height = 25
Caption = '...'
TabOrder = 1
OnClick = FileButtonClick
end
object OkButton: TBitBtn
Left = 160
Top = 264
Width = 81
Height = 25
TabOrder = 2
OnClick = OkButtonClick
Kind = bkOK
end
object Cancel: TBitBtn
Left = 256
Top = 264
Width = 81
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = CancelClick
Kind = bkCancel
end
object FileName: TEdit
Left = 16
Top = 96
Width = 273
Height = 21
TabOrder = 4
end
object Parameters: TEdit
Left = 16
Top = 160
Width = 273
Height = 21
TabOrder = 5
end
object WorkDir: TEdit
Left = 16
Top = 224
Width = 273
Height = 21
TabOrder = 6
end
object OpenDialog1: TOpenDialog
Left = 24
Top = 264
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -