home *** CD-ROM | disk | FTP | other *** search
- object PrDialog: TPrDialog
- Left = 420
- Top = 246
- ActiveControl = OKBtn
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Print'
- ClientHeight = 198
- ClientWidth = 230
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 9
- Top = 40
- Width = 123
- Height = 149
- Shape = bsFrame
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 84
- Height = 13
- Caption = 'Page margins (%)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 19
- Top = 72
- Width = 18
- Height = 13
- Caption = 'Left'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 19
- Top = 104
- Width = 25
- Height = 13
- Caption = 'Right'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 19
- Top = 132
- Width = 19
- Height = 13
- Caption = 'Top'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 19
- Top = 160
- Width = 33
- Height = 13
- Caption = 'Bottom'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 16
- Top = 4
- Width = 33
- Height = 13
- Caption = 'Printer:'
- end
- object Label7: TLabel
- Left = 56
- Top = 4
- Width = 32
- Height = 13
- Caption = 'Label7'
- end
- object Label8: TLabel
- Left = 72
- Top = 20
- Width = 32
- Height = 13
- Caption = 'Label8'
- end
- object Label9: TLabel
- Left = 16
- Top = 20
- Width = 54
- Height = 13
- Caption = 'Page Size :'
- end
- object OKBtn: TBitBtn
- Left = 144
- Top = 40
- Width = 69
- Height = 29
- Caption = ' &Print'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 144
- Top = 109
- Width = 69
- Height = 29
- Cancel = True
- Caption = ' &Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object prsetup: TBitBtn
- Left = 144
- Top = 74
- Width = 69
- Height = 29
- Caption = '&Setup'
- TabOrder = 2
- OnClick = prsetupClick
- NumGlyphs = 2
- end
- object seLeft: TSpinEdit
- Left = 60
- Top = 69
- Width = 51
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = seLeftChange
- end
- object seRight: TSpinEdit
- Left = 60
- Top = 98
- Width = 51
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- OnChange = seRightChange
- end
- object seTop: TSpinEdit
- Left = 60
- Top = 127
- Width = 51
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Value = 0
- OnChange = seTopChange
- end
- object seBottom: TSpinEdit
- Left = 60
- Top = 156
- Width = 51
- Height = 22
- EditorEnabled = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 6
- Value = 0
- OnChange = seBottomChange
- end
- object HelpBtn: TBitBtn
- Left = 144
- Top = 143
- Width = 69
- Height = 29
- HelpContext = 25
- Caption = ' &Help'
- TabOrder = 7
- OnClick = HelpBtnClick
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- end
-