home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TOPTIONDLG / TOPTIONDLG.txt
Text File  |  1997-01-16  |  3KB  |  156 lines

  1. object OptionDlg: TOptionDlg
  2.   Left = 710
  3.   Top = 657
  4.   HelpContext = 1018
  5.   ActiveControl = DirectoryList
  6.   BorderStyle = bsDialog
  7.   Caption = 'Archive Directories'
  8.   ClientHeight = 219
  9.   ClientWidth = 501
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 9
  19.     Width = 45
  20.     Height = 13
  21.     Caption = '&Directory:'
  22.     FocusControl = DirectoryList
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 173
  27.     Width = 33
  28.     Height = 13
  29.     Caption = 'Dri&ves:'
  30.     FocusControl = Drives
  31.   end
  32.   object Label3: TLabel
  33.     Left = 232
  34.     Top = 9
  35.     Width = 90
  36.     Height = 13
  37.     Caption = 'A&rchive directories:'
  38.     FocusControl = ArchiveDirs
  39.   end
  40.   object DirectoryList: TDirectoryListBox
  41.     Left = 8
  42.     Top = 25
  43.     Width = 137
  44.     Height = 141
  45.     HelpContext = 1018
  46.     ItemHeight = 16
  47.     TabOrder = 5
  48.   end
  49.   object Drives: TDriveComboBox
  50.     Left = 8
  51.     Top = 189
  52.     Width = 141
  53.     Height = 19
  54.     HelpContext = 1018
  55.     TabOrder = 6
  56.     OnChange = DrivesChange
  57.   end
  58.   object ArchiveDirs: TListBox
  59.     Left = 232
  60.     Top = 25
  61.     Width = 260
  62.     Height = 141
  63.     Hint = 'Search path for archives'
  64.     HelpContext = 1018
  65.     ItemHeight = 13
  66.     ParentShowHint = False
  67.     ShowHint = False
  68.     TabOrder = 7
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 249
  72.     Top = 185
  73.     Width = 75
  74.     Height = 25
  75.     Hint = 'Accept changes to list of archive directories'
  76.     HelpContext = 1018
  77.     Caption = 'OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     ParentShowHint = False
  81.     ShowHint = False
  82.     TabOrder = 2
  83.     NumGlyphs = 2
  84.   end
  85.   object BitBtn2: TBitBtn
  86.     Left = 334
  87.     Top = 185
  88.     Width = 75
  89.     Height = 25
  90.     Hint = 'Dismiss dialog without changing archive directories'
  91.     HelpContext = 1018
  92.     Cancel = True
  93.     Caption = 'Cancel'
  94.     ModalResult = 2
  95.     ParentShowHint = False
  96.     ShowHint = False
  97.     TabOrder = 3
  98.     NumGlyphs = 2
  99.   end
  100.   object HelpButton: TBitBtn
  101.     Left = 419
  102.     Top = 185
  103.     Width = 75
  104.     Height = 25
  105.     Hint = 'Get more detailed help'
  106.     HelpContext = 1018
  107.     Caption = '&Help'
  108.     ParentShowHint = False
  109.     ShowHint = False
  110.     TabOrder = 4
  111.     OnClick = HelpButtonClick
  112.     NumGlyphs = 2
  113.   end
  114.   object BitBtn3: TBitBtn
  115.     Left = 151
  116.     Top = 47
  117.     Width = 75
  118.     Height = 25
  119.     Hint = 'Add directory to list of archive directories'
  120.     HelpContext = 1018
  121.     Caption = '&Add >'
  122.     ParentShowHint = False
  123.     ShowHint = False
  124.     TabOrder = 0
  125.     OnClick = AddButtonClick
  126.     NumGlyphs = 2
  127.   end
  128.   object RemoveButton: TBitBtn
  129.     Left = 151
  130.     Top = 83
  131.     Width = 75
  132.     Height = 25
  133.     Hint = 'Remove directory from list of achive directories'
  134.     HelpContext = 1018
  135.     Caption = '< Re&move'
  136.     ParentShowHint = False
  137.     ShowHint = False
  138.     TabOrder = 1
  139.     OnClick = RemoveButtonClick
  140.     NumGlyphs = 2
  141.   end
  142.   object CreateDirectory: TBitBtn
  143.     Left = 151
  144.     Top = 119
  145.     Width = 75
  146.     Height = 25
  147.     Hint = 'Create a new archive directory'
  148.     Caption = 'Cr&eate'
  149.     ParentShowHint = False
  150.     ShowHint = False
  151.     TabOrder = 8
  152.     OnClick = CreateDirectoryClick
  153.     NumGlyphs = 2
  154.   end
  155. end
  156.