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

  1. object DataDirDlg: TDataDirDlg
  2.   Left = 282
  3.   Top = 194
  4.   HelpContext = 1060
  5.   BorderStyle = bsDialog
  6.   Caption = 'Data Directories'
  7.   ClientHeight = 154
  8.   ClientWidth = 448
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   TextHeight = 13
  15.   object GroupBox2: TGroupBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 431
  19.     Height = 100
  20.     HelpContext = 1022
  21.     Caption = 'Data Directories'
  22.     TabOrder = 0
  23.     object BLabel: TLabel
  24.       Left = 10
  25.       Top = 33
  26.       Width = 94
  27.       Height = 13
  28.       Caption = 'Public Project Root:'
  29.     end
  30.     object Label1: TLabel
  31.       Left = 10
  32.       Top = 64
  33.       Width = 98
  34.       Height = 13
  35.       Caption = 'Private Project Root:'
  36.     end
  37.     object PubDir: TEdit
  38.       Left = 112
  39.       Top = 29
  40.       Width = 220
  41.       Height = 20
  42.       Hint = 'Shared Project Root Directory'
  43.       HelpContext = 1019
  44.       ParentShowHint = False
  45.       ShowHint = False
  46.       TabOrder = 0
  47.     end
  48.     object PrivDir: TEdit
  49.       Left = 112
  50.       Top = 61
  51.       Width = 220
  52.       Height = 20
  53.       Hint = 'Private project root directory'
  54.       HelpContext = 1020
  55.       ParentShowHint = False
  56.       ShowHint = False
  57.       TabOrder = 1
  58.     end
  59.     object BrowsePublicButton: TBitBtn
  60.       Left = 345
  61.       Top = 26
  62.       Width = 75
  63.       Height = 25
  64.       Hint = 'Find Private Directory'
  65.       HelpContext = 1019
  66.       Caption = 'Browse'
  67.       ParentShowHint = False
  68.       ShowHint = False
  69.       TabOrder = 2
  70.       OnClick = BrowsePublicButtonClick
  71.       NumGlyphs = 2
  72.     end
  73.     object BrowsePrivateButton: TBitBtn
  74.       Left = 345
  75.       Top = 57
  76.       Width = 75
  77.       Height = 25
  78.       Hint = 'Find Archive Directory'
  79.       HelpContext = 1020
  80.       Caption = 'Browse'
  81.       ParentShowHint = False
  82.       ShowHint = False
  83.       TabOrder = 3
  84.       OnClick = BrowsePrivateButtonClick
  85.       NumGlyphs = 2
  86.     end
  87.   end
  88.   object OkButton: TBitBtn
  89.     Left = 195
  90.     Top = 120
  91.     Width = 75
  92.     Height = 25
  93.     Hint = 'Add the Delphi project to version control'
  94.     HelpContext = 1022
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     ParentShowHint = False
  99.     ShowHint = False
  100.     TabOrder = 1
  101.     NumGlyphs = 2
  102.   end
  103.   object CancelButton: TBitBtn
  104.     Left = 280
  105.     Top = 120
  106.     Width = 75
  107.     Height = 25
  108.     Hint = 
  109.       'Dismiss the dialog without creating adding the project to versio' +
  110.       'n control'
  111.     HelpContext = 1022
  112.     Cancel = True
  113.     Caption = 'Cancel'
  114.     ModalResult = 2
  115.     ParentShowHint = False
  116.     ShowHint = False
  117.     TabOrder = 2
  118.     NumGlyphs = 2
  119.   end
  120.   object HelpButton: TBitBtn
  121.     Left = 364
  122.     Top = 120
  123.     Width = 75
  124.     Height = 25
  125.     Hint = 'Get more detailed help'
  126.     HelpContext = 1022
  127.     Caption = '&Help'
  128.     ParentShowHint = False
  129.     ShowHint = False
  130.     TabOrder = 3
  131.     OnClick = HelpButtonClick
  132.     NumGlyphs = 2
  133.   end
  134. end
  135.