home *** CD-ROM | disk | FTP | other *** search
- object PageSetupForm: TPageSetupForm
- Left = 266
- Top = 160
- BorderStyle = bsDialog
- Caption = 'Page Setup'
- ClientHeight = 443
- ClientWidth = 510
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageMarginGroup: TGroupBox
- Left = 8
- Top = 8
- Width = 193
- Height = 169
- Caption = 'Page Margins'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 64
- Width = 18
- Height = 13
- Caption = '&Left'
- FocusControl = LeftEdit
- end
- object Label2: TLabel
- Left = 104
- Top = 64
- Width = 25
- Height = 13
- Caption = '&Right'
- FocusControl = RightEdit
- end
- object Label3: TLabel
- Left = 16
- Top = 112
- Width = 19
- Height = 13
- Caption = '&Top'
- FocusControl = TopEdit
- end
- object Label4: TLabel
- Left = 104
- Top = 112
- Width = 33
- Height = 13
- Caption = '&Bottom'
- FocusControl = BotEdit
- end
- object InchBut: TRadioButton
- Left = 16
- Top = 20
- Width = 65
- Height = 17
- Caption = '&Inches'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object CentBut: TRadioButton
- Tag = 1
- Left = 16
- Top = 36
- Width = 89
- Height = 17
- Caption = '&Centimeters'
- TabOrder = 1
- end
- object LeftEdit: TEdit
- Left = 16
- Top = 80
- Width = 65
- Height = 21
- TabOrder = 2
- Text = 'LeftEdit'
- end
- object RightEdit: TEdit
- Left = 104
- Top = 80
- Width = 65
- Height = 21
- TabOrder = 3
- Text = 'RightEdit'
- end
- object TopEdit: TEdit
- Left = 16
- Top = 128
- Width = 65
- Height = 21
- TabOrder = 4
- Text = 'TopEdit'
- end
- object BotEdit: TEdit
- Left = 104
- Top = 128
- Width = 65
- Height = 21
- TabOrder = 5
- Text = 'BotEdit'
- end
- end
- object PageOrientGroup: TGroupBox
- Left = 208
- Top = 8
- Width = 113
- Height = 169
- Caption = 'Page Orientation'
- TabOrder = 1
- object PortShape: TShape
- Left = 28
- Top = 72
- Width = 56
- Height = 73
- end
- object LandShape: TShape
- Left = 20
- Top = 80
- Width = 73
- Height = 56
- Visible = False
- end
- object PortBut: TRadioButton
- Left = 14
- Top = 20
- Width = 85
- Height = 17
- Caption = '&Portrait'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = PortButClick
- end
- object LandBut: TRadioButton
- Tag = 1
- Left = 14
- Top = 36
- Width = 85
- Height = 17
- Caption = 'Land&scape'
- TabOrder = 1
- OnClick = PortButClick
- end
- end
- object OKBut: TBitBtn
- Left = 190
- Top = 412
- Width = 75
- Height = 25
- TabOrder = 6
- OnClick = OKButClick
- Kind = bkOK
- end
- object CancelBut: TBitBtn
- Left = 286
- Top = 412
- Width = 75
- Height = 25
- TabOrder = 7
- Kind = bkCancel
- end
- object HeaderGroup: TGroupBox
- Left = 8
- Top = 184
- Width = 497
- Height = 105
- Caption = 'Header Options'
- TabOrder = 3
- object Label5: TLabel
- Left = 16
- Top = 28
- Width = 35
- Height = 13
- Caption = '&Header'
- FocusControl = HeaderEdit
- end
- object Label6: TLabel
- Left = 16
- Top = 55
- Width = 70
- Height = 13
- Caption = 'Header &Margin'
- FocusControl = HdrMarginEdit
- end
- object HeaderEdit: TEdit
- Left = 56
- Top = 20
- Width = 425
- Height = 21
- TabOrder = 0
- Text = 'HeaderEdit'
- end
- object HdrMarginEdit: TEdit
- Left = 16
- Top = 71
- Width = 97
- Height = 21
- TabOrder = 1
- Text = 'HdrMarginEdit'
- end
- object HdrLeftBut: TRadioButton
- Left = 144
- Top = 48
- Width = 70
- Height = 17
- Caption = 'Left'
- TabOrder = 2
- end
- object HdrCenterBut: TRadioButton
- Tag = 2
- Left = 144
- Top = 64
- Width = 70
- Height = 17
- Caption = 'Center'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object HdrRightBut: TRadioButton
- Tag = 1
- Left = 144
- Top = 80
- Width = 70
- Height = 17
- Caption = 'Right'
- TabOrder = 4
- end
- object HdrFontBut: TBitBtn
- Left = 232
- Top = 61
- Width = 136
- Height = 25
- Caption = '&Font...'
- TabOrder = 5
- OnClick = HdrFontButClick
- end
- end
- object FooterGroup: TGroupBox
- Left = 8
- Top = 296
- Width = 497
- Height = 105
- Caption = 'Footer Options'
- TabOrder = 4
- object Label7: TLabel
- Left = 16
- Top = 28
- Width = 30
- Height = 13
- Caption = '&Footer'
- FocusControl = FooterEdit
- end
- object Label8: TLabel
- Left = 16
- Top = 55
- Width = 65
- Height = 13
- Caption = 'Footer &Margin'
- FocusControl = FtrMarginEdit
- end
- object FooterEdit: TEdit
- Left = 56
- Top = 20
- Width = 425
- Height = 21
- TabOrder = 0
- Text = 'HeaderEdit'
- end
- object FtrMarginEdit: TEdit
- Left = 16
- Top = 71
- Width = 97
- Height = 21
- TabOrder = 1
- Text = 'FtrMarginEdit'
- end
- object FtrLeftBut: TRadioButton
- Left = 144
- Top = 48
- Width = 70
- Height = 17
- Caption = 'Left'
- TabOrder = 2
- end
- object FtrCenterBut: TRadioButton
- Tag = 2
- Left = 144
- Top = 64
- Width = 70
- Height = 17
- Caption = 'Center'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object FtrRightBut: TRadioButton
- Tag = 1
- Left = 144
- Top = 80
- Width = 70
- Height = 17
- Caption = 'Right'
- TabOrder = 4
- end
- object FtrFontBut: TBitBtn
- Left = 232
- Top = 61
- Width = 136
- Height = 25
- Caption = '&Font...'
- TabOrder = 5
- OnClick = FtrFontButClick
- end
- end
- object PageNumGroup: TGroupBox
- Left = 328
- Top = 8
- Width = 177
- Height = 169
- Caption = 'Page Number Options'
- TabOrder = 2
- object Label9: TLabel
- Left = 8
- Top = 88
- Width = 149
- Height = 13
- Caption = 'Page Number Text (%d = Page)'
- end
- object Panel1: TPanel
- Left = 8
- Top = 24
- Width = 81
- Height = 57
- BevelOuter = bvNone
- TabOrder = 0
- object PageBotBut: TRadioButton
- Left = 8
- Top = 4
- Width = 65
- Height = 17
- Caption = 'Bottom'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object PageTopBut: TRadioButton
- Tag = 1
- Left = 8
- Top = 20
- Width = 65
- Height = 17
- Caption = 'Top'
- TabOrder = 1
- end
- object PageNoneBut: TRadioButton
- Tag = 2
- Left = 8
- Top = 36
- Width = 65
- Height = 17
- Caption = 'None'
- TabOrder = 2
- end
- end
- object Panel2: TPanel
- Left = 88
- Top = 24
- Width = 81
- Height = 57
- BevelOuter = bvNone
- TabOrder = 1
- object PageLeftBut: TRadioButton
- Left = 8
- Top = 4
- Width = 65
- Height = 17
- Caption = 'Left'
- TabOrder = 0
- end
- object PageCenterBut: TRadioButton
- Tag = 2
- Left = 8
- Top = 20
- Width = 65
- Height = 17
- Caption = 'Center'
- TabOrder = 1
- end
- object PageRightBut: TRadioButton
- Tag = 1
- Left = 8
- Top = 36
- Width = 65
- Height = 17
- Caption = 'Right'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- object PageNumEdit: TEdit
- Left = 8
- Top = 104
- Width = 153
- Height = 21
- TabOrder = 2
- Text = 'PageNumEdit'
- end
- object PageNumFontBut: TBitBtn
- Left = 20
- Top = 135
- Width = 136
- Height = 25
- Caption = '&Font...'
- TabOrder = 3
- OnClick = PageNumFontButClick
- end
- end
- object PrinterSetupBut: TBitBtn
- Left = 52
- Top = 412
- Width = 105
- Height = 25
- Caption = 'Printer &Setup...'
- TabOrder = 5
- OnClick = PrinterSetupButClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
- 0003377777777777777308888888888888807F33333333333337088888888888
- 88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
- 8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
- 8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
- 03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
- 03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
- 33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
- 33333337FFFF7733333333300000033333333337777773333333}
- NumGlyphs = 2
- end
- object SetDefaultBut: TBitBtn
- Left = 384
- Top = 412
- Width = 75
- Height = 25
- Caption = 'Set &Default'
- TabOrder = 8
- OnClick = SetDefaultButClick
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 40
- Top = 392
- end
- object FooterFontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 352
- Top = 352
- end
- object HeaderFontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 352
- Top = 240
- end
- object PageNumFontDialog: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 472
- Top = 144
- end
- object FormSettings1: TFormSettings
- SavePosition = True
- SaveValues = False
- LoadValues = True
- SaveValueOptions = [svEdit, svMemo, svCheckBox, svRadioButton, svListBox, svComboBox, svFontDialog]
- Left = 448
- Top = 352
- end
- end
-