📄 main.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
BiDiMode = bdLeftToRight
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ParentBiDiMode = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 104
Width = 73
Height = 57
end
object Image2: TImage
Left = 96
Top = 104
Width = 73
Height = 57
end
object Button1: TButton
Left = 8
Top = 16
Width = 57
Height = 33
Caption = 'OPEN'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 16
Width = 81
Height = 33
Caption = 'Exit'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 344
Top = 50
Width = 49
Height = 41
Caption = 'RESIZE'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 120
Top = 16
Width = 57
Height = 33
Caption = 'SAVE'
TabOrder = 3
OnClick = Button4Click
end
object Panel1: TPanel
Left = 8
Top = 50
Width = 329
Height = 41
TabOrder = 4
object Label1: TLabel
Left = 8
Top = 12
Width = 20
Height = 13
Caption = 'Size'
end
object Label2: TLabel
Left = 40
Top = 12
Width = 28
Height = 16
Caption = '0 X 0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 104
Top = 12
Width = 32
Height = 13
Caption = 'Resize'
end
object Label4: TLabel
Left = 256
Top = 16
Width = 27
Height = 13
Caption = 'Zoom'
end
object Edit1: TEdit
Left = 144
Top = 8
Width = 49
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '0'
end
object Edit2: TEdit
Left = 200
Top = 8
Width = 49
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '0'
end
object Edit3: TEdit
Left = 288
Top = 8
Width = 33
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
Text = '1.0'
end
end
object Button5: TButton
Left = 64
Top = 16
Width = 57
Height = 33
Caption = 'CLOSE'
TabOrder = 5
OnClick = Button5Click
end
object Button6: TButton
Left = 392
Top = 50
Width = 49
Height = 41
Caption = 'Zoom'
TabOrder = 6
OnClick = Button6Click
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 648
Top = 8
end
object SavePictureDialog1: TSavePictureDialog
Left = 648
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -