home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TGALLERYBROWSEDLG / TGALLERYBROWSEDLG.txt
Text File  |  1999-08-11  |  5KB  |  203 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.     PopupMenu = GalBrowPopup
  61.     TabOrder = 0
  62.     Tabs.Strings = (
  63.       'New')
  64.     TabIndex = 0
  65.     OnChange = TabControlChange
  66.     object Panel1: TPanel
  67.       Left = 4
  68.       Top = 266
  69.       Width = 418
  70.       Height = 25
  71.       Align = alBottom
  72.       BevelOuter = bvNone
  73.       TabOrder = 0
  74.       object RReference: TRadioButton
  75.         Left = 129
  76.         Top = 6
  77.         Width = 71
  78.         Height = 17
  79.         Hint = 'Add Object to Project'
  80.         Caption = '&Use'
  81.         Enabled = False
  82.         ParentShowHint = False
  83.         ShowHint = True
  84.         TabOrder = 0
  85.       end
  86.       object RInherit: TRadioButton
  87.         Left = 69
  88.         Top = 6
  89.         Width = 58
  90.         Height = 17
  91.         Hint = 'Make an Inherited Form from Object'
  92.         Caption = '&Inherit'
  93.         Enabled = False
  94.         ParentShowHint = False
  95.         ShowHint = True
  96.         TabOrder = 1
  97.       end
  98.       object RCopy: TRadioButton
  99.         Left = 9
  100.         Top = 6
  101.         Width = 54
  102.         Height = 17
  103.         Hint = 'Make a copy of Object'
  104.         Caption = '&Copy'
  105.         Enabled = False
  106.         ParentShowHint = False
  107.         ShowHint = True
  108.         TabOrder = 2
  109.       end
  110.     end
  111.   end
  112.   object GalBrowPopup: TPopupMenu
  113.     Left = 8
  114.     Top = 283
  115.     object LargeIcons1: TMenuItem
  116.       Caption = 'View &Large Icons'
  117.       GroupIndex = 1
  118.       RadioItem = True
  119.       OnClick = LargeIconsClick
  120.     end
  121.     object SmallIcons1: TMenuItem
  122.       Caption = 'View &Small Icons'
  123.       GroupIndex = 1
  124.       RadioItem = True
  125.       OnClick = SmallIconsClick
  126.     end
  127.     object List1: TMenuItem
  128.       Caption = 'View L&ist'
  129.       GroupIndex = 1
  130.       RadioItem = True
  131.       OnClick = ListClick
  132.     end
  133.     object Details1: TMenuItem
  134.       Caption = 'View &Details'
  135.       GroupIndex = 1
  136.       RadioItem = True
  137.       OnClick = DetailsClick
  138.     end
  139.     object N1: TMenuItem
  140.       Caption = '-'
  141.       GroupIndex = 1
  142.     end
  143.     object ArrangeName: TMenuItem
  144.       Caption = 'Arrange by &Name'
  145.       Checked = True
  146.       GroupIndex = 2
  147.       RadioItem = True
  148.       OnClick = ArrangeNameClick
  149.     end
  150.     object ArrangeDescription: TMenuItem
  151.       Caption = 'Arrange by D&escription'
  152.       GroupIndex = 2
  153.       RadioItem = True
  154.       OnClick = ArrangeDescriptionClick
  155.     end
  156.     object ArrangeDate: TMenuItem
  157.       Caption = 'Arrange by D&ate'
  158.       GroupIndex = 2
  159.       RadioItem = True
  160.       OnClick = ArrangeDateClick
  161.     end
  162.     object ArrangeAuthor: TMenuItem
  163.       Caption = 'Arrange by A&uthor'
  164.       GroupIndex = 2
  165.       RadioItem = True
  166.       OnClick = ArrangeAuthorClick
  167.     end
  168.     object N2: TMenuItem
  169.       Caption = '-'
  170.       GroupIndex = 2
  171.     end
  172.     object PropertiesItem: TMenuItem
  173.       Caption = 'P&roperties'
  174.       GroupIndex = 2
  175.       OnClick = PropertiesItemClick
  176.     end
  177.     object dNextPage: TMenuItem
  178.       Caption = 'Next Page'
  179.       GroupIndex = 2
  180.       Visible = False
  181.       OnClick = dNextPageClick
  182.     end
  183.     object dPrevPage: TMenuItem
  184.       Caption = 'Previous Page'
  185.       GroupIndex = 2
  186.       Visible = False
  187.       OnClick = dPrevPageClick
  188.     end
  189.     object dNextPageAlt: TMenuItem
  190.       Caption = 'Alt Next Page'
  191.       GroupIndex = 2
  192.       Visible = False
  193.       OnClick = dNextPageClick
  194.     end
  195.     object dPrevPageAlt: TMenuItem
  196.       Caption = 'Alt Prev Page'
  197.       GroupIndex = 2
  198.       Visible = False
  199.       OnClick = dPrevPageClick
  200.     end
  201.   end
  202. end
  203.