home *** CD-ROM | disk | FTP | other *** search
/ PCPP Game Guide 2 / PCPP_GG2.iso / PCPP / PATCHES / 3Dfx / EF2000 / Tactpat.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-06-30  |  1.1 KB  |  57 lines

  1. object Form1: TForm1
  2.   Left = 245
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tactcom Upgrade'
  7.   ClientHeight = 226
  8.   ClientWidth = 295
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 26
  18.     Top = 13
  19.     Width = 234
  20.     Height = 20
  21.     Caption = 'Update Tactcom to EF2000 V2.0'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clBlack
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Button1: TButton
  30.     Left = 98
  31.     Top = 150
  32.     Width = 98
  33.     Height = 46
  34.     Caption = 'Exit'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object Button2: TButton
  39.     Left = 20
  40.     Top = 59
  41.     Width = 98
  42.     Height = 65
  43.     Caption = '3DFX update'
  44.     TabOrder = 1
  45.     OnClick = Button2Click
  46.   end
  47.   object Button3: TButton
  48.     Left = 169
  49.     Top = 59
  50.     Width = 98
  51.     Height = 65
  52.     Caption = 'Rendition update'
  53.     TabOrder = 2
  54.     OnClick = Button3Click
  55.   end
  56. end
  57.