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

  1. object GetDlg: TGetDlg
  2.   Left = 353
  3.   Top = 335
  4.   HelpContext = 1005
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check Out'
  8.   ClientHeight = 163
  9.   ClientWidth = 408
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 11
  20.     Top = 9
  21.     Width = 88
  22.     Height = 13
  23.     Caption = 'Working Directory:'
  24.   end
  25.   object BrowseWorkDir: TBitBtn
  26.     Left = 325
  27.     Top = 4
  28.     Width = 75
  29.     Height = 25
  30.     Hint = 'Find Private Directory'
  31.     HelpContext = 1019
  32.     Caption = 'Browse'
  33.     ParentShowHint = False
  34.     ShowHint = False
  35.     TabOrder = 2
  36.     OnClick = BrowseWorkDirsClick
  37.     NumGlyphs = 2
  38.   end
  39.   object WorkDir: TEdit
  40.     Left = 108
  41.     Top = 6
  42.     Width = 207
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 0
  48.     Top = 34
  49.     Width = 408
  50.     Height = 129
  51.     Align = alBottom
  52.     BevelOuter = bvNone
  53.     TabOrder = 0
  54.     object OptionGroup: TGroupBox
  55.       Left = 8
  56.       Top = 8
  57.       Width = 393
  58.       Height = 81
  59.       HelpContext = 1005
  60.       Caption = 'Check Out Options:'
  61.       TabOrder = 0
  62.       IsControl = True
  63.       object Label4: TLabel
  64.         Left = 168
  65.         Top = 20
  66.         Width = 44
  67.         Height = 13
  68.         Caption = '&Revision:'
  69.         FocusControl = cmbRevision
  70.         IsControl = True
  71.       end
  72.       object Label5: TLabel
  73.         Left = 168
  74.         Top = 44
  75.         Width = 38
  76.         Height = 13
  77.         Caption = '&Version:'
  78.         FocusControl = cmbVersion
  79.         IsControl = True
  80.       end
  81.       object cmbRevision: TComboBox
  82.         Left = 220
  83.         Top = 16
  84.         Width = 161
  85.         Height = 21
  86.         Hint = 'Choose the revision to check out from this list'
  87.         HelpContext = 1005
  88.         Style = csDropDownList
  89.         ItemHeight = 13
  90.         ParentShowHint = False
  91.         ShowHint = False
  92.         TabOrder = 3
  93.         OnChange = RevisionChange
  94.         OnClick = RevisionChange
  95.         OnDropDown = RevisionDropDown
  96.         IsControl = True
  97.       end
  98.       object cmbVersion: TComboBox
  99.         Left = 220
  100.         Top = 40
  101.         Width = 161
  102.         Height = 21
  103.         Hint = 'Choose the version to check out from this list'
  104.         HelpContext = 1005
  105.         Style = csDropDownList
  106.         ItemHeight = 13
  107.         ParentShowHint = False
  108.         ShowHint = False
  109.         Sorted = True
  110.         TabOrder = 4
  111.         OnChange = VersionChange
  112.         OnClick = VersionChange
  113.         OnDropDown = VersionDropDown
  114.         IsControl = True
  115.       end
  116.       object rbLock: TRadioButton
  117.         Left = 8
  118.         Top = 56
  119.         Width = 137
  120.         Height = 20
  121.         Hint = 'Check out a writable copy of a revision and lock it'
  122.         HelpContext = 1005
  123.         Caption = 'Writable and Locked'
  124.         Checked = True
  125.         ParentShowHint = False
  126.         ShowHint = False
  127.         TabOrder = 0
  128.         TabStop = True
  129.         IsControl = True
  130.       end
  131.       object rbReadOnly: TRadioButton
  132.         Left = 8
  133.         Top = 16
  134.         Width = 137
  135.         Height = 20
  136.         Hint = 'Check out a read-only copy of a revision'
  137.         HelpContext = 1005
  138.         Caption = 'Read Only'
  139.         ParentShowHint = False
  140.         ShowHint = False
  141.         TabOrder = 1
  142.         IsControl = True
  143.       end
  144.       object rbWritable: TRadioButton
  145.         Left = 8
  146.         Top = 36
  147.         Width = 137
  148.         Height = 20
  149.         Hint = 'Check out a writable copy of a revision'
  150.         HelpContext = 1005
  151.         Caption = 'Writable'
  152.         ParentShowHint = False
  153.         ShowHint = False
  154.         TabOrder = 2
  155.         IsControl = True
  156.       end
  157.     end
  158.     object OKButton: TBitBtn
  159.       Left = 152
  160.       Top = 96
  161.       Width = 75
  162.       Height = 25
  163.       Hint = 'Check out a revision of this file'
  164.       HelpContext = 1005
  165.       Caption = 'OK'
  166.       Default = True
  167.       ModalResult = 1
  168.       ParentShowHint = False
  169.       ShowHint = False
  170.       TabOrder = 1
  171.       NumGlyphs = 2
  172.     end
  173.     object CancelButton: TBitBtn
  174.       Left = 240
  175.       Top = 96
  176.       Width = 75
  177.       Height = 25
  178.       Hint = 'Dismiss dialog without checking out a revision'
  179.       HelpContext = 1005
  180.       Cancel = True
  181.       Caption = 'Cancel'
  182.       ModalResult = 2
  183.       ParentShowHint = False
  184.       ShowHint = False
  185.       TabOrder = 2
  186.       NumGlyphs = 2
  187.     end
  188.     object HelpButton: TBitBtn
  189.       Left = 325
  190.       Top = 96
  191.       Width = 75
  192.       Height = 25
  193.       Hint = 'Get more detailed help'
  194.       HelpContext = 1005
  195.       Caption = '&Help'
  196.       ParentShowHint = False
  197.       ShowHint = False
  198.       TabOrder = 3
  199.       OnClick = HelpButtonClick
  200.       NumGlyphs = 2
  201.     end
  202.   end
  203. end
  204.