home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / cdcheck.exe / CDCheck.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  2002-08-12  |  4.4 KB  |  208 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 438
  3.   Top = 92
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 382
  8.   ClientWidth = 343
  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 = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblVersion: TLabel
  24.     Left = 19
  25.     Top = 46
  26.     Width = 47
  27.     Height = 13
  28.     Caption = 'Version '
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 19
  39.     Top = 64
  40.     Width = 142
  41.     Height = 13
  42.     Caption = 'Copyright (C) 2001, 2002'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object LEmail: TLabel
  52.     Left = 11
  53.     Top = 111
  54.     Width = 32
  55.     Height = 13
  56.     Caption = 'E-Mail:'
  57.     Transparent = True
  58.   end
  59.   object LWebsite: TLabel
  60.     Left = 11
  61.     Top = 134
  62.     Width = 45
  63.     Height = 13
  64.     Caption = 'Web site:'
  65.     Transparent = True
  66.   end
  67.   object LblEMail: TLabel
  68.     Left = 90
  69.     Top = 111
  70.     Width = 95
  71.     Height = 13
  72.     Cursor = crHandPoint
  73.     Caption = 'CDCheck@elpros.si'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlue
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsUnderline]
  79.     ParentFont = False
  80.     Transparent = True
  81.     OnClick = LblEMailClick
  82.   end
  83.   object LblHomepage: TLabel
  84.     Left = 90
  85.     Top = 134
  86.     Width = 125
  87.     Height = 13
  88.     Cursor = crHandPoint
  89.     Caption = 'http://elpros.si/CDCheck/'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clBlue
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsUnderline]
  95.     ParentFont = False
  96.     Transparent = True
  97.     OnClick = LblHomepageClick
  98.   end
  99.   object LAuthor: TLabel
  100.     Left = 19
  101.     Top = 82
  102.     Width = 106
  103.     Height = 13
  104.     Caption = 'Author Mitja Perko'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     Transparent = True
  112.   end
  113.   object CDCheck: TLabel
  114.     Left = 16
  115.     Top = 0
  116.     Width = 142
  117.     Height = 37
  118.     Caption = 'CDCheck'
  119.     Font.Charset = EASTEUROPE_CHARSET
  120.     Font.Color = 10841658
  121.     Font.Height = -32
  122.     Font.Name = 'Arial'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object LReg: TLabel
  127.     Left = 11
  128.     Top = 340
  129.     Width = 69
  130.     Height = 13
  131.     Anchors = [akLeft, akBottom]
  132.     Caption = 'Registration'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.     Transparent = True
  140.   end
  141.   object LCode: TLabel
  142.     Left = 11
  143.     Top = 360
  144.     Width = 28
  145.     Height = 13
  146.     Anchors = [akLeft, akBottom]
  147.     Caption = 'Code:'
  148.     Transparent = True
  149.   end
  150.   object Memo1: TMemo
  151.     Left = 8
  152.     Top = 160
  153.     Width = 329
  154.     Height = 169
  155.     TabStop = False
  156.     Ctl3D = False
  157.     Lines.Strings = (
  158.       
  159.         'You can get additional information about the product on the web ' +
  160.         'site given above.'
  161.       ''
  162.       'This includes:'
  163.       '- FAQ (frequently asked questions)'
  164.       
  165.         '- up to date information on new versions (including beta version' +
  166.         's)'
  167.       '- mailing list'
  168.       ''
  169.       
  170.         'If you find any bug please report it using the page on the web s' +
  171.         'ite or e-mail it directly to me.')
  172.     ParentCtl3D = False
  173.     ReadOnly = True
  174.     TabOrder = 3
  175.     WordWrap = False
  176.   end
  177.   object SpdOK: TButton
  178.     Left = 264
  179.     Top = 8
  180.     Width = 72
  181.     Height = 25
  182.     Caption = 'OK'
  183.     Default = True
  184.     ModalResult = 1
  185.     TabOrder = 0
  186.   end
  187.   object ECode: TEdit
  188.     Tag = 255
  189.     Left = 56
  190.     Top = 356
  191.     Width = 177
  192.     Height = 21
  193.     Anchors = [akLeft, akBottom]
  194.     TabOrder = 1
  195.     Text = 'Enter here your registration code'
  196.   end
  197.   object BtnRegister: TButton
  198.     Left = 240
  199.     Top = 354
  200.     Width = 99
  201.     Height = 25
  202.     Anchors = [akLeft, akBottom]
  203.     Caption = 'Register!'
  204.     TabOrder = 2
  205.     OnClick = BtnRegisterClick
  206.   end
  207. end
  208.