home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TWINDOWSCMD / TWINDOWSCMD.txt
Text File  |  1996-12-31  |  19KB  |  819 lines

  1. object WINDOWSCMD: TWINDOWSCMD
  2.   Left = 260
  3.   Top = 118
  4.   Width = 640
  5.   Height = 460
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Windows Commander 3.01'
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'Helv'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Menu = MainMenu
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnKeyUp = FormKeyUp
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object RightPanel: TPanel
  26.     Left = 313
  27.     Top = 0
  28.     Width = 309
  29.     Height = 351
  30.     BevelOuter = bvNone
  31.     Caption = 'RightPanel'
  32.     TabOrder = 2
  33.     OnResize = RightPanelResize
  34.     object RightInfo: TPanel
  35.       Tag = 240
  36.       Left = 56
  37.       Top = 2
  38.       Width = 217
  39.       Height = 21
  40.       Alignment = taLeftJustify
  41.       BevelOuter = bvLowered
  42.       TabOrder = 0
  43.     end
  44.     object RightRoot: TButton
  45.       Tag = 260
  46.       Left = 273
  47.       Top = 1
  48.       Width = 18
  49.       Height = 22
  50.       Caption = '\'
  51.       TabOrder = 1
  52.       TabStop = False
  53.       OnClick = RootClick
  54.     end
  55.     object RightParent: TButton
  56.       Tag = 261
  57.       Left = 291
  58.       Top = 1
  59.       Width = 18
  60.       Height = 22
  61.       Caption = '..'
  62.       TabOrder = 2
  63.       TabStop = False
  64.       OnClick = ParentClick
  65.     end
  66.     object RightPath: TMyPanel
  67.       Tag = 250
  68.       Left = 1
  69.       Top = 25
  70.       Width = 308
  71.       Height = 16
  72.       Alignment = taLeftJustify
  73.       BevelOuter = bvLowered
  74.       Color = clInactiveCaption
  75.       Font.Color = clInactiveCaptionText
  76.       Font.Height = -11
  77.       Font.Name = 'Helv'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       TabOrder = 3
  81.       OnClick = RightPathClick
  82.       OnMouseUp = PathMouseUp
  83.     end
  84.     object RightHeader: THeaderClick
  85.       Left = 0
  86.       Top = 41
  87.       Width = 308
  88.       Height = 17
  89.       Sections.Sections = (
  90.         #0'41'#0'Name'
  91.         #0'27'#0'Ext'
  92.         #0'33'#0'Size'
  93.         #0'36'#0'Date'
  94.         #0'29'#0'Attr')
  95.       TabOrder = 4
  96.       OnSizing = HeaderSizing
  97.       OnSized = HeaderSized
  98.       OnSectionClick = HeaderSectionClick
  99.       SelectedHeader = -1
  100.       Arrow = 0
  101.     end
  102.     object RightSize: TMyPanel
  103.       Tag = 280
  104.       Left = 1
  105.       Top = 332
  106.       Width = 308
  107.       Height = 17
  108.       Alignment = taLeftJustify
  109.       BevelOuter = bvLowered
  110.       TabOrder = 5
  111.       OnClick = RightPathClick
  112.       OnPaint = SizePaint
  113.     end
  114.     object RightDrives: TMyComboBox
  115.       Tag = 271
  116.       Left = 1
  117.       Top = 1
  118.       Width = 54
  119.       Height = 21
  120.       TabStop = False
  121.       Style = csDropDownList
  122.       DropDownCount = 9
  123.       ItemHeight = 13
  124.       Sorted = True
  125.       TabOrder = 6
  126.       OnChange = DrivesChange
  127.       OnDropDown = DrivesDropdown
  128.       OnExit = LeftDrivesExit
  129.       OnKeyDown = DrivesKeyDown
  130.       OnCloseup = DrivesCloseup
  131.       OnRButtonUp = DrivesRButtonUp
  132.     end
  133.   end
  134.   object LeftPanel: TPanel
  135.     Left = 0
  136.     Top = 0
  137.     Width = 309
  138.     Height = 351
  139.     BevelOuter = bvNone
  140.     Caption = 'LeftPanel'
  141.     TabOrder = 1
  142.     OnResize = LeftPanelResize
  143.     object LeftInfo: TPanel
  144.       Tag = 140
  145.       Left = 56
  146.       Top = 2
  147.       Width = 217
  148.       Height = 21
  149.       Alignment = taLeftJustify
  150.       BevelOuter = bvLowered
  151.       TabOrder = 0
  152.     end
  153.     object LeftRoot: TButton
  154.       Tag = 160
  155.       Left = 273
  156.       Top = 1
  157.       Width = 18
  158.       Height = 22
  159.       Caption = '\'
  160.       TabOrder = 1
  161.       TabStop = False
  162.       OnClick = RootClick
  163.     end
  164.     object LeftParent: TButton
  165.       Tag = 161
  166.       Left = 291
  167.       Top = 1
  168.       Width = 18
  169.       Height = 22
  170.       Caption = '..'
  171.       TabOrder = 2
  172.       TabStop = False
  173.       OnClick = ParentClick
  174.     end
  175.     object LeftPath: TMyPanel
  176.       Tag = 150
  177.       Left = 1
  178.       Top = 25
  179.       Width = 308
  180.       Height = 16
  181.       Alignment = taLeftJustify
  182.       BevelOuter = bvLowered
  183.       Color = clActiveCaption
  184.       Font.Color = clCaptionText
  185.       Font.Height = -11
  186.       Font.Name = 'Helv'
  187.       Font.Style = [fsBold]
  188.       ParentFont = False
  189.       TabOrder = 3
  190.       OnClick = LeftPathClick
  191.       OnMouseUp = PathMouseUp
  192.     end
  193.     object LeftHeader: THeaderClick
  194.       Left = 0
  195.       Top = 41
  196.       Width = 308
  197.       Height = 17
  198.       Sections.Sections = (
  199.         #0'41'#0'Name'
  200.         #0'27'#0'Ext'
  201.         #0'33'#0'Size'
  202.         #0'36'#0'Date'
  203.         #0'29'#0'Attr')
  204.       TabOrder = 4
  205.       OnSizing = HeaderSizing
  206.       OnSized = HeaderSized
  207.       OnSectionClick = HeaderSectionClick
  208.       SelectedHeader = -1
  209.       Arrow = 0
  210.     end
  211.     object LeftSize: TMyPanel
  212.       Tag = 180
  213.       Left = 1
  214.       Top = 332
  215.       Width = 308
  216.       Height = 17
  217.       Alignment = taLeftJustify
  218.       BevelOuter = bvLowered
  219.       TabOrder = 6
  220.       OnClick = LeftPathClick
  221.       OnPaint = SizePaint
  222.     end
  223.     object LeftDrives: TMyComboBox
  224.       Tag = 171
  225.       Left = 1
  226.       Top = 1
  227.       Width = 54
  228.       Height = 21
  229.       TabStop = False
  230.       Style = csDropDownList
  231.       DropDownCount = 9
  232.       ItemHeight = 13
  233.       Sorted = True
  234.       TabOrder = 5
  235.       OnChange = DrivesChange
  236.       OnDropDown = DrivesDropdown
  237.       OnExit = LeftDrivesExit
  238.       OnKeyDown = DrivesKeyDown
  239.       OnCloseup = DrivesCloseup
  240.       OnRButtonUp = DrivesRButtonUp
  241.     end
  242.   end
  243.   object BottomPanel: TPanel
  244.     Left = 0
  245.     Top = 351
  246.     Width = 622
  247.     Height = 48
  248.     BevelOuter = bvNone
  249.     TabOrder = 0
  250.     OnResize = BottomPanelResize
  251.     object idbList: TButton
  252.       Tag = 903
  253.       Left = 1
  254.       Top = 25
  255.       Width = 89
  256.       Height = 22
  257.       Caption = 'F3  View'
  258.       TabOrder = 0
  259.       TabStop = False
  260.       OnClick = idbListClick
  261.     end
  262.     object idbEdit: TButton
  263.       Tag = 904
  264.       Left = 90
  265.       Top = 25
  266.       Width = 89
  267.       Height = 22
  268.       Caption = 'F4  Edit'
  269.       TabOrder = 1
  270.       TabStop = False
  271.       OnClick = idbEditClick
  272.     end
  273.     object idbCopy: TButton
  274.       Tag = 905
  275.       Left = 179
  276.       Top = 25
  277.       Width = 88
  278.       Height = 22
  279.       Caption = 'F5  Copy'
  280.       TabOrder = 2
  281.       TabStop = False
  282.       OnClick = idbCopyClick
  283.     end
  284.     object idbRenmov: TButton
  285.       Tag = 906
  286.       Left = 267
  287.       Top = 25
  288.       Width = 89
  289.       Height = 22
  290.       Caption = 'F6  RenMov'
  291.       TabOrder = 3
  292.       TabStop = False
  293.       OnClick = idbRenmovClick
  294.     end
  295.     object idbMkdir: TButton
  296.       Tag = 907
  297.       Left = 356
  298.       Top = 25
  299.       Width = 89
  300.       Height = 22
  301.       Caption = 'F7  MkDir'
  302.       TabOrder = 4
  303.       TabStop = False
  304.       OnClick = idbMkdirClick
  305.     end
  306.     object idbDelete: TButton
  307.       Tag = 908
  308.       Left = 445
  309.       Top = 25
  310.       Width = 89
  311.       Height = 22
  312.       Caption = 'F8  Delete'
  313.       TabOrder = 5
  314.       TabStop = False
  315.       OnClick = idbDeleteClick
  316.     end
  317.     object idbExit: TButton
  318.       Tag = 1
  319.       Left = 534
  320.       Top = 25
  321.       Width = 87
  322.       Height = 22
  323.       Caption = 'Alt+F4  Exit'
  324.       ModalResult = 1
  325.       TabOrder = 6
  326.       TabStop = False
  327.       OnClick = idbExitClick
  328.     end
  329.     object CurDir: TMyPanel
  330.       Tag = 300
  331.       Left = 1
  332.       Top = 2
  333.       Width = 236
  334.       Height = 21
  335.       Alignment = taRightJustify
  336.       BevelOuter = bvLowered
  337.       Caption = 'c:\windows>'
  338.       TabOrder = 7
  339.     end
  340.     object CmdLine: TComboBox
  341.       Tag = 1001
  342.       Left = 238
  343.       Top = 2
  344.       Width = 385
  345.       Height = 21
  346.       TabStop = False
  347.       DropDownCount = 5
  348.       ItemHeight = 13
  349.       MaxLength = 259
  350.       TabOrder = 8
  351.       OnChange = CmdLineChange
  352.       OnDblClick = CmdLineDblClick
  353.       OnDropDown = CmdLineChange
  354.       OnEnter = CmdLineChange
  355.       OnExit = CmdLineChange
  356.       OnKeyDown = CmdLineKeyDown
  357.       OnKeyPress = CmdLineKeyPress
  358.     end
  359.   end
  360.   object LeftList: TMyListBox
  361.     Tag = 170
  362.     Left = 1
  363.     Top = 58
  364.     Width = 307
  365.     Height = 271
  366.     ExtendedSelect = False
  367.     Font.Color = clWindowText
  368.     Font.Height = -11
  369.     Font.Name = 'Helv'
  370.     Font.Style = [fsBold]
  371.     ItemHeight = 16
  372.     MultiSelect = True
  373.     ParentFont = False
  374.     Style = lbOwnerDrawFixed
  375.     TabOrder = 3
  376.     OnClick = ListClick
  377.     OnDblClick = DoubleClick
  378.     OnEnter = LeftListEnter
  379.     OnExit = ListExit
  380.     OnKeyUp = ListKeyUp
  381.     OnMouseMove = ListMouseMove
  382.     OnChange = List