home *** CD-ROM | disk | FTP | other *** search
- object ImageListItems: TImageListItems
- Left = 200
- Top = 110
- BorderStyle = bsDialog
- Caption = 'ImageList Editor'
- ClientHeight = 249
- ClientWidth = 393
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object OK: TButton
- Left = 314
- Top = 19
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Cancel: TButton
- Left = 314
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object MainGroup: TGroupBox
- Left = 8
- Top = 151
- Width = 300
- Height = 94
- Caption = '&Images'
- TabOrder = 4
- TabStop = True
- object ThumbPanel: TPanel
- Left = 6
- Top = 16
- Width = 289
- Height = 59
- TabOrder = 0
- object PSlot0: TPanel
- Left = 5
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 0
- OnClick = PSlotEnter
- object ISlot0: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot0Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- object PSlot1: TPanel
- Left = 53
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- OnClick = PSlotEnter
- object ISlot1: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot1Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- object PSlot2: TPanel
- Left = 100
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 2
- OnClick = PSlotEnter
- object ISlot2: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot2Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- object PSlot3: TPanel
- Left = 148
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 3
- OnClick = PSlotEnter
- object ISlot3: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot3Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- object PSlot4: TPanel
- Left = 195
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 4
- OnClick = PSlotEnter
- object ISlot4: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot4Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- object PSlot5: TPanel
- Left = 243
- Top = 10
- Width = 40
- Height = 40
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 5
- OnClick = PSlotEnter
- object ISlot5: TImage
- Left = 1
- Top = 1
- Width = 38
- Height = 38
- Align = alClient
- Center = True
- Stretch = True
- OnClick = ISlot5Click
- OnDragDrop = ISlotDragDrop
- OnDragOver = ISlotDragOver
- OnEndDrag = ISlotEndDrag
- OnMouseDown = ISlotMouseDown
- OnStartDrag = ISlotStartDrag
- end
- end
- end
- object ScrollBar: TScrollBar
- Left = 6
- Top = 75
- Width = 289
- Height = 13
- TabOrder = 1
- OnChange = ScrollBarChange
- end
- end
- object ImageGroup: TGroupBox
- Left = 8
- Top = 1
- Width = 300
- Height = 149
- Caption = '&Selected Image'
- TabOrder = 8
- object Label1: TLabel
- Left = 109
- Top = 23
- Width = 87
- Height = 13
- Caption = '&Transparent Color:'
- FocusControl = TransparentColor
- end
- object Label2: TLabel
- Left = 154
- Top = 50
- Width = 42
- Height = 13
- Caption = '&Fill Color:'
- FocusControl = FillColor
- end
- object OptionsGroup: TRadioGroup
- Left = 156
- Top = 72
- Width = 129
- Height = 70
- Caption = 'Display Options'
- ItemIndex = 0
- Items.Strings = (
- 'C&rop'
- 'S&tretch'
- 'C&enter')
- TabOrder = 3
- OnClick = OptionsGroupClick
- end
- object Panel4: TPanel
- Left = 6
- Top = 18
- Width = 100
- Height = 100
- TabOrder = 0
- object MainImage: TImage
- Left = 1
- Top = 1
- Width = 97
- Height = 97
- Stretch = True
- end
- end
- object TransparentColor: TComboBox
- Left = 200
- Top = 19
- Width = 85
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = TransparentColorChange
- OnExit = TransparentColorExit
- end
- object FillColor: TComboBox
- Left = 200
- Top = 46
- Width = 85
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- OnChange = FillColorChange
- OnExit = FillColorExit
- end
- end
- object Apply: TButton
- Left = 314
- Top = 78
- Width = 75
- Height = 25
- Caption = 'A&pply'
- TabOrder = 2
- OnClick = ApplyClick
- end
- object Add: TButton
- Left = 315
- Top = 157
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 5
- OnClick = AddClick
- end
- object Delete: TButton
- Left = 315
- Top = 186
- Width = 75
- Height = 25
- Caption = '&Delete'
- TabOrder = 6
- OnClick = DeleteClick
- end
- object Clear: TButton
- Left = 315
- Top = 215
- Width = 75
- Height = 25
- Caption = '&Clear'
- TabOrder = 7
- OnClick = ClearClick
- end
- object Help: TButton
- Left = 314
- Top = 108
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 3
- end
- object OpenDialog: TOpenDialog
- Filter =
- 'All (*.bmp, *.ico, *.wmf)|*.bmp;*.ico;*.wmf|Bitmaps (*.bmp)|*.bm' +
- 'p|Icons (*.ico)|*.ico|Metafiles|*.wmf'
- Left = 348
- Top = 134
- end
- end
-