home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFAUTOOUTLOOKBARSTOREEDITOR / TFAUTOOUTLOOKBARSTOREEDITOR.txt
Text File  |  1999-06-21  |  7KB  |  318 lines

  1. object FAutoOutLookBarStoreEditor: TFAutoOutLookBarStoreEditor
  2.   Left = 110
  3.   Top = 33
  4.   Width = 450
  5.   Height = 315
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'AutoOutLookBarStore Editor:'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 193
  20.     Width = 442
  21.     Height = 95
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object LItemCaption: TLabel
  26.       Left = 197
  27.       Top = 19
  28.       Width = 40
  29.       Height = 13
  30.       Caption = 'Caption'
  31.     end
  32.     object LLImage: TLabel
  33.       Left = 3
  34.       Top = 5
  35.       Width = 57
  36.       Height = 13
  37.       Caption = 'Small Image'
  38.     end
  39.     object LSImage: TLabel
  40.       Left = 107
  41.       Top = 5
  42.       Width = 57
  43.       Height = 13
  44.       Caption = 'Small Image'
  45.     end
  46.     object LItemHint: TLabel
  47.       Left = 199
  48.       Top = 46
  49.       Width = 19
  50.       Height = 13
  51.       Caption = 'Hint'
  52.     end
  53.     object EItemCaption: TEdit
  54.       Tag = 2
  55.       Left = 265
  56.       Top = 18
  57.       Width = 172
  58.       Height = 21
  59.       TabOrder = 2
  60.       OnExit = EItemCaptionExit
  61.     end
  62.     object BClose: TButton
  63.       Left = 280
  64.       Top = 69
  65.       Width = 77
  66.       Height = 25
  67.       Caption = 'Close'
  68.       TabOrder = 4
  69.       OnClick = BCloseClick
  70.     end
  71.     object BHelp: TButton
  72.       Left = 365
  73.       Top = 68
  74.       Width = 73
  75.       Height = 25
  76.       Caption = 'Help'
  77.       TabOrder = 5
  78.       OnClick = BHelpClick
  79.     end
  80.     object SILImage: TAutoSpinImage
  81.       Left = 4
  82.       Top = 19
  83.       Width = 70
  84.       Height = 54
  85.       AutoSize = False
  86.       BorderStyle = bsSingle
  87.       DefaultImages = True
  88.       ImageHAlign = hsiCenter
  89.       ImageVAlign = vsiCenter
  90.       Items = <>
  91.       ItemIndex = -1
  92.       ParentColor = True
  93.       ReadOnly = False
  94.       TabOrder = 0
  95.       Stretch = True
  96.       UpDownAlign = udaRight
  97.       UpDownOrientation = udVertical
  98.       UpDownWidth = 16
  99.       UseDblClick = True
  100.       OnChange = SIImageChange
  101.     end
  102.     object SISImage: TAutoSpinImage
  103.       Left = 107
  104.       Top = 20
  105.       Width = 70
  106.       Height = 54
  107.       AutoSize = False
  108.       BorderStyle = bsSingle
  109.       DefaultImages = True
  110.       ImageHAlign = hsiCenter
  111.       ImageVAlign = vsiCenter
  112.       Items = <>
  113.       ItemIndex = -1
  114.       ParentColor = True
  115.       ReadOnly = False
  116.       TabOrder = 1
  117.       Stretch = True
  118.       UpDownAlign = udaRight
  119.       UpDownOrientation = udVertical
  120.       UpDownWidth = 16
  121.       UseDblClick = True
  122.       OnChange = SISImageChange
  123.     end
  124.     object EItemHint: TEdit
  125.       Tag = 2
  126.       Left = 266
  127.       Top = 44
  128.       Width = 170
  129.       Height = 21
  130.       TabOrder = 3
  131.       OnExit = EItemHintExit
  132.     end
  133.   end
  134.   object Panel2: TPanel
  135.     Left = 0
  136.     Top = 0
  137.     Width = 90
  138.     Height = 193
  139.     Align = alLeft
  140.     BevelInner = bvLowered
  141.     BevelOuter = bvNone
  142.     TabOrder = 1
  143.     object ListBox: TListBox
  144.       Left = 1
  145.       Top = 1
  146.       Width = 88
  147.       Height = 191
  148.       Align = alClient
  149.       ItemHeight = 13
  150.       TabOrder = 0
  151.       OnClick = ListBoxClick
  152.       OnDragOver = ListBoxDragOver
  153.     end
  154.   end
  155.   object Panel3: TPanel
  156.     Left = 90
  157.     Top = 0
  158.     Width = 352
  159.     Height = 193
  160.     Align = alClient
  161.     BevelOuter = bvNone
  162.     TabOrder = 2
  163.     object Panel4: TPanel
  164.       Left = 0
  165.       Top = 0
  166.       Width = 108
  167.       Height = 193
  168.       Align = alLeft
  169.       BevelOuter = bvNone
  170.       Caption = 'Panel4'
  171.       TabOrder = 0
  172.       object GBGroups: TGroupBox
  173.         Left = 1
  174.         Top = 0
  175.         Width = 105
  176.         Height = 193
  177.         Caption = 'Categories'
  178.         TabOrder = 0
  179.         object BGAdd: TButton
  180.           Left = 5
  181.           Top = 17
  182.           Width = 96
  183.           Height = 25
  184.           Caption = 'Add ...'
  185.           TabOrder = 0
  186.           OnClick = BGAddClick
  187.         end
  188.         object BGInsert: TButton
  189.           Left = 5
  190.           Top = 45
  191.           Width = 96
  192.           Height = 25
  193.           Caption = 'Insert ...'
  194.           TabOrder = 1
  195.           OnClick = BGInsertClick
  196.         end
  197.         object BGDelete: TButton
  198.           Left = 5
  199.           Top = 73
  200.           Width = 96
  201.           Height = 25
  202.           Caption = 'Delete'
  203.           TabOrder = 2
  204.           OnClick = BGDeleteClick
  205.         end
  206.         object BGRename: TButton
  207.           Left = 5
  208.           Top = 101
  209.           Width = 96
  210.           Height = 25
  211.           Caption = 'Rename ...'
  212.           TabOrder = 3
  213.           OnClick = BGRenameClick
  214.         end
  215.         object BGMoveUp: TButton
  216.           Left = 6
  217.           Top = 130
  218.           Width = 94
  219.           Height = 25
  220.           Caption = 'Move Up'
  221.           TabOrder = 4
  222.           OnClick = BGMoveUpClick
  223.         end
  224.         object BGMoveDown: TButton
  225.           Left = 6
  226.           Top = 159
  227.           Width = 94
  228.           Height = 25
  229.           Caption = 'Move Down'
  230.           TabOrder = 5
  231.           OnClick = BGMoveDownClick
  232.         end
  233.       end
  234.     end
  235.     object Panel5: TPanel
  236.       Left = 237
  237.       Top = 0
  238.       Width = 115
  239.       Height = 193
  240.       Align = alRight
  241.       BevelOuter = bvNone
  242.       Caption = 'Panel5'
  243.       TabOrder = 2
  244.       object GBItems: TGroupBox
  245.         Left = 2
  246.         Top = 2
  247.         Width = 113
  248.         Height = 191
  249.         Caption = 'Items'
  250.         TabOrder = 0
  251.         object BIAdd: TButton
  252.           Left = 5
  253.           Top = 17
  254.           Width = 105
  255.           Height = 25
  256.           Caption = 'Add'
  257.           TabOrder = 0
  258.           OnClick = BIAddClick
  259.         end
  260.         object BIDelete: TButton
  261.           Left = 5
  262.           Top = 44
  263.           Width = 105
  264.           Height = 25
  265.           Caption = 'Delete'
  266.           TabOrder = 1
  267.           OnClick = BIDeleteClick
  268.         end
  269.         object BIClear: TButton
  270.           Left = 5
  271.           Top = 73
  272.           Width = 105
  273.           Height = 25
  274.           Caption = 'Clear'
  275.           TabOrder = 2
  276.           OnClick = BIClearClick
  277.         end
  278.         object BIMoveUp: TButton
  279.           Left = 6
  280.           Top = 101
  281.           Width = 103
  282.           Height = 25
  283.           Caption = 'Move Up'
  284.           TabOrder = 3
  285.           OnClick = BIMoveUpClick
  286.         end
  287.         object BIMoveDown: TButton
  288.           Left = 7
  289.           Top = 129
  290.           Width = 103
  291.           Height = 25
  292.           Caption = 'Move Down'
  293.           TabOrder = 4
  294.           OnClick = BIMoveDownClick
  295.         end
  296.       end
  297.     end
  298.     object ImageListBox: TAutoImageListBox
  299.       Left = 108
  300.       Top = 0
  301.       Width = 129
  302.       Height = 193
  303.       Alignment = taLeftJustify
  304.       ImageAlign = aliLeft
  305.       ItemHeight = 0
  306.       MultiLines = True
  307.       VertAlignment = tvaCenter
  308.       Align = alClient
  309.       DragMode = dmAutomatic
  310.       TabOrder = 1
  311.       OnClick = ImageListBoxClick
  312.       OnDragOver = ImageListBoxDragOver
  313.       OnEndDrag = ImageListBoxEndDrag
  314.       SaveStrings = ()
  315.     end
  316.   end
  317. end
  318.