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

  1. object NewArchiveDlg: TNewArchiveDlg
  2.   Left = 680
  3.   Top = 546
  4.   HelpContext = 1004
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create Archive'
  7.   ClientHeight = 212
  8.   ClientWidth = 408
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label2: TLabel
  17.     Left = 8
  18.     Top = 19
  19.     Width = 90
  20.     Height = 13
  21.     Caption = '&Archive directories:'
  22.   end
  23.   object Label3: TLabel
  24.     Left = 8
  25.     Top = 52
  26.     Width = 95
  27.     Height = 13
  28.     Caption = 'Archive &Description:'
  29.     FocusControl = ArchiveDesc
  30.   end
  31.   object Label4: TLabel
  32.     Left = 8
  33.     Top = 151
  34.     Width = 63
  35.     Height = 13
  36.     Caption = '&Version label:'
  37.   end
  38.   object ArchiveDesc: TMemo
  39.     Left = 8
  40.     Top = 68
  41.     Width = 393
  42.     Height = 69
  43.     Hint = 'Enter text describing changes made to file being checked in.'
  44.     HelpContext = 1004
  45.     ParentShowHint = False
  46.     ScrollBars = ssVertical
  47.     ShowHint = False
  48.     TabOrder = 0
  49.   end
  50.   object edVersion: TEdit
  51.     Left = 92
  52.     Top = 148
  53.     Width = 121
  54.     Height = 20
  55.     Hint = 'Enter label to attach to first revision of archive being created'
  56.     HelpContext = 1004
  57.     ParentShowHint = False
  58.     ShowHint = False
  59.     TabOrder = 1
  60.   end
  61.   object cbKeepLocked: TCheckBox
  62.     Left = 308
  63.     Top = 148
  64.     Width = 93
  65.     Height = 20
  66.     Hint = 'Keep file locked after checking in'
  67.     HelpContext = 1004
  68.     Caption = '&Keep locked'
  69.     ParentShowHint = False
  70.     ShowHint = False
  71.     TabOrder = 2
  72.   end
  73.   object OkButton: TBitBtn
  74.     Left = 159
  75.     Top = 180
  76.     Width = 75
  77.     Height = 25
  78.     Hint = 'Create archive with description and label specified'
  79.     HelpContext = 1004
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     ParentShowHint = False
  84.     ShowHint = False
  85.     TabOrder = 3
  86.     NumGlyphs = 2
  87.   end
  88.   object CancelButton: TBitBtn
  89.     Left = 243
  90.     Top = 180
  91.     Width = 75
  92.     Height = 25
  93.     Hint = 'Dismiss dialog without creating an archive'
  94.     HelpContext = 1004
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     ParentShowHint = False
  99.     ShowHint = False
  100.     TabOrder = 4
  101.     NumGlyphs = 2
  102.   end
  103.   object HelpButton: TBitBtn
  104.     Left = 326
  105.     Top = 180
  106.     Width = 75
  107.     Height = 25
  108.     Hint = 'Get more detailed help'
  109.     HelpContext = 1004
  110.     Caption = '&Help'
  111.     ParentShowHint = False
  112.     ShowHint = False
  113.     TabOrder = 5
  114.     OnClick = HelpButtonClick
  115.     NumGlyphs = 2
  116.   end
  117.   object cmbArchiveDirs: TComboBox
  118.     Left = 120
  119.     Top = 16
  120.     Width = 281
  121.     Height = 20
  122.     Hint = 'Choose directory in which to place new archive'
  123.     HelpContext = 1004
  124.     Style = csDropDownList
  125.     ItemHeight = 13
  126.     ParentShowHint = False
  127.     ShowHint = False
  128.     TabOrder = 6
  129.     IsControl = True
  130.   end
  131. end
  132.