📄 imagewin.dfm
字号:
object ImageForm: TImageForm
Left = 213
Top = 119
ActiveControl = FileEdit
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Image Viewer'
ClientHeight = 315
ClientWidth = 502
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poDefaultPosOnly
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 316
Top = 5
Width = 171
Height = 121
end
object Bevel2: TBevel
Left = 317
Top = 132
Width = 170
Height = 177
end
object Label1: TLabel
Left = 328
Top = 8
Width = 60
Height = 13
Caption = #22270#29255#39044#35272#65306
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 12
Width = 148
Height = 260
FileList = FileListBox1
IntegralHeight = True
ItemHeight = 16
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 9
Top = 277
Width = 148
Height = 19
DirList = DirectoryListBox1
TabOrder = 3
end
object FileEdit: TEdit
Left = 166
Top = 13
Width = 139
Height = 21
TabOrder = 0
Text = '*.bmp;*.ico;*.wmf;*.emf'
end
object UpDownGroup: TGroupBox
Left = 323
Top = 158
Width = 154
Height = 60
Caption = 'Up / Down'
TabOrder = 5
object SpeedButton1: TSpeedButton
Left = 116
Top = 26
Width = 25
Height = 25
AllowAllUp = True
GroupIndex = 1
end
object BitBtn1: TBitBtn
Left = 12
Top = 18
Width = 92
Height = 33
Caption = 'BitBtn1'
TabOrder = 0
end
end
object DisabledGrp: TGroupBox
Left = 323
Top = 220
Width = 154
Height = 60
Caption = 'Disabled'
TabOrder = 7
object SpeedButton2: TSpeedButton
Left = 116
Top = 25
Width = 25
Height = 25
Enabled = False
end
object BitBtn2: TBitBtn
Left = 11
Top = 18
Width = 92
Height = 33
Caption = 'BitBtn2'
Enabled = False
TabOrder = 0
end
end
object Panel1: TPanel
Left = 324
Top = 27
Width = 153
Height = 68
BevelInner = bvLowered
TabOrder = 8
object Image1: TImage
Left = 2
Top = 2
Width = 149
Height = 64
Align = alClient
end
end
object FileListBox1: TFileListBox
Left = 166
Top = 41
Width = 139
Height = 227
FileEdit = FileEdit
ItemHeight = 13
Mask = '*.bmp;*.ico;*.wmf;*.emf'
TabOrder = 2
OnClick = FileListBox1Click
end
object ViewBtn: TBitBtn
Left = 325
Top = 98
Width = 63
Height = 24
Caption = #25918#22823#26174#31034
TabOrder = 6
OnClick = ViewBtnClick
end
object FilterComboBox1: TFilterComboBox
Left = 166
Top = 275
Width = 140
Height = 21
FileList = FileListBox1
Filter =
'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
'|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
', *.emf)|*.wmf;*.emf|All files (*.*)|*.*'
TabOrder = 4
end
object GlyphCheck: TCheckBox
Left = 327
Top = 137
Width = 104
Height = 17
Caption = 'View as Glyph'
TabOrder = 9
OnClick = GlyphCheckClick
end
object StretchCheck: TCheckBox
Left = 413
Top = 96
Width = 64
Height = 17
Caption = #25289#20280#26174#31034
TabOrder = 10
OnClick = StretchCheckClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -