home *** CD-ROM | disk | FTP | other *** search
- object ChartPreview: TChartPreview
- Left = 176
- Top = 156
- Width = 640
- Height = 480
- Caption = 'Print Preview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnMouseMove = FormMouseMove
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 632
- Height = 38
- Align = alTop
- BevelInner = bvLowered
- TabOrder = 0
- OnMouseMove = FormMouseMove
- object Label1: TLabel
- Left = 3
- Top = 13
- Width = 53
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'P&rinter:'
- FocusControl = Printers
- end
- object Printers: TComboBox
- Left = 58
- Top = 9
- Width = 198
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = PrintersChange
- end
- object BSetupPrinter: TBitBtn
- Left = 266
- Top = 7
- Width = 101
- Height = 23
- Caption = 'Printer &Setup...'
- TabOrder = 1
- OnClick = BSetupPrinterClick
- NumGlyphs = 2
- end
- object BClose: TButton
- Left = 458
- Top = 7
- Width = 70
- Height = 23
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 2
- end
- object BPrint: TButton
- Left = 377
- Top = 7
- Width = 70
- Height = 23
- Caption = '&Print'
- TabOrder = 3
- OnClick = BPrintClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 38
- Width = 114
- Height = 415
- Align = alLeft
- TabOrder = 1
- OnMouseMove = FormMouseMove
- object RGOrient: TRadioGroup
- Left = 3
- Top = 3
- Width = 107
- Height = 58
- Caption = 'Paper Orientation:'
- ItemIndex = 1
- Items.Strings = (
- 'P&ortrait'
- '&Landscape')
- TabOrder = 0
- OnClick = RGOrientClick
- end
- object GBMargins: TGroupBox
- Left = 3
- Top = 68
- Width = 107
- Height = 96
- Caption = 'Margins (%)'
- TabOrder = 1
- object SETopMa: TSpinEdit
- Left = 35
- Top = 17
- Width = 36
- Height = 22
- Increment = 5
- MaxValue = 100
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SETopMaChange
- end
- object SELeftMa: TSpinEdit
- Left = 6
- Top = 44
- Width = 35
- Height = 22
- Increment = 5
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SELeftMaChange
- end
- object SEBotMa: TSpinEdit
- Left = 35
- Top = 69
- Width = 36
- Height = 22
- Increment = 5
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = SEBotMaChange
- end
- object SERightMa: TSpinEdit
- Left = 63
- Top = 44
- Width = 37
- Height = 22
- Increment = 5
- MaxValue = 100
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = SERightMaChange
- end
- end
- object chLogo: TCheckBox
- Left = 8
- Top = 176
- Width = 97
- Height = 17
- Caption = 'Show Logo'
- Enabled = False
- State = cbChecked
- TabOrder = 2
- OnClick = chLogoClick
- end
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 149
- Top = 46
- end
- end
-