home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Quickrpt / Qr3 / mdmain.dfm / mdmain.txt < prev   
Text File  |  1999-08-11  |  6KB  |  277 lines

  1. object frmQR3Demo: TfrmQR3Demo
  2.   Left = 182
  3.   Top = 108
  4.   Width = 603
  5.   Height = 340
  6.   Caption = 'Quick Report 3 Standard Demo for Delphi 5'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 56
  22.     Top = 4
  23.     Width = 174
  24.     Height = 34
  25.     Caption = 'QuickReport'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -29
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object VersionLbl: TLabel
  35.     Left = 236
  36.     Top = 18
  37.     Width = 70
  38.     Height = 16
  39.     Caption = 'Version 3.0'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object Label3: TLabel
  49.     Left = 56
  50.     Top = 36
  51.     Width = 333
  52.     Height = 16
  53.     Caption = 'Copyright 1995 - 1999 QuSoft AS    http://www.qusoft.com'
  54.     Transparent = True
  55.   end
  56.   object Label4: TLabel
  57.     Left = 8
  58.     Top = 272
  59.     Width = 77
  60.     Height = 16
  61.     Alignment = taRightJustify
  62.     Caption = 'Preview type'
  63.   end
  64.   object Label5: TLabel
  65.     Left = 56
  66.     Top = 50
  67.     Width = 192
  68.     Height = 16
  69.     Caption = 'Demo version 3.1.0 July 13, 1999'
  70.     Transparent = True
  71.   end
  72.   object Image2: TImage
  73.     Left = 6
  74.     Top = 6
  75.     Width = 47
  76.     Height = 47
  77.     Picture.Data = {<image000.bmp>}
  78.     Transparent = True
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 7
  82.     Top = 64
  83.     Width = 586
  84.     Height = 193
  85.     Caption = 'Select a Report'
  86.     TabOrder = 0
  87.     object rbCreateList: TRadioButton
  88.       Left = 4
  89.       Top = 32
  90.       Width = 179
  91.       Height = 17
  92.       Caption = 'QRCreatelist() example'
  93.       TabOrder = 2
  94.       OnClick = rbCreateListClick
  95.     end
  96.     object rbMasterDetail: TRadioButton
  97.       Left = 4
  98.       Top = 66
  99.       Width = 179
  100.       Height = 17
  101.       Caption = 'Master/Detail example'
  102.       TabOrder = 4
  103.       OnClick = rbMasterDetailClick
  104.     end
  105.     object Description: TMemo
  106.       Left = 207
  107.       Top = 16
  108.       Width = 370
  109.       Height = 153
  110.       ReadOnly = True
  111.       ScrollBars = ssVertical
  112.       TabOrder = 0
  113.     end
  114.     object rbExprMemo: TRadioButton
  115.       Left = 4
  116.       Top = 101
  117.       Width = 179
  118.       Height = 17
  119.       Caption = 'ExprMemo example'
  120.       TabOrder = 6
  121.       OnClick = rbExprMemoClick
  122.     end
  123.     object rbImage: TRadioButton
  124.       Left = 4
  125.       Top = 83
  126.       Width = 179
  127.       Height = 17
  128.       Caption = 'List report with bitmaps'
  129.       TabOrder = 5
  130.       OnClick = rbImageClick
  131.     end
  132.     object rbBasicMD: TRadioButton
  133.       Left = 4
  134.       Top = 49
  135.       Width = 197
  136.       Height = 17
  137.       Caption = 'Basic Master/Detail example'
  138.       TabOrder = 3
  139.       OnClick = rbBasicMDClick
  140.     end
  141.     object rbComposite: TRadioButton
  142.       Left = 4
  143.       Top = 135
  144.       Width = 179
  145.       Height = 17
  146.       Caption = 'Composite Report'
  147.       TabOrder = 8
  148.       OnClick = rbCompositeClick
  149.     end
  150.     object rbNeedData: TRadioButton
  151.       Left = 4
  152.       Top = 152
  153.       Width = 179
  154.       Height = 17
  155.       Caption = 'OnNeedData example'
  156.       TabOrder = 9
  157.       OnClick = rbNeedDataClick
  158.     end
  159.     object rbFormLetter: TRadioButton
  160.       Left = 4
  161.       Top = 118
  162.       Width = 179
  163.       Height = 17
  164.       Caption = 'Form Letter example'
  165.       TabOrder = 7
  166.       OnClick = rbFormLetterClick
  167.     end
  168.     object rbAbout: TRadioButton
  169.       Left = 4
  170.       Top = 15
  171.       Width = 179
  172.       Height = 17
  173.       Caption = 'QR3DEMO History'
  174.       TabOrder = 1
  175.       OnClick = rbAboutClick
  176.     end
  177.     object rbGrouping: TRadioButton
  178.       Left = 4
  179.       Top = 169
  180.       Width = 179
  181.       Height = 17
  182.       Caption = 'Grouping and subtotaling'
  183.       TabOrder = 10
  184.       OnClick = rbGroupingClick
  185.     end
  186.   end
  187.   object btnPreview: TButton
  188.     Left = 360
  189.     Top = 268
  190.     Width = 59
  191.     Height = 25
  192.     Caption = 'Preview'
  193.     TabOrder = 1
  194.     OnClick = btnPreviewClick
  195.   end
  196.   object btnPrint: TButton
  197.     Left = 424
  198.     Top = 268
  199.     Width = 57
  200.     Height = 25
  201.     Caption = 'Print'
  202.     TabOrder = 2
  203.     OnClick = btnPreviewClick
  204.   end
  205.   object cbPreview: TComboBox
  206.     Left = 89
  207.     Top = 268
  208.     Width = 265
  209.     Height = 24
  210.     Style = csDropDownList
  211.     ItemHeight = 16
  212.     TabOrder = 3
  213.     Items.Strings = (
  214.       'Standard modeless preview (non-threaded)'
  215.       'Modal (runs in a thread)'
  216.       'Modeless  (runs in a thread)')
  217.   end
  218.   object btnFilters: TButton
  219.     Left = 392
  220.     Top = 5
  221.     Width = 113
  222.     Height = 25
  223.     Caption = 'About the filters..'
  224.     TabOrder = 4
  225.     OnClick = btnFiltersClick
  226.   end
  227.   object btnExport: TButton
  228.     Left = 488
  229.     Top = 268
  230.     Width = 75
  231.     Height = 25
  232.     Caption = 'CSV Export'
  233.     TabOrder = 5
  234.     OnClick = btnExportClick
  235.   end
  236.   object QRTextFilter1: TQRTextFilter
  237.     Left = 344
  238.     Top = 83
  239.   end
  240.   object QRCSVFilter1: TQRCSVFilter
  241.     Separator = ','
  242.     Left = 376
  243.     Top = 83
  244.   end
  245.   object QRHTMLFilter1: TQRHTMLFilter
  246.     Left = 408
  247.     Top = 83
  248.   end
  249.   object QRCompositeReport1: TQRCompositeReport
  250.     OnAddReports = QRCompositeReport1AddReports
  251.     Options = [FirstPageHeader, LastPageFooter]
  252.     PrinterSettings.Copies = 1
  253.     PrinterSettings.Duplex = False
  254.     PrinterSettings.FirstPage = 0
  255.     PrinterSettings.LastPage = 0
  256.     PrinterSettings.OutputBin = Auto
  257.     PrinterSettings.Orientation = poPortrait
  258.     PrinterSettings.PaperSize = Letter
  259.     ReportTitle = 'Composite Report'
  260.     Left = 312
  261.     Top = 83
  262.   end
  263.   object OpenDialog1: TOpenDialog
  264.     DefaultExt = 'TXT'
  265.     Filter = 'Text files (*.txt)|*.TXT'
  266.     Left = 280
  267.     Top = 83
  268.   end
  269.   object SaveDialog1: TSaveDialog
  270.     DefaultExt = 'RTF'
  271.     Filter = 'Richtext files (*.rtf)|*.rtf'
  272.     Title = 'Export RTF'
  273.     Left = 248
  274.     Top = 83
  275.   end
  276. end
  277.