home *** CD-ROM | disk | FTP | other *** search
- object FAutoImagePropEditor: TFAutoImagePropEditor
- Left = 149
- Top = 59
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'AutoImage Items editor: '
- ClientHeight = 321
- ClientWidth = 316
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 211
- Top = 0
- Width = 105
- Height = 208
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object bAdd: TButton
- Left = 4
- Top = 8
- Width = 97
- Height = 25
- Caption = '&Add'
- TabOrder = 0
- OnClick = bAddClick
- end
- object bInsert: TButton
- Left = 5
- Top = 40
- Width = 97
- Height = 25
- Caption = '&Insert'
- TabOrder = 1
- OnClick = bInsertClick
- end
- object bDelete: TButton
- Left = 5
- Top = 72
- Width = 96
- Height = 25
- Caption = 'De&lete'
- TabOrder = 2
- OnClick = bDeleteClick
- end
- object bUp: TButton
- Left = 6
- Top = 132
- Width = 95
- Height = 24
- Caption = 'Move &up'
- TabOrder = 4
- OnClick = bUpClick
- end
- object bDown: TButton
- Left = 6
- Top = 161
- Width = 96
- Height = 24
- Caption = 'Move d&own'
- TabOrder = 5
- OnClick = bDownClick
- end
- object bClear: TButton
- Left = 6
- Top = 102
- Width = 96
- Height = 25
- Caption = 'Clear'
- TabOrder = 3
- OnClick = bClearClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 211
- Height = 208
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 3
- TabOrder = 2
- object ListBox: TAutoImageListBox
- Left = 4
- Top = 4
- Width = 203
- Height = 200
- Alignment = taLeftJustify
- ImageAlign = aliLeft
- ItemHeight = 0
- MultiLines = True
- VertAlignment = tvaCenter
- Align = alClient
- DragMode = dmAutomatic
- TabOrder = 0
- OnClick = ListBoxClick
- OnDragDrop = ListBoxDragDrop
- OnDragOver = ListBoxDragOver
- SaveStrings = ()
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 208
- Width = 316
- Height = 113
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object LabelText: TLabel
- Left = 6
- Top = 8
- Width = 21
- Height = 13
- Caption = 'Text'
- end
- object LabelValue: TLabel
- Left = 7
- Top = 32
- Width = 27
- Height = 13
- Caption = 'Value'
- end
- object LabelImageIndex: TLabel
- Left = 6
- Top = 60
- Width = 58
- Height = 13
- Caption = 'Image Index'
- end
- object Edit1: TEdit
- Left = 71
- Top = 5
- Width = 239
- Height = 21
- Enabled = False
- TabOrder = 0
- OnExit = Edit1Exit
- end
- object Edit3: TEdit
- Left = 71
- Top = 30
- Width = 168
- Height = 21
- TabOrder = 1
- OnExit = Edit3Exit
- end
- object Edit2: TEdit
- Left = 124
- Top = 57
- Width = 115
- Height = 21
- Enabled = False
- TabOrder = 2
- OnExit = Edit2Exit
- OnKeyPress = Edit2KeyPress
- end
- object BOk: TButton
- Left = 5
- Top = 85
- Width = 97
- Height = 26
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object bCancel: TButton
- Left = 112
- Top = 85
- Width = 96
- Height = 26
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object bHelp: TButton
- Left = 218
- Top = 85
- Width = 96
- Height = 26
- Caption = '&Help'
- TabOrder = 6
- OnClick = bHelpClick
- end
- object SpinImage: TAutoSpinImage
- Left = 247
- Top = 30
- Width = 66
- Height = 49
- AutoSize = False
- BorderStyle = bsSingle
- Color = clWhite
- DefaultImages = True
- ImageHAlign = hsiCenter
- ImageVAlign = vsiCenter
- Items = <>
- ItemIndex = -1
- ReadOnly = False
- TabOrder = 3
- Stretch = True
- UpDownAlign = udaRight
- UpDownOrientation = udVertical
- UpDownWidth = 16
- UseDblClick = True
- OnChange = SpinImageChange
- end
- end
- end
-