home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMICO / TFORMICO.txt
Encoding:
Text File  |  2002-10-07  |  3.0 KB  |  173 lines

  1. object FormIco: TFormIco
  2.   Left = 319
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'Icon'
  6.   ClientHeight = 230
  7.   ClientWidth = 504
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 489
  21.     Height = 181
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 388
  26.     Top = 40
  27.     Width = 97
  28.     Height = 97
  29.     Style = bsRaised
  30.   end
  31.   object PaintBox: TDXPaintBox
  32.     Left = 390
  33.     Top = 42
  34.     Width = 93
  35.     Height = 93
  36.     AutoStretch = False
  37.     Center = False
  38.     KeepAspect = False
  39.     Stretch = False
  40.     ViewWidth = 0
  41.     ViewHeight = 0
  42.   end
  43.   object LabelSave: TLabel
  44.     Left = 24
  45.     Top = 24
  46.     Width = 25
  47.     Height = 12
  48.     Caption = 'Save'
  49.   end
  50.   object LabelDel: TLabel
  51.     Left = 220
  52.     Top = 24
  53.     Width = 33
  54.     Height = 12
  55.     Caption = 'Delete'
  56.   end
  57.   object LabelPrev: TLabel
  58.     Left = 388
  59.     Top = 24
  60.     Width = 42
  61.     Height = 12
  62.     Caption = 'Preview:'
  63.   end
  64.   object LabelInfo: TLabel
  65.     Left = 388
  66.     Top = 144
  67.     Width = 97
  68.     Height = 12
  69.     AutoSize = False
  70.     Caption = 'LabelInfo'
  71.   end
  72.   object ListSave: TListBox
  73.     Left = 24
  74.     Top = 40
  75.     Width = 157
  76.     Height = 105
  77.     ItemHeight = 12
  78.     MultiSelect = True
  79.     TabOrder = 0
  80.     OnClick = ListSaveClick
  81.   end
  82.   object ListDel: TListBox
  83.     Left = 220
  84.     Top = 40
  85.     Width = 157
  86.     Height = 105
  87.     ItemHeight = 12
  88.     MultiSelect = True
  89.     TabOrder = 1
  90.     OnClick = ListSaveClick
  91.   end
  92.   object btnDel: TButton
  93.     Left = 188
  94.     Top = 56
  95.     Width = 25
  96.     Height = 25
  97.     Action = ActDel
  98.     TabOrder = 3
  99.   end
  100.   object btnAdd: TButton
  101.     Left = 188
  102.     Top = 104
  103.     Width = 25
  104.     Height = 25
  105.     Action = ActAdd
  106.     TabOrder = 2
  107.   end
  108.   object btnUp: TButton
  109.     Left = 28
  110.     Top = 152
  111.     Width = 53
  112.     Height = 25
  113.     Action = ActUp
  114.     TabOrder = 4
  115.   end
  116.   object btnDown: TButton
  117.     Left = 88
  118.     Top = 152
  119.     Width = 53
  120.     Height = 25
  121.     Action = ActDown
  122.     TabOrder = 5
  123.   end
  124.   object Button1: TButton
  125.     Left = 336
  126.     Top = 196
  127.     Width = 75
  128.     Height = 25
  129.     Action = ActOk
  130.     Default = True
  131.     TabOrder = 6
  132.   end
  133.   object btnCancel: TButton
  134.     Left = 416
  135.     Top = 196
  136.     Width = 75
  137.     Height = 25
  138.     Cancel = True
  139.     Caption = 'Cancel'
  140.     ModalResult = 2
  141.     TabOrder = 7
  142.   end
  143.   object ActionList1: TActionList
  144.     Left = 180
  145.     Top = 152
  146.     object ActUp: TAction
  147.       Caption = 'Up'
  148.       OnExecute = ActUpExecute
  149.       OnUpdate = ActUpUpdate
  150.     end
  151.     object ActDown: TAction
  152.       Caption = 'Down'
  153.       OnExecute = ActDownExecute
  154.       OnUpdate = ActDownUpdate
  155.     end
  156.     object ActDel: TAction
  157.       Caption = '>>'
  158.       OnExecute = ActDelExecute
  159.       OnUpdate = ActDelUpdate
  160.     end
  161.     object ActAdd: TAction
  162.       Caption = '<<'
  163.       OnExecute = ActAddExecute
  164.       OnUpdate = ActAddUpdate
  165.     end
  166.     object ActOk: TAction
  167.       Caption = 'OK'
  168.       OnExecute = ActOkExecute
  169.       OnUpdate = ActOkUpdate
  170.     end
  171.   end
  172. end
  173.