home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / COOL3DCR.ZIP / COOL3DCR.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-04-17  |  1KB  |  56 lines

  1. object MainForm: TMainForm
  2.   Left = 332
  3.   Top = 450
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 107
  6.   ClientWidth = 220
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 56
  17.     Top = 0
  18.     Width = 104
  19.     Height = 13
  20.     Alignment = taCenter
  21.     Caption = 'Patch - CokeBottle97!'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 48
  25.     Top = 16
  26.     Width = 3
  27.     Height = 13
  28.     Alignment = taCenter
  29.   end
  30.   object Button1: TButton
  31.     Left = 16
  32.     Top = 56
  33.     Width = 49
  34.     Height = 33
  35.     Caption = 'Crack'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 144
  41.     Top = 56
  42.     Width = 49
  43.     Height = 33
  44.     Caption = 'E&xit'
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object Open1: TOpenDialog
  49.     DefaultExt = '.EXE'
  50.     FileEditStyle = fsEdit
  51.     Filter = 'Program Files|RSLgx5.exe'
  52.     Left = 88
  53.     Top = 16
  54.   end
  55. end
  56.