?? unit2.dfm
字號:
object frmCreate: TfrmCreate
Left = 436
Top = 252
BorderStyle = bsDialog
Caption = 'Create Virtual Stream Storage'
ClientHeight = 211
ClientWidth = 508
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 49
Height = 13
Caption = 'File name:'
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 369
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 384
Top = 24
Width = 75
Height = 25
Caption = 'Browse...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 158
Top = 174
Width = 75
Height = 25
Caption = 'Create'
Enabled = False
ModalResult = 1
TabOrder = 2
OnClick = Button2Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 52
Width = 485
Height = 59
Caption = 'Compression'
TabOrder = 3
object Label2: TLabel
Left = 142
Top = 26
Width = 90
Height = 13
Caption = 'Compressing level:'
end
object ComboBox1: TComboBox
Left = 234
Top = 20
Width = 145
Height = 21
Style = csDropDownList
Enabled = False
ItemHeight = 13
ItemIndex = 2
TabOrder = 0
Text = 'Default'
Items.Strings = (
'None'
'Fastest'
'Default'
'Max')
end
object CheckBox1: TCheckBox
Left = 14
Top = 24
Width = 97
Height = 17
Caption = 'Enabled'
TabOrder = 1
OnClick = CheckBox1Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 114
Width = 487
Height = 47
Caption = 'Dimension'
TabOrder = 4
object Label3: TLabel
Left = 8
Top = 20
Width = 110
Height = 13
Caption = 'Max storage size (Mb):'
end
object ComboBox2: TComboBox
Left = 122
Top = 16
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 0
Text = '64'
Items.Strings = (
'64'
'128'
'256'
'512'
'1024'
'2048')
end
end
object Button3: TButton
Left = 238
Top = 174
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object SaveDialog1: TSaveDialog
DefaultExt = 'vs'
Filter = 'Vistual Stream file|*.vs'
Left = 294
Top = 134
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -