home *** CD-ROM | disk | FTP | other *** search
- object frmPageProperties: TfrmPageProperties
- Left = 256
- Top = 263
- BorderStyle = bsDialog
- Caption = 'Page Properties'
- ClientHeight = 261
- ClientWidth = 217
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 20
- Height = 13
- Caption = 'Title'
- end
- object OKBtn: TButton
- Left = 55
- Top = 228
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object CancelBtn: TButton
- Left = 135
- Top = 228
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object EditTile: TEdit
- Left = 8
- Top = 24
- Width = 201
- Height = 21
- TabOrder = 0
- end
- object GroupBoxColors: TGroupBox
- Left = 8
- Top = 56
- Width = 201
- Height = 161
- Caption = 'Default colors'
- TabOrder = 1
- object ButtonText: TButton
- Left = 16
- Top = 24
- Width = 75
- Height = 25
- Caption = 'Text'
- TabOrder = 0
- OnClick = ButtonTextClick
- end
- object ButtonLink: TButton
- Left = 16
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Link'
- TabOrder = 1
- OnClick = ButtonLinkClick
- end
- object ButtonVisitedLink: TButton
- Left = 16
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Visited Link'
- TabOrder = 2
- OnClick = ButtonVisitedLinkClick
- end
- object PanelText: TPanel
- Left = 104
- Top = 24
- Width = 75
- Height = 25
- TabOrder = 3
- end
- object PanelLink: TPanel
- Left = 104
- Top = 56
- Width = 75
- Height = 25
- TabOrder = 4
- end
- object PanelVisitedLink: TPanel
- Left = 104
- Top = 88
- Width = 75
- Height = 25
- TabOrder = 5
- end
- object ButtonActiveLink: TButton
- Left = 16
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Active Link'
- TabOrder = 6
- OnClick = ButtonActiveLinkClick
- end
- object PanelActiveLink: TPanel
- Left = 104
- Top = 120
- Width = 75
- Height = 25
- TabOrder = 7
- end
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 16
- Top = 224
- end
- end
-