home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TFAUTOIMAGEPROPEDITOR / TFAUTOIMAGEPROPEDITOR.txt
Encoding:
Text File  |  1999-04-22  |  4.2 KB  |  218 lines

  1. object FAutoImagePropEditor: TFAutoImagePropEditor
  2.   Left = 149
  3.   Top = 59
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'AutoImage Items editor: '
  7.   ClientHeight = 321
  8.   ClientWidth = 316
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 211
  19.     Top = 0
  20.     Width = 105
  21.     Height = 208
  22.     Align = alRight
  23.     BevelOuter = bvNone
  24.     TabOrder = 1
  25.     object bAdd: TButton
  26.       Left = 4
  27.       Top = 8
  28.       Width = 97
  29.       Height = 25
  30.       Caption = '&Add'
  31.       TabOrder = 0
  32.       OnClick = bAddClick
  33.     end
  34.     object bInsert: TButton
  35.       Left = 5
  36.       Top = 40
  37.       Width = 97
  38.       Height = 25
  39.       Caption = '&Insert'
  40.       TabOrder = 1
  41.       OnClick = bInsertClick
  42.     end
  43.     object bDelete: TButton
  44.       Left = 5
  45.       Top = 72
  46.       Width = 96
  47.       Height = 25
  48.       Caption = 'De&lete'
  49.       TabOrder = 2
  50.       OnClick = bDeleteClick
  51.     end
  52.     object bUp: TButton
  53.       Left = 6
  54.       Top = 132
  55.       Width = 95
  56.       Height = 24
  57.       Caption = 'Move &up'
  58.       TabOrder = 4
  59.       OnClick = bUpClick
  60.     end
  61.     object bDown: TButton
  62.       Left = 6
  63.       Top = 161
  64.       Width = 96
  65.       Height = 24
  66.       Caption = 'Move d&own'
  67.       TabOrder = 5
  68.       OnClick = bDownClick
  69.     end
  70.     object bClear: TButton
  71.       Left = 6
  72.       Top = 102
  73.       Width = 96
  74.       Height = 25
  75.       Caption = 'Clear'
  76.       TabOrder = 3
  77.       OnClick = bClearClick
  78.     end
  79.   end
  80.   object Panel2: TPanel
  81.     Left = 0
  82.     Top = 0
  83.     Width = 211
  84.     Height = 208
  85.     Align = alClient
  86.     BevelInner = bvLowered
  87.     BevelOuter = bvNone
  88.     BorderWidth = 3
  89.     TabOrder = 2
  90.     object ListBox: TAutoImageListBox
  91.       Left = 4
  92.       Top = 4
  93.       Width = 203
  94.       Height = 200
  95.       Alignment = taLeftJustify
  96.       ImageAlign = aliLeft
  97.       ItemHeight = 0
  98.       MultiLines = True
  99.       VertAlignment = tvaCenter
  100.       Align = alClient
  101.       DragMode = dmAutomatic
  102.       TabOrder = 0
  103.       OnClick = ListBoxClick
  104.       OnDragDrop = ListBoxDragDrop
  105.       OnDragOver = ListBoxDragOver
  106.       SaveStrings = ()
  107.     end
  108.   end
  109.   object Panel3: TPanel
  110.     Left = 0
  111.     Top = 208
  112.     Width = 316
  113.     Height = 113
  114.     Align = alBottom
  115.     BevelOuter = bvNone
  116.     TabOrder = 0
  117.     object LabelText: TLabel
  118.       Left = 6
  119.       Top = 8
  120.       Width = 21
  121.       Height = 13
  122.       Caption = 'Text'
  123.     end
  124.     object LabelValue: TLabel
  125.       Left = 7
  126.       Top = 32
  127.       Width = 27
  128.       Height = 13
  129.       Caption = 'Value'
  130.     end
  131.     object LabelImageIndex: TLabel
  132.       Left = 6
  133.       Top = 60
  134.       Width = 58
  135.       Height = 13
  136.       Caption = 'Image Index'
  137.     end
  138.     object Edit1: TEdit
  139.       Left = 71
  140.       Top = 5
  141.       Width = 239
  142.       Height = 21
  143.       Enabled = False
  144.       TabOrder = 0
  145.       OnExit = Edit1Exit
  146.     end
  147.     object Edit3: TEdit
  148.       Left = 71
  149.       Top = 30
  150.       Width = 168
  151.       Height = 21
  152.       TabOrder = 1
  153.       OnExit = Edit3Exit
  154.     end
  155.     object Edit2: TEdit
  156.       Left = 124
  157.       Top = 57
  158.       Width = 115
  159.       Height = 21
  160.       Enabled = False
  161.       TabOrder = 2
  162.       OnExit = Edit2Exit
  163.       OnKeyPress = Edit2KeyPress
  164.     end
  165.     object BOk: TButton
  166.       Left = 5
  167.       Top = 85
  168.       Width = 97
  169.       Height = 26
  170.       Caption = '&Ok'
  171.       Default = True
  172.       ModalResult = 1
  173.       TabOrder = 4
  174.     end
  175.     object bCancel: TButton
  176.       Left = 112
  177.       Top = 85
  178.       Width = 96
  179.       Height = 26
  180.       Cancel = True
  181.       Caption = '&Cancel'
  182.       ModalResult = 2
  183.       TabOrder = 5
  184.     end
  185.     object bHelp: TButton
  186.       Left = 218
  187.       Top = 85
  188.       Width = 96
  189.       Height = 26
  190.       Caption = '&Help'
  191.       TabOrder = 6
  192.       OnClick = bHelpClick
  193.     end
  194.     object SpinImage: TAutoSpinImage
  195.       Left = 247
  196.       Top = 30
  197.       Width = 66
  198.       Height = 49
  199.       AutoSize = False
  200.       BorderStyle = bsSingle
  201.       Color = clWhite
  202.       DefaultImages = True
  203.       ImageHAlign = hsiCenter
  204.       ImageVAlign = vsiCenter
  205.       Items = <>
  206.       ItemIndex = -1
  207.       ReadOnly = False
  208.       TabOrder = 3
  209.       Stretch = True
  210.       UpDownAlign = udaRight
  211.       UpDownOrientation = udVertical
  212.       UpDownWidth = 16
  213.       UseDblClick = True
  214.       OnChange = SpinImageChange
  215.     end
  216.   end
  217. end
  218.