home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TDLGABOUT / TDLGABOUT.txt < prev   
Text File  |  1999-04-03  |  3KB  |  111 lines

  1. object dlgAbout: TdlgAbout
  2.   Left = 165
  3.   Top = 198
  4.   BorderStyle = bsNone
  5.   Caption = 'dlgAbout'
  6.   ClientHeight = 56
  7.   ClientWidth = 390
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 390
  24.     Height = 56
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     Color = clBlack
  28.     TabOrder = 0
  29.     OnClick = Panel1Click
  30.     object Image1: TImage
  31.       Left = -20
  32.       Top = -5
  33.       Width = 200
  34.       Height = 200
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.     end
  38.     object RotateLabel2: TRotateLabel
  39.       Left = 168
  40.       Top = 22
  41.       Width = 214
  42.       Height = 15
  43.       Escapement = 0
  44.       TextStyle = tsNone
  45.       Caption = 'http://home.c2i.net/jaase/massiva.htm'
  46.       Color = clBlack
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clSilver
  49.       Font.Height = -12
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold]
  52.       ParentColor = False
  53.       ParentFont = False
  54.       Transparent = True
  55.       OnClick = RotateLabel1Click
  56.     end
  57.     object RotateLabel3: TRotateLabel
  58.       Left = 168
  59.       Top = 38
  60.       Width = 118
  61.       Height = 15
  62.       Escapement = 0
  63.       TextStyle = tsNone
  64.       Caption = 'email: jaase@c2i.net'
  65.       Color = clBlack
  66.       Font.Charset = DEFAULT_CHARSET
  67.       Font.Color = clSilver
  68.       Font.Height = -12
  69.       Font.Name = 'Arial'
  70.       Font.Style = [fsBold]
  71.       ParentColor = False
  72.       ParentFont = False
  73.       Transparent = True
  74.       OnClick = RotateLabel1Click
  75.     end
  76.     object RotateLabel1: TRotateLabel
  77.       Left = 168
  78.       Top = 6
  79.       Width = 141
  80.       Height = 15
  81.       Escapement = 0
  82.       TextStyle = tsNone
  83.       Caption = 'Massiva X.01 Shareware'
  84.       Color = clBlack
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clSilver
  87.       Font.Height = -12
  88.       Font.Name = 'Arial'
  89.       Font.Style = [fsBold]
  90.       ParentColor = False
  91.       ParentFont = False
  92.       Transparent = True
  93.       OnClick = RotateLabel1Click
  94.     end
  95.     object Label1: TLabel
  96.       Left = 131
  97.       Top = 6
  98.       Width = 27
  99.       Height = 16
  100.       Caption = 'X.01'
  101.       Font.Charset = ANSI_CHARSET
  102.       Font.Color = clYellow
  103.       Font.Height = -13
  104.       Font.Name = 'Arial'
  105.       Font.Style = [fsBold, fsItalic]
  106.       ParentFont = False
  107.       Transparent = True
  108.     end
  109.   end
  110. end
  111.