home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 82
- Top = 299
- Width = 490
- Height = 279
- HorzScrollBar.Range = 281
- AutoScroll = False
- Caption = 'CB Suite Demo'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object Print: TSpeedButton
- Left = 0
- Top = 0
- Width = 75
- Height = 57
- Caption = '&Printit'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = PrintClick
- end
- object Report: TSpeedButton
- Left = 80
- Top = -1
- Width = 75
- Height = 57
- Caption = '&Reportit'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = ReportClick
- end
- object Various: TSpeedButton
- Left = 240
- Top = -1
- Width = 75
- Height = 57
- Caption = '&Various'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = VariousClick
- end
- object SpeedButton4: TSpeedButton
- Left = 400
- Top = -1
- Width = 75
- Height = 57
- Caption = '&Exit'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = SpeedButton4Click
- end
- object More: TSpeedButton
- Left = 320
- Top = -1
- Width = 75
- Height = 57
- Caption = '&More'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = MoreClick
- end
- object Band: TSpeedButton
- Left = 160
- Top = -1
- Width = 75
- Height = 57
- Caption = '&Bandit'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = BandClick
- end
- object Memo1: TMemo
- Left = 16
- Top = 72
- Width = 441
- Height = 169
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Hint:'
- ''
- 'To View a Report in Design Mode with TPrintGridReport:'
-
- ' (1) Make sure the Grid Property of TPrintGridReport is filled' +
- ' in'
- ' (2) Right-Click on the TPrintGridReport and select Preview'
- ' '
-
- 'To View a Printit Report in Design Mode with TPrintWin or TDBPri' +
- 'ntWin'
-
- ' (1) Make sure the ExecuteWinControl Property of TPrintWin is ' +
- 'filled in'
- ' (2) Right-Click on the TPrintWin and select Preview')
- ParentFont = False
- TabOrder = 0
- end
- end
-