📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'BMP To Logo.h (Linux 2.4.x)'
ClientHeight = 290
ClientWidth = 337
Color = clSilver
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 8
Width = 320
Height = 240
end
object Button1: TButton
Left = 8
Top = 256
Width = 89
Height = 25
Caption = #25171#24320'BMP'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 256
Width = 89
Height = 25
Caption = #36716#25442'LOGO'
TabOrder = 1
OnClick = Button2Click
end
object OpenPictureDialog1: TOpenPictureDialog
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 192
Top = 256
end
object SaveDialog1: TSaveDialog
Ctl3D = False
Filter = 'H Files (*.h)|*.h'
Left = 160
Top = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -