home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Techno Guide - Aspettando Windows 98
/
TechnoGuide.iso
/
applicaz
/
snotetab
/
notetab.exe
/
0
/
RCDATA
/
TFRMTEXTSTATISTICS
/
TFRMTEXTSTATISTICS.txt
< prev
Wrap
Text File
|
1998-01-25
|
4KB
|
170 lines
object frmTextStatistics: TfrmTextStatistics
Left = 288
Top = 103
Hint = '|Text statistics...'
HelpContext = 32
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu]
AutoScroll = False
Caption = 'Text Statistics'
ClientHeight = 321
ClientWidth = 298
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 185
Height = 121
end
object lbl_edtCharacters: TEnhLabel
Left = 17
Top = 19
Width = 71
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Characters:'
FocusControl = edtCharacters
end
object lbl_edtWords: TEnhLabel
Left = 37
Top = 57
Width = 51
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Words:'
FocusControl = edtWords
end
object lbl_edtOtherWords: TEnhLabel
Left = 37
Top = 95
Width = 51
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Others:'
FocusControl = edtOtherWords
end
object edtCharacters: TLblEdit
Left = 96
Top = 16
Width = 81
Height = 21
Hint = '|Total number of characters in document or selected text'
Color = clBtnFace
ReadOnly = True
TabOrder = 0
Text = '0'
Alignment = taRightJustify
OverwriteMode = False
UndoWhenEsc = False
WordWrap = False
LabelComponent = lbl_edtCharacters
LabelRelLeft = -79
LabelRelTop = 3
end
object edtWords: TLblEdit
Left = 96
Top = 54
Width = 81
Height = 21
Hint = '|Total number of words in document or selected text'
Color = clBtnFace
ReadOnly = True
TabOrder = 1
Text = '0'
Alignment = taRightJustify
OverwriteMode = False
UndoWhenEsc = False
WordWrap = False
LabelComponent = lbl_edtWords
LabelRelLeft = -59
LabelRelTop = 3
end
object btnClose: TBitBtn
Left = 208
Top = 8
Width = 81
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 1
TabOrder = 3
OnClick = btnCloseClick
NumGlyphs = 2
end
object btnMore: TBitBtn
Left = 208
Top = 104
Width = 81
Height = 25
Hint = '|Display detailed word count'
Caption = '>> &More'
TabOrder = 4
OnClick = btnMoreClick
end
object edtOtherWords: TLblEdit
Left = 96
Top = 92
Width = 81
Height = 21
Hint = '|Total number of other text items (numbers and mixed text)'
Color = clBtnFace
ReadOnly = True
TabOrder = 2
Text = '0'
Alignment = taRightJustify
OverwriteMode = False
UndoWhenEsc = False
WordWrap = False
LabelComponent = lbl_edtOtherWords
LabelRelLeft = -59
LabelRelTop = 3
end
object mnuStats: TPopupMenu
Left = 88
Top = 152
object CopyAll1: TMenuItem
Caption = 'Copy &All'
Hint = 'Copy the whole list to the Clipboard'
OnClick = CopyAll1Click
end
object N1: TMenuItem
Caption = '-'
end
object SaveAll1: TMenuItem
Caption = '&Save All...'
Hint = 'Save the whole list to disk'
OnClick = SaveAll1Click
end
object SaveWords1: TMenuItem
Caption = 'Save &Words...'
Hint = 'Save words only to disk'
OnClick = SaveAll1Click
end
end
object vclSaveDialog: TEnhSaveDialog
DefaultExt = 'txt'
FileName = 'Words.txt'
Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*'
Title = 'Save Word List'
RememberDir = True
Left = 216
Top = 64
end
end