home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / OLS / CLE110 / cle110.lzh / CXCleaner.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-03-13  |  3KB  |  118 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスoソス[ソスWソスソスソスソスソスソスソス'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 24
  27.       Top = 20
  28.       Width = 41
  29.       Height = 45
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 172
  38.       Height = 24
  39.       Caption = 'ソスQソスソス! ソスソスソスソス[ソスネー'
  40.       Font.Charset = SHIFTJIS_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -24
  43.       Font.Name = 'ソスlソスr ソスoソスソスソスソス'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 88
  50.       Top = 44
  51.       Width = 82
  52.       Height = 16
  53.       Caption = 'Version 1.10'
  54.       Font.Charset = SHIFTJIS_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -16
  57.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 24
  64.       Top = 76
  65.       Width = 202
  66.       Height = 13
  67.       Caption = 'Copyright (C)1998-1999  ソスソスソスソス ソスソスソスソス'
  68.       Font.Charset = SHIFTJIS_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -13
  71.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Label1: TLabel
  77.       Left = 20
  78.       Top = 112
  79.       Width = 234
  80.       Height = 16
  81.       Cursor = crHandPoint
  82.       Caption = 'http://www2s.biglobe.en.jp/~takeyu'
  83.       Font.Charset = SHIFTJIS_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -16
  86.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  87.       Font.Style = [fsUnderline]
  88.       ParentFont = False
  89.       OnClick = Label1Click
  90.     end
  91.     object Label2: TLabel
  92.       Left = 20
  93.       Top = 128
  94.       Width = 230
  95.       Height = 16
  96.       Cursor = crHandPoint
  97.       Caption = 'mailto:ch0364@mail3.doshisha.ac.jp'
  98.       Font.Charset = SHIFTJIS_CHARSET
  99.       Font.Color = clBlue
  100.       Font.Height = -16
  101.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  102.       Font.Style = [fsUnderline]
  103.       ParentFont = False
  104.       OnClick = Label2Click
  105.     end
  106.   end
  107.   object OKButton: TButton
  108.     Left = 111
  109.     Top = 180
  110.     Width = 75
  111.     Height = 25
  112.     Caption = 'OK'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 1
  116.   end
  117. end
  118.