home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMWARNING / TFRMWARNING.txt
Encoding:
Text File  |  2004-09-23  |  1.6 KB  |  77 lines

  1. object frmWarning: TfrmWarning
  2.   Left = 293
  3.   Top = 212
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'WARNING'
  7.   ClientHeight = 155
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 307
  23.     Height = 26
  24.     Caption = 
  25.       'You selected to replace the entire contents of the Ad HTML field' +
  26.       '.  Do you wish to proceed?'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clRed
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 48
  38.     Width = 313
  39.     Height = 26
  40.     Caption = 
  41.       'Type  YES in the box below then press the Conitinue button to pr' +
  42.       'oceed.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     WordWrap = True
  50.   end
  51.   object btnYes: TButton
  52.     Left = 56
  53.     Top = 112
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Continue'
  57.     TabOrder = 1
  58.     OnClick = btnYesClick
  59.   end
  60.   object btnNo: TButton
  61.     Left = 199
  62.     Top = 112
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Cancel'
  66.     TabOrder = 2
  67.     OnClick = btnNoClick
  68.   end
  69.   object edtYes: TEdit
  70.     Left = 56
  71.     Top = 80
  72.     Width = 73
  73.     Height = 21
  74.     TabOrder = 0
  75.   end
  76. end
  77.