home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TPRINTREQUESTFORM / TPRINTREQUESTFORM.txt
Encoding:
Text File  |  2004-05-19  |  1.9 KB  |  96 lines

  1. object PrintRequestForm: TPrintRequestForm
  2.   Left = 418
  3.   Top = 49
  4.   HelpContext = 12000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'New print job'
  8.   ClientHeight = 166
  9.   ClientWidth = 340
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnHelp = FormHelp
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 30
  25.     Top = 9
  26.     Width = 142
  27.     Height = 13
  28.     Caption = 'New print job is been printed.'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 30
  32.     Top = 32
  33.     Width = 180
  34.     Height = 13
  35.     Caption = 'Please select printer for new print job'
  36.   end
  37.   object Label8: TLabel
  38.     Left = 30
  39.     Top = 80
  40.     Width = 228
  41.     Height = 26
  42.     Caption = 
  43.       'The printer name for local printers and '#13#10'\\ServerName\PrinterNa' +
  44.       'me for remote printers.'
  45.   end
  46.   object Button1: TButton
  47.     Left = 80
  48.     Top = 119
  49.     Width = 75
  50.     Height = 23
  51.     HelpContext = 12002
  52.     Caption = '&OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 0
  56.   end
  57.   object Button2: TButton
  58.     Left = 185
  59.     Top = 119
  60.     Width = 75
  61.     Height = 23
  62.     HelpContext = 12003
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.   end
  68.   object ComboBoxEx1: TComboBoxEx
  69.     Left = 30
  70.     Top = 52
  71.     Width = 281
  72.     Height = 22
  73.     HelpContext = 12001
  74.     ItemsEx = <>
  75.     ItemHeight = 16
  76.     TabOrder = 2
  77.     Images = MainForm.ImageList2
  78.     DropDownCount = 8
  79.   end
  80.   object Button3: TButton
  81.     Left = 33
  82.     Top = 88
  83.     Width = 75
  84.     Height = 23
  85.     HelpContext = 12004
  86.     Caption = 'Page setup'
  87.     TabOrder = 3
  88.     Visible = False
  89.     OnClick = Button3Click
  90.   end
  91.   object PrinterSetupDialog1: TPrinterSetupDialog
  92.     Left = 139
  93.     Top = 88
  94.   end
  95. end
  96.