home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMTEXTSTATISTICS / TFRMTEXTSTATISTICS.txt < prev   
Text File  |  1998-01-25  |  4KB  |  170 lines

  1. object frmTextStatistics: TfrmTextStatistics
  2.   Left = 288
  3.   Top = 103
  4.   Hint = '|Text statistics...'
  5.   HelpContext = 32
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   AutoScroll = False
  10.   Caption = 'Text Statistics'
  11.   ClientHeight = 321
  12.   ClientWidth = 298
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Icon.Data = {<image000.ico>}
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnCreate = FormCreate
  23.   OnResize = FormResize
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 185
  30.     Height = 121
  31.   end
  32.   object lbl_edtCharacters: TEnhLabel
  33.     Left = 17
  34.     Top = 19
  35.     Width = 71
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = 'Characters:'
  40.     FocusControl = edtCharacters
  41.   end
  42.   object lbl_edtWords: TEnhLabel
  43.     Left = 37
  44.     Top = 57
  45.     Width = 51
  46.     Height = 13
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.     Caption = 'Words:'
  50.     FocusControl = edtWords
  51.   end
  52.   object lbl_edtOtherWords: TEnhLabel
  53.     Left = 37
  54.     Top = 95
  55.     Width = 51
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'Others:'
  60.     FocusControl = edtOtherWords
  61.   end
  62.   object edtCharacters: TLblEdit
  63.     Left = 96
  64.     Top = 16
  65.     Width = 81
  66.     Height = 21
  67.     Hint = '|Total number of characters in document or selected text'
  68.     Color = clBtnFace
  69.     ReadOnly = True
  70.     TabOrder = 0
  71.     Text = '0'
  72.     Alignment = taRightJustify
  73.     OverwriteMode = False
  74.     UndoWhenEsc = False
  75.     WordWrap = False
  76.     LabelComponent = lbl_edtCharacters
  77.     LabelRelLeft = -79
  78.     LabelRelTop = 3
  79.   end
  80.   object edtWords: TLblEdit
  81.     Left = 96
  82.     Top = 54
  83.     Width = 81
  84.     Height = 21
  85.     Hint = '|Total number of words in document or selected text'
  86.     Color = clBtnFace
  87.     ReadOnly = True
  88.     TabOrder = 1
  89.     Text = '0'
  90.     Alignment = taRightJustify
  91.     OverwriteMode = False
  92.     UndoWhenEsc = False
  93.     WordWrap = False
  94.     LabelComponent = lbl_edtWords
  95.     LabelRelLeft = -59
  96.     LabelRelTop = 3
  97.   end
  98.   object btnClose: TBitBtn
  99.     Left = 208
  100.     Top = 8
  101.     Width = 81
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Close'
  105.     ModalResult = 1
  106.     TabOrder = 3
  107.     OnClick = btnCloseClick
  108.     NumGlyphs = 2
  109.   end
  110.   object btnMore: TBitBtn
  111.     Left = 208
  112.     Top = 104
  113.     Width = 81
  114.     Height = 25
  115.     Hint = '|Display detailed word count'
  116.     Caption = '>>    &More'
  117.     TabOrder = 4
  118.     OnClick = btnMoreClick
  119.   end
  120.   object edtOtherWords: TLblEdit
  121.     Left = 96
  122.     Top = 92
  123.     Width = 81
  124.     Height = 21
  125.     Hint = '|Total number of other text items (numbers and mixed text)'
  126.     Color = clBtnFace
  127.     ReadOnly = True
  128.     TabOrder = 2
  129.     Text = '0'
  130.     Alignment = taRightJustify
  131.     OverwriteMode = False
  132.     UndoWhenEsc = False
  133.     WordWrap = False
  134.     LabelComponent = lbl_edtOtherWords
  135.     LabelRelLeft = -59
  136.     LabelRelTop = 3
  137.   end
  138.   object mnuStats: TPopupMenu
  139.     Left = 88
  140.     Top = 152
  141.     object CopyAll1: TMenuItem
  142.       Caption = 'Copy &All'
  143.       Hint = 'Copy the whole list to the Clipboard'
  144.       OnClick = CopyAll1Click
  145.     end
  146.     object N1: TMenuItem
  147.       Caption = '-'
  148.     end
  149.     object SaveAll1: TMenuItem
  150.       Caption = '&Save All...'
  151.       Hint = 'Save the whole list to disk'
  152.       OnClick = SaveAll1Click
  153.     end
  154.     object SaveWords1: TMenuItem
  155.       Caption = 'Save &Words...'
  156.       Hint = 'Save words only to disk'
  157.       OnClick = SaveAll1Click
  158.     end
  159.   end
  160.   object vclSaveDialog: TEnhSaveDialog
  161.     DefaultExt = 'txt'
  162.     FileName = 'Words.txt'
  163.     Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*'
  164.     Title = 'Save Word List'
  165.     RememberDir = True
  166.     Left = 216
  167.     Top = 64
  168.   end
  169. end
  170.