home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TGRPDIALOG / TGRPDIALOG.txt
Text File  |  1998-11-30  |  2KB  |  112 lines

  1. object GrpDialog: TGrpDialog
  2.   Left = 284
  3.   Top = 84
  4.   ActiveControl = ListView1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Destination folders'
  8.   ClientHeight = 433
  9.   ClientWidth = 360
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListView1: TListView
  21.     Left = 23
  22.     Top = 20
  23.     Width = 312
  24.     Height = 237
  25.     ColumnClick = False
  26.     OnDblClick = ListView1DblClick
  27.     Columns = <
  28.       item
  29.         Caption = 'Folder'
  30.         Width = 154
  31.       end
  32.       item
  33.         Caption = 'Extensions'
  34.         Width = 154
  35.       end>
  36.     ReadOnly = True
  37.     HideSelection = False
  38.     RowSelect = True
  39.     OnChange = ListView1Change
  40.     TabOrder = 0
  41.     ViewStyle = vsReport
  42.   end
  43.   object GroupBox15: TGroupBox
  44.     Left = 23
  45.     Top = 316
  46.     Width = 313
  47.     Height = 77
  48.     Caption = ' Description '
  49.     TabOrder = 4
  50.     object Label18: TLabel
  51.       Left = 12
  52.       Top = 19
  53.       Width = 289
  54.       Height = 50
  55.       AutoSize = False
  56.       Caption = 
  57.         'Assign directories for received files with certain extentions. F' +
  58.         'or example, you may choose to store JPG and GIF files in the C:\' +
  59.         'Images\ directory.'
  60.       WordWrap = True
  61.     end
  62.   end
  63.   object QuitBtn: TButton
  64.     Left = 262
  65.     Top = 402
  66.     Width = 75
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 6
  72.   end
  73.   object OkBtn: TButton
  74.     Left = 182
  75.     Top = 402
  76.     Width = 75
  77.     Height = 23
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 5
  82.     OnClick = OkBtnClick
  83.   end
  84.   object AddBtn: TButton
  85.     Left = 29
  86.     Top = 268
  87.     Width = 93
  88.     Height = 23
  89.     Caption = 'Add...'
  90.     TabOrder = 1
  91.     OnClick = AddBtnClick
  92.   end
  93.   object EditBtn: TButton
  94.     Left = 133
  95.     Top = 268
  96.     Width = 93
  97.     Height = 23
  98.     Caption = 'Edit...'
  99.     TabOrder = 2
  100.     OnClick = EditBtnClick
  101.   end
  102.   object Delbtn: TButton
  103.     Left = 237
  104.     Top = 268
  105.     Width = 93
  106.     Height = 23
  107.     Caption = 'Delete'
  108.     TabOrder = 3
  109.     OnClick = DelbtnClick
  110.   end
  111. end
  112.