home *** CD-ROM | disk | FTP | other *** search
- object PromptSaveForm: TPromptSaveForm
- Left = 441
- Top = 113
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'PromptSaveForm'
- ClientHeight = 91
- ClientWidth = 259
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 206
- Height = 13
- Caption = 'Document has not been saved. Save now?'
- end
- object Button1: TButton
- Left = 88
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Yes'
- TabOrder = 0
- end
- object Button2: TButton
- Left = 168
- Top = 48
- Width = 75
- Height = 25
- Caption = 'No'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-