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

  1. object MainForm: TMainForm
  2.   Left = 82
  3.   Top = 299
  4.   Width = 490
  5.   Height = 279
  6.   HorzScrollBar.Range = 281
  7.   AutoScroll = False
  8.   Caption = 'CB Suite Demo'
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Print: TSpeedButton
  17.     Left = 0
  18.     Top = 0
  19.     Width = 75
  20.     Height = 57
  21.     Caption = '&Printit'
  22.     Font.Color = clBlack
  23.     Font.Height = -17
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     OnClick = PrintClick
  28.   end
  29.   object Report: TSpeedButton
  30.     Left = 80
  31.     Top = -1
  32.     Width = 75
  33.     Height = 57
  34.     Caption = '&Reportit'
  35.     Font.Color = clBlack
  36.     Font.Height = -17
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     OnClick = ReportClick
  41.   end
  42.   object Various: TSpeedButton
  43.     Left = 240
  44.     Top = -1
  45.     Width = 75
  46.     Height = 57
  47.     Caption = '&Various'
  48.     Font.Color = clBlack
  49.     Font.Height = -17
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     OnClick = VariousClick
  54.   end
  55.   object SpeedButton4: TSpeedButton
  56.     Left = 400
  57.     Top = -1
  58.     Width = 75
  59.     Height = 57
  60.     Caption = '&Exit'
  61.     Font.Color = clBlack
  62.     Font.Height = -17
  63.     Font.Name = 'Arial'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     OnClick = SpeedButton4Click
  67.   end
  68.   object More: TSpeedButton
  69.     Left = 320
  70.     Top = -1
  71.     Width = 75
  72.     Height = 57
  73.     Caption = '&More'
  74.     Font.Color = clBlack
  75.     Font.Height = -17
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     OnClick = MoreClick
  80.   end
  81.   object Band: TSpeedButton
  82.     Left = 160
  83.     Top = -1
  84.     Width = 75
  85.     Height = 57
  86.     Caption = '&Bandit'
  87.     Font.Color = clBlack
  88.     Font.Height = -17
  89.     Font.Name = 'Arial'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     OnClick = BandClick
  93.   end
  94.   object Memo1: TMemo
  95.     Left = 16
  96.     Top = 72
  97.     Width = 441
  98.     Height = 169
  99.     Font.Color = clBlack
  100.     Font.Height = -13
  101.     Font.Name = 'Arial'
  102.     Font.Style = []
  103.     Lines.Strings = (
  104.       'Hint:'
  105.       ''
  106.       'To View a Report in Design Mode with TPrintGridReport:'
  107.       
  108.         '   (1) Make sure the Grid Property of TPrintGridReport is filled' +
  109.         ' in'
  110.       '   (2) Right-Click on the TPrintGridReport and select Preview'
  111.       ' '
  112.       
  113.         'To View a Printit Report in Design Mode with TPrintWin or TDBPri' +
  114.         'ntWin'
  115.       
  116.         '   (1) Make sure the ExecuteWinControl Property of TPrintWin is ' +
  117.         'filled in'
  118.       '   (2) Right-Click on the TPrintWin and select Preview')
  119.     ParentFont = False
  120.     TabOrder = 0
  121.   end
  122. end
  123.