object NewArchiveDlg: TNewArchiveDlg Left = 680 Top = 546 HelpContext = 1004 BorderStyle = bsDialog Caption = 'Create Archive' ClientHeight = 212 ClientWidth = 408 Font.Height = -11 Font.Name = 'MS Sans Serif' PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow TextHeight = 13 object Label2: TLabel Left = 8 Top = 19 Width = 90 Height = 13 Caption = '&Archive directories:' end object Label3: TLabel Left = 8 Top = 52 Width = 95 Height = 13 Caption = 'Archive &Description:' FocusControl = ArchiveDesc end object Label4: TLabel Left = 8 Top = 151 Width = 63 Height = 13 Caption = '&Version label:' end object ArchiveDesc: TMemo Left = 8 Top = 68 Width = 393 Height = 69 Hint = 'Enter text describing changes made to file being checked in.' HelpContext = 1004 ParentShowHint = False ScrollBars = ssVertical ShowHint = False TabOrder = 0 end object edVersion: TEdit Left = 92 Top = 148 Width = 121 Height = 20 Hint = 'Enter label to attach to first revision of archive being created' HelpContext = 1004 ParentShowHint = False ShowHint = False TabOrder = 1 end object cbKeepLocked: TCheckBox Left = 308 Top = 148 Width = 93 Height = 20 Hint = 'Keep file locked after checking in' HelpContext = 1004 Caption = '&Keep locked' ParentShowHint = False ShowHint = False TabOrder = 2 end object OkButton: TBitBtn Left = 159 Top = 180 Width = 75 Height = 25 Hint = 'Create archive with description and label specified' HelpContext = 1004 Caption = 'OK' Default = True ModalResult = 1 ParentShowHint = False ShowHint = False TabOrder = 3 NumGlyphs = 2 end object CancelButton: TBitBtn Left = 243 Top = 180 Width = 75 Height = 25 Hint = 'Dismiss dialog without creating an archive' HelpContext = 1004 Cancel = True Caption = 'Cancel' ModalResult = 2 ParentShowHint = False ShowHint = False TabOrder = 4 NumGlyphs = 2 end object HelpButton: TBitBtn Left = 326 Top = 180 Width = 75 Height = 25 Hint = 'Get more detailed help' HelpContext = 1004 Caption = '&Help' ParentShowHint = False ShowHint = False TabOrder = 5 OnClick = HelpButtonClick NumGlyphs = 2 end object cmbArchiveDirs: TComboBox Left = 120 Top = 16 Width = 281 Height = 20 Hint = 'Choose directory in which to place new archive' HelpContext = 1004 Style = csDropDownList ItemHeight = 13 ParentShowHint = False ShowHint = False TabOrder = 6 IsControl = True end end