home *** CD-ROM | disk | FTP | other *** search
- inherited PageForm: TPageForm
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Properties'
- ClientHeight = 89
- KeyPreview = True
- OnResize = FormResize
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 13
- object PagePanel: TPanel [0]
- Left = 0
- Top = 0
- Width = 326
- Height = 0
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- TabOrder = 5
- TabStop = True
- OnEnter = PagePanelEnter
- end
- inherited ButtonOk: TButton
- Top = 59
- TabOrder = 1
- OnClick = ButtonOkClick
- ExplicitTop = 59
- end
- inherited ButtonCancel: TButton
- Top = 59
- TabOrder = 2
- ExplicitTop = 59
- end
- inherited ButtonHelp: THelpButton
- Top = 59
- TabOrder = 4
- OnClick = ButtonHelpClick
- ExplicitTop = 59
- end
- inherited PresetGroup: TGroupBox
- Top = 2
- ExplicitTop = 2
- end
- object ButtonApply: TButton
- Left = 165
- Top = 59
- Width = 75
- Height = 25
- Action = ApplyAction
- Anchors = [akRight, akBottom]
- TabOrder = 3
- end
- object ActionList: TActionList
- Left = 288
- Top = 2
- object ApplyAction: TAction
- Caption = '&Apply'
- Enabled = False
- OnExecute = ApplyActionExecute
- OnUpdate = ApplyActionUpdate
- end
- end
- end
-