home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / PRINTP43.ZIP / UNIT1.DFM / UNIT1.txt
Text File  |  1995-11-03  |  3KB  |  151 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 275
  5.   Height = 196
  6.   Caption = 'Form1'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Scaled = False
  13.   TextHeight = 16
  14.   object Label4: TLabel
  15.     Left = 24
  16.     Top = 60
  17.     Width = 217
  18.     Height = 18
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'PrintPage Version 4.3'
  22.     Font.Color = clRed
  23.     Font.Height = -16
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.     Transparent = True
  28.   end
  29.   object Gauge1: TGauge
  30.     Left = 8
  31.     Top = 56
  32.     Width = 249
  33.     Height = 25
  34.     ForeColor = clBlue
  35.     Progress = 0
  36.     Visible = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 8
  40.     Top = 88
  41.     Width = 249
  42.     Height = 16
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = 'Preview Size'
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Label2: TLabel
  53.     Left = 8
  54.     Top = 104
  55.     Width = 41
  56.     Height = 14
  57.     AutoSize = False
  58.     Caption = 'Small'
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Label3: TLabel
  66.     Left = 216
  67.     Top = 104
  68.     Width = 41
  69.     Height = 14
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'Large'
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.   end
  79.   object Button1: TButton
  80.     Left = 8
  81.     Top = 8
  82.     Width = 121
  83.     Height = 33
  84.     Caption = 'Show Form2'
  85.     TabOrder = 0
  86.     OnClick = Button1Click
  87.   end
  88.   object Button2: TButton
  89.     Left = 136
  90.     Top = 8
  91.     Width = 121
  92.     Height = 33
  93.     Caption = 'Preview Form2'
  94.     TabOrder = 1
  95.     OnClick = Button2Click
  96.   end
  97.   object CheckBox1: TCheckBox
  98.     Left = 8
  99.     Top = 128
  100.     Width = 121
  101.     Height = 17
  102.     Caption = 'Preview Menu'
  103.     State = cbChecked
  104.     TabOrder = 2
  105.   end
  106.   object CheckBox2: TCheckBox
  107.     Left = 8
  108.     Top = 144
  109.     Width = 121
  110.     Height = 17
  111.     Caption = 'Preview Rulers'
  112.     TabOrder = 3
  113.   end
  114.   object CheckBox3: TCheckBox
  115.     Left = 136
  116.     Top = 136
  117.     Width = 121
  118.     Height = 17
  119.     Caption = 'Landscape'
  120.     TabOrder = 4
  121.   end
  122.   object ScrollBar1: TScrollBar
  123.     Left = 48
  124.     Top = 104
  125.     Width = 169
  126.     Height = 14
  127.     LargeChange = 5
  128.     Max = 20
  129.     Position = 9
  130.     TabOrder = 5
  131.   end
  132.   object PrintPage1: TPrintPage
  133.     PrintTags = 0
  134.     PreviewCaption = 'Print Preview'
  135.     PreviewMenu = False
  136.     PreviewRulers = False
  137.     PreviewScale = 3.000000000000000000
  138.     DesignPixelsPerInch = 96
  139.     PerviewHeight = 10.500000000000000000
  140.     PerviewWidth = 8.000000000000000000
  141.     OnUpdatePrintStatus = PrintPage1UpdatePrintStatus
  142.     Left = 208
  143.     Top = 48
  144.   end
  145.   object AddPrintChart1: TAddPrintChart
  146.     PrintPageComponent = PrintPage1
  147.     Left = 224
  148.     Top = 64
  149.   end
  150. end
  151.