home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / Name / Name.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1999-04-07  |  3.1 KB  |  150 lines

  1. object Form2: TForm2
  2.   Left = 223
  3.   Top = 127
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 209
  7.   ClientWidth = 216
  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 Label1: TLabel
  17.     Left = 23
  18.     Top = 6
  19.     Width = 146
  20.     Height = 22
  21.     Caption = 'NameGenerator'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clBlack
  24.     Font.Height = -19
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 175
  31.     Top = 14
  32.     Width = 32
  33.     Height = 14
  34.     Caption = 'V 2.11'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 40
  44.     Top = 144
  45.     Width = 136
  46.     Height = 14
  47.     Caption = 'This program is FREEWARE.'
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clGreen
  50.     Font.Height = -11
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label4: TLabel
  56.     Left = 32
  57.     Top = 161
  58.     Width = 157
  59.     Height = 14
  60.     Caption = 'Copyright (c) Niclas Forsell 1999'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object GroupBox1: TGroupBox
  69.     Left = 7
  70.     Top = 32
  71.     Width = 203
  72.     Height = 107
  73.     Caption = 'by Niclas Forsell'
  74.     TabOrder = 0
  75.     object Edit2: TEdit
  76.       Left = 16
  77.       Top = 32
  78.       Width = 105
  79.       Height = 17
  80.       BorderStyle = bsNone
  81.       Color = clActiveBorder
  82.       Font.Charset = ANSI_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -11
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       ReadOnly = True
  89.       TabOrder = 2
  90.       Text = 'forsell@telia.com'
  91.     end
  92.     object Edit1: TEdit
  93.       Left = 16
  94.       Top = 16
  95.       Width = 105
  96.       Height = 17
  97.       BorderStyle = bsNone
  98.       Color = clInactiveBorder
  99.       Font.Charset = ANSI_CHARSET
  100.       Font.Color = clBlue
  101.       Font.Height = -11
  102.       Font.Name = 'Arial'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       ReadOnly = True
  106.       TabOrder = 1
  107.       Text = 'http://travel.to/niclas'
  108.     end
  109.     object Memo1: TMemo
  110.       Left = 15
  111.       Top = 50
  112.       Width = 185
  113.       Height = 46
  114.       BorderStyle = bsNone
  115.       Color = clActiveBorder
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clRed
  118.       Font.Height = -11
  119.       Font.Name = 'Arial'
  120.       Font.Style = []
  121.       Lines.Strings = (
  122.         'Visit my homepage!'
  123.         'Mail me if you have found a bug or '
  124.         'have an opinion of the program.'
  125.         ''
  126.         ''
  127.         ''
  128.         'Fnord!')
  129.       ParentFont = False
  130.       ReadOnly = True
  131.       TabOrder = 0
  132.     end
  133.   end
  134.   object Button1: TButton
  135.     Left = 72
  136.     Top = 184
  137.     Width = 75
  138.     Height = 21
  139.     Caption = 'Close'
  140.     Font.Charset = ANSI_CHARSET
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'Arial'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 1
  147.     OnClick = Button1Click
  148.   end
  149. end
  150.