📄 gifmain.dfm
字号:
end
object Bevel1: TBevel
Left = 106
Top = 11
Width = 69
Height = 21
end
object Bevel2: TBevel
Left = 106
Top = 35
Width = 69
Height = 21
end
object ScreenW: TLabel
Left = 111
Top = 14
Width = 58
Height = 15
AutoSize = False
Caption = '0'
end
object ScreenH: TLabel
Left = 111
Top = 38
Width = 58
Height = 15
AutoSize = False
Caption = '0'
end
object Label6: TLabel
Left = 7
Top = 64
Width = 69
Height = 13
Caption = 'Image Count: '
end
object ImageCount: TLabel
Left = 111
Top = 63
Width = 58
Height = 15
AutoSize = False
Caption = '0'
end
object Label7: TLabel
Left = 7
Top = 114
Width = 94
Height = 13
Caption = '&Background Color: '
FocusControl = BackColor
end
object Label14: TLabel
Left = 7
Top = 89
Width = 64
Height = 13
Caption = 'GIF Version: '
end
object GIFVersion: TLabel
Left = 111
Top = 88
Width = 58
Height = 15
AutoSize = False
Caption = '87a'
end
object LoopLbl: TRxLabel
Left = 27
Top = 167
Width = 74
Height = 13
Caption = '&Repeat Count: '
FocusControl = RepeatCnt
ShadowSize = 0
end
object TrailingComment: TMemo
Left = 4
Top = 229
Width = 176
Height = 96
ScrollBars = ssVertical
TabOrder = 4
OnChange = CommentChange
end
object BackColor: TComboEdit
Left = 106
Top = 110
Width = 69
Height = 21
Color = clBlack
DirectInput = False
GlyphKind = gkEllipsis
ButtonWidth = 17
MaxLength = 0
NumGlyphs = 1
TabOrder = 0
OnButtonClick = BackColorButtonClick
end
object RepeatCnt: TRxSpinEdit
Left = 106
Top = 163
Width = 67
Height = 21
ButtonKind = bkStandard
Decimal = 0
MaxValue = 30000
MaxLength = 5
TabOrder = 2
OnChange = LoopChange
end
object LoopBox: TCheckBox
Left = 4
Top = 140
Width = 97
Height = 17
Caption = '&Looping'
TabOrder = 1
OnClick = LoopChange
end
object RepeatForever: TCheckBox
Left = 27
Top = 191
Width = 97
Height = 17
Caption = 'Repeat &Forever'
Enabled = False
TabOrder = 3
OnClick = LoopChange
end
end
object ImageTab: TTabSheet
Caption = 'Image'
object Bevel4: TBevel
Left = 108
Top = 7
Width = 69
Height = 21
end
object Label3: TLabel
Left = 6
Top = 238
Width = 85
Height = 13
Caption = 'Image Comment: '
FocusControl = FrameComment
end
object Label8: TLabel
Left = 6
Top = 11
Width = 69
Height = 13
Caption = 'Image Width: '
end
object FrameW: TLabel
Left = 113
Top = 10
Width = 58
Height = 15
AutoSize = False
Caption = '0'
end
object Bevel5: TBevel
Left = 108
Top = 32
Width = 69
Height = 21
end
object FrameH: TLabel
Left = 113
Top = 35
Width = 58
Height = 15
AutoSize = False
Caption = '0'
end
object Label11: TLabel
Left = 6
Top = 37
Width = 72
Height = 13
Caption = 'Image Height: '
end
object Label9: TLabel
Left = 6
Top = 64
Width = 27
Height = 13
Caption = 'Left: '
FocusControl = ImageLeft
end
object Label10: TLabel
Left = 6
Top = 92
Width = 28
Height = 13
Caption = 'Top: '
FocusControl = ImageTop
end
object Label12: TLabel
Left = 6
Top = 120
Width = 95
Height = 13
Caption = 'Duration (1/100 s): '
FocusControl = DelayTime
end
object Label13: TLabel
Left = 6
Top = 144
Width = 85
Height = 13
Caption = 'Undraw Method: '
FocusControl = DisposalCombo
end
object TransColorLabel: TRxLabel
Left = 6
Top = 216
Width = 96
Height = 14
Caption = 'Transparent Color: '
Enabled = False
FocusControl = TransColor
ShadowSize = 0
end
object FrameComment: TMemo
Left = 1
Top = 254
Width = 180
Height = 71
ScrollBars = ssVertical
TabOrder = 6
OnChange = CommentChange
end
object ImageLeft: TRxSpinEdit
Left = 108
Top = 60
Width = 69
Height = 21
ButtonKind = bkStandard
Decimal = 0
MaxValue = 32767
TabOrder = 0
OnChange = TopLeftChange
end
object ImageTop: TRxSpinEdit
Left = 108
Top = 88
Width = 69
Height = 21
ButtonKind = bkStandard
Decimal = 0
MaxValue = 32767
TabOrder = 1
OnChange = TopLeftChange
end
object DelayTime: TRxSpinEdit
Left = 108
Top = 116
Width = 69
Height = 21
ButtonKind = bkStandard
Decimal = 0
MaxValue = 32767
TabOrder = 2
OnChange = DelayTimeChange
end
object DisposalCombo: TComboBox
Left = 6
Top = 160
Width = 171
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Undefined'
'Leave'
'Restore Background'
'Restore Previous')
TabOrder = 3
OnChange = DisposalComboChange
end
object TransColor: TComboEdit
Left = 124
Top = 212
Width = 52
Height = 21
Color = clBlack
DirectInput = False
GlyphKind = gkEllipsis
ButtonWidth = 17
MaxLength = 0
NumGlyphs = 1
TabOrder = 5
OnButtonClick = TransColorButtonClick
end
object TransBox: TCheckBox
Left = 6
Top = 191
Width = 99
Height = 17
Caption = 'Transparency '
TabOrder = 4
OnClick = TransBoxClick
end
end
end
object Progress: TProgressBar
Left = 169
Top = 403
Width = 189
Height = 13
Min = 0
Max = 100
TabOrder = 7
end
object ImageScroll: TScrollBar
Left = 139
Top = 46
Width = 16
Height = 345
Enabled = False
Kind = sbVertical
LargeChange = 4
Max = 1
TabOrder = 5
OnChange = ImageScrollChange
end
object Frame1: TPanel
Left = 12
Top = 48
Width = 121
Height = 69
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object PaintBox1: TPaintBox
Left = 1
Top = 1
Width = 119
Height = 67
Align = alClient
OnMouseDown = PaintBoxMouseDown
OnPaint = PaintBoxPaint
end
end
object Frame2: TPanel
Tag = 1
Left = 12
Top = 135
Width = 121
Height = 69
BevelOuter = bvLowered
ParentColor = True
TabOrder = 1
object PaintBox2: TPaintBox
Tag = 1
Left = 1
Top = 1
Width = 119
Height = 67
Align = alClient
OnMouseDown = PaintBoxMouseDown
OnPaint = PaintBoxPaint
end
end
object Frame3: TPanel
Tag = 2
Left = 12
Top = 222
Width = 121
Height = 69
BevelOuter = bvLowered
ParentColor = True
TabOrder = 2
object PaintBox3: TPaintBox
Tag = 2
Left = 1
Top = 1
Width = 119
Height = 67
Align = alClient
OnMouseDown = PaintBoxMouseDown
OnPaint = PaintBoxPaint
end
end
object Frame4: TPanel
Tag = 3
Left = 12
Top = 309
Width = 121
Height = 69
BevelOuter = bvLowered
ParentColor = True
TabOrder = 3
object PaintBox4: TPaintBox
Tag = 3
Left = 1
Top = 1
Width = 119
Height = 67
Align = alClient
OnMouseDown = PaintBoxMouseDown
OnPaint = PaintBoxPaint
end
end
object Storage: TFormStorage
PreventResize = True
UseRegistry = True
StoredProps.Strings = (
'ThumbnailsBox.Checked'
'FlatBtns.Checked'
'AlwaysOnTop.Checked')
Left = 8
Top = 32
end
object ToolbarImages: TImageList
Height = 15
Left = 36
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -