home *** CD-ROM | disk | FTP | other *** search
- object WarningDialog: TWarningDialog
- Left = 304
- Top = 293
- BorderStyle = bsDialog
- Caption = 'Establish Internet Connection'
- ClientHeight = 122
- ClientWidth = 313
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 48
- Top = 8
- Width = 257
- Height = 57
- AutoSize = False
- Caption = 'Label1'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 151
- Top = 92
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 231
- Top = 92
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object IgnoreMessageCheckBox: TCheckBox
- Left = 8
- Top = 72
- Width = 241
- Height = 17
- Caption = 'Do not show this message again'
- TabOrder = 2
- end
- end
-