home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
TMS
/
ADVGRID6.ZIP
/
asgprev.dfm
/
asgprev.txt
Wrap
Text File
|
2000-07-19
|
1KB
|
79 lines
object AdvPreviewForm: TAdvPreviewForm
Left = 275
Top = 107
Width = 429
Height = 413
Caption = 'Preview'
Color = clGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 421
Height = 41
Align = alTop
TabOrder = 0
object Next: TButton
Left = 88
Top = 8
Width = 73
Height = 25
Caption = 'Next'
TabOrder = 0
OnClick = NextClick
end
object Previous: TButton
Left = 8
Top = 8
Width = 73
Height = 25
Caption = 'Previous'
TabOrder = 1
OnClick = PreviousClick
end
object Button3: TButton
Left = 168
Top = 8
Width = 73
Height = 25
Caption = 'Print'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 248
Top = 8
Width = 73
Height = 25
Caption = 'Close'
TabOrder = 3
OnClick = Button4Click
end
end
object Panel2: TPanel
Left = 16
Top = 48
Width = 393
Height = 329
Color = clWhite
TabOrder = 1
object PreviewPaintBox: TPaintBox
Left = 1
Top = 1
Width = 391
Height = 327
Align = alClient
OnPaint = PreviewPaintBoxPaint
end
end
end