object GalleryBrowseDlg: TGalleryBrowseDlg Left = 199 Top = 125 HelpContext = 3070 BorderStyle = bsDialog Caption = 'New Items' ClientHeight = 252 ClientWidth = 415 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PopupMenu = PopupMenu1 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 175 Top = 220 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 255 Top = 220 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 335 Top = 220 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object TabControl: TTabControl Left = 5 Top = 5 Width = 405 Height = 208 TabIndex = 0 TabOrder = 0 Tabs.Strings = ( 'New') OnChange = TabControlChange object PlaceHolder: TBevel Left = 4 Top = 24 Width = 397 Height = 155 end object RCopy: TRadioButton Left = 11 Top = 184 Width = 54 Height = 17 Hint = 'Make a copy of Object' Caption = '&Copy' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 0 end object RInherit: TRadioButton Left = 71 Top = 184 Width = 58 Height = 17 Hint = 'Make an Inherited Form from Object' Caption = '&Inherit' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 1 end object RReference: TRadioButton Left = 131 Top = 184 Width = 71 Height = 17 Hint = 'Add Object to Project' Caption = '&Use' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 2 end end object PopupMenu1: TPopupMenu Left = 16 Top = 219 object LargeIcons1: TMenuItem Caption = 'View &Large Icons' GroupIndex = 1 HelpContext = 5700 RadioItem = True ShortCut = 0 OnClick = LargeIconsClick end object SmallIcons1: TMenuItem Caption = 'View &Small Icons' GroupIndex = 1 HelpContext = 5701 RadioItem = True ShortCut = 0 OnClick = SmallIconsClick end object List1: TMenuItem Caption = 'View L&ist' GroupIndex = 1 HelpContext = 5702 RadioItem = True ShortCut = 0 OnClick = ListClick end object Details1: TMenuItem Caption = 'View &Details' GroupIndex = 1 HelpContext = 5703 RadioItem = True ShortCut = 0 OnClick = DetailsClick end object N1: TMenuItem Caption = '-' GroupIndex = 1 ShortCut = 0 end object ArrangeName: TMenuItem Caption = 'Arrange by &Name' Checked = True GroupIndex = 2 HelpContext = 5704 RadioItem = True ShortCut = 0 OnClick = ArrangeNameClick end object ArrangeDescription: TMenuItem Caption = 'Arrange by D&escription' GroupIndex = 2 HelpContext = 5705 RadioItem = True ShortCut = 0 OnClick = ArrangeDescriptionClick end object ArrangeDate: TMenuItem Caption = 'Arrange by D&ate' GroupIndex = 2 HelpContext = 5706 RadioItem = True ShortCut = 0 OnClick = ArrangeDateClick end object ArrangeAuthor: TMenuItem Caption = 'Arrange by A&uthor' GroupIndex = 2 HelpContext = 5707 RadioItem = True ShortCut = 0 OnClick = ArrangeAuthorClick end object N2: TMenuItem Caption = '-' GroupIndex = 2 ShortCut = 0 end object PropertiesItem: TMenuItem Caption = 'P&roperties' GroupIndex = 2 HelpContext = 5708 ShortCut = 0 OnClick = PropertiesItemClick end object dNextPage: TMenuItem Caption = 'Next Page' GroupIndex = 2 HelpContext = 5709 ShortCut = 0 Visible = False OnClick = dNextPageClick end object dPrevPage: TMenuItem Caption = 'Previous Page' GroupIndex = 2 HelpContext = 5710 ShortCut = 0 Visible = False OnClick = dPrevPageClick end end end