home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / PROGRAM / DELPHI / 9702 / MEMOABT.DFM / MEMOABT.txt < prev   
Text File  |  1996-10-04  |  2KB  |  76 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソズーソズョン擾ソスソス'
  7.   ClientHeight = 159
  8.   ClientWidth = 275
  9.   Font.Color = clBlack
  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 = 257
  20.     Height = 113
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object ProgramIcon: TImage
  24.       Left = 8
  25.       Top = 8
  26.       Width = 41
  27.       Height = 41
  28.       Picture.Data = {<image000.ico>}
  29.       IsControl = True
  30.     end
  31.     object ProductName: TLabel
  32.       Left = 70
  33.       Top = 16
  34.       Width = 60
  35.       Height = 12
  36.       Caption = 'MEMO PAD'
  37.       IsControl = True
  38.     end
  39.     object Version: TLabel
  40.       Left = 70
  41.       Top = 39
  42.       Width = 67
  43.       Height = 12
  44.       Caption = 'VERSION 1.0'
  45.       IsControl = True
  46.     end
  47.     object Copyright: TLabel
  48.       Left = 16
  49.       Top = 70
  50.       Width = 175
  51.       Height = 12
  52.       Caption = 'Copyright (c) 1996 Motohisa Ohno'
  53.       IsControl = True
  54.     end
  55.     object Comments: TLabel
  56.       Left = 16
  57.       Top = 86
  58.       Width = 210
  59.       Height = 12
  60.       Caption = 'Sample program for DOS/V PowerReport'
  61.       IsControl = True
  62.     end
  63.   end
  64.   object OKButton: TButton
  65.     Left = 102
  66.     Top = 127
  67.     Width = 64
  68.     Height = 26
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 1
  73.     IsControl = True
  74.   end
  75. end
  76.