home *** CD-ROM | disk | FTP | other *** search
- object PrintRequestForm: TPrintRequestForm
- Left = 418
- Top = 49
- HelpContext = 12000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'New print job'
- ClientHeight = 166
- ClientWidth = 340
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 30
- Top = 9
- Width = 142
- Height = 13
- Caption = 'New print job is been printed.'
- end
- object Label2: TLabel
- Left = 30
- Top = 32
- Width = 180
- Height = 13
- Caption = 'Please select printer for new print job'
- end
- object Label8: TLabel
- Left = 30
- Top = 80
- Width = 228
- Height = 26
- Caption =
- 'The printer name for local printers and '#13#10'\\ServerName\PrinterNa' +
- 'me for remote printers.'
- end
- object Button1: TButton
- Left = 80
- Top = 119
- Width = 75
- Height = 23
- HelpContext = 12002
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 185
- Top = 119
- Width = 75
- Height = 23
- HelpContext = 12003
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ComboBoxEx1: TComboBoxEx
- Left = 30
- Top = 52
- Width = 281
- Height = 22
- HelpContext = 12001
- ItemsEx = <>
- ItemHeight = 16
- TabOrder = 2
- Images = MainForm.ImageList2
- DropDownCount = 8
- end
- object Button3: TButton
- Left = 33
- Top = 88
- Width = 75
- Height = 23
- HelpContext = 12004
- Caption = 'Page setup'
- TabOrder = 3
- Visible = False
- OnClick = Button3Click
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 139
- Top = 88
- end
- end
-