home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / uzleti / notesetup.exe / {tmp} / NotepadEx.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Encoding:
Text File  |  2001-06-26  |  2.1 KB  |  110 lines

  1. object AboutForm: TAboutForm
  2.   Left = 301
  3.   Top = 273
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About '
  7.   ClientHeight = 198
  8.   ClientWidth = 321
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblAbout1: TLabel
  21.     Left = 56
  22.     Top = 8
  23.     Width = 12
  24.     Height = 13
  25.     Caption = '<>'
  26.   end
  27.   object imgIcon: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 41
  31.     Height = 41
  32.     AutoSize = True
  33.   end
  34.   object lblHomepageHeader: TLabel
  35.     Tag = 125
  36.     Left = 56
  37.     Top = 86
  38.     Width = 12
  39.     Height = 13
  40.     Caption = '<>'
  41.   end
  42.   object lblEMailHeader: TLabel
  43.     Tag = 126
  44.     Left = 56
  45.     Top = 126
  46.     Width = 12
  47.     Height = 13
  48.     Caption = '<>'
  49.   end
  50.   object lblHomepage: TLabelEx
  51.     Left = 56
  52.     Top = 102
  53.     Width = 121
  54.     Height = 13
  55.     Caption = 'http://notepadex.cjb.net/'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlue
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     OnClick = lblHomepageClick
  63.     OnMouseEnter = lblHomepageMouseEnter
  64.     OnMouseLeave = lblHomepageMouseLeave
  65.   end
  66.   object lblEMail: TLabelEx
  67.     Left = 56
  68.     Top = 142
  69.     Width = 115
  70.     Height = 13
  71.     Caption = 'timo@notepadex.cjb.net'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlue
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     OnClick = lblEMailClick
  79.     OnMouseEnter = lblEMailMouseEnter
  80.     OnMouseLeave = lblEMailMouseLeave
  81.   end
  82.   object lblAbout2: TLabel
  83.     Left = 56
  84.     Top = 32
  85.     Width = 12
  86.     Height = 13
  87.     Caption = '<>'
  88.   end
  89.   object lblTranslation: TLabel
  90.     Tag = 128
  91.     Left = 56
  92.     Top = 56
  93.     Width = 12
  94.     Height = 13
  95.     Caption = '<>'
  96.   end
  97.   object btnOk: TButton
  98.     Tag = 127
  99.     Left = 120
  100.     Top = 166
  101.     Width = 83
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'OK'
  105.     Default = True
  106.     TabOrder = 0
  107.     OnClick = btnOkClick
  108.   end
  109. end
  110.