home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TSUMMARYDLG / TSUMMARYDLG.txt
Text File  |  1998-02-19  |  6KB  |  226 lines

  1. object SummaryDlg: TSummaryDlg
  2.   Left = 163
  3.   Top = 100
  4.   Hint = 'Select '#39'Summary By'#39' data field'
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Summary'
  8.   ClientHeight = 362
  9.   ClientWidth = 560
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 465
  25.     Height = 345
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 20
  32.     Width = 73
  33.     Height = 13
  34.     Caption = 'Summary By:'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 200
  38.     Top = 333
  39.     Width = 34
  40.     Height = 13
  41.     Caption = 'Total:'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 264
  45.     Top = 333
  46.     Width = 63
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     AutoSize = False
  50.   end
  51.   object Label4: TLabel
  52.     Left = 328
  53.     Top = 333
  54.     Width = 83
  55.     Height = 13
  56.     Alignment = taRightJustify
  57.     AutoSize = False
  58.   end
  59.   object Label5: TLabel
  60.     Left = 240
  61.     Top = 20
  62.     Width = 82
  63.     Height = 13
  64.     Caption = 'Numeric Field:'
  65.     Visible = False
  66.   end
  67.   object OKBtn: TBitBtn
  68.     Left = 476
  69.     Top = 8
  70.     Width = 77
  71.     Height = 27
  72.     Hint = 'Close Summary Window'
  73.     Caption = '&Close'
  74.     TabOrder = 0
  75.     Kind = bkOK
  76.     Margin = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object HelpBtn: TBitBtn
  81.     Left = 476
  82.     Top = 40
  83.     Width = 77
  84.     Height = 27
  85.     Hint = 'Display Help Window'
  86.     TabOrder = 1
  87.     OnClick = HelpBtnClick
  88.     Kind = bkHelp
  89.     Margin = 2
  90.     Spacing = -1
  91.     IsControl = True
  92.   end
  93.   object StringGrid1: TStringGrid
  94.     Left = 16
  95.     Top = 40
  96.     Width = 452
  97.     Height = 289
  98.     ColCount = 4
  99.     DefaultRowHeight = 16
  100.     FixedCols = 0
  101.     RowCount = 17
  102.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  103.     TabOrder = 2
  104.     OnDrawCell = StringGrid1DrawCell
  105.     ColWidths = (
  106.       250
  107.       58
  108.       83
  109.       38)
  110.   end
  111.   object ComboBox1: TComboBox
  112.     Left = 90
  113.     Top = 16
  114.     Width = 145
  115.     Height = 21
  116.     Style = csDropDownList
  117.     ItemHeight = 13
  118.     TabOrder = 3
  119.     OnChange = ComboBox1Change
  120.   end
  121.   object BitBtn1: TBitBtn
  122.     Left = 476
  123.     Top = 72
  124.     Width = 77
  125.     Height = 27
  126.     Hint = 'Display Graph'
  127.     Caption = '&Graph'
  128.     Default = True
  129.     TabOrder = 4
  130.     OnClick = BitBtn1Click
  131.     Glyph.Data = {
  132.       76010000424D7601000000000000760000002800000020000000100000000100
  133.       04000000000000010000120B0000120B00001000000000000000000000000000
  134.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  135.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
  136.       0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
  137.       0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
  138.       CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
  139.       CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
  140.       CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
  141.       CCC77777777777777377330333333333CCC3337F33333333737F370333333333
  142.       0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
  143.       7777777777777777777733333333333333333333333333333333}
  144.     Margin = 2
  145.     NumGlyphs = 2
  146.     Spacing = -1
  147.     IsControl = True
  148.   end
  149.   object SortBy: TRadioGroup
  150.     Left = 478
  151.     Top = 144
  152.     Width = 81
  153.     Height = 65
  154.     Caption = 'Sort By'
  155.     ItemIndex = 0
  156.     Items.Strings = (
  157.       'Name'
  158.       'Value')
  159.     TabOrder = 6
  160.     OnClick = SortByClick
  161.   end
  162.   object BitBtn2: TBitBtn
  163.     Left = 476
  164.     Top = 104
  165.     Width = 77
  166.     Height = 27
  167.     Hint = 'Print Summary'
  168.     Caption = '&Print'
  169.     Default = True
  170.     TabOrder = 5
  171.     OnClick = BitBtn2Click
  172.     Glyph.Data = {
  173.       76010000424D7601000000000000760000002800000020000000100000000100
  174.       04000000000000010000130B0000130B00001000000000000000000000000000
  175.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  176.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  177.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  178.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  179.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  180.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  181.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  182.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  183.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  184.       33333337FFFF7733333333300000033333333337777773333333}
  185.     Margin = 2
  186.     NumGlyphs = 2
  187.     Spacing = -1
  188.     IsControl = True
  189.   end
  190.   object ComboBox2: TComboBox
  191.     Left = 322
  192.     Top = 16
  193.     Width = 145
  194.     Height = 21
  195.     Style = csDropDownList
  196.     ItemHeight = 13
  197.     TabOrder = 7
  198.     OnChange = ComboBox2Change
  199.   end
  200.   object DetailShell1: TDetailShell
  201.     OnBodyBefore = DetailShell1BodyBefore
  202.     OnRowPrint = DetailShell1RowPrint
  203.     OnRowAfter = DetailShell1RowAfter
  204.     Left = 496
  205.     Top = 216
  206.   end
  207.   object ReportSystem1: TReportSystem
  208.     TitleSetup = 'Report Setup'
  209.     TitleStatus = 'Report Status'
  210.     TitlePreview = 'Report Preview'
  211.     SystemSetups = [ssAllowCopies, ssAllowCollate, ssAllowDuplex, ssAllowDestPreview, ssAllowDestPrinter, ssAllowDestFile, ssAllowPrinterSetup]
  212.     SystemFiler.StatusFormat = 'Generating page %p'
  213.     SystemPreview.ZoomFactor = 100.000000000000000000
  214.     SystemPrinter.MarginBottom = 1.000000000000000000
  215.     SystemPrinter.MarginTop = 1.000000000000000000
  216.     SystemPrinter.ScaleX = 100.000000000000000000
  217.     SystemPrinter.ScaleY = 100.000000000000000000
  218.     SystemPrinter.StatusFormat = 'Printing page %p'
  219.     SystemPrinter.Title = 'ReportPrinter Report'
  220.     SystemPrinter.UnitsFactor = 1.000000000000000000
  221.     OnPrint = ReportSystem1Print
  222.     Left = 496
  223.     Top = 264
  224.   end
  225. end
  226.