Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 72.39 KB | None | 0 0
  1. partial class MainForm
  2.     {
  3.         /// <summary>
  4.         /// Required designer variable.
  5.         /// </summary>
  6.         private System.ComponentModel.IContainer components = null;
  7.  
  8.         /// <summary>
  9.         /// Clean up any resources being used.
  10.         /// </summary>
  11.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  12.         protected override void Dispose(bool disposing)
  13.         {
  14.             if (disposing && (components != null))
  15.             {
  16.                 components.Dispose();
  17.             }
  18.             base.Dispose(disposing);
  19.         }
  20.  
  21.         #region Windows Form Designer generated code
  22.  
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             this.components = new System.ComponentModel.Container();
  30.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  31.             this.startButton = new System.Windows.Forms.Button();
  32.             this.sendTextBox = new System.Windows.Forms.TextBox();
  33.             this.stopServer = new System.Windows.Forms.Button();
  34.             this.restartServer = new System.Windows.Forms.Button();
  35.             this.sendButton = new System.Windows.Forms.Button();
  36.             this.playersListBox = new System.Windows.Forms.ListBox();
  37.             this.label3 = new System.Windows.Forms.Label();
  38.             this.cpuBar = new System.Windows.Forms.ProgressBar();
  39.             this.tabPage2 = new System.Windows.Forms.TabPage();
  40.             this.playerMap = new GMap.NET.WindowsForms.GMapControl();
  41.             this.tabPage1 = new System.Windows.Forms.TabPage();
  42.             this.consoleTextBox = new System.Windows.Forms.RichTextBox();
  43.             this.mainTabControl = new System.Windows.Forms.TabControl();
  44.             this.ramBar = new System.Windows.Forms.ProgressBar();
  45.             this.label6 = new System.Windows.Forms.Label();
  46.             this.monitoring = new System.Windows.Forms.GroupBox();
  47.             this.moreMonitoring = new System.Windows.Forms.Button();
  48.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  49.             this.debugConsole = new System.Windows.Forms.RichTextBox();
  50.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  51.             this.commandGroupBox = new System.Windows.Forms.GroupBox();
  52.             this.kickButton = new System.Windows.Forms.Button();
  53.             this.banButton = new System.Windows.Forms.Button();
  54.             this.assignButton3 = new System.Windows.Forms.Button();
  55.             this.assignButton2 = new System.Windows.Forms.Button();
  56.             this.assignButton1 = new System.Windows.Forms.Button();
  57.             this.reloadButton = new System.Windows.Forms.Button();
  58.             this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
  59.             this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60.             this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61.             this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62.             this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63.             this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  64.             this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65.             this.monitoringTimer = new System.Windows.Forms.Timer(this.components);
  66.             this.playersContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  67.             this.getIPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  68.             this.getUUIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69.             this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70.             this.banToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  71.             this.kickToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  72.             this.commandContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  73.             this.excecuteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  74.             this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  75.             this.reassignToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  76.             this.serverFilesView = new System.Windows.Forms.TreeView();
  77.             this.filesViewContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  78.             this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  79.             this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  80.             this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  81.             this.aboutToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  82.             this.optionsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  83.             this.fileToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  84.             this.openToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  85.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  86.             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  87.             this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  88.             this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  89.             this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  90.             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  91.             this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  92.             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  93.             this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  94.             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  95.             this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  96.             this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  97.             this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  98.             this.optionsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  99.             this.helpToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  100.             this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  101.             this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  102.             this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  103.             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  104.             this.aboutToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  105.             this.fileToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  106.             this.openToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  107.             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  108.             this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  109.             this.editToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  110.             this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  111.             this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  112.             this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  113.             this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  114.             this.selectAllToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  115.             this.helpToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  116.             this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  117.             this.aboutToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  118.             this.optionsToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  119.             this.serversComboBox = new System.Windows.Forms.ComboBox();
  120.             this.label1 = new System.Windows.Forms.Label();
  121.             this.fileToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  122.             this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  123.             this.openToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  124.             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  125.             this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  126.             this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  127.             this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  128.             this.exitToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  129.             this.editToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  130.             this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  131.             this.cutToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  132.             this.copyToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  133.             this.pasteToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  134.             this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
  135.             this.selectAllToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  136.             this.toolsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  137.             this.customizeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  138.             this.optionsToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  139.             this.helpToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  140.             this.aboutToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  141.             this.renameServerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  142.             this.tabPage2.SuspendLayout();
  143.             this.tabPage1.SuspendLayout();
  144.             this.mainTabControl.SuspendLayout();
  145.             this.monitoring.SuspendLayout();
  146.             this.groupBox1.SuspendLayout();
  147.             this.groupBox2.SuspendLayout();
  148.             this.commandGroupBox.SuspendLayout();
  149.             this.mainMenuStrip.SuspendLayout();
  150.             this.playersContextMenuStrip.SuspendLayout();
  151.             this.commandContextMenuStrip.SuspendLayout();
  152.             this.filesViewContextMenuStrip.SuspendLayout();
  153.             this.SuspendLayout();
  154.             //
  155.             // startButton
  156.             //
  157.             this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  158.             this.startButton.Location = new System.Drawing.Point(18, 483);
  159.             this.startButton.Name = "startButton";
  160.             this.startButton.Size = new System.Drawing.Size(75, 23);
  161.             this.startButton.TabIndex = 1;
  162.             this.startButton.Text = "Start Server";
  163.             this.startButton.UseVisualStyleBackColor = true;
  164.             this.startButton.Click += new System.EventHandler(this.button1_Click);
  165.             //
  166.             // sendTextBox
  167.             //
  168.             this.sendTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  169.             | System.Windows.Forms.AnchorStyles.Right)));
  170.             this.sendTextBox.Location = new System.Drawing.Point(19, 448);
  171.             this.sendTextBox.Name = "sendTextBox";
  172.             this.sendTextBox.Size = new System.Drawing.Size(590, 20);
  173.             this.sendTextBox.TabIndex = 2;
  174.             //
  175.             // stopServer
  176.             //
  177.             this.stopServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  178.             this.stopServer.Enabled = false;
  179.             this.stopServer.Location = new System.Drawing.Point(110, 483);
  180.             this.stopServer.Name = "stopServer";
  181.             this.stopServer.Size = new System.Drawing.Size(75, 23);
  182.             this.stopServer.TabIndex = 3;
  183.             this.stopServer.Text = "Stop Server";
  184.             this.stopServer.UseVisualStyleBackColor = true;
  185.             this.stopServer.Click += new System.EventHandler(this.button1_Click_1);
  186.             //
  187.             // restartServer
  188.             //
  189.             this.restartServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  190.             this.restartServer.Enabled = false;
  191.             this.restartServer.Location = new System.Drawing.Point(203, 483);
  192.             this.restartServer.Name = "restartServer";
  193.             this.restartServer.Size = new System.Drawing.Size(84, 23);
  194.             this.restartServer.TabIndex = 4;
  195.             this.restartServer.Text = "Restart Server";
  196.             this.restartServer.UseVisualStyleBackColor = true;
  197.             this.restartServer.Click += new System.EventHandler(this.button2_Click);
  198.             //
  199.             // sendButton
  200.             //
  201.             this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  202.             this.sendButton.Location = new System.Drawing.Point(612, 448);
  203.             this.sendButton.Margin = new System.Windows.Forms.Padding(0);
  204.             this.sendButton.Name = "sendButton";
  205.             this.sendButton.Size = new System.Drawing.Size(75, 20);
  206.             this.sendButton.TabIndex = 5;
  207.             this.sendButton.Text = "Send";
  208.             this.sendButton.UseVisualStyleBackColor = true;
  209.             this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
  210.             //
  211.             // playersListBox
  212.             //
  213.             this.playersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214.             | System.Windows.Forms.AnchorStyles.Left)
  215.             | System.Windows.Forms.AnchorStyles.Right)));
  216.             this.playersListBox.FormattingEnabled = true;
  217.             this.playersListBox.Location = new System.Drawing.Point(6, 19);
  218.             this.playersListBox.Name = "playersListBox";
  219.             this.playersListBox.Size = new System.Drawing.Size(200, 147);
  220.             this.playersListBox.TabIndex = 6;
  221.             this.playersListBox.SelectedIndexChanged += new System.EventHandler(this.playersListBox_SelectedIndexChanged);
  222.             this.playersListBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.playersListBox_MouseDown);
  223.             //
  224.             // label3
  225.             //
  226.             this.label3.AutoSize = true;
  227.             this.label3.Location = new System.Drawing.Point(7, 19);
  228.             this.label3.Name = "label3";
  229.             this.label3.Size = new System.Drawing.Size(32, 13);
  230.             this.label3.TabIndex = 9;
  231.             this.label3.Text = "CPU:";
  232.             //
  233.             // cpuBar
  234.             //
  235.             this.cpuBar.Location = new System.Drawing.Point(45, 19);
  236.             this.cpuBar.Name = "cpuBar";
  237.             this.cpuBar.Size = new System.Drawing.Size(100, 13);
  238.             this.cpuBar.TabIndex = 10;
  239.             //
  240.             // tabPage2
  241.             //
  242.             this.tabPage2.Controls.Add(this.playerMap);
  243.             this.tabPage2.Location = new System.Drawing.Point(4, 22);
  244.             this.tabPage2.Name = "tabPage2";
  245.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  246.             this.tabPage2.Size = new System.Drawing.Size(664, 342);
  247.             this.tabPage2.TabIndex = 1;
  248.             this.tabPage2.Text = "Players";
  249.             this.tabPage2.UseVisualStyleBackColor = true;
  250.             //
  251.             // playerMap
  252.             //
  253.             this.playerMap.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  254.             | System.Windows.Forms.AnchorStyles.Left)
  255.             | System.Windows.Forms.AnchorStyles.Right)));
  256.             this.playerMap.Bearing = 0F;
  257.             this.playerMap.CanDragMap = true;
  258.             this.playerMap.EmptyTileColor = System.Drawing.Color.Navy;
  259.             this.playerMap.GrayScaleMode = false;
  260.             this.playerMap.HelperLineOption = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
  261.             this.playerMap.LevelsKeepInMemmory = 5;
  262.             this.playerMap.Location = new System.Drawing.Point(-1, 0);
  263.             this.playerMap.MarkersEnabled = true;
  264.             this.playerMap.MaxZoom = 17;
  265.             this.playerMap.MinZoom = 1;
  266.             this.playerMap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
  267.             this.playerMap.Name = "playerMap";
  268.             this.playerMap.NegativeMode = false;
  269.             this.playerMap.PolygonsEnabled = true;
  270.             this.playerMap.RetryLoadTile = 0;
  271.             this.playerMap.RoutesEnabled = true;
  272.             this.playerMap.ScaleMode = GMap.NET.WindowsForms.ScaleModes.Integer;
  273.             this.playerMap.SelectedAreaFillColor = System.Drawing.Color.SkyBlue;
  274.             this.playerMap.ShowTileGridLines = false;
  275.             this.playerMap.Size = new System.Drawing.Size(669, 349);
  276.             this.playerMap.TabIndex = 0;
  277.             this.playerMap.Zoom = 0D;
  278.             this.playerMap.Load += new System.EventHandler(this.playerMap_Load);
  279.             //
  280.             // tabPage1
  281.             //
  282.             this.tabPage1.Controls.Add(this.consoleTextBox);
  283.             this.tabPage1.Location = new System.Drawing.Point(4, 22);
  284.             this.tabPage1.Name = "tabPage1";
  285.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  286.             this.tabPage1.Size = new System.Drawing.Size(664, 372);
  287.             this.tabPage1.TabIndex = 0;
  288.             this.tabPage1.Text = "Console";
  289.             this.tabPage1.UseVisualStyleBackColor = true;
  290.             //
  291.             // consoleTextBox
  292.             //
  293.             this.consoleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  294.             | System.Windows.Forms.AnchorStyles.Left)
  295.             | System.Windows.Forms.AnchorStyles.Right)));
  296.             this.consoleTextBox.BackColor = System.Drawing.Color.White;
  297.             this.consoleTextBox.Location = new System.Drawing.Point(-4, 0);
  298.             this.consoleTextBox.MaxLength = 999999999;
  299.             this.consoleTextBox.Name = "consoleTextBox";
  300.             this.consoleTextBox.ReadOnly = true;
  301.             this.consoleTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
  302.             this.consoleTextBox.ShowSelectionMargin = true;
  303.             this.consoleTextBox.Size = new System.Drawing.Size(668, 376);
  304.             this.consoleTextBox.TabIndex = 0;
  305.             this.consoleTextBox.Text = "";
  306.             this.consoleTextBox.TextChanged += new System.EventHandler(this.consoleTextBox_TextChanged);
  307.             //
  308.             // mainTabControl
  309.             //
  310.             this.mainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  311.             | System.Windows.Forms.AnchorStyles.Left)
  312.             | System.Windows.Forms.AnchorStyles.Right)));
  313.             this.mainTabControl.Controls.Add(this.tabPage1);
  314.             this.mainTabControl.Controls.Add(this.tabPage2);
  315.             this.mainTabControl.Location = new System.Drawing.Point(15, 27);
  316.             this.mainTabControl.Name = "mainTabControl";
  317.             this.mainTabControl.SelectedIndex = 0;
  318.             this.mainTabControl.Size = new System.Drawing.Size(672, 398);
  319.             this.mainTabControl.TabIndex = 16;
  320.             //
  321.             // ramBar
  322.             //
  323.             this.ramBar.Location = new System.Drawing.Point(199, 19);
  324.             this.ramBar.Name = "ramBar";
  325.             this.ramBar.Size = new System.Drawing.Size(100, 13);
  326.             this.ramBar.TabIndex = 19;
  327.             //
  328.             // label6
  329.             //
  330.             this.label6.AutoSize = true;
  331.             this.label6.Location = new System.Drawing.Point(161, 19);
  332.             this.label6.Name = "label6";
  333.             this.label6.Size = new System.Drawing.Size(34, 13);
  334.             this.label6.TabIndex = 18;
  335.             this.label6.Text = "RAM:";
  336.             //
  337.             // monitoring
  338.             //
  339.             this.monitoring.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  340.             this.monitoring.BackColor = System.Drawing.SystemColors.Control;
  341.             this.monitoring.Controls.Add(this.moreMonitoring);
  342.             this.monitoring.Controls.Add(this.ramBar);
  343.             this.monitoring.Controls.Add(this.label3);
  344.             this.monitoring.Controls.Add(this.label6);
  345.             this.monitoring.Controls.Add(this.cpuBar);
  346.             this.monitoring.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  347.             this.monitoring.Location = new System.Drawing.Point(12, 532);
  348.             this.monitoring.Name = "monitoring";
  349.             this.monitoring.Size = new System.Drawing.Size(401, 38);
  350.             this.monitoring.TabIndex = 21;
  351.             this.monitoring.TabStop = false;
  352.             this.monitoring.Text = "Monitoring";
  353.             //
  354.             // moreMonitoring
  355.             //
  356.             this.moreMonitoring.Location = new System.Drawing.Point(315, 14);
  357.             this.moreMonitoring.Margin = new System.Windows.Forms.Padding(0);
  358.             this.moreMonitoring.Name = "moreMonitoring";
  359.             this.moreMonitoring.Size = new System.Drawing.Size(75, 20);
  360.             this.moreMonitoring.TabIndex = 23;
  361.             this.moreMonitoring.Text = "More...";
  362.             this.moreMonitoring.UseVisualStyleBackColor = true;
  363.             this.moreMonitoring.Click += new System.EventHandler(this.moreMonitoring_Click);
  364.             //
  365.             // groupBox1
  366.             //
  367.             this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  368.             this.groupBox1.Controls.Add(this.debugConsole);
  369.             this.groupBox1.Location = new System.Drawing.Point(630, 475);
  370.             this.groupBox1.Name = "groupBox1";
  371.             this.groupBox1.Size = new System.Drawing.Size(288, 95);
  372.             this.groupBox1.TabIndex = 22;
  373.             this.groupBox1.TabStop = false;
  374.             this.groupBox1.Text = "Debug console";
  375.             //
  376.             // debugConsole
  377.             //
  378.             this.debugConsole.BackColor = System.Drawing.Color.White;
  379.             this.debugConsole.Location = new System.Drawing.Point(6, 19);
  380.             this.debugConsole.MaxLength = 999999999;
  381.             this.debugConsole.Name = "debugConsole";
  382.             this.debugConsole.ReadOnly = true;
  383.             this.debugConsole.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
  384.             this.debugConsole.ShowSelectionMargin = true;
  385.             this.debugConsole.Size = new System.Drawing.Size(276, 73);
  386.             this.debugConsole.TabIndex = 1;
  387.             this.debugConsole.Text = "";
  388.             this.debugConsole.TextChanged += new System.EventHandler(this.debugConsole_TextChanged);
  389.             //
  390.             // groupBox2
  391.             //
  392.             this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  393.             | System.Windows.Forms.AnchorStyles.Right)));
  394.             this.groupBox2.Controls.Add(this.playersListBox);
  395.             this.groupBox2.Location = new System.Drawing.Point(706, 87);
  396.             this.groupBox2.Name = "groupBox2";
  397.             this.groupBox2.Size = new System.Drawing.Size(212, 180);
  398.             this.groupBox2.TabIndex = 23;
  399.             this.groupBox2.TabStop = false;
  400.             this.groupBox2.Text = "Player names";
  401.             //
  402.             // commandGroupBox
  403.             //
  404.             this.commandGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  405.             this.commandGroupBox.Controls.Add(this.kickButton);
  406.             this.commandGroupBox.Controls.Add(this.banButton);
  407.             this.commandGroupBox.Controls.Add(this.assignButton3);
  408.             this.commandGroupBox.Controls.Add(this.assignButton2);
  409.             this.commandGroupBox.Controls.Add(this.assignButton1);
  410.             this.commandGroupBox.Controls.Add(this.reloadButton);
  411.             this.commandGroupBox.Location = new System.Drawing.Point(706, 273);
  412.             this.commandGroupBox.Name = "commandGroupBox";
  413.             this.commandGroupBox.Size = new System.Drawing.Size(212, 195);
  414.             this.commandGroupBox.TabIndex = 24;
  415.             this.commandGroupBox.TabStop = false;
  416.             this.commandGroupBox.Text = "Commands";
  417.             //
  418.             // kickButton
  419.             //
  420.             this.kickButton.Enabled = false;
  421.             this.kickButton.Location = new System.Drawing.Point(20, 19);
  422.             this.kickButton.Name = "kickButton";
  423.             this.kickButton.Size = new System.Drawing.Size(173, 23);
  424.             this.kickButton.TabIndex = 10;
  425.             this.kickButton.Text = "Kick";
  426.             this.kickButton.UseVisualStyleBackColor = true;
  427.             this.kickButton.Click += new System.EventHandler(this.kickButton_Click);
  428.             this.kickButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.kickButton_MouseDown);
  429.             //
  430.             // banButton
  431.             //
  432.             this.banButton.Enabled = false;
  433.             this.banButton.Location = new System.Drawing.Point(20, 48);
  434.             this.banButton.Name = "banButton";
  435.             this.banButton.Size = new System.Drawing.Size(173, 23);
  436.             this.banButton.TabIndex = 9;
  437.             this.banButton.Text = "Ban";
  438.             this.banButton.UseVisualStyleBackColor = true;
  439.             this.banButton.Click += new System.EventHandler(this.banButton_Click);
  440.             this.banButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.banButton_MouseDown);
  441.             //
  442.             // assignButton3
  443.             //
  444.             this.assignButton3.Enabled = false;
  445.             this.assignButton3.Location = new System.Drawing.Point(20, 163);
  446.             this.assignButton3.Name = "assignButton3";
  447.             this.assignButton3.Size = new System.Drawing.Size(173, 23);
  448.             this.assignButton3.TabIndex = 8;
  449.             this.assignButton3.Text = "Assign...";
  450.             this.assignButton3.UseVisualStyleBackColor = true;
  451.             this.assignButton3.Click += new System.EventHandler(this.assignButton3_Click);
  452.             this.assignButton3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.assignButton3_MouseDown);
  453.             //
  454.             // assignButton2
  455.             //
  456.             this.assignButton2.Enabled = false;
  457.             this.assignButton2.Location = new System.Drawing.Point(20, 134);
  458.             this.assignButton2.Name = "assignButton2";
  459.             this.assignButton2.Size = new System.Drawing.Size(173, 23);
  460.             this.assignButton2.TabIndex = 7;
  461.             this.assignButton2.Text = "Assign...";
  462.             this.assignButton2.UseVisualStyleBackColor = true;
  463.             this.assignButton2.Click += new System.EventHandler(this.assignButton2_Click);
  464.             this.assignButton2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.assignButton2_MouseDown);
  465.             //
  466.             // assignButton1
  467.             //
  468.             this.assignButton1.Enabled = false;
  469.             this.assignButton1.Location = new System.Drawing.Point(20, 106);
  470.             this.assignButton1.Name = "assignButton1";
  471.             this.assignButton1.Size = new System.Drawing.Size(173, 23);
  472.             this.assignButton1.TabIndex = 6;
  473.             this.assignButton1.Text = "Assign...";
  474.             this.assignButton1.UseVisualStyleBackColor = true;
  475.             this.assignButton1.Click += new System.EventHandler(this.assignButton1_Click);
  476.             //
  477.             // reloadButton
  478.             //
  479.             this.reloadButton.Enabled = false;
  480.             this.reloadButton.Location = new System.Drawing.Point(20, 77);
  481.             this.reloadButton.Name = "reloadButton";
  482.             this.reloadButton.Size = new System.Drawing.Size(173, 23);
  483.             this.reloadButton.TabIndex = 5;
  484.             this.reloadButton.Text = "Reload";
  485.             this.reloadButton.UseVisualStyleBackColor = true;
  486.             this.reloadButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.reloadButton_MouseDown);
  487.             //
  488.             // mainMenuStrip
  489.             //
  490.             this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  491.             this.fileToolStripMenuItem4,
  492.             this.editToolStripMenuItem2,
  493.             this.toolsToolStripMenuItem1,
  494.             this.helpToolStripMenuItem4});
  495.             this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
  496.             this.mainMenuStrip.Name = "mainMenuStrip";
  497.             this.mainMenuStrip.Size = new System.Drawing.Size(930, 24);
  498.             this.mainMenuStrip.TabIndex = 25;
  499.             this.mainMenuStrip.Text = "menuStrip1";
  500.             //
  501.             // fileToolStripMenuItem
  502.             //
  503.             this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  504.             this.openToolStripMenuItem});
  505.             this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  506.             this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
  507.             this.fileToolStripMenuItem.Text = "File";
  508.             //
  509.             // openToolStripMenuItem
  510.             //
  511.             this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  512.             this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
  513.             this.openToolStripMenuItem.Text = "Open";
  514.             //
  515.             // aboutToolStripMenuItem
  516.             //
  517.             this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  518.             this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
  519.             this.aboutToolStripMenuItem.Text = "About";
  520.             //
  521.             // helpToolStripMenuItem
  522.             //
  523.             this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  524.             this.aboutToolStripMenuItem1,
  525.             this.optionsToolStripMenuItem});
  526.             this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  527.             this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
  528.             this.helpToolStripMenuItem.Text = "Help";
  529.             //
  530.             // aboutToolStripMenuItem1
  531.             //
  532.             this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
  533.             this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(116, 22);
  534.             this.aboutToolStripMenuItem1.Text = "About";
  535.             //
  536.             // optionsToolStripMenuItem
  537.             //
  538.             this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
  539.             this.optionsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
  540.             this.optionsToolStripMenuItem.Text = "Options";
  541.             this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
  542.             //
  543.             // monitoringTimer
  544.             //
  545.             this.monitoringTimer.Interval = 500;
  546.             this.monitoringTimer.Tick += new System.EventHandler(this.monitoringTimer_Tick);
  547.             //
  548.             // playersContextMenuStrip
  549.             //
  550.             this.playersContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  551.             this.getIPToolStripMenuItem,
  552.             this.getUUIDToolStripMenuItem,
  553.             this.actionsToolStripMenuItem});
  554.             this.playersContextMenuStrip.Name = "playersContextMenuStrip";
  555.             this.playersContextMenuStrip.Size = new System.Drawing.Size(123, 70);
  556.             //
  557.             // getIPToolStripMenuItem
  558.             //
  559.             this.getIPToolStripMenuItem.Name = "getIPToolStripMenuItem";
  560.             this.getIPToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
  561.             this.getIPToolStripMenuItem.Text = "Get IP";
  562.             //
  563.             // getUUIDToolStripMenuItem
  564.             //
  565.             this.getUUIDToolStripMenuItem.Name = "getUUIDToolStripMenuItem";
  566.             this.getUUIDToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
  567.             this.getUUIDToolStripMenuItem.Text = "Get UUID";
  568.             //
  569.             // actionsToolStripMenuItem
  570.             //
  571.             this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  572.             this.banToolStripMenuItem,
  573.             this.kickToolStripMenuItem});
  574.             this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
  575.             this.actionsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
  576.             this.actionsToolStripMenuItem.Text = "Actions";
  577.             //
  578.             // banToolStripMenuItem
  579.             //
  580.             this.banToolStripMenuItem.Name = "banToolStripMenuItem";
  581.             this.banToolStripMenuItem.Size = new System.Drawing.Size(96, 22);
  582.             this.banToolStripMenuItem.Text = "Ban";
  583.             //
  584.             // kickToolStripMenuItem
  585.             //
  586.             this.kickToolStripMenuItem.Name = "kickToolStripMenuItem";
  587.             this.kickToolStripMenuItem.Size = new System.Drawing.Size(96, 22);
  588.             this.kickToolStripMenuItem.Text = "Kick";
  589.             //
  590.             // commandContextMenuStrip
  591.             //
  592.             this.commandContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  593.             this.excecuteToolStripMenuItem,
  594.             this.clearToolStripMenuItem,
  595.             this.reassignToolStripMenuItem});
  596.             this.commandContextMenuStrip.Name = "commandContextMenuStrip";
  597.             this.commandContextMenuStrip.Size = new System.Drawing.Size(126, 70);
  598.             //
  599.             // excecuteToolStripMenuItem
  600.             //
  601.             this.excecuteToolStripMenuItem.Name = "excecuteToolStripMenuItem";
  602.             this.excecuteToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  603.             this.excecuteToolStripMenuItem.Text = "Excecute";
  604.             //
  605.             // clearToolStripMenuItem
  606.             //
  607.             this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
  608.             this.clearToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  609.             this.clearToolStripMenuItem.Text = "Clear";
  610.             //
  611.             // reassignToolStripMenuItem
  612.             //
  613.             this.reassignToolStripMenuItem.Name = "reassignToolStripMenuItem";
  614.             this.reassignToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
  615.             this.reassignToolStripMenuItem.Text = "Re-assign";
  616.             //
  617.             // serverFilesView
  618.             //
  619.             this.serverFilesView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  620.             | System.Windows.Forms.AnchorStyles.Right)));
  621.             this.serverFilesView.ContextMenuStrip = this.filesViewContextMenuStrip;
  622.             this.serverFilesView.Location = new System.Drawing.Point(419, 475);
  623.             this.serverFilesView.Name = "serverFilesView";
  624.             this.serverFilesView.Size = new System.Drawing.Size(190, 97);
  625.             this.serverFilesView.TabIndex = 26;
  626.             //
  627.             // filesViewContextMenuStrip
  628.             //
  629.             this.filesViewContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  630.             this.openFileToolStripMenuItem});
  631.             this.filesViewContextMenuStrip.Name = "filesViewContextMenuStrip";
  632.             this.filesViewContextMenuStrip.Size = new System.Drawing.Size(125, 26);
  633.             //
  634.             // openFileToolStripMenuItem
  635.             //
  636.             this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
  637.             this.openFileToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  638.             this.openFileToolStripMenuItem.Text = "Open File";
  639.             this.openFileToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click);
  640.             //
  641.             // fileToolStripMenuItem1
  642.             //
  643.             this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
  644.             this.fileToolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
  645.             this.fileToolStripMenuItem1.Text = "File";
  646.             //
  647.             // helpToolStripMenuItem1
  648.             //
  649.             this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
  650.             this.helpToolStripMenuItem1.Size = new System.Drawing.Size(44, 20);
  651.             this.helpToolStripMenuItem1.Text = "Help";
  652.             //
  653.             // aboutToolStripMenuItem2
  654.             //
  655.             this.aboutToolStripMenuItem2.Name = "aboutToolStripMenuItem2";
  656.             this.aboutToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  657.             this.aboutToolStripMenuItem2.Text = "About";
  658.             //
  659.             // optionsToolStripMenuItem1
  660.             //
  661.             this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1";
  662.             this.optionsToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  663.             this.optionsToolStripMenuItem1.Text = "Options";
  664.             //
  665.             // fileToolStripMenuItem2
  666.             //
  667.             this.fileToolStripMenuItem2.Name = "fileToolStripMenuItem2";
  668.             this.fileToolStripMenuItem2.Size = new System.Drawing.Size(37, 20);
  669.             this.fileToolStripMenuItem2.Text = "&File";
  670.             //
  671.             // openToolStripMenuItem1
  672.             //
  673.             this.openToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem1.Image")));
  674.             this.openToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
  675.             this.openToolStripMenuItem1.Name = "openToolStripMenuItem1";
  676.             this.openToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  677.             this.openToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  678.             this.openToolStripMenuItem1.Text = "&Open";
  679.             //
  680.             // toolStripSeparator1
  681.             //
  682.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  683.             this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
  684.             //
  685.             // exitToolStripMenuItem
  686.             //
  687.             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  688.             this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  689.             this.exitToolStripMenuItem.Text = "E&xit";
  690.             //
  691.             // editToolStripMenuItem
  692.             //
  693.             this.editToolStripMenuItem.Name = "editToolStripMenuItem";
  694.             this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
  695.             this.editToolStripMenuItem.Text = "&Edit";
  696.             //
  697.             // undoToolStripMenuItem
  698.             //
  699.             this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
  700.             this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
  701.             this.undoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  702.             this.undoToolStripMenuItem.Text = "&Undo";
  703.             //
  704.             // redoToolStripMenuItem
  705.             //
  706.             this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
  707.             this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
  708.             this.redoToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  709.             this.redoToolStripMenuItem.Text = "&Redo";
  710.             //
  711.             // toolStripSeparator3
  712.             //
  713.             this.toolStripSeparator3.Name = "toolStripSeparator3";
  714.             this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
  715.             //
  716.             // cutToolStripMenuItem
  717.             //
  718.             this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
  719.             this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  720.             this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
  721.             this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  722.             this.cutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  723.             this.cutToolStripMenuItem.Text = "Cu&t";
  724.             //
  725.             // copyToolStripMenuItem
  726.             //
  727.             this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
  728.             this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  729.             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
  730.             this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  731.             this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  732.             this.copyToolStripMenuItem.Text = "&Copy";
  733.             //
  734.             // pasteToolStripMenuItem
  735.             //
  736.             this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
  737.             this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  738.             this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
  739.             this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  740.             this.pasteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  741.             this.pasteToolStripMenuItem.Text = "&Paste";
  742.             //
  743.             // toolStripSeparator4
  744.             //
  745.             this.toolStripSeparator4.Name = "toolStripSeparator4";
  746.             this.toolStripSeparator4.Size = new System.Drawing.Size(149, 6);
  747.             //
  748.             // selectAllToolStripMenuItem
  749.             //
  750.             this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
  751.             this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  752.             this.selectAllToolStripMenuItem.Text = "Select &All";
  753.             //
  754.             // toolsToolStripMenuItem
  755.             //
  756.             this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
  757.             this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
  758.             this.toolsToolStripMenuItem.Text = "&Tools";
  759.             //
  760.             // customizeToolStripMenuItem
  761.             //
  762.             this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
  763.             this.customizeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  764.             this.customizeToolStripMenuItem.Text = "&Customize";
  765.             //
  766.             // optionsToolStripMenuItem2
  767.             //
  768.             this.optionsToolStripMenuItem2.Name = "optionsToolStripMenuItem2";
  769.             this.optionsToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  770.             this.optionsToolStripMenuItem2.Text = "&Options";
  771.             //
  772.             // helpToolStripMenuItem2
  773.             //
  774.             this.helpToolStripMenuItem2.Name = "helpToolStripMenuItem2";
  775.             this.helpToolStripMenuItem2.Size = new System.Drawing.Size(44, 20);
  776.             this.helpToolStripMenuItem2.Text = "&Help";
  777.             //
  778.             // contentsToolStripMenuItem
  779.             //
  780.             this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
  781.             this.contentsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  782.             this.contentsToolStripMenuItem.Text = "&Contents";
  783.             //
  784.             // indexToolStripMenuItem
  785.             //
  786.             this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
  787.             this.indexToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  788.             this.indexToolStripMenuItem.Text = "&Index";
  789.             //
  790.             // searchToolStripMenuItem
  791.             //
  792.             this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
  793.             this.searchToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  794.             this.searchToolStripMenuItem.Text = "&Search";
  795.             //
  796.             // toolStripSeparator5
  797.             //
  798.             this.toolStripSeparator5.Name = "toolStripSeparator5";
  799.             this.toolStripSeparator5.Size = new System.Drawing.Size(149, 6);
  800.             //
  801.             // aboutToolStripMenuItem3
  802.             //
  803.             this.aboutToolStripMenuItem3.Name = "aboutToolStripMenuItem3";
  804.             this.aboutToolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
  805.             this.aboutToolStripMenuItem3.Text = "&About...";
  806.             //
  807.             // fileToolStripMenuItem3
  808.             //
  809.             this.fileToolStripMenuItem3.Name = "fileToolStripMenuItem3";
  810.             this.fileToolStripMenuItem3.Size = new System.Drawing.Size(37, 20);
  811.             this.fileToolStripMenuItem3.Text = "&File";
  812.             //
  813.             // openToolStripMenuItem2
  814.             //
  815.             this.openToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem2.Image")));
  816.             this.openToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
  817.             this.openToolStripMenuItem2.Name = "openToolStripMenuItem2";
  818.             this.openToolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  819.             this.openToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  820.             this.openToolStripMenuItem2.Text = "&Open";
  821.             //
  822.             // toolStripSeparator6
  823.             //
  824.             this.toolStripSeparator6.Name = "toolStripSeparator6";
  825.             this.toolStripSeparator6.Size = new System.Drawing.Size(149, 6);
  826.             //
  827.             // exitToolStripMenuItem1
  828.             //
  829.             this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
  830.             this.exitToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  831.             this.exitToolStripMenuItem1.Text = "E&xit";
  832.             //
  833.             // editToolStripMenuItem1
  834.             //
  835.             this.editToolStripMenuItem1.Name = "editToolStripMenuItem1";
  836.             this.editToolStripMenuItem1.Size = new System.Drawing.Size(39, 20);
  837.             this.editToolStripMenuItem1.Text = "&Edit";
  838.             //
  839.             // cutToolStripMenuItem1
  840.             //
  841.             this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
  842.             this.cutToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
  843.             this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
  844.             this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  845.             this.cutToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  846.             this.cutToolStripMenuItem1.Text = "Cu&t";
  847.             //
  848.             // copyToolStripMenuItem1
  849.             //
  850.             this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
  851.             this.copyToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
  852.             this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
  853.             this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  854.             this.copyToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  855.             this.copyToolStripMenuItem1.Text = "&Copy";
  856.             //
  857.             // pasteToolStripMenuItem1
  858.             //
  859.             this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
  860.             this.pasteToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta;
  861.             this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
  862.             this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  863.             this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  864.             this.pasteToolStripMenuItem1.Text = "&Paste";
  865.             //
  866.             // toolStripSeparator8
  867.             //
  868.             this.toolStripSeparator8.Name = "toolStripSeparator8";
  869.             this.toolStripSeparator8.Size = new System.Drawing.Size(149, 6);
  870.             //
  871.             // selectAllToolStripMenuItem1
  872.             //
  873.             this.selectAllToolStripMenuItem1.Name = "selectAllToolStripMenuItem1";
  874.             this.selectAllToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  875.             this.selectAllToolStripMenuItem1.Text = "Select &All";
  876.             //
  877.             // helpToolStripMenuItem3
  878.             //
  879.             this.helpToolStripMenuItem3.Name = "helpToolStripMenuItem3";
  880.             this.helpToolStripMenuItem3.Size = new System.Drawing.Size(44, 20);
  881.             this.helpToolStripMenuItem3.Text = "&Help";
  882.             //
  883.             // toolStripSeparator9
  884.             //
  885.             this.toolStripSeparator9.Name = "toolStripSeparator9";
  886.             this.toolStripSeparator9.Size = new System.Drawing.Size(149, 6);
  887.             //
  888.             // aboutToolStripMenuItem4
  889.             //
  890.             this.aboutToolStripMenuItem4.Name = "aboutToolStripMenuItem4";
  891.             this.aboutToolStripMenuItem4.Size = new System.Drawing.Size(152, 22);
  892.             this.aboutToolStripMenuItem4.Text = "&About...";
  893.             //
  894.             // optionsToolStripMenuItem4
  895.             //
  896.             this.optionsToolStripMenuItem4.Name = "optionsToolStripMenuItem4";
  897.             this.optionsToolStripMenuItem4.Size = new System.Drawing.Size(152, 22);
  898.             this.optionsToolStripMenuItem4.Text = "Options";
  899.             //
  900.             // serversComboBox
  901.             //
  902.             this.serversComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  903.             this.serversComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  904.             this.serversComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  905.             this.serversComboBox.FormattingEnabled = true;
  906.             this.serversComboBox.Items.AddRange(new object[] {
  907.             "Server1 (Running)",
  908.             "Server2 (Idle)",
  909.             "Server3 (Idle)"});
  910.             this.serversComboBox.Location = new System.Drawing.Point(763, 48);
  911.             this.serversComboBox.Name = "serversComboBox";
  912.             this.serversComboBox.Size = new System.Drawing.Size(155, 23);
  913.             this.serversComboBox.Sorted = true;
  914.             this.serversComboBox.TabIndex = 27;
  915.             //
  916.             // label1
  917.             //
  918.             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  919.             this.label1.AutoSize = true;
  920.             this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  921.             this.label1.Location = new System.Drawing.Point(703, 50);
  922.             this.label1.Name = "label1";
  923.             this.label1.Size = new System.Drawing.Size(54, 17);
  924.             this.label1.TabIndex = 28;
  925.             this.label1.Text = "Server:";
  926.             //
  927.             // fileToolStripMenuItem4
  928.             //
  929.             this.fileToolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  930.             this.newToolStripMenuItem,
  931.             this.openToolStripMenuItem3,
  932.             this.toolStripSeparator2,
  933.             this.printToolStripMenuItem,
  934.             this.printPreviewToolStripMenuItem,
  935.             this.toolStripSeparator7,
  936.             this.exitToolStripMenuItem2});
  937.             this.fileToolStripMenuItem4.Name = "fileToolStripMenuItem4";
  938.             this.fileToolStripMenuItem4.Size = new System.Drawing.Size(37, 20);
  939.             this.fileToolStripMenuItem4.Text = "&File";
  940.             //
  941.             // newToolStripMenuItem
  942.             //
  943.             this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
  944.             this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  945.             this.newToolStripMenuItem.Name = "newToolStripMenuItem";
  946.             this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  947.             this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  948.             this.newToolStripMenuItem.Text = "&New";
  949.             //
  950.             // openToolStripMenuItem3
  951.             //
  952.             this.openToolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem3.Image")));
  953.             this.openToolStripMenuItem3.ImageTransparentColor = System.Drawing.Color.Magenta;
  954.             this.openToolStripMenuItem3.Name = "openToolStripMenuItem3";
  955.             this.openToolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  956.             this.openToolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
  957.             this.openToolStripMenuItem3.Text = "&Open";
  958.             //
  959.             // toolStripSeparator2
  960.             //
  961.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  962.             this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
  963.             //
  964.             // printToolStripMenuItem
  965.             //
  966.             this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
  967.             this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  968.             this.printToolStripMenuItem.Name = "printToolStripMenuItem";
  969.             this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
  970.             this.printToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  971.             this.printToolStripMenuItem.Text = "&Print";
  972.             //
  973.             // printPreviewToolStripMenuItem
  974.             //
  975.             this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
  976.             this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  977.             this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
  978.             this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  979.             this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
  980.             //
  981.             // toolStripSeparator7
  982.             //
  983.             this.toolStripSeparator7.Name = "toolStripSeparator7";
  984.             this.toolStripSeparator7.Size = new System.Drawing.Size(149, 6);
  985.             //
  986.             // exitToolStripMenuItem2
  987.             //
  988.             this.exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
  989.             this.exitToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  990.             this.exitToolStripMenuItem2.Text = "E&xit";
  991.             //
  992.             // editToolStripMenuItem2
  993.             //
  994.             this.editToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  995.             this.renameServerToolStripMenuItem,
  996.             this.toolStripSeparator10,
  997.             this.cutToolStripMenuItem2,
  998.             this.copyToolStripMenuItem2,
  999.             this.pasteToolStripMenuItem2,
  1000.             this.toolStripSeparator11,
  1001.             this.selectAllToolStripMenuItem2});
  1002.             this.editToolStripMenuItem2.Name = "editToolStripMenuItem2";
  1003.             this.editToolStripMenuItem2.Size = new System.Drawing.Size(39, 20);
  1004.             this.editToolStripMenuItem2.Text = "&Edit";
  1005.             //
  1006.             // toolStripSeparator10
  1007.             //
  1008.             this.toolStripSeparator10.Name = "toolStripSeparator10";
  1009.             this.toolStripSeparator10.Size = new System.Drawing.Size(149, 6);
  1010.             //
  1011.             // cutToolStripMenuItem2
  1012.             //
  1013.             this.cutToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem2.Image")));
  1014.             this.cutToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
  1015.             this.cutToolStripMenuItem2.Name = "cutToolStripMenuItem2";
  1016.             this.cutToolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  1017.             this.cutToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  1018.             this.cutToolStripMenuItem2.Text = "Cu&t";
  1019.             //
  1020.             // copyToolStripMenuItem2
  1021.             //
  1022.             this.copyToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem2.Image")));
  1023.             this.copyToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
  1024.             this.copyToolStripMenuItem2.Name = "copyToolStripMenuItem2";
  1025.             this.copyToolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  1026.             this.copyToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  1027.             this.copyToolStripMenuItem2.Text = "&Copy";
  1028.             //
  1029.             // pasteToolStripMenuItem2
  1030.             //
  1031.             this.pasteToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem2.Image")));
  1032.             this.pasteToolStripMenuItem2.ImageTransparentColor = System.Drawing.Color.Magenta;
  1033.             this.pasteToolStripMenuItem2.Name = "pasteToolStripMenuItem2";
  1034.             this.pasteToolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  1035.             this.pasteToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  1036.             this.pasteToolStripMenuItem2.Text = "&Paste";
  1037.             //
  1038.             // toolStripSeparator11
  1039.             //
  1040.             this.toolStripSeparator11.Name = "toolStripSeparator11";
  1041.             this.toolStripSeparator11.Size = new System.Drawing.Size(149, 6);
  1042.             //
  1043.             // selectAllToolStripMenuItem2
  1044.             //
  1045.             this.selectAllToolStripMenuItem2.Name = "selectAllToolStripMenuItem2";
  1046.             this.selectAllToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
  1047.             this.selectAllToolStripMenuItem2.Text = "Select &All";
  1048.             //
  1049.             // toolsToolStripMenuItem1
  1050.             //
  1051.             this.toolsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1052.             this.customizeToolStripMenuItem1,
  1053.             this.optionsToolStripMenuItem3});
  1054.             this.toolsToolStripMenuItem1.Name = "toolsToolStripMenuItem1";
  1055.             this.toolsToolStripMenuItem1.Size = new System.Drawing.Size(48, 20);
  1056.             this.toolsToolStripMenuItem1.Text = "&Tools";
  1057.             //
  1058.             // customizeToolStripMenuItem1
  1059.             //
  1060.             this.customizeToolStripMenuItem1.Name = "customizeToolStripMenuItem1";
  1061.             this.customizeToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
  1062.             this.customizeToolStripMenuItem1.Text = "&Customize";
  1063.             //
  1064.             // optionsToolStripMenuItem3
  1065.             //
  1066.             this.optionsToolStripMenuItem3.Name = "optionsToolStripMenuItem3";
  1067.             this.optionsToolStripMenuItem3.Size = new System.Drawing.Size(152, 22);
  1068.             this.optionsToolStripMenuItem3.Text = "&Options";
  1069.             //
  1070.             // helpToolStripMenuItem4
  1071.             //
  1072.             this.helpToolStripMenuItem4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1073.             this.aboutToolStripMenuItem5});
  1074.             this.helpToolStripMenuItem4.Name = "helpToolStripMenuItem4";
  1075.             this.helpToolStripMenuItem4.Size = new System.Drawing.Size(44, 20);
  1076.             this.helpToolStripMenuItem4.Text = "&Help";
  1077.             //
  1078.             // aboutToolStripMenuItem5
  1079.             //
  1080.             this.aboutToolStripMenuItem5.Name = "aboutToolStripMenuItem5";
  1081.             this.aboutToolStripMenuItem5.Size = new System.Drawing.Size(152, 22);
  1082.             this.aboutToolStripMenuItem5.Text = "&About...";
  1083.             //
  1084.             // renameServerToolStripMenuItem
  1085.             //
  1086.             this.renameServerToolStripMenuItem.Name = "renameServerToolStripMenuItem";
  1087.             this.renameServerToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
  1088.             this.renameServerToolStripMenuItem.Text = "&Rename Server";
  1089.             //
  1090.             // MainForm
  1091.             //
  1092.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1093.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1094.             this.ClientSize = new System.Drawing.Size(930, 582);
  1095.             this.Controls.Add(this.label1);
  1096.             this.Controls.Add(this.serversComboBox);
  1097.             this.Controls.Add(this.serverFilesView);
  1098.             this.Controls.Add(this.commandGroupBox);
  1099.             this.Controls.Add(this.mainMenuStrip);
  1100.             this.Controls.Add(this.groupBox2);
  1101.             this.Controls.Add(this.groupBox1);
  1102.             this.Controls.Add(this.monitoring);
  1103.             this.Controls.Add(this.mainTabControl);
  1104.             this.Controls.Add(this.sendButton);
  1105.             this.Controls.Add(this.restartServer);
  1106.             this.Controls.Add(this.stopServer);
  1107.             this.Controls.Add(this.sendTextBox);
  1108.             this.Controls.Add(this.startButton);
  1109.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1110.             this.MainMenuStrip = this.mainMenuStrip;
  1111.             this.MinimumSize = new System.Drawing.Size(946, 590);
  1112.             this.Name = "MainForm";
  1113.             this.Text = "ServerGUI";
  1114.             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
  1115.             this.Load += new System.EventHandler(this.Form1_Load);
  1116.             this.tabPage2.ResumeLayout(false);
  1117.             this.tabPage1.ResumeLayout(false);
  1118.             this.mainTabControl.ResumeLayout(false);
  1119.             this.monitoring.ResumeLayout(false);
  1120.             this.monitoring.PerformLayout();
  1121.             this.groupBox1.ResumeLayout(false);
  1122.             this.groupBox2.ResumeLayout(false);
  1123.             this.commandGroupBox.ResumeLayout(false);
  1124.             this.mainMenuStrip.ResumeLayout(false);
  1125.             this.mainMenuStrip.PerformLayout();
  1126.             this.playersContextMenuStrip.ResumeLayout(false);
  1127.             this.commandContextMenuStrip.ResumeLayout(false);
  1128.             this.filesViewContextMenuStrip.ResumeLayout(false);
  1129.             this.ResumeLayout(false);
  1130.             this.PerformLayout();
  1131.  
  1132.         }
  1133.  
  1134.         private void playersListBox_MouseDown(object sender, System.EventArgs e)
  1135.         {
  1136.             throw new System.NotImplementedException();
  1137.         }
  1138.  
  1139.         #endregion
  1140.  
  1141.         private System.Windows.Forms.Button startButton;
  1142.         private System.Windows.Forms.TextBox sendTextBox;
  1143.         private System.Windows.Forms.Button stopServer;
  1144.         private System.Windows.Forms.Button restartServer;
  1145.         private System.Windows.Forms.Button sendButton;
  1146.         private System.Windows.Forms.Label label3;
  1147.         private System.Windows.Forms.ProgressBar cpuBar;
  1148.         private System.Windows.Forms.TabPage tabPage2;
  1149.         private System.Windows.Forms.TabPage tabPage1;
  1150.         private System.Windows.Forms.RichTextBox consoleTextBox;
  1151.         private System.Windows.Forms.TabControl mainTabControl;
  1152.         private System.Windows.Forms.ProgressBar ramBar;
  1153.         private System.Windows.Forms.Label label6;
  1154.         private System.Windows.Forms.GroupBox monitoring;
  1155.         private System.Windows.Forms.GroupBox groupBox1;
  1156.         private System.Windows.Forms.RichTextBox debugConsole;
  1157.         private System.Windows.Forms.GroupBox groupBox2;
  1158.         private System.Windows.Forms.GroupBox commandGroupBox;
  1159.         private System.Windows.Forms.MenuStrip mainMenuStrip;
  1160.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  1161.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  1162.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  1163.         public System.Windows.Forms.ListBox playersListBox;
  1164.         private System.Diagnostics.PerformanceCounter cpuCounter;
  1165.         private System.Diagnostics.PerformanceCounter ramCounter;
  1166.         private System.Windows.Forms.Timer monitoringTimer;
  1167.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
  1168.         private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
  1169.         private System.Windows.Forms.ContextMenuStrip playersContextMenuStrip;
  1170.         private System.Windows.Forms.ToolStripMenuItem getIPToolStripMenuItem;
  1171.         private System.Windows.Forms.ToolStripMenuItem getUUIDToolStripMenuItem;
  1172.         private System.Windows.Forms.ToolStripMenuItem actionsToolStripMenuItem;
  1173.         private System.Windows.Forms.ToolStripMenuItem banToolStripMenuItem;
  1174.         private System.Windows.Forms.ToolStripMenuItem kickToolStripMenuItem;
  1175.         private System.Windows.Forms.Button moreMonitoring;
  1176.         private System.Windows.Forms.Button kickButton;
  1177.         private System.Windows.Forms.Button banButton;
  1178.         private System.Windows.Forms.Button assignButton3;
  1179.         private System.Windows.Forms.Button assignButton2;
  1180.         private System.Windows.Forms.Button assignButton1;
  1181.         private System.Windows.Forms.Button reloadButton;
  1182.         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
  1183.         private System.Windows.Forms.ContextMenuStrip commandContextMenuStrip;
  1184.         private System.Windows.Forms.ToolStripMenuItem excecuteToolStripMenuItem;
  1185.         private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
  1186.         private System.Windows.Forms.ToolStripMenuItem reassignToolStripMenuItem;
  1187.         public GMap.NET.WindowsForms.GMapControl playerMap;
  1188.         private System.Windows.Forms.TreeView serverFilesView;
  1189.         private System.Windows.Forms.ContextMenuStrip filesViewContextMenuStrip;
  1190.         private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem;
  1191.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1;
  1192.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
  1193.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem2;
  1194.         private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem1;
  1195.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem2;
  1196.         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem1;
  1197.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1198.         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  1199.         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
  1200.         private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
  1201.         private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
  1202.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1203.         private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
  1204.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
  1205.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
  1206.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1207.         private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
  1208.         private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
  1209.         private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
  1210.         private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem2;
  1211.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem2;
  1212.         private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
  1213.         private System.Windows.Forms.ToolStripMenuItem indexToolStripMenuItem;
  1214.         private System.Windows.Forms.ToolStripMenuItem searchToolStripMenuItem;
  1215.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1216.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem3;
  1217.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem3;
  1218.         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem2;
  1219.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1220.         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
  1221.         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem1;
  1222.         private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
  1223.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
  1224.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
  1225.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  1226.         private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem1;
  1227.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem3;
  1228.         private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem4;
  1229.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  1230.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem4;
  1231.         private System.Windows.Forms.ComboBox serversComboBox;
  1232.         private System.Windows.Forms.Label label1;
  1233.         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem4;
  1234.         private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
  1235.         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem3;
  1236.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1237.         private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
  1238.         private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
  1239.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  1240.         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem2;
  1241.         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem2;
  1242.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  1243.         private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem2;
  1244.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem2;
  1245.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem2;
  1246.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
  1247.         private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem2;
  1248.         private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem1;
  1249.         private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem1;
  1250.         private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem3;
  1251.         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem4;
  1252.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem5;
  1253.         private System.Windows.Forms.ToolStripMenuItem renameServerToolStripMenuItem;
  1254.     }
  1255. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement