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

  1. object PutLockDlg: TPutLockDlg
  2.   Left = 434
  3.   Top = 550
  4.   ActiveControl = cmbRevision
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lock Archive(s)'
  7.   ClientHeight = 77
  8.   ClientWidth = 304
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object Label2: TLabel
  17.     Left = 8
  18.     Top = 10
  19.     Width = 61
  20.     Height = 17
  21.     AutoSize = False
  22.     Caption = '&Revision:'
  23.   end
  24.   object cmbRevision: TComboBox
  25.     Left = 68
  26.     Top = 8
  27.     Width = 228
  28.     Height = 20
  29.     Hint = 'Choose from revision numbers in archive'
  30.     ItemHeight = 13
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     TabOrder = 0
  34.     OnDropDown = RevisionDropDown
  35.   end
  36.   object OkButton: TBitBtn
  37.     Left = 52
  38.     Top = 41
  39.     Width = 75
  40.     Height = 25
  41.     Hint = 'Lock revision of archive'
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 1
  48.     OnClick = LockClick
  49.     NumGlyphs = 2
  50.   end
  51.   object HelpButton: TBitBtn
  52.     Left = 220
  53.     Top = 41
  54.     Width = 75
  55.     Height = 25
  56.     Hint = 'Get more detailed help'
  57.     Caption = '&Help'
  58.     ParentShowHint = False
  59.     ShowHint = True
  60.     TabOrder = 2
  61.     OnClick = HelpButtonClick
  62.     NumGlyphs = 2
  63.   end
  64.   object CancelButton: TBitBtn
  65.     Left = 136
  66.     Top = 41
  67.     Width = 75
  68.     Height = 25
  69.     Hint = 'Dismiss dialog without locking archive'
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     TabOrder = 3
  76.     NumGlyphs = 2
  77.   end
  78. end
  79.