home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Encoding:
Text File  |  2004-06-06  |  5.3 KB  |  263 lines

  1. object fAbout: TfAbout
  2.   Left = 423
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = ' O programu PSPad'
  7.   ClientHeight = 209
  8.   ClientWidth = 346
  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 = poMainFormCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     346
  22.     209)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Image1: TImage
  26.     Left = 6
  27.     Top = 49
  28.     Width = 129
  29.     Height = 113
  30.     Picture.Data = {<image000.TMetafile>}
  31.     Stretch = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 96
  35.     Top = 119
  36.     Width = 51
  37.     Height = 20
  38.     Caption = 'PSPad'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -16
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object lAuthor: TLabel
  48.     Left = 178
  49.     Top = 56
  50.     Width = 31
  51.     Height = 13
  52.     Alignment = taRightJustify
  53.     Caption = 'Autor :'
  54.   end
  55.   object Label4: TLabel
  56.     Left = 216
  57.     Top = 56
  58.     Width = 42
  59.     Height = 13
  60.     Caption = 'Jan Fiala'
  61.   end
  62.   object Label5: TLabel
  63.     Left = 216
  64.     Top = 72
  65.     Width = 70
  66.     Height = 13
  67.     Caption = 'Prog-Soft s.r.o.'
  68.   end
  69.   object Label7: TLabel
  70.     Left = 61
  71.     Top = 138
  72.     Width = 86
  73.     Height = 13
  74.     Caption = 'freeware editor'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object Bevel1: TBevel
  83.     Left = 0
  84.     Top = 168
  85.     Width = 345
  86.     Height = 9
  87.     Anchors = [akLeft, akBottom]
  88.     Shape = bsTopLine
  89.   end
  90.   object lUlice: TLabel
  91.     Left = 216
  92.     Top = 88
  93.     Width = 100
  94.     Height = 13
  95.     Caption = 'Na Kov'#225#345'sk'#233' str'#225'ni 1'
  96.   end
  97.   object lMesto: TLabel
  98.     Left = 216
  99.     Top = 104
  100.     Width = 74
  101.     Height = 13
  102.     Caption = '317 03  PLZE'#327
  103.   end
  104.   object lEmail: TLabel
  105.     Left = 216
  106.     Top = 128
  107.     Width = 98
  108.     Height = 13
  109.     Cursor = crHandPoint
  110.     Caption = 'support@pspad.com'
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlue
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = [fsUnderline]
  116.     ParentFont = False
  117.     OnClick = lEmailDblClick
  118.   end
  119.   object Label11: TLabel
  120.     Left = 174
  121.     Top = 128
  122.     Width = 35
  123.     Height = 13
  124.     Alignment = taRightJustify
  125.     Caption = 'E-Mail :'
  126.   end
  127.   object lAdress: TLabel
  128.     Left = 170
  129.     Top = 72
  130.     Width = 39
  131.     Height = 13
  132.     Alignment = taRightJustify
  133.     Caption = 'Adresa :'
  134.   end
  135.   object lPsPadVer: TLabel
  136.     Left = 8
  137.     Top = 184
  138.     Width = 77
  139.     Height = 13
  140.     Anchors = [akLeft, akBottom]
  141.     Caption = 'Verze programu:'
  142.   end
  143.   object lVersion: TLabel
  144.     Left = 96
  145.     Top = 184
  146.     Width = 37
  147.     Height = 13
  148.     Anchors = [akLeft, akBottom]
  149.     Caption = 'lVersion'
  150.     Font.Charset = DEFAULT_CHARSET
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ParentFont = False
  156.   end
  157.   object Label21: TLabel
  158.     Left = 170
  159.     Top = 144
  160.     Width = 39
  161.     Height = 13
  162.     Alignment = taRightJustify
  163.     Caption = 'WWW :'
  164.   end
  165.   object lWWW: TLabel
  166.     Left = 216
  167.     Top = 144
  168.     Width = 110
  169.     Height = 13
  170.     Cursor = crHandPoint
  171.     Caption = 'http://www.pspad.com'
  172.     Font.Charset = DEFAULT_CHARSET
  173.     Font.Color = clBlue
  174.     Font.Height = -11
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = [fsUnderline]
  177.     ParentFont = False
  178.     OnClick = lWWWDblClick
  179.   end
  180.   object Bevel2: TBevel
  181.     Left = 0
  182.     Top = 41
  183.     Width = 346
  184.     Height = 9
  185.     Align = alTop
  186.     Shape = bsTopLine
  187.   end
  188.   object lYear: TLabel
  189.     Left = 88
  190.     Top = 154
  191.     Width = 57
  192.     Height = 13
  193.     Alignment = taRightJustify
  194.     Caption = '2001 - 2003'
  195.     Font.Charset = DEFAULT_CHARSET
  196.     Font.Color = clWindowText
  197.     Font.Height = -11
  198.     Font.Name = 'MS Sans Serif'
  199.     Font.Style = []
  200.     ParentFont = False
  201.   end
  202.   object Panel1: TPanel
  203.     Left = 0
  204.     Top = 0
  205.     Width = 346
  206.     Height = 41
  207.     Align = alTop
  208.     BevelOuter = bvNone
  209.     Color = clWhite
  210.     Ctl3D = False
  211.     ParentBackground = False
  212.     ParentCtl3D = False
  213.     TabOrder = 0
  214.     object Image2: TImage
  215.       Left = 4
  216.       Top = 3
  217.       Width = 125
  218.       Height = 17
  219.       AutoSize = True
  220.       Picture.Data = {<image001.bmp>}
  221.       Transparent = True
  222.     end
  223.     object lInfosDescr: TLabel
  224.       Left = 71
  225.       Top = 20
  226.       Width = 226
  227.       Height = 16
  228.       Caption = '- informa'#269'n'#237' syst'#233'm pro v'#253'robce n'#225'poj'#367
  229.       Font.Charset = EASTEUROPE_CHARSET
  230.       Font.Color = clBlack
  231.       Font.Height = -13
  232.       Font.Name = 'Arial'
  233.       Font.Style = []
  234.       ParentFont = False
  235.     end
  236.     object Label1: TLabel
  237.       Left = 23
  238.       Top = 20
  239.       Width = 46
  240.       Height = 16
  241.       Caption = 'INFOS'
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clBlue
  244.       Font.Height = -13
  245.       Font.Name = 'MS Sans Serif'
  246.       Font.Style = [fsBold]
  247.       ParentFont = False
  248.     end
  249.   end
  250.   object bOK: TButton
  251.     Left = 264
  252.     Top = 176
  253.     Width = 75
  254.     Height = 25
  255.     Anchors = [akLeft, akBottom]
  256.     Cancel = True
  257.     Caption = '&OK'
  258.     Default = True
  259.     TabOrder = 1
  260.     OnClick = bOKClick
  261.   end
  262. end
  263.