home *** CD-ROM | disk | FTP | other *** search
/ Discovering Windows 98 / WinExpert9.iso / disk / size / SETUP.EXE / 0 / RCDATA / TPRINTOPTIONS / TPRINTOPTIONS.txt
Text File  |  1998-06-30  |  2KB  |  102 lines

  1. object printOptions: TprintOptions
  2.   Left = 200
  3.   Top = 130
  4.   Width = 385
  5.   Height = 245
  6.   Caption = 'ShowSize Print Options'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 361
  20.     Height = 157
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 16
  25.       Top = 12
  26.       Width = 58
  27.       Height = 13
  28.       Caption = 'Report &Title:'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 16
  32.       Top = 96
  33.       Width = 170
  34.       Height = 13
  35.       Caption = 'Print &Margin On All Sides (in inches):'
  36.     end
  37.     object Title: TEdit
  38.       Left = 16
  39.       Top = 28
  40.       Width = 329
  41.       Height = 21
  42.       TabOrder = 0
  43.     end
  44.     object CKwrapLines: TCheckBox
  45.       Left = 16
  46.       Top = 128
  47.       Width = 329
  48.       Height = 17
  49.       Caption = 'Wrap &Lines If Longer Than Page Width'
  50.       State = cbChecked
  51.       TabOrder = 3
  52.     end
  53.     object Margins: TMaskEdit
  54.       Left = 200
  55.       Top = 96
  56.       Width = 73
  57.       Height = 21
  58.       EditMask = '0.99;1;_'
  59.       MaxLength = 4
  60.       TabOrder = 2
  61.       Text = ' .  '
  62.     end
  63.     object btFont: TButton
  64.       Left = 16
  65.       Top = 60
  66.       Width = 179
  67.       Height = 25
  68.       Caption = '&Font for the report...'
  69.       TabOrder = 1
  70.       OnClick = btFontClick
  71.     end
  72.   end
  73.   object btOk: TBitBtn
  74.     Left = 88
  75.     Top = 180
  76.     Width = 75
  77.     Height = 25
  78.     TabOrder = 1
  79.     OnClick = btOkClick
  80.     Kind = bkOK
  81.   end
  82.   object btCancel: TBitBtn
  83.     Left = 200
  84.     Top = 180
  85.     Width = 75
  86.     Height = 25
  87.     TabOrder = 2
  88.     Kind = bkCancel
  89.   end
  90.   object FontDialog: TFontDialog
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     MinFontSize = 0
  97.     MaxFontSize = 0
  98.     Left = 312
  99.     Top = 172
  100.   end
  101. end
  102.