mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-19 11:42:50 +02:00
189 lines
3.5 KiB
Plaintext
189 lines
3.5 KiB
Plaintext
object IpHTMLPreview: TIpHTMLPreview
|
|
ActiveControl = btnPrint
|
|
Caption = 'Print preview'
|
|
ClientHeight = 338
|
|
ClientWidth = 558
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
TextHeight = 13
|
|
HorzScrollBar.Page = 557
|
|
VertScrollBar.Page = 337
|
|
Left = 196
|
|
Height = 338
|
|
Top = 103
|
|
Width = 558
|
|
object Panel1: TPanel
|
|
Align = alTop
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 41
|
|
ClientWidth = 558
|
|
TabOrder = 0
|
|
Height = 41
|
|
Width = 558
|
|
object Label1: TLabel
|
|
Caption = 'Page:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 360
|
|
Height = 14
|
|
Top = 14
|
|
Width = 29
|
|
end
|
|
object Label2: TLabel
|
|
Caption = 'of'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 440
|
|
Height = 14
|
|
Top = 14
|
|
Width = 10
|
|
end
|
|
object lblMaxPage: TLabel
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 457
|
|
Height = 14
|
|
Top = 14
|
|
Width = 4
|
|
end
|
|
object Label3: TLabel
|
|
Caption = 'Zoom:'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 96
|
|
Height = 14
|
|
Top = 16
|
|
Width = 31
|
|
end
|
|
object btnPrint: TButton
|
|
|
|
Caption = 'Print'
|
|
Default = True
|
|
OnClick = btnPrintClick
|
|
TabOrder = 0
|
|
Left = 8
|
|
Height = 25
|
|
Top = 8
|
|
Width = 75
|
|
end
|
|
object btnFirst: TButton
|
|
|
|
Caption = '<<'
|
|
OnClick = btnFirstClick
|
|
TabOrder = 1
|
|
Left = 280
|
|
Height = 25
|
|
Top = 8
|
|
Width = 32
|
|
end
|
|
object btnPrev: TButton
|
|
|
|
Caption = '<'
|
|
OnClick = btnPrevClick
|
|
TabOrder = 2
|
|
Left = 320
|
|
Height = 25
|
|
Top = 8
|
|
Width = 32
|
|
end
|
|
object btnNext: TButton
|
|
|
|
Caption = '>'
|
|
OnClick = btnNextClick
|
|
TabOrder = 4
|
|
Left = 472
|
|
Height = 25
|
|
Top = 8
|
|
Width = 32
|
|
end
|
|
object btnLast: TButton
|
|
|
|
Caption = '>>'
|
|
OnClick = btnLastClick
|
|
TabOrder = 5
|
|
Left = 512
|
|
Height = 25
|
|
Top = 8
|
|
Width = 32
|
|
end
|
|
object btnClose: TButton
|
|
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
Left = 200
|
|
Height = 25
|
|
Top = 8
|
|
Width = 75
|
|
end
|
|
object edtPage: TEdit
|
|
OnChange = edtPageChange
|
|
TabOrder = 3
|
|
Text = '1'
|
|
Left = 400
|
|
Height = 21
|
|
Top = 10
|
|
Width = 32
|
|
end
|
|
object ZoomCombo: TComboBox
|
|
ItemHeight = 13
|
|
Items.Strings = (
|
|
'10%'
|
|
'25%'
|
|
'50%'
|
|
'75%'
|
|
'100%'
|
|
'150%'
|
|
'200%'
|
|
'300%'
|
|
'400%'
|
|
)
|
|
MaxLength = 0
|
|
OnChange = ZoomComboChange
|
|
Style = csDropDownList
|
|
TabOrder = 7
|
|
Left = 132
|
|
Height = 21
|
|
Top = 10
|
|
Width = 61
|
|
end
|
|
end
|
|
object ScrollBox1: TScrollBox
|
|
Align = alClient
|
|
Color = clBtnFace
|
|
ParentColor = False
|
|
TabOrder = 1
|
|
HorzScrollBar.Page = 553
|
|
VertScrollBar.Page = 292
|
|
Height = 297
|
|
Top = 41
|
|
Width = 558
|
|
object PaperPanel: TPanel
|
|
BevelOuter = bvNone
|
|
ClientHeight = 153
|
|
ClientWidth = 185
|
|
Color = clWhite
|
|
ParentColor = False
|
|
TabOrder = 0
|
|
Left = 16
|
|
Height = 153
|
|
Top = 8
|
|
Width = 185
|
|
object PaintBox1: TPaintBox
|
|
OnPaint = PaintBox1Paint
|
|
Left = 16
|
|
Height = 113
|
|
Top = 24
|
|
Width = 145
|
|
end
|
|
end
|
|
end
|
|
end
|