home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TSTATISTICS1 / TSTATISTICS1.txt
Text File  |  2000-04-17  |  3KB  |  177 lines

  1. object Statistics1: TStatistics1
  2.   Left = 176
  3.   Top = 183
  4.   Width = 336
  5.   Height = 246
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'File Information'
  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 = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 32
  19.     Top = 16
  20.     Width = 50
  21.     Height = 13
  22.     Caption = 'File Name:'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 32
  32.     Top = 40
  33.     Width = 44
  34.     Height = 13
  35.     Caption = 'File Path:'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 32
  45.     Top = 64
  46.     Width = 75
  47.     Height = 13
  48.     Caption = 'Document Title:'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 32
  52.     Top = 120
  53.     Width = 42
  54.     Height = 13
  55.     Caption = 'File Size:'
  56.   end
  57.   object Label5: TLabel
  58.     Left = 168
  59.     Top = 120
  60.     Width = 47
  61.     Height = 13
  62.     Caption = 'Text Size:'
  63.   end
  64.   object Label6: TLabel
  65.     Left = 32
  66.     Top = 144
  67.     Width = 60
  68.     Height = 13
  69.     Caption = 'Word Count:'
  70.   end
  71.   object Label7: TLabel
  72.     Left = 168
  73.     Top = 144
  74.     Width = 54
  75.     Height = 13
  76.     Caption = 'Line Count:'
  77.   end
  78.   object Label8: TLabel
  79.     Left = 32
  80.     Top = 88
  81.     Width = 66
  82.     Height = 13
  83.     Caption = 'Last Modified:'
  84.   end
  85.   object Filename1: TEdit
  86.     Left = 112
  87.     Top = 16
  88.     Width = 177
  89.     Height = 21
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     ReadOnly = True
  97.     TabOrder = 0
  98.   end
  99.   object Filepath1: TEdit
  100.     Left = 112
  101.     Top = 40
  102.     Width = 177
  103.     Height = 21
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     ReadOnly = True
  111.     TabOrder = 1
  112.   end
  113.   object Button1: TButton
  114.     Left = 128
  115.     Top = 184
  116.     Width = 81
  117.     Height = 25
  118.     Caption = 'OK'
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     TabOrder = 2
  126.     OnClick = Button1Click
  127.   end
  128.   object DocTitle1: TEdit
  129.     Left = 112
  130.     Top = 64
  131.     Width = 177
  132.     Height = 21
  133.     ReadOnly = True
  134.     TabOrder = 3
  135.   end
  136.   object FileSize1: TEdit
  137.     Left = 96
  138.     Top = 120
  139.     Width = 65
  140.     Height = 21
  141.     ReadOnly = True
  142.     TabOrder = 4
  143.   end
  144.   object TextSize1: TEdit
  145.     Left = 224
  146.     Top = 120
  147.     Width = 65
  148.     Height = 21
  149.     ReadOnly = True
  150.     TabOrder = 5
  151.   end
  152.   object WordCount1: TEdit
  153.     Left = 96
  154.     Top = 144
  155.     Width = 65
  156.     Height = 21
  157.     ReadOnly = True
  158.     TabOrder = 6
  159.   end
  160.   object LineCount1: TEdit
  161.     Left = 224
  162.     Top = 144
  163.     Width = 65
  164.     Height = 21
  165.     ReadOnly = True
  166.     TabOrder = 7
  167.   end
  168.   object LastModified1: TEdit
  169.     Left = 112
  170.     Top = 88
  171.     Width = 177
  172.     Height = 21
  173.     ReadOnly = True
  174.     TabOrder = 8
  175.   end
  176. end
  177.