object SaveProjectTemplate: TSaveProjectTemplate Left = 260 Top = 158 BorderStyle = bsDialog Caption = 'Add to Repository' ClientHeight = 240 ClientWidth = 338 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 7 Width = 321 Height = 194 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 15 Width = 23 Height = 13 Caption = '&Title:' FocusControl = edTitle end object Label2: TLabel Left = 18 Top = 59 Width = 56 Height = 13 Caption = '&Description:' FocusControl = meDesc end object Label3: TLabel Left = 60 Top = 151 Width = 184 Height = 13 Caption = 'Select an icon to represent this project:' end object Image: TImage Left = 18 Top = 155 Width = 32 Height = 32 IncrementalDisplay = False end object Label4: TLabel Left = 18 Top = 104 Width = 28 Height = 13 Caption = '&Page:' FocusControl = PageCombo end object Label5: TLabel Left = 184 Top = 104 Width = 31 Height = 13 Caption = '&Author' FocusControl = edAuthor end object edTitle: TEdit Left = 18 Top = 31 Width = 297 Height = 21 TabOrder = 0 end object meDesc: TEdit Left = 18 Top = 75 Width = 297 Height = 21 TabOrder = 1 end object BrowseButton: TButton Left = 60 Top = 171 Width = 77 Height = 24 Caption = '&Browse...' TabOrder = 4 OnClick = BrowseButtonClick end object OKButton: TButton Left = 94 Top = 209 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = OKButtonClick end object CancelButton: TButton Left = 174 Top = 209 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object HelpButton: TButton Left = 254 Top = 209 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpClick end object PageCombo: TComboBox Left = 18 Top = 120 Width = 157 Height = 21 ItemHeight = 13 TabOrder = 2 end object edAuthor: TEdit Left = 184 Top = 120 Width = 131 Height = 21 TabOrder = 3 end object OpenDialog: TOpenDialog HelpContext = 1434 Filter = 'Icons (*.ICO)|*.ico' Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing] Title = 'Select icon' Left = 5 Top = 204 end end