object SaveFormTemplate: TSaveFormTemplate Left = 252 Top = 134 HelpContext = 1639 ActiveControl = edTitle BorderStyle = bsDialog Caption = 'Add To Repository' ClientHeight = 247 ClientWidth = 465 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 449 Height = 202 Shape = bsFrame end object Label1: TLabel Left = 147 Top = 14 Width = 23 Height = 13 Caption = '&Title:' FocusControl = edTitle IsControl = True end object Label3: TLabel Left = 189 Top = 154 Width = 193 Height = 17 AutoSize = False Caption = 'Select an icon to represent this object:' IsControl = True end object Image: TImage Left = 148 Top = 160 Width = 32 Height = 32 IncrementalDisplay = False IsControl = True end object Label2: TLabel Left = 147 Top = 56 Width = 56 Height = 13 Caption = '&Description:' FocusControl = meDesc end object Label5: TLabel Left = 19 Top = 14 Width = 31 Height = 13 Caption = '&Forms:' FocusControl = FormList end object Label4: TLabel Left = 147 Top = 99 Width = 28 Height = 13 Caption = '&Page:' FocusControl = PageCombo end object Label6: TLabel Left = 314 Top = 99 Width = 34 Height = 13 Caption = '&Author:' FocusControl = edAuthor end object edTitle: TEdit Left = 147 Top = 30 Width = 297 Height = 21 MaxLength = 40 TabOrder = 1 IsControl = True end object meDesc: TEdit Left = 147 Top = 74 Width = 297 Height = 21 TabOrder = 2 end object BrowseButton: TButton Left = 189 Top = 176 Width = 77 Height = 24 Caption = '&Browse...' TabOrder = 5 OnClick = BrowseButtonClick IsControl = True end object FormList: TListBox Left = 19 Top = 30 Width = 117 Height = 171 ItemHeight = 13 TabOrder = 0 OnClick = FormListClick end object OKButton: TButton Left = 222 Top = 217 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 OnClick = OKClick end object CancelButton: TButton Left = 302 Top = 217 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object HelpButton: TButton Left = 382 Top = 217 Width = 75 Height = 25 Caption = '&Help' TabOrder = 8 OnClick = HelpButtonClick end object PageCombo: TComboBox Left = 147 Top = 117 Width = 160 Height = 21 ItemHeight = 13 TabOrder = 3 end object edAuthor: TEdit Left = 315 Top = 117 Width = 129 Height = 21 TabOrder = 4 end object OpenDialog: TOpenDialog HelpContext = 1434 Filter = 'Icons (*.ICO)|*.ico' Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Select icon' Left = 8 Top = 216 end end