home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #7 / K-CD-7-2003.ISO / K.exe / 0 / RCDATA / TWARNDIALOG / TWARNDIALOG.txt
Encoding:
Text File  |  2003-03-17  |  1.5 KB  |  78 lines

  1. object WarnDialog: TWarnDialog
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 359
  7.   ClientWidth = 352
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 337
  19.     Height = 289
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 253
  26.     Height = 16
  27.     Caption = 'L'#230's dette om Windows XP Service Pack 1:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 23
  37.     Top = 316
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Forst'#229'et'
  41.     Default = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'Arial'
  46.     Font.Style = []
  47.     ModalResult = 1
  48.     ParentFont = False
  49.     TabOrder = 0
  50.   end
  51.   object CancelBtn: TButton
  52.     Left = 247
  53.     Top = 316
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Afbryd'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -13
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ModalResult = 2
  64.     ParentFont = False
  65.     TabOrder = 1
  66.   end
  67.   object WarnText: TRichEdit
  68.     Left = 16
  69.     Top = 40
  70.     Width = 321
  71.     Height = 249
  72.     Lines.Strings = (
  73.       'WarnText')
  74.     ScrollBars = ssVertical
  75.     TabOrder = 2
  76.   end
  77. end
  78.