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

  1. object LockListDlg: TLockListDlg
  2.   Left = 465
  3.   Top = 571
  4.   ActiveControl = LockList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lock List'
  7.   ClientHeight = 283
  8.   ClientWidth = 314
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object FileName: TLabel
  15.     Left = 12
  16.     Top = 8
  17.     Width = 289
  18.     Height = 53
  19.     AutoSize = False
  20.     Caption = '%s has the following revisions already locked:'
  21.     WordWrap = True
  22.   end
  23.   object LockList: TListBox
  24.     Left = 8
  25.     Top = 64
  26.     Width = 297
  27.     Height = 177
  28.     ItemHeight = 13
  29.     TabOrder = 0
  30.   end
  31.   object OkButton: TBitBtn
  32.     Left = 119
  33.     Top = 250
  34.     Width = 75
  35.     Height = 25
  36.     Hint = 'Dismiss the lock list dialog'
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     ParentShowHint = False
  41.     ShowHint = False
  42.     TabOrder = 1
  43.     NumGlyphs = 2
  44.   end
  45. end
  46.