home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d6 / YPPARSER.ZIP / GraphX / About.dfm / About.txt next >
Text File  |  2002-04-06  |  1KB  |  63 lines

  1. object GraphXAbout: TGraphXAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 127
  8.   ClientWidth = 267
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object NameLbl: TLabel
  16.     Left = 80
  17.     Top = 16
  18.     Width = 52
  19.     Height = 16
  20.     Caption = 'GraphX'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clBtnText
  23.     Font.Height = -13
  24.     Font.Name = 'Default'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object CopyrightLbl: TLabel
  29.     Left = 56
  30.     Top = 72
  31.     Width = 150
  32.     Height = 13
  33.     Caption = 'Copyright (c) 2002 Yuriy Pisarev'
  34.   end
  35.   object DescLbl: TLabel
  36.     Left = 80
  37.     Top = 34
  38.     Width = 131
  39.     Height = 13
  40.     Caption = 'GraphX Control, Version 1.0'
  41.   end
  42.   object CtlImage: TImage
  43.     Left = 48
  44.     Top = 16
  45.     Width = 24
  46.     Height = 24
  47.     AutoSize = True
  48.     Picture.Data = {<image000.bmp>}
  49.     Transparent = True
  50.   end
  51.   object OkBtn: TButton
  52.     Left = 96
  53.     Top = 96
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 0
  61.   end
  62. end
  63.