home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d56
/
DM2KVCL.ZIP
/
PAGEDLG.DFM
< prev
next >
Wrap
Text File
|
2001-09-21
|
3KB
|
154 lines
object PageSetupForm: TPageSetupForm
Left = 391
Top = 214
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
BorderStyle = bsDialog
Caption = 'Properties: Page'
ClientHeight = 267
ClientWidth = 386
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object MainBevel: TBevel
Left = 8
Top = 8
Width = 251
Height = 250
end
object PreviewPB: TPaintBox
Left = 12
Top = 12
Width = 242
Height = 242
Cursor = crCross
Color = clWhite
ParentColor = False
OnMouseDown = PreviewPBMouseDown
OnMouseMove = PreviewPBMouseMove
OnMouseUp = PreviewPBMouseUp
OnPaint = PreviewPBPaint
end
object OkBitBtn: TBitBtn
Left = 270
Top = 8
Width = 105
Height = 28
TabOrder = 0
Kind = bkOK
end
object CancelBitBtn: TBitBtn
Left = 270
Top = 48
Width = 105
Height = 28
TabOrder = 1
Kind = bkCancel
end
object HelpBitBtn: TBitBtn
Left = 270
Top = 88
Width = 105
Height = 28
HelpContext = 2170
TabOrder = 2
Kind = bkHelp
end
object GroupBox: TGroupBox
Left = 270
Top = 124
Width = 105
Height = 133
HelpContext = 2171
Caption = ' Plot size (%) '
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 24
Width = 37
Height = 13
AutoSize = False
Caption = '&Left'
FocusControl = LeftSE
end
object Label2: TLabel
Left = 8
Top = 48
Width = 37
Height = 13
AutoSize = False
Caption = '&Top'
FocusControl = TopSE
end
object Label3: TLabel
Left = 8
Top = 76
Width = 37
Height = 13
AutoSize = False
Caption = '&Width'
FocusControl = WidthSE
end
object Label4: TLabel
Left = 8
Top = 104
Width = 37
Height = 13
AutoSize = False
Caption = '&Height'
FocusControl = HeightSE
end
object LeftSE: TSpinEdit
Left = 48
Top = 20
Width = 49
Height = 22
MaxValue = 70
MinValue = 0
TabOrder = 0
Value = 10
OnChange = SEChange
end
object TopSE: TSpinEdit
Left = 48
Top = 47
Width = 49
Height = 22
MaxValue = 70
MinValue = 0
TabOrder = 1
Value = 10
OnChange = SEChange
end
object WidthSE: TSpinEdit
Left = 48
Top = 75
Width = 49
Height = 22
MaxValue = 100
MinValue = 30
TabOrder = 2
Value = 70
OnChange = SEChange
end
object HeightSE: TSpinEdit
Left = 48
Top = 103
Width = 49
Height = 22
MaxValue = 100
MinValue = 30
TabOrder = 3
Value = 70
OnChange = SEChange
end
end
end