home *** CD-ROM | disk | FTP | other *** search
/ Fun CD 26 / OTACD26.ISO / archive / game / tsurus_e / TSURUS_E.LZH / TSURUS_E.EXE / 0 / RCDATA / TFRMABOUTMAN / TFRMABOUTMAN.txt < prev   
Text File  |  1998-07-09  |  2KB  |  116 lines

  1. object frmAboutMan: TfrmAboutMan
  2.   Left = 489
  3.   Top = 354
  4.   BorderStyle = bsDialog
  5.   Caption = 'About...'
  6.   ClientHeight = 302
  7.   ClientWidth = 344
  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.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Panel1: TPanel
  19.     Left = 12
  20.     Top = 4
  21.     Width = 317
  22.     Height = 257
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object imgBack: TImage
  28.       Left = 8
  29.       Top = 52
  30.       Width = 300
  31.       Height = 200
  32.       AutoSize = True
  33.       Picture.Data = {<image000.bmp>}
  34.       Visible = False
  35.     end
  36.     object Image2: TImage
  37.       Left = 12
  38.       Top = 12
  39.       Width = 32
  40.       Height = 32
  41.       AutoSize = True
  42.       Picture.Data = {<image001.bmp>}
  43.     end
  44.     object Label1: TLabel
  45.       Left = 112
  46.       Top = 20
  47.       Width = 87
  48.       Height = 15
  49.       Caption = 'ソス`ソスソスソスソスソスソスソスソス ソスソスソス'
  50.       Font.Charset = SHIFTJIS_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -15
  53.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  54.       Font.Style = [fsBold, fsItalic]
  55.       ParentFont = False
  56.     end
  57.     object pbxView: TImage
  58.       Left = 8
  59.       Top = 52
  60.       Width = 300
  61.       Height = 200
  62.     end
  63.   end
  64.   object Button1: TButton
  65.     Left = 120
  66.     Top = 268
  67.     Width = 101
  68.     Height = 25
  69.     Caption = 'OK'
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Memo1: TMemo
  74.     Left = 20
  75.     Top = 224
  76.     Width = 301
  77.     Height = 29
  78.     Font.Charset = SHIFTJIS_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -15
  81.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  82.     Font.Style = [fsItalic]
  83.     Lines.Strings = (
  84.       ''
  85.       ''
  86.       ''
  87.       ''
  88.       ''
  89.       ''
  90.       ''
  91.       ''
  92.       ''
  93.       ''
  94.       ''
  95.       '       ソス@ソス@ソス@ソス@ソス@ソスソス'
  96.       ''
  97.       '           ソスソスソスソスソスvソスソスソスOソスソスソスソス'
  98.       ''
  99.       '            Version 1.00'
  100.       ''
  101.       '  Copyright(c) 1998 by ソスsソステ(ソスソスFソスj.'
  102.       '         All rights reserved.'
  103.       ''
  104.       '')
  105.     ParentFont = False
  106.     TabOrder = 2
  107.     Visible = False
  108.   end
  109.   object Timer1: TTimer
  110.     Enabled = False
  111.     OnTimer = Timer1Timer
  112.     Left = 252
  113.     Top = 16
  114.   end
  115. end
  116.