home *** CD-ROM | disk | FTP | other *** search
- object FormFrameProp: TFormFrameProp
- Left = 237
- Top = 105
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 330
- ClientWidth = 583
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 265
- Height = 237
- Shape = bsFrame
- end
- object Bevel2: TBevel
- Left = 16
- Top = 56
- Width = 245
- Height = 177
- Shape = bsFrame
- end
- object LabelName: TLabel
- Left = 28
- Top = 24
- Width = 31
- Height = 12
- Caption = '&Name:'
- FocusControl = EditName
- end
- object LabelTrans: TLabel
- Left = 28
- Top = 78
- Width = 63
- Height = 12
- Caption = 'Transparent:'
- FocusControl = CheckTrans
- end
- object ShapeTrans: TShape
- Left = 104
- Top = 100
- Width = 61
- Height = 21
- Cursor = crHandPoint
- OnMouseDown = ShapeTransMouseDown
- end
- object LabelDelay: TLabel
- Left = 28
- Top = 140
- Width = 31
- Height = 12
- Caption = '&Delay:'
- FocusControl = ComboDelay
- end
- object LabelDisposal: TLabel
- Left = 28
- Top = 204
- Width = 46
- Height = 12
- Caption = 'D&isposal:'
- FocusControl = ComboDis
- end
- object btnPrev: TToolbarButton97
- Left = 12
- Top = 252
- Width = 23
- Height = 22
- Action = actBack
- DisplayMode = dmGlyphOnly
- ParentShowHint = False
- ShowHint = True
- end
- object btnNext: TToolbarButton97
- Left = 40
- Top = 252
- Width = 23
- Height = 22
- Action = actNext
- DisplayMode = dmGlyphOnly
- ParentShowHint = False
- ShowHint = True
- end
- object btnPick: TToolbarButton97
- Left = 168
- Top = 100
- Width = 23
- Height = 22
- AllowAllUp = True
- GroupIndex = 1
- DisplayMode = dmGlyphOnly
- DropdownAlways = True
- DropdownArrow = False
- Flat = False
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDEEE
- DDDDDDDDEEEDEEEEEDEDDDDE0DDDDDDDDDDDDDD0E00DDDDDDDDDDDDD0EE0DDDD
- DDDDDDDD0EE70DDDDDDDDDDDD07770DDDDDDDDDDDD07770D0DDDDDDDDDD07770
- 0DDDDDDDDDDD07110DDDDDDDDDDDD09910DDDDDDDDDD0009910DDDDDDDDDDDD0
- 910DDDDDDDDDDDDD000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
- ShowBorderWhenInactive = True
- OnClick = btnPickClick
- end
- object EditName: TEdit
- Left = 104
- Top = 20
- Width = 145
- Height = 20
- TabOrder = 0
- end
- object CheckTrans: TCheckBox
- Left = 104
- Top = 76
- Width = 97
- Height = 17
- AllowGrayed = True
- Caption = '&Enabled'
- TabOrder = 2
- OnClick = CheckTransClick
- end
- object ComboDelay: TComboBox
- Left = 104
- Top = 136
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 3
- OnClick = ComboDelayClick
- Items.Strings = (
- 'Frames(60FPS)'
- '1/100 sec (for GIF)'
- '1/1000 sec'
- 'No change')
- end
- object EditDelay: TEdit
- Left = 104
- Top = 164
- Width = 57
- Height = 20
- TabOrder = 4
- Text = '0'
- end
- object UpDownDelay: TUpDown
- Left = 161
- Top = 164
- Width = 15
- Height = 20
- Associate = EditDelay
- Min = 0
- Max = 30000
- Position = 0
- TabOrder = 5
- Thousands = False
- Wrap = False
- end
- object ComboDis: TComboBox
- Left = 104
- Top = 200
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 6
- Items.Strings = (
- 'None'
- 'No Disposal'
- 'Background'
- 'Previous'
- 'No change')
- end
- object Button1: TButton
- Left = 112
- Top = 252
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- end
- object btnCancel: TButton
- Left = 192
- Top = 252
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object CheckAll: TCheckBox
- Left = 28
- Top = 48
- Width = 93
- Height = 17
- Caption = '&All Frames'
- TabOrder = 1
- OnClick = CheckAllClick
- end
- object PopupPanel: TPopupPanel
- Left = 272
- Top = 8
- Width = 301
- Height = 301
- BevelOuter = bvNone
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- FullRepaint = False
- ShowHint = False
- OnEnter = PopupPanelEnter
- OnExit = PopupPanelExit
- object ScrollBox: TScrollBox
- Left = 0
- Top = 0
- Width = 301
- Height = 260
- HorzScrollBar.Tracking = True
- VertScrollBar.Tracking = True
- Align = alClient
- TabOrder = 0
- OnMouseDown = ScrollBoxMouseDown
- object PaintBox: TDXPaintBox
- Left = 0
- Top = 0
- Width = 105
- Height = 105
- Cursor = 12
- AutoStretch = True
- Center = False
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- OnMouseDown = PaintBoxMouseDown
- OnMouseMove = PaintBoxMouseMove
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 260
- Width = 301
- Height = 41
- Align = alBottom
- TabOrder = 1
- object Shape: TShape
- Left = 228
- Top = 12
- Width = 65
- Height = 21
- end
- object Label1: TLabel
- Left = 12
- Top = 16
- Width = 30
- Height = 12
- Caption = 'Zoom:'
- end
- object ComboZoom: TComboBox
- Left = 80
- Top = 12
- Width = 77
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- OnClick = ComboZoomClick
- Items.Strings = (
- 'x1'
- 'x2'
- 'x4'
- 'x8'
- 'x16')
- end
- end
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Left = 208
- Top = 52
- end
- object ActionList1: TActionList
- Left = 236
- Top = 52
- object actBack: TAction
- Tag = -1
- Caption = 'Back'
- Hint = 'Back'
- ImageIndex = 30
- OnExecute = actBackExecute
- OnUpdate = actBackUpdate
- end
- object actNext: TAction
- Tag = 1
- Caption = 'Forward'
- Hint = 'Forward'
- ImageIndex = 31
- OnExecute = actBackExecute
- OnUpdate = actNextUpdate
- end
- end
- end
-