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

  1. object NewProjDlg: TNewProjDlg
  2.   Left = 813
  3.   Top = 108
  4.   HelpContext = 1022
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Create Project'
  8.   ClientHeight = 288
  9.   ClientWidth = 445
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object OkButton: TBitBtn
  19.     Left = 187
  20.     Top = 252
  21.     Width = 75
  22.     Height = 25
  23.     Hint = 'Add the Delphi project to version control'
  24.     HelpContext = 1022
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     ParentShowHint = False
  29.     ShowHint = False
  30.     TabOrder = 0
  31.     NumGlyphs = 2
  32.   end
  33.   object CancelButton: TBitBtn
  34.     Left = 272
  35.     Top = 252
  36.     Width = 75
  37.     Height = 25
  38.     Hint = 
  39.       'Dismiss the dialog without creating adding the project to versio' +
  40.       'n control'
  41.     HelpContext = 1022
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     ParentShowHint = False
  46.     ShowHint = False
  47.     TabOrder = 1
  48.     NumGlyphs = 2
  49.   end
  50.   object HelpButton: TBitBtn
  51.     Left = 356
  52.     Top = 252
  53.     Width = 75
  54.     Height = 25
  55.     Hint = 'Get more detailed help'
  56.     HelpContext = 1022
  57.     Caption = '&Help'
  58.     ParentShowHint = False
  59.     ShowHint = False
  60.     TabOrder = 2
  61.     OnClick = HelpButtonClick
  62.     NumGlyphs = 2
  63.   end
  64.   object GroupBox2: TGroupBox
  65.     Left = 13
  66.     Top = 15
  67.     Width = 419
  68.     Height = 100
  69.     HelpContext = 1022
  70.     Caption = 'Project Directories'
  71.     TabOrder = 4
  72.     object BLabel: TLabel
  73.       Left = 18
  74.       Top = 33
  75.       Width = 87
  76.       Height = 13
  77.       Caption = 'Workfile Directory:'
  78.     end
  79.     object Label1: TLabel
  80.       Left = 18
  81.       Top = 64
  82.       Width = 84
  83.       Height = 13
  84.       Caption = 'Archive Directory:'
  85.     end
  86.     object WorkDir: TEdit
  87.       Left = 128
  88.       Top = 29
  89.       Width = 187
  90.       Height = 20
  91.       Hint = 'Local directory for checked out files'
  92.       HelpContext = 1019
  93.       ParentShowHint = False
  94.       ShowHint = False
  95.       TabOrder = 0
  96.     end
  97.     object VCSDir: TEdit
  98.       Left = 128
  99.       Top = 61
  100.       Width = 187
  101.       Height = 20
  102.       Hint = 'Directory in which to place archives'
  103.       HelpContext = 1020
  104.       ParentShowHint = False
  105.       ShowHint = False
  106.       TabOrder = 1
  107.     end
  108.     object BrowseWork: TBitBtn
  109.       Left = 325
  110.       Top = 26
  111.       Width = 75
  112.       Height = 25
  113.       Hint = 'Find Private Directory'
  114.       HelpContext = 1019
  115.       Caption = 'Browse'
  116.       ParentShowHint = False
  117.       ShowHint = False
  118.       TabOrder = 2
  119.       OnClick = BrowseWorkDirsClick
  120.       NumGlyphs = 2
  121.     end
  122.     object BitBtn1: TBitBtn
  123.       Left = 325
  124.       Top = 57
  125.       Width = 75
  126.       Height = 25
  127.       Hint = 'Find Archive Directory'
  128.       HelpContext = 1020
  129.       Caption = 'Browse'
  130.       ParentShowHint = False
  131.       ShowHint = False
  132.       TabOrder = 3
  133.       OnClick = BrowseVCSDirsClick
  134.       NumGlyphs = 2
  135.     end
  136.   end
  137.   object GroupBox1: TGroupBox
  138.     Left = 13
  139.     Top = 130
  140.     Width = 202
  141.     Height = 108
  142.     HelpContext = 1022
  143.     Caption = 'Project Options'
  144.     TabOrder = 3
  145.     object Journal: TCheckBox
  146.       Left = 17
  147.       Top = 19
  148.       Width = 108
  149.       Height = 17
  150.       Hint = 
  151.         'Create a journal of version control activities in the project di' +
  152.         'rectory'
  153.       HelpContext = 1022
  154.       Caption = 'Create Journal'
  155.       ParentShowHint = False
  156.       ShowHint = False
  157.       State = cbChecked
  158.       TabOrder = 0
  159.     end
  160.     object WriteProtectArchives: TCheckBox
  161.       Left = 17
  162.       Top = 48
  163.       Width = 153
  164.       Height = 17
  165.       Hint = 'Prevent archive files from being modified'
  166.       HelpContext = 1022
  167.       Caption = 'Write Protect Archives'
  168.       ParentShowHint = False
  169.       ShowHint = False
  170.       State = cbChecked
  171.       TabOrder = 1
  172.     end
  173.     object WriteProtectWorkfiles: TCheckBox
  174.       Left = 17
  175.       Top = 76
  176.       Width = 153
  177.       Height = 17
  178.       Hint = 'prevent checked-in files from being modified inadvertantly'
  179.       HelpContext = 1022
  180.       Caption = 'Write Protect Workfiles'
  181.       ParentShowHint = False
  182.       ShowHint = False
  183.       State = cbChecked
  184.       TabOrder = 2
  185.     end
  186.   end
  187.   object GroupBox3: TGroupBox
  188.     Left = 228
  189.     Top = 129
  190.     Width = 204
  191.     Height = 109
  192.     HelpContext = 1022
  193.     Caption = 'Creation Options'
  194.     TabOrder = 5
  195.     object AllFilesIn: TCheckBox
  196.       Left = 18
  197.       Top = 20
  198.       Width = 141
  199.       Height = 17
  200.       Hint = 'Add all project files to version control'
  201.       HelpContext = 1022
  202.       Caption = 'Check in All Files'
  203.       ParentShowHint = False
  204.       ShowHint = False
  205.       State = cbChecked
  206.       TabOrder = 0
  207.       OnClick = AllFilesInClick
  208.     end
  209.     object AllFilesLocked: TCheckBox
  210.       Left = 18
  211.       Top = 49
  212.       Width = 145
  213.       Height = 17
  214.       Hint = 'Keep files locked after checking them in'
  215.       HelpContext = 1022
  216.       Caption = 'Keep Files Locked'
  217.       ShowHint = False
  218.       State = cbChecked
  219.       TabOrder = 1
  220.     end
  221.     object PromptPlease: TCheckBox
  222.       Left = 18
  223.       Top = 77
  224.       Width = 167
  225.       Height = 17
  226.       Hint = 'Prompt for a description of each file'
  227.       HelpContext = 1022
  228.       Caption = 'Prompt for Descriptions'
  229.       ParentShowHint = False
  230.       ShowHint = False
  231.       State = cbChecked
  232.       TabOrder = 2
  233.     end
  234.   end
  235. end
  236.