home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / BANDMAIN.DFM / BANDMAIN.txt
Encoding:
Text File  |  1997-01-18  |  4.7 KB  |  190 lines

  1. object BandDemo: TBandDemo
  2.   Left = 95
  3.   Top = 176
  4.   Width = 640
  5.   Height = 480
  6.   Caption = 'BandDemo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 16
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 632
  17.     Height = 453
  18.     Align = alClient
  19.     BorderWidth = 10
  20.     TabOrder = 0
  21.     object Panel2: TPanel
  22.       Left = 11
  23.       Top = 11
  24.       Width = 610
  25.       Height = 431
  26.       Align = alClient
  27.       BevelOuter = bvLowered
  28.       TabOrder = 0
  29.       object FishDemo: TButton
  30.         Left = 352
  31.         Top = 8
  32.         Width = 240
  33.         Height = 25
  34.         Caption = '&Fish Demo - 1 Entity'
  35.         TabOrder = 2
  36.         OnClick = FishDemoClick
  37.       end
  38.       object Master: TButton
  39.         Left = 352
  40.         Top = 59
  41.         Width = 240
  42.         Height = 25
  43.         Caption = '&Master - 1 Entity'
  44.         TabOrder = 4
  45.         OnClick = MasterClick
  46.       end
  47.       object MasterDetail: TButton
  48.         Left = 352
  49.         Top = 110
  50.         Width = 240
  51.         Height = 25
  52.         Caption = 'Ma&ster - Detail - 1 Entity'
  53.         TabOrder = 6
  54.         OnClick = MasterDetailClick
  55.       end
  56.       object Detail: TButton
  57.         Left = 352
  58.         Top = 161
  59.         Width = 240
  60.         Height = 25
  61.         Caption = '&Detail - 1 Entity'
  62.         TabOrder = 8
  63.         OnClick = DetailClick
  64.       end
  65.       object Chain: TButton
  66.         Left = 352
  67.         Top = 212
  68.         Width = 240
  69.         Height = 25
  70.         Caption = '&Chain Letter - 1 Entity'
  71.         TabOrder = 10
  72.         OnClick = ChainClick
  73.       end
  74.       object MasterDetailDetail: TButton
  75.         Left = 352
  76.         Top = 263
  77.         Width = 240
  78.         Height = 25
  79.         Caption = 'Maste&r - Detail - Detail - 1 Entity'
  80.         TabOrder = 12
  81.         OnClick = MasterDetailDetailClick
  82.       end
  83.       object Exit: TButton
  84.         Left = 352
  85.         Top = 325
  86.         Width = 241
  87.         Height = 92
  88.         Caption = '&Exit'
  89.         ModalResult = 1
  90.         TabOrder = 14
  91.         OnClick = ExitClick
  92.       end
  93.       object FishDemoAll: TButton
  94.         Left = 352
  95.         Top = 33
  96.         Width = 240
  97.         Height = 25
  98.         Caption = 'F&ish Demo - All Entities'
  99.         TabOrder = 3
  100.         OnClick = FishDemoAllClick
  101.       end
  102.       object MasterAll: TButton
  103.         Left = 352
  104.         Top = 84
  105.         Width = 240
  106.         Height = 25
  107.         Caption = 'M&aster - All Entities'
  108.         TabOrder = 5
  109.         OnClick = MasterAllClick
  110.       end
  111.       object MasterDetailAll: TButton
  112.         Left = 352
  113.         Top = 135
  114.         Width = 240
  115.         Height = 25
  116.         Caption = 'Mas&ter - Detail - All Entities'
  117.         TabOrder = 7
  118.         OnClick = MasterDetailAllClick
  119.       end
  120.       object DetailAll: TButton
  121.         Left = 352
  122.         Top = 186
  123.         Width = 240
  124.         Height = 25
  125.         Caption = 'D&etail - All Entities'
  126.         TabOrder = 9
  127.         OnClick = DetailAllClick
  128.       end
  129.       object ChainAll: TButton
  130.         Left = 352
  131.         Top = 237
  132.         Width = 240
  133.         Height = 25
  134.         Caption = 'C&hain Letter - All Entities'
  135.         TabOrder = 11
  136.         OnClick = ChainAllClick
  137.       end
  138.       object MasterDetailDetailAll: TButton
  139.         Left = 352
  140.         Top = 288
  141.         Width = 240
  142.         Height = 25
  143.         Caption = '&Master - Detail - Detail - All Entities'
  144.         TabOrder = 13
  145.         OnClick = MasterDetailDetailAllClick
  146.       end
  147.       object Various: TButton
  148.         Left = 8
  149.         Top = 325
  150.         Width = 337
  151.         Height = 92
  152.         Caption = '&Various'
  153.         TabOrder = 1
  154.         OnClick = VariousClick
  155.       end
  156.       object Memo1: TMemo
  157.         Left = 8
  158.         Top = 8
  159.         Width = 337
  160.         Height = 305
  161.         Font.Color = clBlack
  162.         Font.Height = -13
  163.         Font.Name = 'Arial'
  164.         Font.Style = []
  165.         Lines.Strings = (
  166.           'Please Note:'
  167.           ''
  168.           'The various button down below previews most of the'
  169.           'BandIt and CBSuite supported printable VCL '
  170.           'components (DBE and non-BDE)'
  171.           ''
  172.           'In the Bandit demo directory there are 2 files named'
  173.           'CBTests and CBTests2. These files contains custom'
  174.           'components which has been made BandIt and CBSuite'
  175.           'print-aware. You can do that to any component which'
  176.           'you have the source code of. Compile these files, add'
  177.           'them as components and voila! ... they are printable.'
  178.           ''
  179.           'That means you can print any component mixed with '
  180.           'the Various components down below.'
  181.           ''
  182.           'We will soon be releasing a HELP file which includes '
  183.           'all the print methods.')
  184.         ParentFont = False
  185.         TabOrder = 0
  186.       end
  187.     end
  188.   end
  189. end
  190.