📄 saveimage.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 370
Height = 393
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 192
Width = 353
Height = 169
Caption = #26174#31034#22270#20687
TabOrder = 0
object Image1: TImage
Left = 144
Top = 16
Width = 201
Height = 145
end
object ListBox1: TListBox
Left = 8
Top = 16
Width = 129
Height = 145
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 177
Caption = #23384#20648#22270#20687
TabOrder = 1
object Panel1: TPanel
Left = 8
Top = 16
Width = 209
Height = 153
TabOrder = 0
object Image2: TImage
Left = 8
Top = 8
Width = 193
Height = 137
end
end
object Button1: TButton
Left = 248
Top = 104
Width = 75
Height = 25
Caption = #36733#20837#22270#20687
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 248
Top = 136
Width = 75
Height = 25
Caption = #23384#20648#22270#20687
Enabled = False
TabOrder = 2
OnClick = Button2Click
end
end
object Table1: TTable
Left = 248
Top = 24
end
object OpenPictureDialog1: TOpenPictureDialog
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 248
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -