?? unit1.dfm
字號:
object Form1: TForm1
Left = 201
Top = 116
BorderStyle = bsDialog
Caption = 'Make cramfs'
ClientHeight = 369
ClientWidth = 225
Color = clSilver
Ctl3D = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 8
Top = 304
Width = 209
Height = 17
AutoSize = False
Caption = 'E:\BCBC\cramfs'
Color = 16744576
ParentColor = False
end
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 8
Width = 209
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 32
Width = 209
Height = 265
DirLabel = Label2
ItemHeight = 16
TabOrder = 1
end
object Button1: TButton
Left = 8
Top = 336
Width = 73
Height = 25
Caption = 'Make'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 336
Width = 73
Height = 25
Caption = 'Quit'
TabOrder = 3
OnClick = Button2Click
end
object SaveDialog1: TSaveDialog
Ctl3D = False
DefaultExt = 'cramfs'
Filter = 'Image Files (*.cramfs)|*.cramfs'
Left = 144
Top = 232
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -