home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95dtwist / dsktwist.exe / 0 / RCDATA / TFMINFO / TFMINFO.txt < prev   
Text File  |  1997-06-11  |  3KB  |  121 lines

  1. object fmInfo: TfmInfo
  2.   Left = 777
  3.   Top = 515
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info zu Desktop Twister'
  7.   ClientHeight = 208
  8.   ClientWidth = 354
  9.   Font.Color = clBlack
  10.   Font.Height = -17
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = fmInfoActivate
  15.   OnCreate = fmInfoCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object pnInfo: TPanel
  19.     Left = 9
  20.     Top = 9
  21.     Width = 336
  22.     Height = 152
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object lbTitle: TLabel
  26.       Left = 72
  27.       Top = 18
  28.       Width = 249
  29.       Height = 31
  30.       Alignment = taRightJustify
  31.       AutoSize = False
  32.       Caption = 'Desktop Twister 32'
  33.       Font.Color = clBlack
  34.       Font.Height = -20
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold, fsItalic]
  37.       ParentFont = False
  38.       Transparent = True
  39.     end
  40.     object lbVersion: TLabel
  41.       Left = 9
  42.       Top = 88
  43.       Width = 120
  44.       Height = 25
  45.       AutoSize = False
  46.       Caption = 'Version 1.36'
  47.       Font.Color = clBlack
  48.       Font.Height = -15
  49.       Font.Name = 'Arial'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.     object lbCopyright: TLabel
  55.       Left = 96
  56.       Top = 64
  57.       Width = 226
  58.       Height = 25
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = '(C) Copyright '#39'97 by R.Vo∩┐╜'
  62.       Font.Color = clBlack
  63.       Font.Height = -15
  64.       Font.Name = 'Arial'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object imIcon: TImage
  69.       Left = 33
  70.       Top = 24
  71.       Width = 48
  72.       Height = 44
  73.       ParentShowHint = False
  74.       Picture.Data = {<image000.ico>}
  75.       ShowHint = True
  76.     end
  77.     object lbEMail: TLabel
  78.       Left = 96
  79.       Top = 89
  80.       Width = 226
  81.       Height = 24
  82.       Alignment = taRightJustify
  83.       AutoSize = False
  84.       Caption = 'E-Mail: SuperFlago@aol.com'
  85.       Font.Color = clBlack
  86.       Font.Height = -15
  87.       Font.Name = 'Arial'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       Transparent = True
  91.     end
  92.     object lbRegistry: TLabel
  93.       Left = 0
  94.       Top = 119
  95.       Width = 337
  96.       Height = 25
  97.       Alignment = taCenter
  98.       AutoSize = False
  99.       Caption = '!   Nicht registriert   !'
  100.       Font.Color = clBlack
  101.       Font.Height = -17
  102.       Font.Name = 'Arial'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       Transparent = True
  106.       WordWrap = True
  107.     end
  108.   end
  109.   object btnOK: TButton
  110.     Left = 140
  111.     Top = 169
  112.     Width = 73
  113.     Height = 32
  114.     Cancel = True
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 1
  119.   end
  120. end
  121.