home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TGALLERYBROWSEDLG / TGALLERYBROWSEDLG.txt
Text File  |  1997-01-16  |  4KB  |  205 lines

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