home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / CD.EXE / 0 / RCDATA / TLMDRTFSTATISTICSDLG / TLMDRTFSTATISTICSDLG.txt
Text File  |  2008-06-16  |  2KB  |  136 lines

  1. object LMDRTFStatisticsDlg: TLMDRTFStatisticsDlg
  2.   Left = 8
  3.   Top = 8
  4.   BorderStyle = bsDialog
  5.   Caption = 'Text statistics'
  6.   ClientHeight = 195
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 28
  22.     Width = 269
  23.     Height = 129
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 12
  28.     Width = 48
  29.     Height = 13
  30.     Caption = 'Statistics :'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 36
  35.     Width = 30
  36.     Height = 13
  37.     Caption = 'Pages'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 16
  41.     Top = 56
  42.     Width = 31
  43.     Height = 13
  44.     Caption = 'Words'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 16
  48.     Top = 76
  49.     Width = 131
  50.     Height = 13
  51.     Caption = 'Characters (without spaces)'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 16
  55.     Top = 96
  56.     Width = 116
  57.     Height = 13
  58.     Caption = 'Characters (with spaces)'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 16
  62.     Top = 116
  63.     Width = 54
  64.     Height = 13
  65.     Caption = 'Paragraphs'
  66.   end
  67.   object Label7: TLabel
  68.     Left = 16
  69.     Top = 136
  70.     Width = 25
  71.     Height = 13
  72.     Caption = 'Lines'
  73.   end
  74.   object lbPages: TLabel
  75.     Left = 228
  76.     Top = 36
  77.     Width = 40
  78.     Height = 13
  79.     AutoSize = False
  80.   end
  81.   object lbWords: TLabel
  82.     Left = 228
  83.     Top = 56
  84.     Width = 40
  85.     Height = 13
  86.     AutoSize = False
  87.   end
  88.   object lbChars1: TLabel
  89.     Left = 228
  90.     Top = 76
  91.     Width = 40
  92.     Height = 13
  93.     AutoSize = False
  94.   end
  95.   object lbChars2: TLabel
  96.     Left = 228
  97.     Top = 96
  98.     Width = 40
  99.     Height = 13
  100.     AutoSize = False
  101.   end
  102.   object lbPara: TLabel
  103.     Left = 228
  104.     Top = 116
  105.     Width = 40
  106.     Height = 13
  107.     AutoSize = False
  108.   end
  109.   object lbLines: TLabel
  110.     Left = 228
  111.     Top = 136
  112.     Width = 40
  113.     Height = 13
  114.     AutoSize = False
  115.   end
  116.   object Bevel2: TBevel
  117.     Left = 172
  118.     Top = 28
  119.     Width = 13
  120.     Height = 129
  121.     Shape = bsLeftLine
  122.   end
  123.   object btnClose: TButton
  124.     Left = 204
  125.     Top = 164
  126.     Width = 75
  127.     Height = 25
  128.     Cancel = True
  129.     Caption = 'Close'
  130.     Default = True
  131.     ModalResult = 2
  132.     TabOrder = 0
  133.     OnClick = btnCloseClick
  134.   end
  135. end
  136.