home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / NPPLUS.ZIP / Notepad.exe / 0 / RCDATA / TPROPERTYFORM / TPROPERTYFORM.txt
Text File  |  1996-10-31  |  5KB  |  260 lines

  1. object PropertyForm: TPropertyForm
  2.   Left = 273
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File properties'
  7.   ClientHeight = 352
  8.   ClientWidth = 356
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 276
  20.     Top = 324
  21.     Width = 75
  22.     Height = 23
  23.     Caption = '&OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object PageControl1: TPageControl
  28.     Left = 5
  29.     Top = 6
  30.     Width = 346
  31.     Height = 313
  32.     ActivePage = TabSheet1
  33.     TabOrder = 1
  34.     object TabSheet1: TTabSheet
  35.       Caption = 'General'
  36.       object Bevel4: TBevel
  37.         Left = 10
  38.         Top = 60
  39.         Width = 316
  40.         Height = 7
  41.         Shape = bsTopLine
  42.       end
  43.       object Bevel5: TBevel
  44.         Left = 10
  45.         Top = 135
  46.         Width = 316
  47.         Height = 13
  48.         Shape = bsTopLine
  49.       end
  50.       object Bevel6: TBevel
  51.         Left = 10
  52.         Top = 207
  53.         Width = 316
  54.         Height = 7
  55.         Shape = bsTopLine
  56.       end
  57.       object Label8: TLabel
  58.         Left = 10
  59.         Top = 75
  60.         Width = 43
  61.         Height = 13
  62.         Caption = 'Full path:'
  63.         Enabled = False
  64.       end
  65.       object Label12: TLabel
  66.         Left = 10
  67.         Top = 111
  68.         Width = 23
  69.         Height = 13
  70.         Caption = 'Size:'
  71.         Enabled = False
  72.       end
  73.       object Label13: TLabel
  74.         Left = 10
  75.         Top = 150
  76.         Width = 74
  77.         Height = 13
  78.         Caption = 'MS-DOS name:'
  79.         Enabled = False
  80.       end
  81.       object Label14: TLabel
  82.         Left = 10
  83.         Top = 180
  84.         Width = 67
  85.         Height = 13
  86.         Caption = 'Last saved at:'
  87.         Enabled = False
  88.       end
  89.       object Label21: TLabel
  90.         Left = 10
  91.         Top = 219
  92.         Width = 47
  93.         Height = 13
  94.         Caption = 'Attributes:'
  95.         Enabled = False
  96.       end
  97.       object Label1: TLabel
  98.         Left = 65
  99.         Top = 10
  100.         Width = 261
  101.         Height = 46
  102.         AutoSize = False
  103.         Caption = 
  104.           'This file has no properties in the file system because it is a n' +
  105.           'ew file that has not been saved yet.'
  106.         ShowAccelChar = False
  107.         WordWrap = True
  108.       end
  109.       object Label15: TLabel
  110.         Left = 65
  111.         Top = 75
  112.         Width = 261
  113.         Height = 36
  114.         AutoSize = False
  115.         ShowAccelChar = False
  116.         WordWrap = True
  117.       end
  118.       object Label16: TLabel
  119.         Left = 65
  120.         Top = 111
  121.         Width = 255
  122.         Height = 13
  123.       end
  124.       object Label17: TLabel
  125.         Left = 100
  126.         Top = 150
  127.         Width = 226
  128.         Height = 13
  129.       end
  130.       object Label18: TLabel
  131.         Left = 100
  132.         Top = 180
  133.         Width = 225
  134.         Height = 13
  135.       end
  136.       object Image1: TImage
  137.         Left = 10
  138.         Top = 10
  139.         Width = 32
  140.         Height = 32
  141.         AutoSize = True
  142.       end
  143.       object ReadOnly: TCheckBox
  144.         Left = 110
  145.         Top = 219
  146.         Width = 76
  147.         Height = 13
  148.         Caption = 'Read-only'
  149.         Enabled = False
  150.         TabOrder = 0
  151.       end
  152.       object Hidden: TCheckBox
  153.         Left = 210
  154.         Top = 219
  155.         Width = 76
  156.         Height = 13
  157.         Caption = 'Hidden'
  158.         Enabled = False
  159.         TabOrder = 1
  160.       end
  161.       object Archive: TCheckBox
  162.         Left = 110
  163.         Top = 240
  164.         Width = 76
  165.         Height = 13
  166.         Caption = 'Archive'
  167.         Enabled = False
  168.         TabOrder = 2
  169.       end
  170.       object System: TCheckBox
  171.         Left = 210
  172.         Top = 240
  173.         Width = 76
  174.         Height = 13
  175.         Caption = 'System'
  176.         Enabled = False
  177.         TabOrder = 3
  178.       end
  179.     end
  180.     object TabSheet2: TTabSheet
  181.       Caption = 'Statistics'
  182.       object Label3: TLabel
  183.         Left = 10
  184.         Top = 75
  185.         Width = 53
  186.         Height = 13
  187.         Caption = 'Line count:'
  188.       end
  189.       object Label4: TLabel
  190.         Left = 10
  191.         Top = 99
  192.         Width = 59
  193.         Height = 13
  194.         Caption = 'Word count:'
  195.       end
  196.       object Label5: TLabel
  197.         Left = 10
  198.         Top = 135
  199.         Width = 79
  200.         Height = 13
  201.         Caption = 'Character count:'
  202.       end
  203.       object Bevel1: TBevel
  204.         Left = 10
  205.         Top = 60
  206.         Width = 316
  207.         Height = 4
  208.         Shape = bsTopLine
  209.       end
  210.       object Label7: TLabel
  211.         Left = 65
  212.         Top = 10
  213.         Width = 261
  214.         Height = 46
  215.         AutoSize = False
  216.         ShowAccelChar = False
  217.         WordWrap = True
  218.       end
  219.       object LineCount1: TLabel
  220.         Left = 105
  221.         Top = 75
  222.         Width = 220
  223.         Height = 13
  224.       end
  225.       object WordCount1: TLabel
  226.         Left = 105
  227.         Top = 99
  228.         Width = 220
  229.         Height = 13
  230.       end
  231.       object CharCount1: TLabel
  232.         Left = 105
  233.         Top = 135
  234.         Width = 220
  235.         Height = 13
  236.       end
  237.       object Label9: TLabel
  238.         Left = 10
  239.         Top = 148
  240.         Width = 83
  241.         Height = 13
  242.         Caption = '(including CR/LF)'
  243.       end
  244.       object Label19: TLabel
  245.         Left = 10
  246.         Top = 112
  247.         Width = 41
  248.         Height = 13
  249.         Caption = '(approx.)'
  250.       end
  251.       object Image2: TImage
  252.         Left = 10
  253.         Top = 10
  254.         Width = 32
  255.         Height = 32
  256.       end
  257.     end
  258.   end
  259. end
  260.