home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Quickrpt / Qr2 / menu.dfm / menu.txt < prev   
Text File  |  1999-08-11  |  5KB  |  211 lines

  1. object MainForm: TMainForm
  2.   Left = 190
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'QuickReport 2.0 Example reports'
  6.   ClientHeight = 331
  7.   ClientWidth = 552
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 56
  20.     Top = 4
  21.     Width = 174
  22.     Height = 34
  23.     Caption = 'QuickReport'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -29
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 236
  34.     Top = 18
  35.     Width = 70
  36.     Height = 16
  37.     Caption = 'Version 2.0'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.   end
  46.   object Label3: TLabel
  47.     Left = 56
  48.     Top = 36
  49.     Width = 329
  50.     Height = 16
  51.     Caption = 'Copyright 1995 - 1997 QuSoft AS    http://www.qusoft.com'
  52.     Transparent = True
  53.   end
  54.   object Image2: TImage
  55.     Left = 6
  56.     Top = 6
  57.     Width = 47
  58.     Height = 47
  59.     Picture.Data = {<image000.bmp>}
  60.   end
  61.   object GroupBox1: TGroupBox
  62.     Left = 4
  63.     Top = 58
  64.     Width = 541
  65.     Height = 225
  66.     Caption = 'Select report'
  67.     Color = clBtnFace
  68.     ParentColor = False
  69.     TabOrder = 0
  70.     object SimpleList: TRadioButton
  71.       Left = 12
  72.       Top = 20
  73.       Width = 193
  74.       Height = 17
  75.       Caption = 'Simple list'
  76.       Checked = True
  77.       TabOrder = 0
  78.       TabStop = True
  79.       OnClick = SimpleListClick
  80.     end
  81.     object GroupedList: TRadioButton
  82.       Left = 12
  83.       Top = 44
  84.       Width = 189
  85.       Height = 17
  86.       Caption = 'Simple list with group'
  87.       TabOrder = 1
  88.       OnClick = GroupedListClick
  89.     end
  90.     object MasterDetail: TRadioButton
  91.       Left = 12
  92.       Top = 67
  93.       Width = 193
  94.       Height = 17
  95.       Caption = 'Master/detail'
  96.       TabOrder = 2
  97.       OnClick = MasterDetailClick
  98.     end
  99.     object SQLMasterDetail: TRadioButton
  100.       Left = 12
  101.       Top = 91
  102.       Width = 201
  103.       Height = 17
  104.       Caption = 'Several grouping levels'
  105.       TabOrder = 3
  106.       OnClick = SQLMasterDetailClick
  107.     end
  108.     object Description: TMemo
  109.       Left = 220
  110.       Top = 16
  111.       Width = 313
  112.       Height = 201
  113.       TabStop = False
  114.       Color = clBtnFace
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clBlack
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ParentFont = False
  121.       ReadOnly = True
  122.       TabOrder = 4
  123.     end
  124.     object RadioButton1: TRadioButton
  125.       Left = 12
  126.       Top = 114
  127.       Width = 179
  128.       Height = 17
  129.       Caption = 'Composite report'
  130.       TabOrder = 5
  131.       OnClick = RadioButton1Click
  132.     end
  133.   end
  134.   object Preview: TButton
  135.     Left = 4
  136.     Top = 292
  137.     Width = 89
  138.     Height = 29
  139.     Caption = 'P&review'
  140.     TabOrder = 1
  141.     OnClick = PreviewClick
  142.   end
  143.   object Print: TButton
  144.     Left = 100
  145.     Top = 292
  146.     Width = 89
  147.     Height = 29
  148.     Caption = '&Print'
  149.     TabOrder = 2
  150.     OnClick = PrintClick
  151.   end
  152.   object Exit: TButton
  153.     Left = 456
  154.     Top = 292
  155.     Width = 89
  156.     Height = 29
  157.     Caption = 'E&xit'
  158.     TabOrder = 3
  159.     OnClick = ExitClick
  160.   end
  161.   object CompositeReport: TQuickRep
  162.     Left = 6
  163.     Top = 340
  164.     Width = 816
  165.     Height = 1056
  166.     Frame.Color = clBlack
  167.     Frame.DrawTop = False
  168.     Frame.DrawBottom = False
  169.     Frame.DrawLeft = False
  170.     Frame.DrawRight = False
  171.     Description.Strings = (
  172.       
  173.         'This example shows how to use the TQRCompositeReport component t' +
  174.         'o create a report combining several other reports. It will combi' +
  175.         'ne all the above reports into one.')
  176.     Font.Charset = DEFAULT_CHARSET
  177.     Font.Color = clWindowText
  178.     Font.Height = -13
  179.     Font.Name = 'Arial'
  180.     Font.Style = []
  181.     Options = [FirstPageHeader, LastPageFooter]
  182.     Page.Columns = 1
  183.     Page.Orientation = poPortrait
  184.     Page.PaperSize = Letter
  185.     Page.Values = (
  186.       100.000000000000000000
  187.       2794.000000000000000000
  188.       100.000000000000000000
  189.       2159.000000000000000000
  190.       100.000000000000000000
  191.       100.000000000000000000
  192.       0.000000000000000000)
  193.     PrintIfEmpty = False
  194.     PrinterSettings.Copies = 1
  195.     PrinterSettings.Duplex = False
  196.     PrinterSettings.OutputBin = First
  197.     SnapToGrid = True
  198.     Units = MM
  199.     Zoom = 100
  200.   end
  201.   object QRCompositeReport1: TQRCompositeReport
  202.     OnAddReports = QRCompositeReport1AddReports
  203.     Options = []
  204.     PrinterSettings.Copies = 1
  205.     PrinterSettings.Duplex = False
  206.     PrinterSettings.OutputBin = First
  207.     Left = 76
  208.     Top = 340
  209.   end
  210. end
  211.