home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TPROMPTSAVEFORM / TPROMPTSAVEFORM.txt
Encoding:
Text File  |  1999-07-25  |  773 b   |  41 lines

  1. object PromptSaveForm: TPromptSaveForm
  2.   Left = 441
  3.   Top = 113
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'PromptSaveForm'
  7.   ClientHeight = 91
  8.   ClientWidth = 259
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 206
  20.     Height = 13
  21.     Caption = 'Document has not been saved. Save now?'
  22.   end
  23.   object Button1: TButton
  24.     Left = 88
  25.     Top = 48
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Yes'
  29.     TabOrder = 0
  30.   end
  31.   object Button2: TButton
  32.     Left = 168
  33.     Top = 48
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'No'
  37.     TabOrder = 1
  38.     OnClick = Button2Click
  39.   end
  40. end
  41.