📄 unitfrmmain.dfm
字号:
object Form1: TForm1
Left = 138
Top = 119
Width = 544
Height = 375
Caption = '更换壁纸'
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 SpeedButton1: TSpeedButton
Left = 8
Top = 16
Width = 121
Height = 22
Caption = '载入图片'
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 168
Top = 16
Width = 161
Height = 22
Caption = '更换壁纸'
OnClick = SpeedButton2Click
end
object Image1: TImage
Left = 40
Top = 72
Width = 105
Height = 105
AutoSize = True
end
object FileListBox1: TFileListBox
Left = 376
Top = 168
Width = 145
Height = 97
ItemHeight = 13
Mask = '*.bmp'
TabOrder = 0
end
object DriveComboBox1: TDriveComboBox
Left = 376
Top = 40
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 1
end
object DirectoryListBox1: TDirectoryListBox
Left = 376
Top = 64
Width = 145
Height = 97
FileList = FileListBox1
ItemHeight = 16
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -