📄 myfile.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 132
BorderStyle = bsDialog
Caption = #23383#24211#29983#25104#31243#24207'V1.0'#29256
ClientHeight = 455
ClientWidth = 319
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 = 6
Top = 133
Width = 299
Height = 13
AutoSize = False
Caption = 'D:\C++Builder'
FocusControl = FileListBox1
end
object DriveComboBox1: TDriveComboBox
Left = 7
Top = 0
Width = 145
Height = 19
DirList = DirectoryListBox1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 7
Top = 24
Width = 145
Height = 100
DirLabel = Label1
FileList = FileListBox1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
IntegralHeight = True
ItemHeight = 16
TabOrder = 1
OnDblClick = DirectoryListBox1DblClick
end
object FilterComboBox1: TFilterComboBox
Left = 159
Top = 0
Width = 153
Height = 21
FileList = FileListBox1
Filter =
'C'#28304#25991#20214'(*.c;*.h)|*.c;*.h|C++'#28304#25991#20214'(*.cpp;*.h)|*.cpp;*.h|All files (*.*' +
')|*.*'
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 2
end
object FileListBox1: TFileListBox
Left = 159
Top = 24
Width = 153
Height = 100
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
IntegralHeight = True
ItemHeight = 16
Mask = '*.c;*.h'
MultiSelect = True
ShowGlyphs = True
TabOrder = 3
OnDblClick = FileListBox1DblClick
end
object ListBox1: TListBox
Left = 7
Top = 176
Width = 305
Height = 121
Columns = 1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
IntegralHeight = True
ItemHeight = 13
TabOrder = 4
OnDblClick = ListBox1DblClick
end
object Button1: TButton
Left = 87
Top = 150
Width = 137
Height = 24
Caption = #36873#20013#30340#35201#25195#25551#30340#25991#20214
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 367
Width = 65
Height = 50
Caption = #29983#25104#23383#24211
TabOrder = 6
OnClick = Button2Click
end
object RadioGroup1: TRadioGroup
Left = 7
Top = 312
Width = 130
Height = 137
Caption = #23383#24211#24418#24335
Items.Strings = (
'0'#24230#26059#36716
#39034#26102#38024'90'#24230#26059#36716
'180'#24230#26059#36716
#36870#26102#38024'90'#24230#26059#36716
#32437#21521#21462#27169'('#22825#39532#28082#26230')')
TabOrder = 7
end
object CheckBox1: TCheckBox
Left = 152
Top = 424
Width = 153
Height = 17
Caption = #23383#20307#28857#38453#21069#38468#27721#23383#20869#30721
Checked = True
State = cbChecked
TabOrder = 8
end
object Edit1: TEdit
Left = 248
Top = 315
Width = 65
Height = 37
TabStop = False
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
TabOrder = 9
Text = '0'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -