home *** CD-ROM | disk | FTP | other *** search
- inherited VisualForm: TVisualForm
- Caption = 'VisualForm'
- ClientHeight = 36
- ClientWidth = 336
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Top = 6
- OnClick = ButtonOkClick
- end
- inherited ButtonCancel: TButton
- Top = 6
- end
- inherited ButtonHelp: THelpButton
- Left = 250
- Top = 6
- OnClick = ButtonHelpClick
- end
- object ButtonApply: TButton
- Left = 170
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Apply'
- TabOrder = 3
- OnClick = ButtonApplyClick
- end
- end
-