home *** CD-ROM | disk | FTP | other *** search
- object fStatistic: TfStatistic
- Left = 375
- Top = 152
- Width = 317
- Height = 341
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSizeToolWin
- Caption = 'Statistika'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 309
- Height = 307
- ActivePage = TabBasic
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object TabBasic: TTabSheet
- BorderWidth = 2
- Caption = 'Z'#225'kladn'#237
- DesignSize = (
- 297
- 275)
- object lFullName: TLabel
- Left = 0
- Top = 160
- Width = 96
- Height = 13
- Caption = 'Pln'#233' jm'#233'no souboru:'
- end
- object lFileName: TLabel
- Left = 0
- Top = 200
- Width = 75
- Height = 13
- Caption = 'Jm'#233'no souboru:'
- end
- object GridGeneral: TStringGrid
- Left = 0
- Top = 0
- Width = 297
- Height = 153
- Align = alTop
- ColCount = 2
- Ctl3D = False
- DefaultRowHeight = 16
- FixedCols = 0
- RowCount = 9
- FixedRows = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentCtl3D = False
- ParentFont = False
- PopupMenu = popupInfo
- ScrollBars = ssNone
- TabOrder = 0
- ColWidths = (
- 163
- 137)
- end
- object eFullName: TEdit
- Left = 0
- Top = 176
- Width = 297
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 1
- Text = 'eFullName'
- end
- object eFileName: TEdit
- Left = 0
- Top = 216
- Width = 297
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 2
- Text = 'eFileName'
- end
- object bRunStat: TButton
- Left = 0
- Top = 248
- Width = 147
- Height = 25
- Caption = '&Podrobn'#225' statistika'
- TabOrder = 3
- OnClick = bRunStatClick
- end
- end
- object TabChars: TTabSheet
- BorderWidth = 2
- Caption = 'Znaky'
- ImageIndex = 1
- object GridChars: TStringGrid
- Left = 0
- Top = 0
- Width = 297
- Height = 275
- Align = alClient
- ColCount = 3
- Ctl3D = False
- DefaultRowHeight = 16
- FixedCols = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentCtl3D = False
- ParentFont = False
- PopupMenu = popupInfo
- ScrollBars = ssVertical
- TabOrder = 0
- OnMouseDown = GridCharsMouseDown
- ColWidths = (
- 43
- 57
- 209)
- end
- end
- object TabWords: TTabSheet
- BorderWidth = 2
- Caption = 'Slova'
- ImageIndex = 2
- object GridWords: TStringGrid
- Left = 0
- Top = 0
- Width = 297
- Height = 275
- Align = alClient
- ColCount = 3
- Ctl3D = False
- DefaultRowHeight = 16
- FixedCols = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
- ParentCtl3D = False
- ParentFont = False
- PopupMenu = popupInfo
- ScrollBars = ssVertical
- TabOrder = 0
- OnMouseDown = GridCharsMouseDown
- ColWidths = (
- 154
- 53
- 91)
- end
- end
- end
- object popupInfo: TPopupMenu
- Left = 100
- Top = 264
- object mCopy: TMenuItem
- Caption = 'Kop'#237'rovat'
- ShortCut = 16451
- OnClick = mCopyClick
- end
- end
- end
-