home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / WinRes / Rescue98.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  1998-11-16  |  1KB  |  70 lines

  1. object Form6: TForm6
  2.   Left = 233
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'WARNING'
  6.   ClientHeight = 184
  7.   ClientWidth = 317
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = Form6Activate
  16.   OnResize = Form6Activate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 71
  21.     Top = 153
  22.     Width = 80
  23.     Height = 23
  24.     Caption = '&No'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ModalResult = 7
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object Button2: TButton
  35.     Left = 171
  36.     Top = 153
  37.     Width = 80
  38.     Height = 23
  39.     Caption = '&Yes'
  40.     Default = True
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ModalResult = 6
  47.     ParentFont = False
  48.     TabOrder = 1
  49.   end
  50.   object ListBox1: TListBox
  51.     Left = 15
  52.     Top = 12
  53.     Width = 298
  54.     Height = 117
  55.     Cursor = crArrow
  56.     TabStop = False
  57.     BorderStyle = bsNone
  58.     Color = clBtnFace
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     IntegralHeight = True
  65.     ItemHeight = 13
  66.     ParentFont = False
  67.     TabOrder = 2
  68.   end
  69. end
  70.