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

  1. object FormDelFolder: TFormDelFolder
  2.   Left = 243
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'Folder List'
  6.   ClientHeight = 198
  7.   ClientWidth = 488
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object ListView: TListView
  22.     Left = 8
  23.     Top = 8
  24.     Width = 381
  25.     Height = 173
  26.     Columns = <
  27.       item
  28.         Caption = 'Path'
  29.         Width = 350
  30.       end>
  31.     HideSelection = False
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.     ViewStyle = vsReport
  35.   end
  36.   object btnUp: TButton
  37.     Left = 400
  38.     Top = 84
  39.     Width = 75
  40.     Height = 25
  41.     Action = actUp
  42.     TabOrder = 1
  43.   end
  44.   object btnDown: TButton
  45.     Left = 400
  46.     Top = 116
  47.     Width = 75
  48.     Height = 25
  49.     Action = actDown
  50.     TabOrder = 2
  51.   end
  52.   object btnDel: TButton
  53.     Left = 400
  54.     Top = 8
  55.     Width = 75
  56.     Height = 25
  57.     Action = actDel
  58.     TabOrder = 3
  59.   end
  60.   object btnClr: TButton
  61.     Left = 400
  62.     Top = 40
  63.     Width = 75
  64.     Height = 25
  65.     Action = actClr
  66.     TabOrder = 4
  67.   end
  68.   object btnSort: TButton
  69.     Left = 400
  70.     Top = 156
  71.     Width = 75
  72.     Height = 25
  73.     Action = actSort
  74.     TabOrder = 5
  75.   end
  76.   object ActionList1: TActionList
  77.     Left = 60
  78.     Top = 56
  79.     object actDel: TAction
  80.       Caption = 'Delete'
  81.       OnExecute = actDelExecute
  82.       OnUpdate = actDelUpdate
  83.     end
  84.     object actClr: TAction
  85.       Caption = 'Clear'
  86.       OnExecute = actClrExecute
  87.       OnUpdate = actClrUpdate
  88.     end
  89.     object actUp: TAction
  90.       Tag = -1
  91.       Caption = 'Up'
  92.       OnExecute = actUpExecute
  93.       OnUpdate = actUpUpdate
  94.     end
  95.     object actDown: TAction
  96.       Tag = 1
  97.       Caption = 'Down'
  98.       OnExecute = actUpExecute
  99.       OnUpdate = actDownUpdate
  100.     end
  101.     object actSort: TAction
  102.       Caption = 'Sort'
  103.       OnExecute = actSortExecute
  104.       OnUpdate = actSortUpdate
  105.     end
  106.   end
  107. end
  108.