home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TSESSIONPRINTFORM / TSESSIONPRINTFORM.txt
Text File  |  1999-08-25  |  13KB  |  492 lines

  1. object SessionPrintForm: TSessionPrintForm
  2.   Left = 439
  3.   Top = 412
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Print Session Information'
  7.   ClientHeight = 132
  8.   ClientWidth = 375
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button3: TButton
  22.     Left = 292
  23.     Top = 69
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&Print'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = Button3Click
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 5
  33.     Top = 4
  34.     Width = 277
  35.     Height = 121
  36.     Caption = 'Print options'
  37.     TabOrder = 1
  38.     object Label2: TLabel
  39.       Left = 10
  40.       Top = 28
  41.       Width = 261
  42.       Height = 21
  43.       AutoSize = False
  44.       Caption = 'Please select which account period you want to print :'
  45.       WordWrap = True
  46.     end
  47.     object AccountComboBox: TComboBox
  48.       Left = 43
  49.       Top = 60
  50.       Width = 188
  51.       Height = 21
  52.       Style = csDropDownList
  53.       ItemHeight = 13
  54.       TabOrder = 0
  55.     end
  56.   end
  57.   object Button1: TButton
  58.     Left = 292
  59.     Top = 101
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = '&Cancel'
  64.     TabOrder = 2
  65.     OnClick = Button1Click
  66.   end
  67.   object Button4: TButton
  68.     Left = 292
  69.     Top = 40
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Preview'
  73.     TabOrder = 3
  74.     OnClick = Button4Click
  75.   end
  76.   object Button2: TButton
  77.     Left = 292
  78.     Top = 9
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Printer &Setup'
  82.     TabOrder = 4
  83.     OnClick = Button2Click
  84.   end
  85.   object QuickRep1: TQuickRep
  86.     Left = 388
  87.     Top = 6
  88.     Width = 317
  89.     Height = 449
  90.     Frame.Color = clBlack
  91.     Frame.DrawTop = False
  92.     Frame.DrawBottom = False
  93.     Frame.DrawLeft = False
  94.     Frame.DrawRight = False
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWindowText
  97.     Font.Height = -13
  98.     Font.Name = 'Arial'
  99.     Font.Style = []
  100.     Functions.Strings = (
  101.       'PAGENUMBER'
  102.       'COLUMNNUMBER'
  103.       'REPORTTITLE')
  104.     Functions.DATA = (
  105.       '0'
  106.       '0'
  107.       #39#39)
  108.     Options = [FirstPageHeader, LastPageFooter, Compression]
  109.     Page.Columns = 1
  110.     Page.Orientation = poPortrait
  111.     Page.PaperSize = A4
  112.     Page.Values = (
  113.       100.000000000000000000
  114.       2970.000000000000000000
  115.       100.000000000000000000
  116.       2100.000000000000000000
  117.       100.000000000000000000
  118.       100.000000000000000000
  119.       0.000000000000000000)
  120.     PrinterSettings.Copies = 1
  121.     PrinterSettings.Duplex = False
  122.     PrinterSettings.FirstPage = 0
  123.     PrinterSettings.LastPage = 0
  124.     PrinterSettings.OutputBin = First
  125.     PrintIfEmpty = True
  126.     ReportTitle = 'Net Buddy'
  127.     SnapToGrid = True
  128.     Units = MM
  129.     Zoom = 40
  130.     object QRBand1: TQRBand
  131.       Left = 15
  132.       Top = 15
  133.       Width = 287
  134.       Height = 62
  135.       Frame.Color = clBlack
  136.       Frame.DrawTop = False
  137.       Frame.DrawBottom = False
  138.       Frame.DrawLeft = False
  139.       Frame.DrawRight = False
  140.       AlignToBottom = False
  141.       Color = clWhite
  142.       ForceNewColumn = False
  143.       ForceNewPage = True
  144.       Size.Values = (
  145.         410.104166666666700000
  146.         1898.385416666667000000)
  147.       BandType = rbPageHeader
  148.       object QRLabel1: TQRLabel
  149.         Left = 6
  150.         Top = 10
  151.         Width = 45
  152.         Height = 12
  153.         Frame.Color = clBlack
  154.         Frame.DrawTop = False
  155.         Frame.DrawBottom = False
  156.         Frame.DrawLeft = False
  157.         Frame.DrawRight = False
  158.         Size.Values = (
  159.           79.375000000000000000
  160.           39.687500000000000000
  161.           66.145833333333330000
  162.           297.656250000000000000)
  163.         Alignment = taLeftJustify
  164.         AlignToBand = False
  165.         AutoSize = True
  166.         AutoStretch = False
  167.         Caption = 'QRLabel1'
  168.         Color = clWhite
  169.         Font.Charset = DEFAULT_CHARSET
  170.         Font.Color = clWindowText
  171.         Font.Height = -24
  172.         Font.Name = 'Arial'
  173.         Font.Style = [fsBold]
  174.         ParentFont = False
  175.         Transparent = False
  176.         WordWrap = True
  177.         FontSize = 18
  178.       end
  179.       object QRLabel2: TQRLabel
  180.         Left = 6
  181.         Top = 48
  182.         Width = 14
  183.         Height = 8
  184.         Frame.Color = clBlack
  185.         Frame.DrawTop = False
  186.         Frame.DrawBottom = False
  187.         Frame.DrawLeft = False
  188.         Frame.DrawRight = False
  189.         Size.Values = (
  190.           52.916666666666670000
  191.           39.687500000000000000
  192.           317.500000000000000000
  193.           92.604166666666670000)
  194.         Alignment = taLeftJustify
  195.         AlignToBand = False
  196.         AutoSize = True
  197.         AutoStretch = False
  198.         Caption = 'Date'
  199.         Color = clWhite
  200.         Font.Charset = DEFAULT_CHARSET
  201.         Font.Color = clWindowText
  202.         Font.Height = -16
  203.         Font.Name = 'Arial'
  204.         Font.Style = [fsBold]
  205.         ParentFont = False
  206.         Transparent = False
  207.         WordWrap = True
  208.         FontSize = 12
  209.       end
  210.       object QRLabel3: TQRLabel
  211.         Left = 33
  212.         Top = 48
  213.         Width = 29
  214.         Height = 8
  215.         Frame.Color = clBlack
  216.         Frame.DrawTop = False
  217.         Frame.DrawBottom = False
  218.         Frame.DrawLeft = False
  219.         Frame.DrawRight = False
  220.         Size.Values = (
  221.           52.916666666666670000
  222.           218.281250000000000000
  223.           317.500000000000000000
  224.           191.822916666666700000)
  225.         Alignment = taLeftJustify
  226.         AlignToBand = False
  227.         AutoSize = True
  228.         AutoStretch = False
  229.         Caption = 'Start time'
  230.         Color = clWhite
  231.         Font.Charset = DEFAULT_CHARSET
  232.         Font.Color = clWindowText
  233.         Font.Height = -16
  234.         Font.Name = 'Arial'
  235.         Font.Style = [fsBold]
  236.         ParentFont = False
  237.         Transparent = False
  238.         WordWrap = True
  239.         FontSize = 12
  240.       end
  241.       object QRLabel4: TQRLabel
  242.         Left = 81
  243.         Top = 48
  244.         Width = 27
  245.         Height = 8
  246.         Frame.Color = clBlack
  247.         Frame.DrawTop = False
  248.         Frame.DrawBottom = False
  249.         Frame.DrawLeft = False
  250.         Frame.DrawRight = False
  251.         Size.Values = (
  252.           52.916666666666670000
  253.           535.781250000000000000
  254.           317.500000000000000000
  255.           178.593750000000000000)
  256.         Alignment = taLeftJustify
  257.         AlignToBand = False
  258.         AutoSize = True
  259.         AutoStretch = False
  260.         Caption = 'End time'
  261.         Color = clWhite
  262.         Font.Charset = DEFAULT_CHARSET
  263.         Font.Color = clWindowText
  264.         Font.Height = -16
  265.         Font.Name = 'Arial'
  266.         Font.Style = [fsBold]
  267.         ParentFont = False
  268.         Transparent = False
  269.         WordWrap = True
  270.         FontSize = 12
  271.       end
  272.       object QRLabel5: TQRLabel
  273.         Left = 121
  274.         Top = 48
  275.         Width = 36
  276.         Height = 8
  277.         Frame.Color = clBlack
  278.         Frame.DrawTop = False
  279.         Frame.DrawBottom = False
  280.         Frame.DrawLeft = False
  281.         Frame.DrawRight = False
  282.         Size.Values = (
  283.           52.916666666666670000
  284.           800.364583333333300000
  285.           317.500000000000000000
  286.           238.125000000000000000)
  287.         Alignment = taLeftJustify
  288.         AlignToBand = False
  289.         AutoSize = True
  290.         AutoStretch = False
  291.         Caption = 'Time online'
  292.         Color = clWhite
  293.         Font.Charset = DEFAULT_CHARSET
  294.         Font.Color = clWindowText
  295.         Font.Height = -16
  296.         Font.Name = 'Arial'
  297.         Font.Style = [fsBold]
  298.         ParentFont = False
  299.         Transparent = False
  300.         WordWrap = True
  301.         FontSize = 12
  302.       end
  303.       object QRLabel6: TQRLabel
  304.         Left = 173
  305.         Top = 48
  306.         Width = 15
  307.         Height = 8
  308.         Frame.Color = clBlack
  309.         Frame.DrawTop = False
  310.         Frame.DrawBottom = False
  311.         Frame.DrawLeft = False
  312.         Frame.DrawRight = False
  313.         Size.Values = (
  314.           52.916666666666670000
  315.           1144.322916666667000000
  316.           317.500000000000000000
  317.           99.218750000000000000)
  318.         Alignment = taLeftJustify
  319.         AlignToBand = False
  320.         AutoSize = True
  321.         AutoStretch = False
  322.         Caption = 'Cost'
  323.         Color = clWhite
  324.         Font.Charset = DEFAULT_CHARSET
  325.         Font.Color = clWindowText
  326.         Font.Height = -16
  327.         Font.Name = 'Arial'
  328.         Font.Style = [fsBold]
  329.         ParentFont = False
  330.         Transparent = False
  331.         WordWrap = True
  332.         FontSize = 12
  333.       end
  334.       object QRLabel7: TQRLabel
  335.         Left = 206
  336.         Top = 48
  337.         Width = 30
  338.         Height = 8
  339.         Frame.Color = clBlack
  340.         Frame.DrawTop = False
  341.         Frame.DrawBottom = False
  342.         Frame.DrawLeft = False
  343.         Frame.DrawRight = False
  344.         Size.Values = (
  345.           52.916666666666670000
  346.           1362.604166666667000000
  347.           317.500000000000000000
  348.           198.437500000000000000)
  349.         Alignment = taLeftJustify
  350.         AlignToBand = False
  351.         AutoSize = True
  352.         AutoStretch = False
  353.         Caption = 'Total cost'
  354.         Color = clWhite
  355.         Font.Charset = DEFAULT_CHARSET
  356.         Font.Color = clWindowText
  357.         Font.Height = -16
  358.         Font.Name = 'Arial'
  359.         Font.Style = [fsBold]
  360.         ParentFont = False
  361.         Transparent = False
  362.         WordWrap = True
  363.         FontSize = 12
  364.       end
  365.       object QRShape1: TQRShape
  366.         Left = 6
  367.         Top = 57
  368.         Width = 232
  369.         Height = 1
  370.         Frame.Color = clBlack
  371.         Frame.DrawTop = False
  372.         Frame.DrawBottom = False
  373.         Frame.DrawLeft = False
  374.         Frame.DrawRight = False
  375.         Size.Values = (
  376.           4.409722222222222000
  377.           39.687500000000000000
  378.           379.236111111111100000
  379.           1534.583333333333000000)
  380.         Shape = qrsRectangle
  381.       end
  382.       object QRPeriodLabel: TQRLabel
  383.         Left = 6
  384.         Top = 29
  385.         Width = 38
  386.         Height = 8
  387.         Frame.Color = clBlack
  388.         Frame.DrawTop = False
  389.         Frame.DrawBottom = False
  390.         Frame.DrawLeft = False
  391.         Frame.DrawRight = False
  392.         Size.Values = (
  393.           52.916666666666670000
  394.           39.687500000000000000
  395.           191.822916666666700000
  396.           251.354166666666700000)
  397.         Alignment = taLeftJustify
  398.         AlignToBand = False
  399.         AutoSize = True
  400.         AutoStretch = False
  401.         Caption = 'For period : '
  402.         Color = clWhite
  403.         Font.Charset = DEFAULT_CHARSET
  404.         Font.Color = clWindowText
  405.         Font.Height = -16
  406.         Font.Name = 'Arial'
  407.         Font.Style = [fsBold]
  408.         ParentFont = False
  409.         Transparent = False
  410.         WordWrap = True
  411.         FontSize = 12
  412.       end
  413.       object QRPageLabel: TQRLabel
  414.         Left = 127
  415.         Top = 1
  416.         Width = 21
  417.         Height = 7
  418.         Frame.Color = clBlack
  419.         Frame.DrawTop = False
  420.         Frame.DrawBottom = False
  421.         Frame.DrawLeft = False
  422.         Frame.DrawRight = False
  423.         Size.Values = (
  424.           46.302083333333330000
  425.           840.052083333333300000
  426.           6.614583333333333000
  427.           138.906250000000000000)
  428.         Alignment = taLeftJustify
  429.         AlignToBand = False
  430.         AutoSize = True
  431.         AutoStretch = False
  432.         Caption = 'Page - 1'
  433.         Color = clWhite
  434.         Font.Charset = DEFAULT_CHARSET
  435.         Font.Color = clWindowText
  436.         Font.Height = -13
  437.         Font.Name = 'Arial'
  438.         Font.Style = [fsBold]
  439.         ParentFont = False
  440.         Transparent = False
  441.         WordWrap = True
  442.         FontSize = 10
  443.       end
  444.     end
  445.     object QRBand2: TQRBand
  446.       Left = 15
  447.       Top = 77
  448.       Width = 287
  449.       Height = 354
  450.       Frame.Color = clBlack
  451.       Frame.DrawTop = False
  452.       Frame.DrawBottom = False
  453.       Frame.DrawLeft = False
  454.       Frame.DrawRight = False
  455.       Frame.Style = psClear
  456.       AlignToBottom = False
  457.       Color = clWhite
  458.       ForceNewColumn = False
  459.       ForceNewPage = True
  460.       Size.Values = (
  461.         2341.562500000000000000
  462.         1898.385416666667000000)
  463.       BandType = rbDetail
  464.       object QRMemo1: TQRMemo
  465.         Left = 8
  466.         Top = 4
  467.         Width = 261
  468.         Height = 345
  469.         Frame.Color = clNone
  470.         Frame.DrawTop = True
  471.         Frame.DrawBottom = True
  472.         Frame.DrawLeft = True
  473.         Frame.DrawRight = True
  474.         Frame.Style = psClear
  475.         Size.Values = (
  476.           2282.031250000000000000
  477.           52.916666666666660000
  478.           26.458333333333330000
  479.           1726.406250000000000000)
  480.         Alignment = taLeftJustify
  481.         AlignToBand = False
  482.         AutoSize = False
  483.         AutoStretch = False
  484.         Color = clWhite
  485.         Transparent = False
  486.         WordWrap = True
  487.         FontSize = 10
  488.       end
  489.     end
  490.   end
  491. end
  492.