📄 iwgallery.dfm
字号:
object Gallery: TGallery
Left = 756
Top = 184
BorderStyle = bsDialog
Caption = 'Gallery'
ClientHeight = 306
ClientWidth = 440
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 11
Top = 8
Width = 102
Height = 13
Caption = 'Available preferences'
end
object Label2: TLabel
Left = 168
Top = 8
Width = 38
Height = 13
Caption = 'Preview'
end
object Label3: TLabel
Left = 8
Top = 256
Width = 84
Height = 13
Caption = 'Preference name:'
end
object Button1: TButton
Left = 8
Top = 224
Width = 75
Height = 25
Caption = 'Add'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 88
Top = 224
Width = 75
Height = 25
Caption = 'Delete'
TabOrder = 1
OnClick = Button2Click
end
object ListBox1: TListBox
Left = 8
Top = 24
Width = 153
Height = 193
ItemHeight = 13
TabOrder = 2
OnClick = ListBox1Click
end
object Panel1: TPanel
Left = 168
Top = 24
Width = 265
Height = 193
TabOrder = 3
object TIWGIFPreview1: TTIWGIFPreview
Left = 1
Top = 1
Width = 263
Height = 191
Animate = False
Picture.Stretch = False
Picture.Frame = 0
PicturePosition = bpTopLeft
Align = alClient
end
end
object Button3: TButton
Left = 270
Top = 272
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 358
Top = 272
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object Edit1: TEdit
Left = 8
Top = 272
Width = 201
Height = 21
TabOrder = 6
end
object IWPropertyPersister1: TIWPropertyPersister
IgnoreProperties.Strings = (
'Top'
'Left'
'Width'
'Height'
'Tag'
'TabOrder'
'TabStop'
'Cursor'
'ExtraTagParams'
'Anchors'
'Cursor'
'Align'
'Name'
'DataSource'
'DataField')
Left = 168
Top = 224
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -