home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95diskbo / diskbox.exe / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  1997-11-03  |  1KB  |  70 lines

  1. object HelpForm: THelpForm
  2.   Left = 323
  3.   Top = 125
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DiskBox - Step by step'
  7.   ClientHeight = 495
  8.   ClientWidth = 427
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 8
  19.     Top = 468
  20.     Width = 159
  21.     Height = 16
  22.     Caption = '(C)1997 Ronny Oretap'
  23.     Font.Color = clRed
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold, fsItalic]
  27.     ParentFont = False
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 427
  33.     Height = 457
  34.     Align = alTop
  35.     BevelInner = bvLowered
  36.     BevelOuter = bvLowered
  37.     TabOrder = 0
  38.     object Label1: TLabel
  39.       Left = 52
  40.       Top = 64
  41.       Width = 45
  42.       Height = 13
  43.       Caption = 'ERROR'
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.     object Image1: TImage
  51.       Left = 16
  52.       Top = 16
  53.       Width = 32
  54.       Height = 32
  55.       AutoSize = True
  56.       Picture.Data = {<image001.ico>}
  57.       Stretch = True
  58.     end
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 348
  62.     Top = 464
  63.     Width = 75
  64.     Height = 25
  65.     TabOrder = 1
  66.     OnClick = BitBtn1Click
  67.     Kind = bkOK
  68.   end
  69. end
  70.