870 lines
41 KiB
C#
870 lines
41 KiB
C#
|
|
namespace ServCreator
|
|
{
|
|
partial class ServerManagementForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerManagementForm));
|
|
this.ipBanBox = new System.Windows.Forms.GroupBox();
|
|
this.unbanIpBtn = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.ipTxt = new System.Windows.Forms.TextBox();
|
|
this.banIPBtn = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.reasonIpTxt = new System.Windows.Forms.RichTextBox();
|
|
this.playerMgmtBox = new System.Windows.Forms.GroupBox();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.giveItemBox = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.giveBtn = new System.Windows.Forms.Button();
|
|
this.giveAmountBox = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.addXpBtn = new System.Windows.Forms.Button();
|
|
this.setXpBtn = new System.Windows.Forms.Button();
|
|
this.xpBox = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.teleportBtn = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.teleportBox = new System.Windows.Forms.TextBox();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.nicknameTb = new System.Windows.Forms.TextBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.deopBtn = new System.Windows.Forms.Button();
|
|
this.opBtn = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.gmBtn = new System.Windows.Forms.Button();
|
|
this.gmBox = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.wlDelBtn = new System.Windows.Forms.Button();
|
|
this.wlAddBtn = new System.Windows.Forms.Button();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.kickBtn = new System.Windows.Forms.Button();
|
|
this.banPlayerBtn = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.reasonPlayerTxt = new System.Windows.Forms.RichTextBox();
|
|
this.whiteListBox = new System.Windows.Forms.CheckBox();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
this.printListBtn = new System.Windows.Forms.Button();
|
|
this.reloadBtn = new System.Windows.Forms.Button();
|
|
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
|
this.weatherBtn = new System.Windows.Forms.Button();
|
|
this.weatherBox = new System.Windows.Forms.ComboBox();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
|
this.noonBtn = new System.Windows.Forms.Button();
|
|
this.nightBtn = new System.Windows.Forms.Button();
|
|
this.dayBtn = new System.Windows.Forms.Button();
|
|
this.midnightBtn = new System.Windows.Forms.Button();
|
|
this.timeAddBtn = new System.Windows.Forms.Button();
|
|
this.timeSetBtn = new System.Windows.Forms.Button();
|
|
this.timeBox = new System.Windows.Forms.NumericUpDown();
|
|
this.ipBanBox.SuspendLayout();
|
|
this.playerMgmtBox.SuspendLayout();
|
|
this.groupBox8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.giveAmountBox)).BeginInit();
|
|
this.groupBox7.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.xpBox)).BeginInit();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox9.SuspendLayout();
|
|
this.groupBox13.SuspendLayout();
|
|
this.groupBox12.SuspendLayout();
|
|
this.groupBox10.SuspendLayout();
|
|
this.groupBox11.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.timeBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ipBanBox
|
|
//
|
|
this.ipBanBox.Controls.Add(this.unbanIpBtn);
|
|
this.ipBanBox.Controls.Add(this.label4);
|
|
this.ipBanBox.Controls.Add(this.ipTxt);
|
|
this.ipBanBox.Controls.Add(this.banIPBtn);
|
|
this.ipBanBox.Controls.Add(this.label3);
|
|
this.ipBanBox.Controls.Add(this.reasonIpTxt);
|
|
this.ipBanBox.ForeColor = System.Drawing.Color.White;
|
|
this.ipBanBox.Location = new System.Drawing.Point(157, 75);
|
|
this.ipBanBox.Name = "ipBanBox";
|
|
this.ipBanBox.Size = new System.Drawing.Size(157, 181);
|
|
this.ipBanBox.TabIndex = 8;
|
|
this.ipBanBox.TabStop = false;
|
|
this.ipBanBox.Text = "Ban for Player IP";
|
|
//
|
|
// unbanIpBtn
|
|
//
|
|
this.unbanIpBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.unbanIpBtn.Location = new System.Drawing.Point(83, 152);
|
|
this.unbanIpBtn.Name = "unbanIpBtn";
|
|
this.unbanIpBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.unbanIpBtn.TabIndex = 5;
|
|
this.unbanIpBtn.Text = "Unban";
|
|
this.unbanIpBtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 20);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(73, 13);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "IP Address:";
|
|
//
|
|
// ipTxt
|
|
//
|
|
this.ipTxt.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.ipTxt.Location = new System.Drawing.Point(6, 36);
|
|
this.ipTxt.Name = "ipTxt";
|
|
this.ipTxt.Size = new System.Drawing.Size(145, 20);
|
|
this.ipTxt.TabIndex = 3;
|
|
//
|
|
// banIPBtn
|
|
//
|
|
this.banIPBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.banIPBtn.Location = new System.Drawing.Point(6, 153);
|
|
this.banIPBtn.Name = "banIPBtn";
|
|
this.banIPBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.banIPBtn.TabIndex = 2;
|
|
this.banIPBtn.Text = "Ban";
|
|
this.banIPBtn.UseVisualStyleBackColor = true;
|
|
this.banIPBtn.Click += new System.EventHandler(this.banIPBtn_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(3, 59);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(49, 13);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Reason:";
|
|
//
|
|
// reasonIpTxt
|
|
//
|
|
this.reasonIpTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.reasonIpTxt.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.reasonIpTxt.Location = new System.Drawing.Point(6, 75);
|
|
this.reasonIpTxt.Name = "reasonIpTxt";
|
|
this.reasonIpTxt.Size = new System.Drawing.Size(145, 68);
|
|
this.reasonIpTxt.TabIndex = 0;
|
|
this.reasonIpTxt.Text = "";
|
|
//
|
|
// playerMgmtBox
|
|
//
|
|
this.playerMgmtBox.Controls.Add(this.groupBox8);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox7);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox6);
|
|
this.playerMgmtBox.Controls.Add(this.ipBanBox);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox5);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox4);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox2);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox1);
|
|
this.playerMgmtBox.Controls.Add(this.groupBox3);
|
|
this.playerMgmtBox.ForeColor = System.Drawing.Color.White;
|
|
this.playerMgmtBox.Location = new System.Drawing.Point(12, 12);
|
|
this.playerMgmtBox.Name = "playerMgmtBox";
|
|
this.playerMgmtBox.Size = new System.Drawing.Size(488, 337);
|
|
this.playerMgmtBox.TabIndex = 9;
|
|
this.playerMgmtBox.TabStop = false;
|
|
this.playerMgmtBox.Text = "Player Management";
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.Controls.Add(this.giveItemBox);
|
|
this.groupBox8.Controls.Add(this.label7);
|
|
this.groupBox8.Controls.Add(this.giveBtn);
|
|
this.groupBox8.Controls.Add(this.giveAmountBox);
|
|
this.groupBox8.Controls.Add(this.label6);
|
|
this.groupBox8.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox8.Location = new System.Drawing.Point(320, 207);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(162, 124);
|
|
this.groupBox8.TabIndex = 13;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "Give";
|
|
//
|
|
// giveItemBox
|
|
//
|
|
this.giveItemBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.giveItemBox.Location = new System.Drawing.Point(6, 31);
|
|
this.giveItemBox.Name = "giveItemBox";
|
|
this.giveItemBox.Size = new System.Drawing.Size(150, 20);
|
|
this.giveItemBox.TabIndex = 8;
|
|
this.giveItemBox.Text = "minecraft:diamond";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 15);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(37, 13);
|
|
this.label7.TabIndex = 7;
|
|
this.label7.Text = "Item:";
|
|
//
|
|
// giveBtn
|
|
//
|
|
this.giveBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.giveBtn.Location = new System.Drawing.Point(110, 96);
|
|
this.giveBtn.Name = "giveBtn";
|
|
this.giveBtn.Size = new System.Drawing.Size(46, 23);
|
|
this.giveBtn.TabIndex = 6;
|
|
this.giveBtn.Text = "Give";
|
|
this.giveBtn.UseVisualStyleBackColor = true;
|
|
this.giveBtn.Click += new System.EventHandler(this.giveBtn_Click);
|
|
//
|
|
// giveAmountBox
|
|
//
|
|
this.giveAmountBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.giveAmountBox.Location = new System.Drawing.Point(6, 70);
|
|
this.giveAmountBox.Maximum = new decimal(new int[] {
|
|
64,
|
|
0,
|
|
0,
|
|
0});
|
|
this.giveAmountBox.Name = "giveAmountBox";
|
|
this.giveAmountBox.Size = new System.Drawing.Size(150, 20);
|
|
this.giveAmountBox.TabIndex = 3;
|
|
this.giveAmountBox.Value = new decimal(new int[] {
|
|
64,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 54);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(49, 13);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "Amount:";
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.addXpBtn);
|
|
this.groupBox7.Controls.Add(this.setXpBtn);
|
|
this.groupBox7.Controls.Add(this.xpBox);
|
|
this.groupBox7.Controls.Add(this.label5);
|
|
this.groupBox7.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox7.Location = new System.Drawing.Point(320, 114);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(162, 87);
|
|
this.groupBox7.TabIndex = 12;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "Experience";
|
|
//
|
|
// addXpBtn
|
|
//
|
|
this.addXpBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.addXpBtn.Location = new System.Drawing.Point(110, 58);
|
|
this.addXpBtn.Name = "addXpBtn";
|
|
this.addXpBtn.Size = new System.Drawing.Size(46, 23);
|
|
this.addXpBtn.TabIndex = 5;
|
|
this.addXpBtn.Text = "Add";
|
|
this.addXpBtn.UseVisualStyleBackColor = true;
|
|
this.addXpBtn.Click += new System.EventHandler(this.addXpBtn_Click);
|
|
//
|
|
// setXpBtn
|
|
//
|
|
this.setXpBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.setXpBtn.Location = new System.Drawing.Point(58, 58);
|
|
this.setXpBtn.Name = "setXpBtn";
|
|
this.setXpBtn.Size = new System.Drawing.Size(46, 23);
|
|
this.setXpBtn.TabIndex = 4;
|
|
this.setXpBtn.Text = "Set";
|
|
this.setXpBtn.UseVisualStyleBackColor = true;
|
|
this.setXpBtn.Click += new System.EventHandler(this.setXpBtn_Click);
|
|
//
|
|
// xpBox
|
|
//
|
|
this.xpBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.xpBox.Location = new System.Drawing.Point(6, 32);
|
|
this.xpBox.Maximum = new decimal(new int[] {
|
|
100000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.xpBox.Name = "xpBox";
|
|
this.xpBox.Size = new System.Drawing.Size(150, 20);
|
|
this.xpBox.TabIndex = 3;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 16);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(49, 13);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "Amount:";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.teleportBtn);
|
|
this.groupBox6.Controls.Add(this.label1);
|
|
this.groupBox6.Controls.Add(this.teleportBox);
|
|
this.groupBox6.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox6.Location = new System.Drawing.Point(320, 19);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(162, 89);
|
|
this.groupBox6.TabIndex = 11;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Teleport";
|
|
//
|
|
// teleportBtn
|
|
//
|
|
this.teleportBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.teleportBtn.Location = new System.Drawing.Point(81, 58);
|
|
this.teleportBtn.Name = "teleportBtn";
|
|
this.teleportBtn.Size = new System.Drawing.Size(75, 23);
|
|
this.teleportBtn.TabIndex = 2;
|
|
this.teleportBtn.Text = "Teleport";
|
|
this.teleportBtn.UseVisualStyleBackColor = true;
|
|
this.teleportBtn.Click += new System.EventHandler(this.teleportBtn_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(79, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Teleport to:";
|
|
//
|
|
// teleportBox
|
|
//
|
|
this.teleportBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.teleportBox.Location = new System.Drawing.Point(6, 32);
|
|
this.teleportBox.Name = "teleportBox";
|
|
this.teleportBox.Size = new System.Drawing.Size(150, 20);
|
|
this.teleportBox.TabIndex = 0;
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.nicknameTb);
|
|
this.groupBox5.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox5.Location = new System.Drawing.Point(6, 19);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(145, 50);
|
|
this.groupBox5.TabIndex = 10;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Player Nickname";
|
|
//
|
|
// nicknameTb
|
|
//
|
|
this.nicknameTb.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.nicknameTb.Location = new System.Drawing.Point(6, 21);
|
|
this.nicknameTb.Name = "nicknameTb";
|
|
this.nicknameTb.Size = new System.Drawing.Size(133, 20);
|
|
this.nicknameTb.TabIndex = 0;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.deopBtn);
|
|
this.groupBox4.Controls.Add(this.opBtn);
|
|
this.groupBox4.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox4.Location = new System.Drawing.Point(157, 284);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(157, 47);
|
|
this.groupBox4.TabIndex = 12;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Operator";
|
|
//
|
|
// deopBtn
|
|
//
|
|
this.deopBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.deopBtn.Location = new System.Drawing.Point(83, 16);
|
|
this.deopBtn.Name = "deopBtn";
|
|
this.deopBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.deopBtn.TabIndex = 3;
|
|
this.deopBtn.Text = "Delete";
|
|
this.deopBtn.UseVisualStyleBackColor = true;
|
|
this.deopBtn.Click += new System.EventHandler(this.deopBtn_Click);
|
|
//
|
|
// opBtn
|
|
//
|
|
this.opBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.opBtn.Location = new System.Drawing.Point(6, 16);
|
|
this.opBtn.Name = "opBtn";
|
|
this.opBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.opBtn.TabIndex = 2;
|
|
this.opBtn.Text = "Give";
|
|
this.opBtn.UseVisualStyleBackColor = true;
|
|
this.opBtn.Click += new System.EventHandler(this.opBtn_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.gmBtn);
|
|
this.groupBox2.Controls.Add(this.gmBox);
|
|
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox2.Location = new System.Drawing.Point(6, 252);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(145, 79);
|
|
this.groupBox2.TabIndex = 11;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Gamemode";
|
|
//
|
|
// gmBtn
|
|
//
|
|
this.gmBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.gmBtn.Location = new System.Drawing.Point(6, 47);
|
|
this.gmBtn.Name = "gmBtn";
|
|
this.gmBtn.Size = new System.Drawing.Size(133, 23);
|
|
this.gmBtn.TabIndex = 1;
|
|
this.gmBtn.Text = "Set Gamemode";
|
|
this.gmBtn.UseVisualStyleBackColor = true;
|
|
this.gmBtn.Click += new System.EventHandler(this.gmBtn_Click);
|
|
//
|
|
// gmBox
|
|
//
|
|
this.gmBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.gmBox.FormattingEnabled = true;
|
|
this.gmBox.Items.AddRange(new object[] {
|
|
"survival",
|
|
"creative",
|
|
"adventure",
|
|
"spectator"});
|
|
this.gmBox.Location = new System.Drawing.Point(6, 19);
|
|
this.gmBox.Name = "gmBox";
|
|
this.gmBox.Size = new System.Drawing.Size(133, 21);
|
|
this.gmBox.TabIndex = 0;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.wlDelBtn);
|
|
this.groupBox1.Controls.Add(this.wlAddBtn);
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox1.Location = new System.Drawing.Point(157, 19);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(157, 50);
|
|
this.groupBox1.TabIndex = 10;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "White-list";
|
|
//
|
|
// wlDelBtn
|
|
//
|
|
this.wlDelBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.wlDelBtn.Location = new System.Drawing.Point(83, 19);
|
|
this.wlDelBtn.Name = "wlDelBtn";
|
|
this.wlDelBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.wlDelBtn.TabIndex = 3;
|
|
this.wlDelBtn.Text = "Delete";
|
|
this.wlDelBtn.UseVisualStyleBackColor = true;
|
|
this.wlDelBtn.Click += new System.EventHandler(this.wlDelBtn_Click);
|
|
//
|
|
// wlAddBtn
|
|
//
|
|
this.wlAddBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.wlAddBtn.Location = new System.Drawing.Point(6, 19);
|
|
this.wlAddBtn.Name = "wlAddBtn";
|
|
this.wlAddBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.wlAddBtn.TabIndex = 2;
|
|
this.wlAddBtn.Text = "Add";
|
|
this.wlAddBtn.UseVisualStyleBackColor = true;
|
|
this.wlAddBtn.Click += new System.EventHandler(this.wlAddBtn_Click);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.button1);
|
|
this.groupBox3.Controls.Add(this.kickBtn);
|
|
this.groupBox3.Controls.Add(this.banPlayerBtn);
|
|
this.groupBox3.Controls.Add(this.label2);
|
|
this.groupBox3.Controls.Add(this.reasonPlayerTxt);
|
|
this.groupBox3.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox3.Location = new System.Drawing.Point(6, 75);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(145, 171);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Ban or Kick Player";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.ForeColor = System.Drawing.Color.Black;
|
|
this.button1.Location = new System.Drawing.Point(77, 142);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(62, 23);
|
|
this.button1.TabIndex = 4;
|
|
this.button1.Text = "Unban";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// kickBtn
|
|
//
|
|
this.kickBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.kickBtn.Location = new System.Drawing.Point(6, 113);
|
|
this.kickBtn.Name = "kickBtn";
|
|
this.kickBtn.Size = new System.Drawing.Size(133, 23);
|
|
this.kickBtn.TabIndex = 3;
|
|
this.kickBtn.Text = "Kick";
|
|
this.kickBtn.UseVisualStyleBackColor = true;
|
|
this.kickBtn.Click += new System.EventHandler(this.kickBtn_Click);
|
|
//
|
|
// banPlayerBtn
|
|
//
|
|
this.banPlayerBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.banPlayerBtn.Location = new System.Drawing.Point(6, 142);
|
|
this.banPlayerBtn.Name = "banPlayerBtn";
|
|
this.banPlayerBtn.Size = new System.Drawing.Size(62, 23);
|
|
this.banPlayerBtn.TabIndex = 2;
|
|
this.banPlayerBtn.Text = "Ban";
|
|
this.banPlayerBtn.UseVisualStyleBackColor = true;
|
|
this.banPlayerBtn.Click += new System.EventHandler(this.banPlayerBtn_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 20);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(49, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Reason:";
|
|
//
|
|
// reasonPlayerTxt
|
|
//
|
|
this.reasonPlayerTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.reasonPlayerTxt.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.reasonPlayerTxt.Location = new System.Drawing.Point(6, 36);
|
|
this.reasonPlayerTxt.Name = "reasonPlayerTxt";
|
|
this.reasonPlayerTxt.Size = new System.Drawing.Size(133, 71);
|
|
this.reasonPlayerTxt.TabIndex = 0;
|
|
this.reasonPlayerTxt.Text = "";
|
|
//
|
|
// whiteListBox
|
|
//
|
|
this.whiteListBox.AutoSize = true;
|
|
this.whiteListBox.Location = new System.Drawing.Point(20, 48);
|
|
this.whiteListBox.Name = "whiteListBox";
|
|
this.whiteListBox.Size = new System.Drawing.Size(128, 17);
|
|
this.whiteListBox.TabIndex = 4;
|
|
this.whiteListBox.Text = "Enable White-list";
|
|
this.whiteListBox.UseVisualStyleBackColor = true;
|
|
this.whiteListBox.CheckedChanged += new System.EventHandler(this.whiteListBox_CheckedChanged);
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.groupBox13);
|
|
this.groupBox9.Controls.Add(this.groupBox12);
|
|
this.groupBox9.Controls.Add(this.groupBox10);
|
|
this.groupBox9.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox9.Location = new System.Drawing.Point(506, 12);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(180, 337);
|
|
this.groupBox9.TabIndex = 12;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "Server Management";
|
|
//
|
|
// groupBox13
|
|
//
|
|
this.groupBox13.Controls.Add(this.whiteListBox);
|
|
this.groupBox13.Controls.Add(this.printListBtn);
|
|
this.groupBox13.Controls.Add(this.reloadBtn);
|
|
this.groupBox13.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox13.Location = new System.Drawing.Point(6, 264);
|
|
this.groupBox13.Name = "groupBox13";
|
|
this.groupBox13.Size = new System.Drawing.Size(168, 67);
|
|
this.groupBox13.TabIndex = 11;
|
|
this.groupBox13.TabStop = false;
|
|
this.groupBox13.Text = "White-list";
|
|
//
|
|
// printListBtn
|
|
//
|
|
this.printListBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.printListBtn.Location = new System.Drawing.Point(66, 19);
|
|
this.printListBtn.Name = "printListBtn";
|
|
this.printListBtn.Size = new System.Drawing.Size(96, 23);
|
|
this.printListBtn.TabIndex = 3;
|
|
this.printListBtn.Text = "Print List";
|
|
this.printListBtn.UseVisualStyleBackColor = true;
|
|
this.printListBtn.Click += new System.EventHandler(this.printListBtn_Click);
|
|
//
|
|
// reloadBtn
|
|
//
|
|
this.reloadBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.reloadBtn.Location = new System.Drawing.Point(6, 19);
|
|
this.reloadBtn.Name = "reloadBtn";
|
|
this.reloadBtn.Size = new System.Drawing.Size(54, 23);
|
|
this.reloadBtn.TabIndex = 2;
|
|
this.reloadBtn.Text = "Reload";
|
|
this.reloadBtn.UseVisualStyleBackColor = true;
|
|
this.reloadBtn.Click += new System.EventHandler(this.reloadBtn_Click);
|
|
//
|
|
// groupBox12
|
|
//
|
|
this.groupBox12.Controls.Add(this.weatherBtn);
|
|
this.groupBox12.Controls.Add(this.weatherBox);
|
|
this.groupBox12.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox12.Location = new System.Drawing.Point(6, 182);
|
|
this.groupBox12.Name = "groupBox12";
|
|
this.groupBox12.Size = new System.Drawing.Size(168, 76);
|
|
this.groupBox12.TabIndex = 12;
|
|
this.groupBox12.TabStop = false;
|
|
this.groupBox12.Text = "Weather";
|
|
//
|
|
// weatherBtn
|
|
//
|
|
this.weatherBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.weatherBtn.Location = new System.Drawing.Point(6, 46);
|
|
this.weatherBtn.Name = "weatherBtn";
|
|
this.weatherBtn.Size = new System.Drawing.Size(156, 23);
|
|
this.weatherBtn.TabIndex = 1;
|
|
this.weatherBtn.Text = "Set the Weather";
|
|
this.weatherBtn.UseVisualStyleBackColor = true;
|
|
this.weatherBtn.Click += new System.EventHandler(this.weatherBtn_Click);
|
|
//
|
|
// weatherBox
|
|
//
|
|
this.weatherBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.weatherBox.FormattingEnabled = true;
|
|
this.weatherBox.Items.AddRange(new object[] {
|
|
"clear",
|
|
"rain",
|
|
"thunder"});
|
|
this.weatherBox.Location = new System.Drawing.Point(6, 19);
|
|
this.weatherBox.Name = "weatherBox";
|
|
this.weatherBox.Size = new System.Drawing.Size(156, 21);
|
|
this.weatherBox.TabIndex = 0;
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.groupBox11);
|
|
this.groupBox10.Controls.Add(this.timeAddBtn);
|
|
this.groupBox10.Controls.Add(this.timeSetBtn);
|
|
this.groupBox10.Controls.Add(this.timeBox);
|
|
this.groupBox10.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox10.Location = new System.Drawing.Point(6, 19);
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.Size = new System.Drawing.Size(168, 157);
|
|
this.groupBox10.TabIndex = 12;
|
|
this.groupBox10.TabStop = false;
|
|
this.groupBox10.Text = "Time";
|
|
//
|
|
// groupBox11
|
|
//
|
|
this.groupBox11.Controls.Add(this.noonBtn);
|
|
this.groupBox11.Controls.Add(this.nightBtn);
|
|
this.groupBox11.Controls.Add(this.dayBtn);
|
|
this.groupBox11.Controls.Add(this.midnightBtn);
|
|
this.groupBox11.ForeColor = System.Drawing.Color.White;
|
|
this.groupBox11.Location = new System.Drawing.Point(6, 74);
|
|
this.groupBox11.Name = "groupBox11";
|
|
this.groupBox11.Size = new System.Drawing.Size(156, 76);
|
|
this.groupBox11.TabIndex = 13;
|
|
this.groupBox11.TabStop = false;
|
|
//
|
|
// noonBtn
|
|
//
|
|
this.noonBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.noonBtn.Location = new System.Drawing.Point(6, 43);
|
|
this.noonBtn.Name = "noonBtn";
|
|
this.noonBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.noonBtn.TabIndex = 3;
|
|
this.noonBtn.Text = "Noon";
|
|
this.noonBtn.UseVisualStyleBackColor = true;
|
|
this.noonBtn.Click += new System.EventHandler(this.noonBtn_Click);
|
|
//
|
|
// nightBtn
|
|
//
|
|
this.nightBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.nightBtn.Location = new System.Drawing.Point(80, 14);
|
|
this.nightBtn.Name = "nightBtn";
|
|
this.nightBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.nightBtn.TabIndex = 2;
|
|
this.nightBtn.Text = "Night";
|
|
this.nightBtn.UseVisualStyleBackColor = true;
|
|
this.nightBtn.Click += new System.EventHandler(this.nightBtn_Click);
|
|
//
|
|
// dayBtn
|
|
//
|
|
this.dayBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.dayBtn.Location = new System.Drawing.Point(6, 14);
|
|
this.dayBtn.Name = "dayBtn";
|
|
this.dayBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.dayBtn.TabIndex = 1;
|
|
this.dayBtn.Text = "Day";
|
|
this.dayBtn.UseVisualStyleBackColor = true;
|
|
this.dayBtn.Click += new System.EventHandler(this.dayBtn_Click);
|
|
//
|
|
// midnightBtn
|
|
//
|
|
this.midnightBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.midnightBtn.Location = new System.Drawing.Point(80, 43);
|
|
this.midnightBtn.Name = "midnightBtn";
|
|
this.midnightBtn.Size = new System.Drawing.Size(68, 23);
|
|
this.midnightBtn.TabIndex = 0;
|
|
this.midnightBtn.Text = "Midnight";
|
|
this.midnightBtn.UseVisualStyleBackColor = true;
|
|
this.midnightBtn.Click += new System.EventHandler(this.midnightBtn_Click);
|
|
//
|
|
// timeAddBtn
|
|
//
|
|
this.timeAddBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.timeAddBtn.Location = new System.Drawing.Point(116, 45);
|
|
this.timeAddBtn.Name = "timeAddBtn";
|
|
this.timeAddBtn.Size = new System.Drawing.Size(46, 23);
|
|
this.timeAddBtn.TabIndex = 8;
|
|
this.timeAddBtn.Text = "Add";
|
|
this.timeAddBtn.UseVisualStyleBackColor = true;
|
|
this.timeAddBtn.Click += new System.EventHandler(this.timeAddBtn_Click);
|
|
//
|
|
// timeSetBtn
|
|
//
|
|
this.timeSetBtn.ForeColor = System.Drawing.Color.Black;
|
|
this.timeSetBtn.Location = new System.Drawing.Point(64, 45);
|
|
this.timeSetBtn.Name = "timeSetBtn";
|
|
this.timeSetBtn.Size = new System.Drawing.Size(46, 23);
|
|
this.timeSetBtn.TabIndex = 7;
|
|
this.timeSetBtn.Text = "Set";
|
|
this.timeSetBtn.UseVisualStyleBackColor = true;
|
|
this.timeSetBtn.Click += new System.EventHandler(this.timeSetBtn_Click);
|
|
//
|
|
// timeBox
|
|
//
|
|
this.timeBox.Location = new System.Drawing.Point(6, 19);
|
|
this.timeBox.Maximum = new decimal(new int[] {
|
|
24000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.timeBox.Name = "timeBox";
|
|
this.timeBox.Size = new System.Drawing.Size(156, 20);
|
|
this.timeBox.TabIndex = 3;
|
|
//
|
|
// ServerManagementForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
this.ClientSize = new System.Drawing.Size(697, 361);
|
|
this.Controls.Add(this.groupBox9);
|
|
this.Controls.Add(this.playerMgmtBox);
|
|
this.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(713, 400);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(713, 400);
|
|
this.Name = "ServerManagementForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Manage with Server - ServManager for Minecraft";
|
|
this.Load += new System.EventHandler(this.ServerManagementForm_Load);
|
|
this.ipBanBox.ResumeLayout(false);
|
|
this.ipBanBox.PerformLayout();
|
|
this.playerMgmtBox.ResumeLayout(false);
|
|
this.groupBox8.ResumeLayout(false);
|
|
this.groupBox8.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.giveAmountBox)).EndInit();
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.groupBox7.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.xpBox)).EndInit();
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox6.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.groupBox13.ResumeLayout(false);
|
|
this.groupBox13.PerformLayout();
|
|
this.groupBox12.ResumeLayout(false);
|
|
this.groupBox10.ResumeLayout(false);
|
|
this.groupBox11.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.timeBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox ipBanBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox ipTxt;
|
|
private System.Windows.Forms.Button banIPBtn;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.RichTextBox reasonIpTxt;
|
|
private System.Windows.Forms.GroupBox playerMgmtBox;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Button kickBtn;
|
|
private System.Windows.Forms.Button banPlayerBtn;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.RichTextBox reasonPlayerTxt;
|
|
private System.Windows.Forms.Button opBtn;
|
|
private System.Windows.Forms.TextBox nicknameTb;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button wlAddBtn;
|
|
private System.Windows.Forms.Button wlDelBtn;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Button deopBtn;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button gmBtn;
|
|
private System.Windows.Forms.ComboBox gmBox;
|
|
private System.Windows.Forms.CheckBox whiteListBox;
|
|
private System.Windows.Forms.Button unbanIpBtn;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.TextBox giveItemBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Button giveBtn;
|
|
private System.Windows.Forms.NumericUpDown giveAmountBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.Button addXpBtn;
|
|
private System.Windows.Forms.Button setXpBtn;
|
|
private System.Windows.Forms.NumericUpDown xpBox;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Button teleportBtn;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox teleportBox;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.GroupBox groupBox11;
|
|
private System.Windows.Forms.Button timeAddBtn;
|
|
private System.Windows.Forms.Button timeSetBtn;
|
|
private System.Windows.Forms.NumericUpDown timeBox;
|
|
private System.Windows.Forms.GroupBox groupBox12;
|
|
private System.Windows.Forms.Button weatherBtn;
|
|
private System.Windows.Forms.ComboBox weatherBox;
|
|
private System.Windows.Forms.Button noonBtn;
|
|
private System.Windows.Forms.Button nightBtn;
|
|
private System.Windows.Forms.Button dayBtn;
|
|
private System.Windows.Forms.Button midnightBtn;
|
|
private System.Windows.Forms.GroupBox groupBox13;
|
|
private System.Windows.Forms.Button printListBtn;
|
|
private System.Windows.Forms.Button reloadBtn;
|
|
}
|
|
} |