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

  1. object PutDlg: TPutDlg
  2.   Left = 863
  3.   Top = 238
  4.   HelpContext = 1006
  5.   ActiveControl = ChangeDesc
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check In'
  8.   ClientHeight = 176
  9.   ClientWidth = 408
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 94
  20.     Height = 13
  21.     Caption = '&Change description:'
  22.     FocusControl = ChangeDesc
  23.     IsControl = True
  24.   end
  25.   object Label4: TLabel
  26.     Left = 8
  27.     Top = 115
  28.     Width = 63
  29.     Height = 13
  30.     Caption = '&Version label:'
  31.     FocusControl = edVersion
  32.     IsControl = True
  33.   end
  34.   object ChangeDesc: TMemo
  35.     Left = 8
  36.     Top = 28
  37.     Width = 393
  38.     Height = 73
  39.     Hint = 'Enter text describing changes made to file being checked in.'
  40.     HelpContext = 1006
  41.     ParentShowHint = False
  42.     ScrollBars = ssVertical
  43.     ShowHint = False
  44.     TabOrder = 0
  45.   end
  46.   object edVersion: TEdit
  47.     Left = 92
  48.     Top = 112
  49.     Width = 121
  50.     Height = 20
  51.     Hint = 'Enter name of label to attach to changes being checked in'
  52.     HelpContext = 1006
  53.     ParentShowHint = False
  54.     ShowHint = False
  55.     TabOrder = 1
  56.     IsControl = True
  57.   end
  58.   object cbKeepLocked: TCheckBox
  59.     Left = 308
  60.     Top = 112
  61.     Width = 93
  62.     Height = 21
  63.     Hint = 'Keep file locked after checking in'
  64.     HelpContext = 1006
  65.     Caption = '&Keep locked'
  66.     ParentShowHint = False
  67.     ShowHint = False
  68.     TabOrder = 2
  69.     IsControl = True
  70.   end
  71.   object OkButton: TBitBtn
  72.     Left = 161
  73.     Top = 144
  74.     Width = 75
  75.     Height = 25
  76.     Hint = 'Check in file with description and label specified'
  77.     HelpContext = 1006
  78.     Caption = '&OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     ParentShowHint = False
  82.     ShowHint = False
  83.     TabOrder = 3
  84.     NumGlyphs = 2
  85.   end
  86.   object CancelButton: TBitBtn
  87.     Left = 244
  88.     Top = 144
  89.     Width = 75
  90.     Height = 25
  91.     Hint = 'Dismiss dialog without checking in file'
  92.     HelpContext = 1006
  93.     Cancel = True
  94.     Caption = 'Cancel'
  95.     ModalResult = 2
  96.     ParentShowHint = False
  97.     ShowHint = False
  98.     TabOrder = 4
  99.     NumGlyphs = 2
  100.   end
  101.   object HelpButton: TBitBtn
  102.     Left = 327
  103.     Top = 144
  104.     Width = 75
  105.     Height = 25
  106.     Hint = 'Get more detailed help'
  107.     HelpContext = 1006
  108.     Caption = '&Help'
  109.     ParentShowHint = False
  110.     ShowHint = False
  111.     TabOrder = 5
  112.     OnClick = HelpButtonClick
  113.     NumGlyphs = 2
  114.   end
  115.   object AllButton: TBitBtn
  116.     Left = 78
  117.     Top = 144
  118.     Width = 75
  119.     Height = 25
  120.     Hint = 
  121.       'Check in all remaining files with description and label specifie' +
  122.       'd'
  123.     HelpContext = 1006
  124.     Caption = 'OK to All'
  125.     ModalResult = 6
  126.     ParentShowHint = False
  127.     ShowHint = False
  128.     TabOrder = 6
  129.     Visible = False
  130.     NumGlyphs = 2
  131.   end
  132. end
  133.