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