home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / EKRTF.ZIP / MainDemo / Unit1.dfm / Unit1.txt
Text File  |  2002-03-19  |  7KB  |  297 lines

  1. object MainForm: TMainForm
  2.   Left = 225
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ec RTF report demo'
  6.   ClientHeight = 317
  7.   ClientWidth = 513
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 15
  21.     Top = 41
  22.     Width = 474
  23.     Height = 32
  24.     AutoSize = False
  25.     Caption = 
  26.       'This program uses DBDEMOS base. Some reports are like in MASTAPP' +
  27.       ' demonstration example. '
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlue
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Label3: TLabel
  37.     Left = 15
  38.     Top = 88
  39.     Width = 206
  40.     Height = 13
  41.     Caption = '1. Table report with SCAN-ENDSCAN using'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -12
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 15
  51.     Top = 129
  52.     Width = 258
  53.     Height = 24
  54.     AutoSize = False
  55.     Caption = 
  56.       '2. Master-details report with additional variables and user func' +
  57.       'tion'
  58.     WordWrap = True
  59.   end
  60.   object Label5: TLabel
  61.     Left = 15
  62.     Top = 209
  63.     Width = 248
  64.     Height = 13
  65.     Caption = '4. Properties TrueValue and FalseValue demonstrate'
  66.   end
  67.   object Label6: TLabel
  68.     Left = 15
  69.     Top = 169
  70.     Width = 201
  71.     Height = 13
  72.     Caption = '3. Master-details report with nested SCANs'
  73.     Color = clBtnFace
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -12
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentColor = False
  80.     ParentFont = False
  81.   end
  82.   object Label7: TLabel
  83.     Left = 13
  84.     Top = 8
  85.     Width = 475
  86.     Height = 33
  87.     AutoSize = False
  88.     Caption = 
  89.       'Before running demo projects, check that you have application as' +
  90.       'sociated  with doc and rtf files.'
  91.     WordWrap = True
  92.   end
  93.   object Label8: TLabel
  94.     Left = 16
  95.     Top = 248
  96.     Width = 199
  97.     Height = 13
  98.     Caption = '5. Vendors list using stream and TRichEdit'
  99.   end
  100.   object Label2: TLabel
  101.     Left = 24
  102.     Top = 280
  103.     Width = 112
  104.     Height = 13
  105.     Cursor = crHandPoint
  106.     Hint = 'http://ekrtf.code.net.ru/help/albumframe.html'
  107.     Caption = 'More EK RTF examples'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlue
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsUnderline]
  113.     ParentFont = False
  114.     ParentShowHint = False
  115.     ShowHint = True
  116.     OnClick = Label2Click
  117.   end
  118.   object CustBtn: TButton
  119.     Left = 284
  120.     Top = 80
  121.     Width = 96
  122.     Height = 25
  123.     Caption = 'Customer report'
  124.     TabOrder = 0
  125.     OnClick = CustBtnClick
  126.   end
  127.   object InvBtn: TButton
  128.     Left = 284
  129.     Top = 121
  130.     Width = 96
  131.     Height = 24
  132.     Caption = 'Invoice report'
  133.     TabOrder = 2
  134.     OnClick = InvBtnClick
  135.   end
  136.   object Button2: TButton
  137.     Left = 388
  138.     Top = 80
  139.     Width = 113
  140.     Height = 25
  141.     Caption = 'View report source'
  142.     TabOrder = 1
  143.     OnClick = Button2Click
  144.   end
  145.   object Button3: TButton
  146.     Left = 388
  147.     Top = 121
  148.     Width = 113
  149.     Height = 24
  150.     Caption = 'View report source'
  151.     TabOrder = 3
  152.     OnClick = Button3Click
  153.   end
  154.   object VenBtn: TButton
  155.     Left = 284
  156.     Top = 200
  157.     Width = 96
  158.     Height = 26
  159.     Caption = 'Vendor list'
  160.     TabOrder = 6
  161.     OnClick = VenBtnClick
  162.   end
  163.   object Button4: TButton
  164.     Left = 388
  165.     Top = 200
  166.     Width = 113
  167.     Height = 26
  168.     Caption = 'View report source'
  169.     TabOrder = 7
  170.     OnClick = Button4Click
  171.   end
  172.   object InvScanBtn: TButton
  173.     Left = 284
  174.     Top = 161
  175.     Width = 96
  176.     Height = 25
  177.     Caption = 'Orders by cust.'
  178.     TabOrder = 4
  179.     OnClick = InvScanBtnClick
  180.   end
  181.   object Button5: TButton
  182.     Left = 388
  183.     Top = 161
  184.     Width = 113
  185.     Height = 25
  186.     Caption = 'View report source'
  187.     TabOrder = 5
  188.     OnClick = Button5Click
  189.   end
  190.   object StBtn: TButton
  191.     Left = 284
  192.     Top = 240
  193.     Width = 96
  194.     Height = 25
  195.     Caption = 'Vendors'
  196.     TabOrder = 8
  197.     OnClick = StBtnClick
  198.   end
  199.   object Button6: TButton
  200.     Left = 388
  201.     Top = 240
  202.     Width = 113
  203.     Height = 25
  204.     Caption = 'View report source'
  205.     TabOrder = 9
  206.     OnClick = Button6Click
  207.   end
  208.   object Button1: TButton
  209.     Left = 388
  210.     Top = 280
  211.     Width = 109
  212.     Height = 25
  213.     Caption = 'Close'
  214.     TabOrder = 10
  215.     OnClick = Button1Click
  216.   end
  217.   object CustInvRtf: TEkRTF
  218.     OnScanBefore = CustInvRtfScanBefore
  219.     OnScanRecord = CustInvRtfScanRecord
  220.     OnScanEof = CustInvRtfScanEof
  221.     Charset = DEFAULT_CHARSET
  222.     Lang = 1033
  223.     InFile = 'CustList.rtf'
  224.     OutFile = 'outfile.doc'
  225.     TrueValue = 'True'
  226.     FalseValue = 'False'
  227.     DisableControls = True
  228.     Options = [eoGraphicsBinary, eoClearMissedFields, eoDotAsColon]
  229.     Left = 216
  230.     Top = 80
  231.   end
  232.   object InvRtf: TEkRTF
  233.     Charset = DEFAULT_CHARSET
  234.     Lang = 1033
  235.     InFile = 'invrpt.rtf'
  236.     OutFile = 'outfile.doc'
  237.     TrueValue = 'True'
  238.     FalseValue = 'False'
  239.     DisableControls = True
  240.     Options = [eoGraphicsBinary, eoDotAsColon]
  241.     UDFList = InvFn
  242.     Left = 216
  243.     Top = 120
  244.   end
  245.   object VenRtf: TEkRTF
  246.     Charset = DEFAULT_CHARSET
  247.     Lang = 1033
  248.     InFile = 'Vendor.rtf'
  249.     OutFile = 'outfile.doc'
  250.     TrueValue = 'True'
  251.     FalseValue = 'False'
  252.     DisableControls = True
  253.     Options = [eoGraphicsBinary, eoDotAsColon]
  254.     Left = 216
  255.     Top = 200
  256.   end
  257.   object InvScan: TEkRTF
  258.     OnScanBefore = InvScanScanBefore
  259.     OnScanRecord = InvScanScanRecord
  260.     OnScanEof = InvScanScanEof
  261.     Charset = DEFAULT_CHARSET
  262.     Lang = 0
  263.     InFile = 'inv_scan.rtf'
  264.     OutFile = 'outfile.doc'
  265.     TrueValue = 'True'
  266.     FalseValue = 'False'
  267.     DisableControls = True
  268.     Options = [eoGraphicsBinary, eoDotAsColon]
  269.     Left = 216
  270.     Top = 160
  271.   end
  272.   object StRTF: TEkRTF
  273.     Charset = DEFAULT_CHARSET
  274.     Lang = 1033
  275.     InFile = 'stream.rtf'
  276.     OutFile = 'outfile.doc'
  277.     TrueValue = 'True'
  278.     FalseValue = 'False'
  279.     DisableControls = True
  280.     Options = [eoGraphicsBinary, eoDotAsColon]
  281.     Left = 216
  282.     Top = 240
  283.   end
  284.   object InvFn: TEkUDFList
  285.     Functions = <
  286.       item
  287.         OnCalculate = InvFnFunctions0Calculate
  288.         Name = 'MyTotal'
  289.         ArgMinCount = 2
  290.         ArgMaxCount = 2
  291.         ResultType = 1
  292.       end>
  293.     Left = 248
  294.     Top = 120
  295.   end
  296. end
  297.