home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / FILEPROP.DFM / FILEPROP.txt
Text File  |  1997-02-17  |  8KB  |  371 lines

  1. object FilePropDlg: TFilePropDlg
  2.   Left = 201
  3.   Top = 107
  4.   HelpContext = 52
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties'
  8.   ClientHeight = 291
  9.   ClientWidth = 342
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 100
  20.     Top = 260
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 4
  27.     Style = bsNew
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 180
  33.     Top = 260
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 1
  37.     Kind = bkCancel
  38.     Margin = 4
  39.     Style = bsNew
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object Notebook: TTabbedNotebook
  44.     Left = 2
  45.     Top = 0
  46.     Width = 337
  47.     Height = 257
  48.     TabFont.Color = clBtnText
  49.     TabFont.Height = -11
  50.     TabFont.Name = 'MS Sans Serif'
  51.     TabFont.Style = []
  52.     TabOrder = 2
  53.     object TTabPage
  54.       Left = 5
  55.       Top = 26
  56.       Caption = 'General'
  57.       object Bevel1: TBevel
  58.         Left = 8
  59.         Top = 10
  60.         Width = 311
  61.         Height = 135
  62.         Shape = bsFrame
  63.       end
  64.       object Bevel2: TBevel
  65.         Left = 8
  66.         Top = 156
  67.         Width = 311
  68.         Height = 61
  69.         Shape = bsFrame
  70.       end
  71.       object Label5: TLabel
  72.         Left = 28
  73.         Top = 148
  74.         Width = 47
  75.         Height = 13
  76.         Caption = 'Attributes:'
  77.       end
  78.       object Notes: TNotebook
  79.         Left = 14
  80.         Top = 18
  81.         Width = 297
  82.         Height = 119
  83.         PageIndex = 1
  84.         TabOrder = 0
  85.         object TPage
  86.           Left = 0
  87.           Top = 0
  88.           Caption = 'File Properties'
  89.           object Label1: TLabel
  90.             Left = 2
  91.             Top = 4
  92.             Width = 42
  93.             Height = 13
  94.             Caption = 'Filename'
  95.           end
  96.           object Label2: TLabel
  97.             Left = 2
  98.             Top = 28
  99.             Width = 41
  100.             Height = 13
  101.             Caption = 'Location'
  102.           end
  103.           object Label3: TLabel
  104.             Left = 22
  105.             Top = 52
  106.             Width = 20
  107.             Height = 13
  108.             Caption = 'Size'
  109.           end
  110.           object Label4: TLabel
  111.             Left = 2
  112.             Top = 100
  113.             Width = 40
  114.             Height = 13
  115.             Caption = 'Modified'
  116.           end
  117.           object FilenameLab: TLabel
  118.             Left = 58
  119.             Top = 4
  120.             Width = 60
  121.             Height = 13
  122.             Caption = 'FilenameLab'
  123.             ParentShowHint = False
  124.             ShowHint = False
  125.           end
  126.           object LocationLab: TLabel
  127.             Left = 60
  128.             Top = 28
  129.             Width = 59
  130.             Height = 13
  131.             Caption = 'LocationLab'
  132.           end
  133.           object SizeLab: TLabel
  134.             Left = 58
  135.             Top = 52
  136.             Width = 38
  137.             Height = 13
  138.             Caption = 'SizeLab'
  139.             ParentShowHint = False
  140.             ShowHint = False
  141.           end
  142.           object DateLab: TLabel
  143.             Left = 58
  144.             Top = 100
  145.             Width = 41
  146.             Height = 13
  147.             Caption = 'DateLab'
  148.           end
  149.           object Label10: TLabel
  150.             Left = 18
  151.             Top = 76
  152.             Width = 24
  153.             Height = 13
  154.             Caption = 'Type'
  155.           end
  156.           object TypeLab: TLabel
  157.             Left = 58
  158.             Top = 76
  159.             Width = 42
  160.             Height = 13
  161.             Caption = 'TypeLab'
  162.           end
  163.         end
  164.         object TPage
  165.           Left = 0
  166.           Top = 0
  167.           Caption = 'Folder Properties'
  168.           object Label6: TLabel
  169.             Left = 2
  170.             Top = 4
  171.             Width = 58
  172.             Height = 13
  173.             Caption = 'Folder name'
  174.           end
  175.           object Foldername: TLabel
  176.             Left = 80
  177.             Top = 4
  178.             Width = 55
  179.             Height = 13
  180.             Caption = 'Foldername'
  181.             ParentShowHint = False
  182.             ShowHint = True
  183.           end
  184.           object Label8: TLabel
  185.             Left = 19
  186.             Top = 28
  187.             Width = 41
  188.             Height = 13
  189.             Caption = 'Location'
  190.           end
  191.           object FolderLoc: TLabel
  192.             Left = 80
  193.             Top = 28
  194.             Width = 47
  195.             Height = 13
  196.             Caption = 'FolderLoc'
  197.           end
  198.           object Label16: TLabel
  199.             Left = 18
  200.             Top = 52
  201.             Width = 42
  202.             Height = 13
  203.             Caption = 'Contents'
  204.           end
  205.           object Foldersize: TLabel
  206.             Left = 80
  207.             Top = 52
  208.             Width = 67
  209.             Height = 13
  210.             Caption = 'FolderSizeLab'
  211.           end
  212.           object Label21: TLabel
  213.             Left = 20
  214.             Top = 76
  215.             Width = 40
  216.             Height = 13
  217.             Caption = 'Modified'
  218.           end
  219.           object FolderDate: TLabel
  220.             Left = 80
  221.             Top = 76
  222.             Width = 52
  223.             Height = 13
  224.             Caption = 'FolderDate'
  225.           end
  226.           object Label23: TLabel
  227.             Left = 8
  228.             Top = 100
  229.             Width = 52
  230.             Height = 13
  231.             Caption = 'Deep scan'
  232.           end
  233.           object TotalLab: TLabel
  234.             Left = 80
  235.             Top = 100
  236.             Width = 94
  237.             Height = 13
  238.             Cursor = -24
  239.             Caption = 'Click here to scan...'
  240.             OnClick = TotalLabClick
  241.           end
  242.         end
  243.         object TPage
  244.           Left = 0
  245.           Top = 0
  246.           Caption = 'Multiple Item Properties'
  247.           object Label7: TLabel
  248.             Left = 8
  249.             Top = 16
  250.             Width = 45
  251.             Height = 13
  252.             Caption = 'Total files'
  253.           end
  254.           object Label9: TLabel
  255.             Left = 8
  256.             Top = 44
  257.             Width = 45
  258.             Height = 13
  259.             Caption = 'Total size'
  260.           end
  261.           object Selfiles: TLabel
  262.             Left = 94
  263.             Top = 16
  264.             Width = 33
  265.             Height = 13
  266.             Caption = 'Selfiles'
  267.           end
  268.           object Selsize: TLabel
  269.             Left = 94
  270.             Top = 44
  271.             Width = 33
  272.             Height = 13
  273.             Caption = 'Selsize'
  274.           end
  275.         end
  276.       end
  277.       object ReadOnly: TCheckBox
  278.         Left = 26
  279.         Top = 168
  280.         Width = 97
  281.         Height = 17
  282.         AllowGrayed = True
  283.         Caption = '&Read only'
  284.         TabOrder = 1
  285.         OnClick = ReadOnlyClick
  286.       end
  287.       object Hidden: TCheckBox
  288.         Left = 174
  289.         Top = 168
  290.         Width = 97
  291.         Height = 17
  292.         AllowGrayed = True
  293.         Caption = '&Hidden'
  294.         TabOrder = 2
  295.         OnClick = ReadOnlyClick
  296.       end
  297.       object Archive: TCheckBox
  298.         Left = 26
  299.         Top = 192
  300.         Width = 97
  301.         Height = 17
  302.         AllowGrayed = True
  303.         Caption = '&Archive'
  304.         TabOrder = 3
  305.         OnClick = ReadOnlyClick
  306.       end
  307.       object System: TCheckBox
  308.         Left = 174
  309.         Top = 192
  310.         Width = 97
  311.         Height = 17
  312.         AllowGrayed = True
  313.         Caption = '&System'
  314.         TabOrder = 4
  315.         OnClick = ReadOnlyClick
  316.       end
  317.       object Panel1: TPanel
  318.         Left = 272
  319.         Top = 18
  320.         Width = 41
  321.         Height = 39
  322.         BevelOuter = bvNone
  323.         TabOrder = 5
  324.         object ItemImage: TImage
  325.           Left = 4
  326.           Top = 2
  327.           Width = 33
  328.           Height = 33
  329.         end
  330.       end
  331.     end
  332.     object TTabPage
  333.       Left = 5
  334.       Top = 26
  335.       Caption = 'Version Info'
  336.       object Listbox: TListBox
  337.         Left = 8
  338.         Top = 26
  339.         Width = 311
  340.         Height = 191
  341.         ItemHeight = 16
  342.         Style = lbOwnerDrawFixed
  343.         TabOrder = 0
  344.         OnDrawItem = ListboxDrawItem
  345.       end
  346.       object Header: THeader
  347.         Left = 8
  348.         Top = 8
  349.         Width = 311
  350.         Height = 19
  351.         Sections.Sections = (
  352.           #0'100'#0'Property'
  353.           #0'35'#0'Value')
  354.         TabOrder = 1
  355.         OnSized = HeaderSized
  356.       end
  357.     end
  358.   end
  359.   object HelpBtn: TBitBtn
  360.     Left = 260
  361.     Top = 260
  362.     Width = 77
  363.     Height = 27
  364.     TabOrder = 3
  365.     Kind = bkHelp
  366.     Margin = 4
  367.     Style = bsNew
  368.     Spacing = -1
  369.   end
  370. end
  371.