copy1.dfm
来自「Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.」· DFM 代码 · 共 86 行
DFM
86 行
object Form1: TForm1
Left = 298
Top = 99
Width = 422
Height = 346
Caption = #25991#20214#25335#36125
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 = 56
Top = 176
Width = 48
Height = 13
Caption = #28304#25991#20214#65306
end
object Label2: TLabel
Left = 44
Top = 208
Width = 60
Height = 13
Caption = #30446#26631#25991#20214#65306
end
object lbMesg: TLabel
Left = 40
Top = 248
Width = 49
Height = 13
end
object edtSFile: TEdit
Left = 120
Top = 176
Width = 241
Height = 21
TabOrder = 0
end
object edtTFile: TEdit
Left = 120
Top = 208
Width = 241
Height = 21
TabOrder = 1
end
object btnOK: TButton
Left = 160
Top = 280
Width = 81
Height = 25
Caption = #24320#22987#22797#21046
TabOrder = 2
OnClick = CopyOK
end
object DirectoryListBox1: TDirectoryListBox
Left = 16
Top = 40
Width = 169
Height = 121
ItemHeight = 16
TabOrder = 3
OnChange = DirChange
end
object FileListBox1: TFileListBox
Left = 192
Top = 16
Width = 209
Height = 145
ItemHeight = 13
TabOrder = 4
OnDblClick = FileListBoxDbClick
end
object DriveComboBox1: TDriveComboBox
Left = 16
Top = 16
Width = 169
Height = 19
TabOrder = 5
OnChange = SlectChange
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?