home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / Delphi / Sample / ABOUTBOX.DFM / ABOUTBOX.txt next >
Text File  |  1997-03-02  |  1KB  |  64 lines

  1. object AboutBoxForm: TAboutBoxForm
  2.   Left = 200
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソズーソズョン擾ソスソス'
  6.   ClientHeight = 135
  7.   ClientWidth = 275
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 257
  19.     Height = 89
  20.     BevelOuter = bvLowered
  21.     TabOrder = 0
  22.     object ProgramIcon: TImage
  23.       Left = 8
  24.       Top = 8
  25.       Width = 32
  26.       Height = 32
  27.       AutoSize = True
  28.       Picture.Data = {<image000.ico>}
  29.     end
  30.     object ProductName: TLabel
  31.       Left = 56
  32.       Top = 8
  33.       Width = 193
  34.       Height = 12
  35.       AutoSize = False
  36.       Caption = 'ProductName'
  37.     end
  38.     object Version: TLabel
  39.       Left = 56
  40.       Top = 24
  41.       Width = 193
  42.       Height = 12
  43.       AutoSize = False
  44.       Caption = 'Version'
  45.     end
  46.     object Copyright: TLabel
  47.       Left = 8
  48.       Top = 48
  49.       Width = 241
  50.       Height = 12
  51.       AutoSize = False
  52.       Caption = 'Copyright'
  53.     end
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 100
  57.     Top = 104
  58.     Width = 75
  59.     Height = 25
  60.     TabOrder = 1
  61.     Kind = bkOK
  62.   end
  63. end
  64.