home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
PRINTP43.ZIP
/
UNIT1.DFM
/
UNIT1.txt
Wrap
Text File
|
1995-11-03
|
3KB
|
151 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 275
Height = 196
Caption = 'Form1'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
PixelsPerInch = 96
Scaled = False
TextHeight = 16
object Label4: TLabel
Left = 24
Top = 60
Width = 217
Height = 18
Alignment = taCenter
AutoSize = False
Caption = 'PrintPage Version 4.3'
Font.Color = clRed
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
ParentFont = False
Transparent = True
end
object Gauge1: TGauge
Left = 8
Top = 56
Width = 249
Height = 25
ForeColor = clBlue
Progress = 0
Visible = False
end
object Label1: TLabel
Left = 8
Top = 88
Width = 249
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'Preview Size'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 104
Width = 41
Height = 14
AutoSize = False
Caption = 'Small'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 216
Top = 104
Width = 41
Height = 14
Alignment = taRightJustify
AutoSize = False
Caption = 'Large'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 8
Top = 8
Width = 121
Height = 33
Caption = 'Show Form2'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 8
Width = 121
Height = 33
Caption = 'Preview Form2'
TabOrder = 1
OnClick = Button2Click
end
object CheckBox1: TCheckBox
Left = 8
Top = 128
Width = 121
Height = 17
Caption = 'Preview Menu'
State = cbChecked
TabOrder = 2
end
object CheckBox2: TCheckBox
Left = 8
Top = 144
Width = 121
Height = 17
Caption = 'Preview Rulers'
TabOrder = 3
end
object CheckBox3: TCheckBox
Left = 136
Top = 136
Width = 121
Height = 17
Caption = 'Landscape'
TabOrder = 4
end
object ScrollBar1: TScrollBar
Left = 48
Top = 104
Width = 169
Height = 14
LargeChange = 5
Max = 20
Position = 9
TabOrder = 5
end
object PrintPage1: TPrintPage
PrintTags = 0
PreviewCaption = 'Print Preview'
PreviewMenu = False
PreviewRulers = False
PreviewScale = 3.000000000000000000
DesignPixelsPerInch = 96
PerviewHeight = 10.500000000000000000
PerviewWidth = 8.000000000000000000
OnUpdatePrintStatus = PrintPage1UpdatePrintStatus
Left = 208
Top = 48
end
object AddPrintChart1: TAddPrintChart
PrintPageComponent = PrintPage1
Left = 224
Top = 64
end
end