home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Programming / exesc610.lzh / EXESCOPE.EXE / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2000-10-28  |  2KB  |  82 lines

  1. object FAbout: TFAbout
  2.   Left = 215
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Version'
  7.   ClientHeight = 161
  8.   ClientWidth = 294
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 96
  22.     Top = 8
  23.     Width = 90
  24.     Height = 19
  25.     Caption = 'eXeScope'
  26.     Font.Charset = SHIFTJIS_CHARSET
  27.     Font.Color = clBlue
  28.     Font.Height = -19
  29.     Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 110
  35.     Top = 32
  36.     Width = 63
  37.     Height = 12
  38.     Caption = 'Version 6.10'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 56
  42.     Top = 48
  43.     Width = 173
  44.     Height = 12
  45.     Caption = 'CopyRight Toshi 1998, 1999, 2000'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 8
  49.     Top = 80
  50.     Width = 515
  51.     Height = 12
  52.     Caption = 
  53.       'This software is a shareware. Please register if you;∩┐╜{∩┐╜∩┐╜─│∩┐╜∩┐╜∩┐╜═╝' +
  54.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┼é∩┐╜∩┐╜B∩┐╜p∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─é∩┐╜∩┐╜g∩┐╜p∩┐╜╔é╚é∩┐╜'
  55.   end
  56.   object Label5: TLabel
  57.     Left = 8
  58.     Top = 96
  59.     Width = 416
  60.     Height = 12
  61.     Caption = 
  62.       'continue to use after 2 weeks evaluation period.;∩┐╜Ωìç∩┐╜═æ∩┐╜∩┐╜∩┐╜∩┐╜o∩┐╜^∩┐╜' +
  63.       '∩┐╜∩┐╜∩┐╜∩┐╜Φéó∩┐╜∩┐╜∩┐╜▄é∩┐╜∩┐╜B'
  64.   end
  65.   object Image1: TImage
  66.     Left = 16
  67.     Top = 8
  68.     Width = 32
  69.     Height = 32
  70.     Picture.Data = {<image000.ico>}
  71.   end
  72.   object OKBtn: TButton
  73.     Left = 108
  74.     Top = 128
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     ModalResult = 1
  79.     TabOrder = 0
  80.   end
  81. end
  82.