📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 112
Width = 979
Height = 563
Caption = 'Form1'
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 Image1: TImage
Left = 48
Top = 48
Width = 497
Height = 369
end
object BitBtn1: TBitBtn
Left = 656
Top = 80
Width = 73
Height = 33
Caption = 'BitBtn1'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 656
Top = 128
Width = 73
Height = 33
Caption = 'BitBtn2'
TabOrder = 1
OnClick = BitBtn2Click
end
object Button1: TButton
Left = 784
Top = 80
Width = 97
Height = 73
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 592
Top = 24
end
object SavePictureDialog1: TSavePictureDialog
Left = 640
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -