home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TWARNINGDIALOG / TWARNINGDIALOG.txt
Encoding:
Text File  |  2002-12-06  |  1.1 KB  |  61 lines

  1. object WarningDialog: TWarningDialog
  2.   Left = 304
  3.   Top = 293
  4.   BorderStyle = bsDialog
  5.   Caption = 'Establish Internet Connection'
  6.   ClientHeight = 122
  7.   ClientWidth = 313
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 32
  21.     Height = 32
  22.   end
  23.   object Label1: TLabel
  24.     Left = 48
  25.     Top = 8
  26.     Width = 257
  27.     Height = 57
  28.     AutoSize = False
  29.     Caption = 'Label1'
  30.     WordWrap = True
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 151
  34.     Top = 92
  35.     Width = 75
  36.     Height = 23
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 231
  44.     Top = 92
  45.     Width = 75
  46.     Height = 23
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object IgnoreMessageCheckBox: TCheckBox
  53.     Left = 8
  54.     Top = 72
  55.     Width = 241
  56.     Height = 17
  57.     Caption = 'Do not show this message again'
  58.     TabOrder = 2
  59.   end
  60. end
  61.