home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TGALLERYBROWSEDLG / TGALLERYBROWSEDLG.txt
Text File  |  1998-06-16  |  4KB  |  190 lines

  1. object GalleryBrowseDlg: TGalleryBrowseDlg
  2.   Left = 205
  3.   Top = 122
  4.   HelpContext = 3070
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'New Items'
  8.   ClientHeight = 338
  9.   ClientWidth = 435
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = True
  14.   PopupMenu = GalBrowPopup
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKButton: TButton
  21.     Left = 196
  22.     Top = 308
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akRight, akBottom]
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 276
  33.     Top = 308
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akRight, akBottom]
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object HelpButton: TButton
  43.     Left = 356
  44.     Top = 308
  45.     Width = 75
  46.     Height = 25
  47.     Anchors = [akRight, akBottom]
  48.     Caption = '&Help'
  49.     TabOrder = 3
  50.     OnClick = HelpButtonClick
  51.   end
  52.   object TabControl: TTabControl
  53.     Left = 5
  54.     Top = 5
  55.     Width = 426
  56.     Height = 295
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     HotTrack = True
  59.     MultiLine = True
  60.     TabOrder = 0
  61.     Tabs.Strings = (
  62.       'New')
  63.     TabIndex = 0
  64.     OnChange = TabControlChange
  65.     object Panel1: TPanel
  66.       Left = 4
  67.       Top = 266
  68.       Width = 418
  69.       Height = 25
  70.       Align = alBottom
  71.       BevelOuter = bvNone
  72.       TabOrder = 0
  73.       object RReference: TRadioButton
  74.         Left = 129
  75.         Top = 6
  76.         Width = 71
  77.         Height = 17
  78.         Hint = 'Add Object to Project'
  79.         Caption = '&Use'
  80.         Enabled = False
  81.         ParentShowHint = False
  82.         ShowHint = True
  83.         TabOrder = 0
  84.       end
  85.       object RInherit: TRadioButton
  86.         Left = 69
  87.         Top = 6
  88.         Width = 58
  89.         Height = 17
  90.         Hint = 'Make an Inherited Form from Object'
  91.         Caption = '&Inherit'
  92.         Enabled = False
  93.         ParentShowHint = False
  94.         ShowHint = True
  95.         TabOrder = 1
  96.       end
  97.       object RCopy: TRadioButton
  98.         Left = 9
  99.         Top = 6
  100.         Width = 54
  101.         Height = 17
  102.         Hint = 'Make a copy of Object'
  103.         Caption = '&Copy'
  104.         Enabled = False
  105.         ParentShowHint = False
  106.         ShowHint = True
  107.         TabOrder = 2
  108.       end
  109.     end
  110.   end
  111.   object GalBrowPopup: TPopupMenu
  112.     Left = 8
  113.     Top = 283
  114.     object LargeIcons1: TMenuItem
  115.       Caption = 'View &Large Icons'
  116.       GroupIndex = 1
  117.       RadioItem = True
  118.       OnClick = LargeIconsClick
  119.     end
  120.     object SmallIcons1: TMenuItem
  121.       Caption = 'View &Small Icons'
  122.       GroupIndex = 1
  123.       RadioItem = True
  124.       OnClick = SmallIconsClick
  125.     end
  126.     object List1: TMenuItem
  127.       Caption = 'View L&ist'
  128.       GroupIndex = 1
  129.       RadioItem = True
  130.       OnClick = ListClick
  131.     end
  132.     object Details1: TMenuItem
  133.       Caption = 'View &Details'
  134.       GroupIndex = 1
  135.       RadioItem = True
  136.       OnClick = DetailsClick
  137.     end
  138.     object N1: TMenuItem
  139.       Caption = '-'
  140.       GroupIndex = 1
  141.     end
  142.     object ArrangeName: TMenuItem
  143.       Caption = 'Arrange by &Name'
  144.       Checked = True
  145.       GroupIndex = 2
  146.       RadioItem = True
  147.       OnClick = ArrangeNameClick
  148.     end
  149.     object ArrangeDescription: TMenuItem
  150.       Caption = 'Arrange by D&escription'
  151.       GroupIndex = 2
  152.       RadioItem = True
  153.       OnClick = ArrangeDescriptionClick
  154.     end
  155.     object ArrangeDate: TMenuItem
  156.       Caption = 'Arrange by D&ate'
  157.       GroupIndex = 2
  158.       RadioItem = True
  159.       OnClick = ArrangeDateClick
  160.     end
  161.     object ArrangeAuthor: TMenuItem
  162.       Caption = 'Arrange by A&uthor'
  163.       GroupIndex = 2
  164.       RadioItem = True
  165.       OnClick = ArrangeAuthorClick
  166.     end
  167.     object N2: TMenuItem
  168.       Caption = '-'
  169.       GroupIndex = 2
  170.     end
  171.     object PropertiesItem: TMenuItem
  172.       Caption = 'P&roperties'
  173.       GroupIndex = 2
  174.       OnClick = PropertiesItemClick
  175.     end
  176.     object dNextPage: TMenuItem
  177.       Caption = 'Next Page'
  178.       GroupIndex = 2
  179.       Visible = False
  180.       OnClick = dNextPageClick
  181.     end
  182.     object dPrevPage: TMenuItem
  183.       Caption = 'Previous Page'
  184.       GroupIndex = 2
  185.       Visible = False
  186.       OnClick = dPrevPageClick
  187.     end
  188.   end
  189. end
  190.