home *** CD-ROM | disk | FTP | other *** search
- object frmWarning: TfrmWarning
- Left = 293
- Top = 212
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'WARNING'
- ClientHeight = 155
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 307
- Height = 26
- Caption =
- 'You selected to replace the entire contents of the Ad HTML field' +
- '. Do you wish to proceed?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 48
- Width = 313
- Height = 26
- Caption =
- 'Type YES in the box below then press the Conitinue button to pr' +
- 'oceed.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object btnYes: TButton
- Left = 56
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Continue'
- TabOrder = 1
- OnClick = btnYesClick
- end
- object btnNo: TButton
- Left = 199
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnNoClick
- end
- object edtYes: TEdit
- Left = 56
- Top = 80
- Width = 73
- Height = 21
- TabOrder = 0
- end
- end
-