home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / RESCUE95.EXE / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1998-09-13  |  1KB  |  69 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.   Position = poScreenCenter
  14.   OnActivate = Form6Activate
  15.   OnResize = Form6Activate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 71
  20.     Top = 153
  21.     Width = 80
  22.     Height = 23
  23.     Caption = '&No'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 7
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object Button2: TButton
  34.     Left = 171
  35.     Top = 153
  36.     Width = 80
  37.     Height = 23
  38.     Caption = '&Yes'
  39.     Default = True
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 6
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object ListBox1: TListBox
  50.     Left = 15
  51.     Top = 12
  52.     Width = 298
  53.     Height = 117
  54.     Cursor = crArrow
  55.     TabStop = False
  56.     BorderStyle = bsNone
  57.     Color = clBtnFace
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     IntegralHeight = True
  64.     ItemHeight = 13
  65.     ParentFont = False
  66.     TabOrder = 2
  67.   end
  68. end
  69.