home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / GenDes / gendesigner.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-06-09  |  3KB  |  141 lines

  1. object AboutBox: TAboutBox
  2.   Left = 457
  3.   Top = 302
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 187
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 137
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     ParentShowHint = False
  25.     ShowHint = True
  26.     TabOrder = 0
  27.     object GenDesigner: TLabel
  28.       Left = 72
  29.       Top = 16
  30.       Width = 198
  31.       Height = 22
  32.       Caption = 'GenDesigner Freeware'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -19
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 72
  43.       Top = 48
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 1.5'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 72
  51.       Top = 64
  52.       Width = 148
  53.       Height = 13
  54.       Caption = 'Made by Morten Salthe in 1998'
  55.       IsControl = True
  56.     end
  57.     object Image1: TImage
  58.       Left = 16
  59.       Top = 16
  60.       Width = 41
  61.       Height = 41
  62.       Picture.Data = {<image000.ico>}
  63.     end
  64.     object mdURLLabel1: TmdURLLabel
  65.       Left = 56
  66.       Top = 104
  67.       Width = 82
  68.       Height = 13
  69.       ShowHint = True
  70.       Transparent = True
  71.       ParentShowHint = False
  72.       LinkFont.Charset = DEFAULT_CHARSET
  73.       LinkFont.Color = clBlue
  74.       LinkFont.Height = -11
  75.       LinkFont.Name = 'MS Sans Serif'
  76.       LinkFont.Style = [fsUnderline]
  77.       PassiveFont.Charset = DEFAULT_CHARSET
  78.       PassiveFont.Color = clWindowText
  79.       PassiveFont.Height = -11
  80.       PassiveFont.Name = 'MS Sans Serif'
  81.       PassiveFont.Style = []
  82.       Caption = 'salthe@online.no'
  83.       URL = 'salthe@online.no'
  84.       URLAsHint = False
  85.       ShowPrefix = False
  86.       LabelType = Auto
  87.       LinkType = mailto
  88.     end
  89.     object mdURLLabel2: TmdURLLabel
  90.       Left = 56
  91.       Top = 88
  92.       Width = 160
  93.       Height = 13
  94.       ShowHint = True
  95.       Transparent = True
  96.       ParentShowHint = False
  97.       LinkFont.Charset = DEFAULT_CHARSET
  98.       LinkFont.Color = clBlue
  99.       LinkFont.Height = -11
  100.       LinkFont.Name = 'MS Sans Serif'
  101.       LinkFont.Style = [fsUnderline]
  102.       PassiveFont.Charset = DEFAULT_CHARSET
  103.       PassiveFont.Color = clWindowText
  104.       PassiveFont.Height = -11
  105.       PassiveFont.Name = 'MS Sans Serif'
  106.       PassiveFont.Style = []
  107.       Caption = 'home.sol.no/~salthe/gendesigner'
  108.       URL = 'home.sol.no/~salthe/gendesigner'
  109.       URLAsHint = False
  110.       ShowPrefix = False
  111.       LabelType = Auto
  112.       LinkType = http
  113.     end
  114.     object Label1: TLabel
  115.       Left = 16
  116.       Top = 104
  117.       Width = 31
  118.       Height = 13
  119.       Caption = 'E-mail:'
  120.     end
  121.     object Label2: TLabel
  122.       Left = 16
  123.       Top = 88
  124.       Width = 26
  125.       Height = 13
  126.       Caption = 'Web:'
  127.     end
  128.   end
  129.   object OKButton: TButton
  130.     Left = 111
  131.     Top = 156
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'OK'
  135.     Default = True
  136.     ModalResult = 1
  137.     TabOrder = 1
  138.     OnClick = OKButtonClick
  139.   end
  140. end
  141.