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

  1. object fStatistic: TfStatistic
  2.   Left = 375
  3.   Top = 152
  4.   Width = 317
  5.   Height = 341
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Statistika'
  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 = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 309
  27.     Height = 307
  28.     ActivePage = TabBasic
  29.     Align = alClient
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     object TabBasic: TTabSheet
  38.       BorderWidth = 2
  39.       Caption = 'Z'#225'kladn'#237
  40.       DesignSize = (
  41.         297
  42.         275)
  43.       object lFullName: TLabel
  44.         Left = 0
  45.         Top = 160
  46.         Width = 96
  47.         Height = 13
  48.         Caption = 'Pln'#233' jm'#233'no souboru:'
  49.       end
  50.       object lFileName: TLabel
  51.         Left = 0
  52.         Top = 200
  53.         Width = 75
  54.         Height = 13
  55.         Caption = 'Jm'#233'no souboru:'
  56.       end
  57.       object GridGeneral: TStringGrid
  58.         Left = 0
  59.         Top = 0
  60.         Width = 297
  61.         Height = 153
  62.         Align = alTop
  63.         ColCount = 2
  64.         Ctl3D = False
  65.         DefaultRowHeight = 16
  66.         FixedCols = 0
  67.         RowCount = 9
  68.         FixedRows = 0
  69.         Font.Charset = DEFAULT_CHARSET
  70.         Font.Color = clWindowText
  71.         Font.Height = -11
  72.         Font.Name = 'Microsoft Sans Serif'
  73.         Font.Style = []
  74.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  75.         ParentCtl3D = False
  76.         ParentFont = False
  77.         PopupMenu = popupInfo
  78.         ScrollBars = ssNone
  79.         TabOrder = 0
  80.         ColWidths = (
  81.           163
  82.           137)
  83.       end
  84.       object eFullName: TEdit
  85.         Left = 0
  86.         Top = 176
  87.         Width = 297
  88.         Height = 21
  89.         Anchors = [akLeft, akTop, akRight]
  90.         Ctl3D = True
  91.         ParentCtl3D = False
  92.         ReadOnly = True
  93.         TabOrder = 1
  94.         Text = 'eFullName'
  95.       end
  96.       object eFileName: TEdit
  97.         Left = 0
  98.         Top = 216
  99.         Width = 297
  100.         Height = 21
  101.         Anchors = [akLeft, akTop, akRight]
  102.         Ctl3D = True
  103.         ParentCtl3D = False
  104.         ReadOnly = True
  105.         TabOrder = 2
  106.         Text = 'eFileName'
  107.       end
  108.       object bRunStat: TButton
  109.         Left = 0
  110.         Top = 248
  111.         Width = 147
  112.         Height = 25
  113.         Caption = '&Podrobn'#225' statistika'
  114.         TabOrder = 3
  115.         OnClick = bRunStatClick
  116.       end
  117.     end
  118.     object TabChars: TTabSheet
  119.       BorderWidth = 2
  120.       Caption = 'Znaky'
  121.       ImageIndex = 1
  122.       object GridChars: TStringGrid
  123.         Left = 0
  124.         Top = 0
  125.         Width = 297
  126.         Height = 275
  127.         Align = alClient
  128.         ColCount = 3
  129.         Ctl3D = False
  130.         DefaultRowHeight = 16
  131.         FixedCols = 0
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -11
  135.         Font.Name = 'Microsoft Sans Serif'
  136.         Font.Style = []
  137.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  138.         ParentCtl3D = False
  139.         ParentFont = False
  140.         PopupMenu = popupInfo
  141.         ScrollBars = ssVertical
  142.         TabOrder = 0
  143.         OnMouseDown = GridCharsMouseDown
  144.         ColWidths = (
  145.           43
  146.           57
  147.           209)
  148.       end
  149.     end
  150.     object TabWords: TTabSheet
  151.       BorderWidth = 2
  152.       Caption = 'Slova'
  153.       ImageIndex = 2
  154.       object GridWords: TStringGrid
  155.         Left = 0
  156.         Top = 0
  157.         Width = 297
  158.         Height = 275
  159.         Align = alClient
  160.         ColCount = 3
  161.         Ctl3D = False
  162.         DefaultRowHeight = 16
  163.         FixedCols = 0
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clWindowText
  166.         Font.Height = -11
  167.         Font.Name = 'Microsoft Sans Serif'
  168.         Font.Style = []
  169.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  170.         ParentCtl3D = False
  171.         ParentFont = False
  172.         PopupMenu = popupInfo
  173.         ScrollBars = ssVertical
  174.         TabOrder = 0
  175.         OnMouseDown = GridCharsMouseDown
  176.         ColWidths = (
  177.           154
  178.           53
  179.           91)
  180.       end
  181.     end
  182.   end
  183.   object popupInfo: TPopupMenu
  184.     Left = 100
  185.     Top = 264
  186.     object mCopy: TMenuItem
  187.       Caption = 'Kop'#237'rovat'
  188.       ShortCut = 16451
  189.       OnClick = mCopyClick
  190.     end
  191.   end
  192. end
  193.