home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1998-04-08  |  3KB  |  121 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 372
  3.   Top = 263
  4.   HelpContext = 40
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About Multi-Remote Registry Change'
  8.   ClientHeight = 192
  9.   ClientWidth = 307
  10.   Color = 12639424
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   PopupMenu = PopupMenu1
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 4
  24.     Width = 305
  25.     Height = 23
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Multi-Remote Registry Change'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -19
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold, fsItalic]
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 1
  38.     Top = 44
  39.     Width = 308
  40.     Height = 14
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Copyright ∩┐╜ 1998 Greg Eytcheson'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsItalic]
  49.     ParentFont = False
  50.     OnClick = Label2Click
  51.   end
  52.   object Label3: TLabel
  53.     Left = 0
  54.     Top = 28
  55.     Width = 305
  56.     Height = 14
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Caption = 'Version 2.0'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Arial'
  64.     Font.Style = [fsBold, fsItalic]
  65.     ParentFont = False
  66.   end
  67.   object lblName: TLabel
  68.     Left = 0
  69.     Top = 96
  70.     Width = 309
  71.     Height = 14
  72.     Alignment = taCenter
  73.     AutoSize = False
  74.   end
  75.   object lblCompany: TLabel
  76.     Left = 0
  77.     Top = 112
  78.     Width = 309
  79.     Height = 14
  80.     Alignment = taCenter
  81.     AutoSize = False
  82.     Caption = 'Unregistered!'
  83.   end
  84.   object lblRegNum: TLabel
  85.     Left = 0
  86.     Top = 128
  87.     Width = 309
  88.     Height = 14
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.   end
  92.   object lblRegTo: TLabel
  93.     Left = 0
  94.     Top = 72
  95.     Width = 309
  96.     Height = 14
  97.     Alignment = taCenter
  98.     AutoSize = False
  99.     Caption = 'Registered to:'
  100.   end
  101.   object Button1: TButton
  102.     Left = 116
  103.     Top = 160
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'OK'
  107.     TabOrder = 0
  108.     OnClick = Button1Click
  109.     OnExit = Button1Exit
  110.   end
  111.   object PopupMenu1: TPopupMenu
  112.     Alignment = paCenter
  113.     Left = 16
  114.     Top = 156
  115.     object SpecialThankstoCarstenGiese1: TMenuItem
  116.       Caption = 'Special Thanks to Carsten Giese'
  117.       OnClick = SpecialThankstoCarstenGiese1Click
  118.     end
  119.   end
  120. end
  121.