home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 165 / BIGCITY.EXE / 0 / RCDATA / TREGFORM / TREGFORM.txt < prev   
Text File  |  1997-05-01  |  2KB  |  88 lines

  1. object RegForm: TRegForm
  2.   Left = 193
  3.   Top = 182
  4.   Width = 323
  5.   Height = 184
  6.   Caption = 'Registration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 80
  18.     Width = 56
  19.     Height = 13
  20.     Caption = 'User Name:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 120
  25.     Width = 87
  26.     Height = 13
  27.     Caption = 'Registration Code:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 297
  33.     Height = 49
  34.     AutoSize = False
  35.     Caption = 
  36.       'Your evaluation period of ten days has expired.  To use this sof' +
  37.       'tware now you must register.  Click readme for instructions on r' +
  38.       'egistering.'
  39.     Font.Color = clRed
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 8
  47.     Top = 92
  48.     Width = 209
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object Edit2: TEdit
  53.     Left = 8
  54.     Top = 132
  55.     Width = 209
  56.     Height = 21
  57.     TabOrder = 1
  58.   end
  59.   object Button1: TButton
  60.     Left = 232
  61.     Top = 96
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 232
  70.     Top = 128
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Close'
  74.     Default = True
  75.     TabOrder = 3
  76.     OnClick = Button2Click
  77.   end
  78.   object Button3: TButton
  79.     Left = 232
  80.     Top = 64
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Readme'
  84.     TabOrder = 4
  85.     OnClick = Button3Click
  86.   end
  87. end
  88.