unit1.~dfm
来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· ~DFM 代码 · 共 136 行
~DFM
136 行
object Form1: TForm1
Left = 365
Top = 288
Width = 508
Height = 408
Caption = #25991#20214#30340#25171#24320#21644#20851#38381
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 Label2: TLabel
Left = 208
Top = 120
Width = 92
Height = 20
Caption = #25991#20214#20869#23481' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 56
Top = 24
Width = 140
Height = 20
Caption = 'Load file from here '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 208
Top = 48
Width = 88
Height = 20
Caption = #25991#20214#22823#23567' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 304
Top = 304
Width = 65
Height = 33
Caption = #30830#35748
TabOrder = 0
OnClick = Button1Click
end
object DriveComboBox1: TDriveComboBox
Left = 56
Top = 56
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 1
end
object DirectoryListBox1: TDirectoryListBox
Left = 56
Top = 80
Width = 145
Height = 105
FileList = FileListBox1
ItemHeight = 16
TabOrder = 2
end
object FileListBox1: TFileListBox
Left = 56
Top = 192
Width = 145
Height = 97
ItemHeight = 13
TabOrder = 3
end
object Memo1: TMemo
Left = 312
Top = 120
Width = 153
Height = 161
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
TabOrder = 4
end
object Button2: TButton
Left = 128
Top = 304
Width = 65
Height = 33
Caption = #26174#31034
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 400
Top = 304
Width = 65
Height = 33
Caption = #20851#38381
TabOrder = 6
OnClick = Button3Click
end
object txtEdit: TEdit
Left = 312
Top = 48
Width = 145
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?