home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / Demo / UReport.dfm < prev    next >
Text File  |  2002-07-01  |  4KB  |  165 lines

  1. object Report: TReport
  2.   Left = 242
  3.   Top = 177
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Flexcel Report Demo'
  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 = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 40
  20.     Width = 688
  21.     Height = 413
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object WB: TWebBrowser
  26.       Left = 0
  27.       Top = 0
  28.       Width = 688
  29.       Height = 413
  30.       Align = alClient
  31.       TabOrder = 0
  32.       ControlData = {
  33.         4C0000001B470000AF2A00000100000005000000000000000000000000000000
  34.         000000004C000000000000000000000001000000E0D057007335CF11AE690800
  35.         2B2E126203000000000000004C0000000114020000000000C000000000000046
  36.         8000000000000000000000000000000000000000000000000000000000000000
  37.         00000000000000000100000000000000000000000000000000000000}
  38.     end
  39.   end
  40.   object ToolBar: TToolBar
  41.     Left = 0
  42.     Top = 0
  43.     Width = 688
  44.     Height = 2
  45.     AutoSize = True
  46.     Caption = 'ToolBar'
  47.     DisabledImages = DemoData.ImageList2
  48.     Flat = True
  49.     HotImages = DemoData.ImageList3
  50.     Images = DemoData.ImageList1
  51.     ParentShowHint = False
  52.     ShowCaptions = True
  53.     ShowHint = True
  54.     TabOrder = 1
  55.     object ToolButton5: TToolButton
  56.       Left = 0
  57.       Top = 0
  58.       Width = 8
  59.       Caption = 'ToolButton5'
  60.       ImageIndex = 13
  61.       Style = tbsSeparator
  62.     end
  63.   end
  64.   object ToolBar1: TToolBar
  65.     Left = 0
  66.     Top = 2
  67.     Width = 688
  68.     Height = 38
  69.     AutoSize = True
  70.     ButtonHeight = 36
  71.     ButtonWidth = 69
  72.     Caption = 'ToolBar'
  73.     DisabledImages = DemoData.ImageList2
  74.     Flat = True
  75.     HotImages = DemoData.ImageList3
  76.     Images = DemoData.ImageList1
  77.     ParentShowHint = False
  78.     ShowCaptions = True
  79.     ShowHint = True
  80.     TabOrder = 2
  81.     object ToolButton1: TToolButton
  82.       Left = 0
  83.       Top = 0
  84.       Action = ActionPrint
  85.     end
  86.     object ToolButton3: TToolButton
  87.       Left = 69
  88.       Top = 0
  89.       Width = 8
  90.       Caption = 'ToolButton3'
  91.       ImageIndex = 15
  92.       Style = tbsSeparator
  93.     end
  94.     object ToolButton2: TToolButton
  95.       Left = 77
  96.       Top = 0
  97.       Action = ActionPrintPreview
  98.     end
  99.     object ToolButton4: TToolButton
  100.       Left = 146
  101.       Top = 0
  102.       Action = ActionZoom
  103.       DropdownMenu = PopZoom
  104.     end
  105.     object ToolButton6: TToolButton
  106.       Left = 215
  107.       Top = 0
  108.       Width = 8
  109.       Caption = 'ToolButton6'
  110.       ImageIndex = 4
  111.       Style = tbsSeparator
  112.     end
  113.     object ToolButton7: TToolButton
  114.       Left = 223
  115.       Top = 0
  116.       Action = ActionClose
  117.     end
  118.   end
  119.   object ActionList1: TActionList
  120.     Images = DemoData.ImageList1
  121.     Left = 632
  122.     Top = 64
  123.     object ActionPrint: TAction
  124.       Caption = 'Print...'
  125.       ImageIndex = 13
  126.       OnExecute = ActionPrintExecute
  127.     end
  128.     object ActionPrintPreview: TAction
  129.       Caption = 'Print Preview'
  130.       ImageIndex = 14
  131.       OnExecute = ActionPrintPreviewExecute
  132.     end
  133.     object ActionZoom: TAction
  134.       Caption = 'Zoom...'
  135.       ImageIndex = 3
  136.       OnExecute = ActionZoomExecute
  137.     end
  138.     object ActionClose: TAction
  139.       Caption = 'Close'
  140.       ImageIndex = 12
  141.       OnExecute = ActionCloseExecute
  142.     end
  143.   end
  144.   object PopZoom: TPopupMenu
  145.     Left = 360
  146.     Top = 88
  147.     object N501: TMenuItem
  148.       Caption = '50 %'
  149.       OnClick = N501Click
  150.     end
  151.     object N751: TMenuItem
  152.       Caption = '75 %'
  153.       OnClick = N751Click
  154.     end
  155.     object N1001: TMenuItem
  156.       Caption = '100%'
  157.       OnClick = N1001Click
  158.     end
  159.     object N2001: TMenuItem
  160.       Caption = '200 %'
  161.       OnClick = N2001Click
  162.     end
  163.   end
  164. end
  165.