home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / mapbook / BMP_VIEW.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-10-15  |  2KB  |  107 lines

  1. object AboutBox: TAboutBox
  2.   Left = 502
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜▐░∩┐╜▐«▌Å∩┐╜∩┐╜'
  6.   ClientHeight = 174
  7.   ClientWidth = 286
  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 = 269
  20.     Height = 121
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 12
  27.       Top = 8
  28.       Width = 29
  29.       Height = 33
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 56
  36.       Top = 12
  37.       Width = 53
  38.       Height = 12
  39.       Caption = 'BMP View'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 116
  44.       Top = 12
  45.       Width = 63
  46.       Height = 12
  47.       Caption = 'Version 0.22'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 112
  52.       Top = 52
  53.       Width = 145
  54.       Height = 12
  55.       Alignment = taRightJustify
  56.       Caption = '(C) 1997-1998, Sumac Field.'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 56
  61.       Top = 28
  62.       Width = 117
  63.       Height = 12
  64.       Caption = 'BitMap file to PDB file'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 156
  70.       Top = 68
  71.       Width = 99
  72.       Height = 12
  73.       Alignment = taRightJustify
  74.       Caption = 'All Right Reserved.'
  75.       IsControl = True
  76.     end
  77.     object Label2: TLabel
  78.       Left = 164
  79.       Top = 84
  80.       Width = 91
  81.       Height = 12
  82.       Alignment = taRightJustify
  83.       Caption = 'Hiroki Urushibata.'
  84.       IsControl = True
  85.     end
  86.     object Label3: TLabel
  87.       Left = 156
  88.       Top = 100
  89.       Width = 101
  90.       Height = 12
  91.       Alignment = taRightJustify
  92.       Caption = 'uruki@mail.wbs.ne.jp'
  93.       IsControl = True
  94.     end
  95.   end
  96.   object OKButton: TButton
  97.     Left = 107
  98.     Top = 144
  99.     Width = 75
  100.     Height = 21
  101.     Caption = 'OK'
  102.     Default = True
  103.     ModalResult = 1
  104.     TabOrder = 1
  105.   end
  106. end
  107.