home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt < prev   
Text File  |  1997-03-06  |  1KB  |  76 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 203
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Chart'
  6.   ClientHeight = 102
  7.   ClientWidth = 336
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 12
  20.     Width = 32
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'Printer:'
  24.   end
  25.   object lblPrinterName: TLabel
  26.     Left = 64
  27.     Top = 12
  28.     Width = 257
  29.     Height = 13
  30.     AutoSize = False
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Left = 24
  34.     Top = 92
  35.     Width = 289
  36.     Height = 57
  37.     Caption = 'Print List'
  38.     TabOrder = 0
  39.     Visible = False
  40.   end
  41.   object cmdPrintNow: TButton
  42.     Left = 47
  43.     Top = 44
  44.     Width = 73
  45.     Height = 25
  46.     Caption = '&Print Now'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 1
  50.   end
  51.   object cmdCancel: TButton
  52.     Left = 131
  53.     Top = 44
  54.     Width = 73
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     Default = True
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62.   object cmdSetup: TButton
  63.     Left = 215
  64.     Top = 44
  65.     Width = 73
  66.     Height = 25
  67.     Caption = '&Setup...'
  68.     TabOrder = 3
  69.     OnClick = cmdSetupClick
  70.   end
  71.   object PrinterSetupDialog1: TPrinterSetupDialog
  72.     Left = 304
  73.     Top = 52
  74.   end
  75. end
  76.