home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / pulpit / wallwiz / wallwiz.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-02-19  |  2KB  |  83 lines

  1. object AboutForm: TAboutForm
  2.   Left = 296
  3.   Top = 280
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'About Wall Wizard'
  7.   ClientHeight = 109
  8.   ClientWidth = 220
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 6
  20.     Width = 203
  21.     Height = 69
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Ctl3D = True
  25.     ParentCtl3D = False
  26.     TabOrder = 0
  27.     object Label3: TLabel
  28.       Left = 72
  29.       Top = 40
  30.       Width = 89
  31.       Height = 12
  32.       Caption = '∩┐╜ 1996 Primitive Itch'
  33.       Font.Color = clBlack
  34.       Font.Height = -9
  35.       Font.Name = 'Arial'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Label1: TLabel
  40.       Left = 66
  41.       Top = 18
  42.       Width = 111
  43.       Height = 23
  44.       Alignment = taCenter
  45.       Caption = ' Wall Wizard '
  46.       Font.Color = clBlack
  47.       Font.Height = -16
  48.       Font.Name = 'Arial Black'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object Image1: TImage
  53.       Left = 26
  54.       Top = 18
  55.       Width = 33
  56.       Height = 33
  57.       Picture.Data = {<image000.ico>}
  58.     end
  59.     object Label2: TLabel
  60.       Left = 180
  61.       Top = 52
  62.       Width = 13
  63.       Height = 12
  64.       Caption = '1.2'
  65.       Font.Color = clBlack
  66.       Font.Height = -9
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.   end
  72.   object Button1: TButton
  73.     Left = 70
  74.     Top = 80
  75.     Width = 81
  76.     Height = 25
  77.     Caption = 'OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 1
  81.   end
  82. end
  83.