home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TGRPDIALOG / TGRPDIALOG.txt
Text File  |  1999-06-02  |  3KB  |  158 lines

  1. object GrpDialog: TGrpDialog
  2.   Left = 428
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Destination folders'
  7.   ClientHeight = 433
  8.   ClientWidth = 360
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object QuitBtn: TButton
  20.     Left = 280
  21.     Top = 406
  22.     Width = 75
  23.     Height = 23
  24.     Cancel = True
  25.     Caption = 'Cancel'
  26.     ModalResult = 2
  27.     TabOrder = 2
  28.   end
  29.   object OkBtn: TButton
  30.     Left = 197
  31.     Top = 406
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'OK'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = OkBtnClick
  38.   end
  39.   object PageControl1: TPageControl
  40.     Left = 0
  41.     Top = 0
  42.     Width = 360
  43.     Height = 400
  44.     ActivePage = TabSheet2
  45.     Align = alTop
  46.     TabOrder = 0
  47.     object TabSheet2: TTabSheet
  48.       Caption = 'Categories'
  49.       object GroupBox15: TGroupBox
  50.         Left = 16
  51.         Top = 284
  52.         Width = 320
  53.         Height = 77
  54.         Caption = ' Description '
  55.         TabOrder = 4
  56.         object Label18: TLabel
  57.           Left = 12
  58.           Top = 19
  59.           Width = 293
  60.           Height = 50
  61.           AutoSize = False
  62.           Caption = 
  63.             'Define file groups and assign a separate folder to each group. W' +
  64.             'hen adding a new Job, simply pick a group from the drop-down lis' +
  65.             't instead of typing the destination directory.'
  66.           WordWrap = True
  67.         end
  68.       end
  69.       object AddBtn: TButton
  70.         Left = 29
  71.         Top = 252
  72.         Width = 93
  73.         Height = 23
  74.         Caption = 'Add...'
  75.         TabOrder = 1
  76.         OnClick = AddBtnClick
  77.       end
  78.       object EditBtn: TButton
  79.         Left = 133
  80.         Top = 252
  81.         Width = 93
  82.         Height = 23
  83.         Caption = 'Edit...'
  84.         TabOrder = 2
  85.         OnClick = EditBtnClick
  86.       end
  87.       object Delbtn: TButton
  88.         Left = 237
  89.         Top = 252
  90.         Width = 93
  91.         Height = 23
  92.         Caption = 'Delete'
  93.         TabOrder = 3
  94.         OnClick = DelbtnClick
  95.       end
  96.       object ListView1: TListView
  97.         Left = 20
  98.         Top = 20
  99.         Width = 313
  100.         Height = 217
  101.         ColumnClick = False
  102.         OnDblClick = ListView1DblClick
  103.         Columns = <
  104.           item
  105.             Caption = 'Category'
  106.             Width = 100
  107.           end
  108.           item
  109.             Caption = 'Folder'
  110.             Width = 200
  111.           end>
  112.         ReadOnly = True
  113.         OnChange = ListView1Change
  114.         TabOrder = 0
  115.         ViewStyle = vsReport
  116.       end
  117.     end
  118.     object TabSheet1: TTabSheet
  119.       Caption = 'Partial'
  120.       object Label2: TLabel
  121.         Left = 20
  122.         Top = 18
  123.         Width = 96
  124.         Height = 13
  125.         Caption = 'Partial Files directory'
  126.       end
  127.       object PartialDirEdit: TEdit
  128.         Left = 20
  129.         Top = 36
  130.         Width = 313
  131.         Height = 21
  132.         TabOrder = 0
  133.       end
  134.       object BrowseBtn: TButton
  135.         Left = 240
  136.         Top = 65
  137.         Width = 89
  138.         Height = 23
  139.         Cancel = True
  140.         Caption = 'Browse...'
  141.         TabOrder = 1
  142.         OnClick = BrowseBtnClick
  143.       end
  144.     end
  145.   end
  146.   object BrowseDir1: TBrowseDir
  147.     Directory = '\'
  148.     Title = 'Select folder'
  149.     CustomButtonCaption = 'Create folder'
  150.     Left = 20
  151.     Top = 404
  152.   end
  153.   object KMLang1: TKMLang
  154.     Left = 4
  155.     Top = 4
  156.   end
  157. end
  158.