home *** CD-ROM | disk | FTP | other *** search
- object BandDemo: TBandDemo
- Left = 95
- Top = 176
- Width = 640
- Height = 480
- Caption = 'BandDemo'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 632
- Height = 453
- Align = alClient
- BorderWidth = 10
- TabOrder = 0
- object Panel2: TPanel
- Left = 11
- Top = 11
- Width = 610
- Height = 431
- Align = alClient
- BevelOuter = bvLowered
- TabOrder = 0
- object FishDemo: TButton
- Left = 352
- Top = 8
- Width = 240
- Height = 25
- Caption = '&Fish Demo - 1 Entity'
- TabOrder = 2
- OnClick = FishDemoClick
- end
- object Master: TButton
- Left = 352
- Top = 59
- Width = 240
- Height = 25
- Caption = '&Master - 1 Entity'
- TabOrder = 4
- OnClick = MasterClick
- end
- object MasterDetail: TButton
- Left = 352
- Top = 110
- Width = 240
- Height = 25
- Caption = 'Ma&ster - Detail - 1 Entity'
- TabOrder = 6
- OnClick = MasterDetailClick
- end
- object Detail: TButton
- Left = 352
- Top = 161
- Width = 240
- Height = 25
- Caption = '&Detail - 1 Entity'
- TabOrder = 8
- OnClick = DetailClick
- end
- object Chain: TButton
- Left = 352
- Top = 212
- Width = 240
- Height = 25
- Caption = '&Chain Letter - 1 Entity'
- TabOrder = 10
- OnClick = ChainClick
- end
- object MasterDetailDetail: TButton
- Left = 352
- Top = 263
- Width = 240
- Height = 25
- Caption = 'Maste&r - Detail - Detail - 1 Entity'
- TabOrder = 12
- OnClick = MasterDetailDetailClick
- end
- object Exit: TButton
- Left = 352
- Top = 325
- Width = 241
- Height = 92
- Caption = '&Exit'
- ModalResult = 1
- TabOrder = 14
- OnClick = ExitClick
- end
- object FishDemoAll: TButton
- Left = 352
- Top = 33
- Width = 240
- Height = 25
- Caption = 'F&ish Demo - All Entities'
- TabOrder = 3
- OnClick = FishDemoAllClick
- end
- object MasterAll: TButton
- Left = 352
- Top = 84
- Width = 240
- Height = 25
- Caption = 'M&aster - All Entities'
- TabOrder = 5
- OnClick = MasterAllClick
- end
- object MasterDetailAll: TButton
- Left = 352
- Top = 135
- Width = 240
- Height = 25
- Caption = 'Mas&ter - Detail - All Entities'
- TabOrder = 7
- OnClick = MasterDetailAllClick
- end
- object DetailAll: TButton
- Left = 352
- Top = 186
- Width = 240
- Height = 25
- Caption = 'D&etail - All Entities'
- TabOrder = 9
- OnClick = DetailAllClick
- end
- object ChainAll: TButton
- Left = 352
- Top = 237
- Width = 240
- Height = 25
- Caption = 'C&hain Letter - All Entities'
- TabOrder = 11
- OnClick = ChainAllClick
- end
- object MasterDetailDetailAll: TButton
- Left = 352
- Top = 288
- Width = 240
- Height = 25
- Caption = '&Master - Detail - Detail - All Entities'
- TabOrder = 13
- OnClick = MasterDetailDetailAllClick
- end
- object Various: TButton
- Left = 8
- Top = 325
- Width = 337
- Height = 92
- Caption = '&Various'
- TabOrder = 1
- OnClick = VariousClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 337
- Height = 305
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Please Note:'
- ''
- 'The various button down below previews most of the'
- 'BandIt and CBSuite supported printable VCL '
- 'components (DBE and non-BDE)'
- ''
- 'In the Bandit demo directory there are 2 files named'
- 'CBTests and CBTests2. These files contains custom'
- 'components which has been made BandIt and CBSuite'
- 'print-aware. You can do that to any component which'
- 'you have the source code of. Compile these files, add'
- 'them as components and voila! ... they are printable.'
- ''
- 'That means you can print any component mixed with '
- 'the Various components down below.'
- ''
- 'We will soon be releasing a HELP file which includes '
- 'all the print methods.')
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- end
-