mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-14 09:45:11 -04:00
Start work on the chat tab (making this a separate commit because my IDE changed quite a bit of indention)
This commit is contained in:
parent
37a4ce3260
commit
138d28c0e0
577
GUI/PropertyWindow.Designer.cs
generated
577
GUI/PropertyWindow.Designer.cs
generated
@ -46,6 +46,7 @@ namespace MCGalaxy.Gui
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.TabPage tabChat;
|
||||
this.btnSave = new System.Windows.Forms.Button();
|
||||
this.btnDiscard = new System.Windows.Forms.Button();
|
||||
this.btnApply = new System.Windows.Forms.Button();
|
||||
@ -154,6 +155,7 @@ namespace MCGalaxy.Gui
|
||||
this.gbRankSettings = new System.Windows.Forms.GroupBox();
|
||||
this.txtLimit = new System.Windows.Forms.TextBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.lblColor = new System.Windows.Forms.Label();
|
||||
this.txtGrpMOTD = new System.Windows.Forms.TextBox();
|
||||
this.txtPermission = new System.Windows.Forms.TextBox();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
@ -166,7 +168,6 @@ namespace MCGalaxy.Gui
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.txtMaxUndo = new System.Windows.Forms.TextBox();
|
||||
this.label52 = new System.Windows.Forms.Label();
|
||||
this.lblColor = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btnAddRank = new System.Windows.Forms.Button();
|
||||
this.listRanks = new System.Windows.Forms.ListBox();
|
||||
@ -383,6 +384,11 @@ namespace MCGalaxy.Gui
|
||||
this.gbReviewQueue = new System.Windows.Forms.GroupBox();
|
||||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.chat_gbColors = new System.Windows.Forms.GroupBox();
|
||||
this.chat_gbOther = new System.Windows.Forms.GroupBox();
|
||||
this.chat_gbMessages = new System.Windows.Forms.GroupBox();
|
||||
tabChat = new System.Windows.Forms.TabPage();
|
||||
tabChat.SuspendLayout();
|
||||
this.pageCommands.SuspendLayout();
|
||||
this.pageCommandsList.SuspendLayout();
|
||||
this.tabPage6.SuspendLayout();
|
||||
@ -465,6 +471,19 @@ namespace MCGalaxy.Gui
|
||||
this.gbReviewQueue.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabChat
|
||||
//
|
||||
tabChat.BackColor = System.Drawing.SystemColors.Control;
|
||||
tabChat.Controls.Add(this.chat_gbMessages);
|
||||
tabChat.Controls.Add(this.chat_gbOther);
|
||||
tabChat.Controls.Add(this.chat_gbColors);
|
||||
tabChat.Location = new System.Drawing.Point(4, 22);
|
||||
tabChat.Name = "tabChat";
|
||||
tabChat.Padding = new System.Windows.Forms.Padding(3);
|
||||
tabChat.Size = new System.Drawing.Size(488, 509);
|
||||
tabChat.TabIndex = 10;
|
||||
tabChat.Text = "Chat";
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
@ -816,23 +835,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.extracmdpermnumber.Location = new System.Drawing.Point(188, 16);
|
||||
this.extracmdpermnumber.Maximum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.extracmdpermnumber.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.extracmdpermnumber.Name = "extracmdpermnumber";
|
||||
this.extracmdpermnumber.Size = new System.Drawing.Size(120, 21);
|
||||
this.extracmdpermnumber.TabIndex = 43;
|
||||
this.extracmdpermnumber.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.extracmdpermnumber.ValueChanged += new System.EventHandler(this.extracmdpermnumber_ValueChanged);
|
||||
//
|
||||
// label72
|
||||
@ -929,8 +948,8 @@ namespace MCGalaxy.Gui
|
||||
this.txtafk.Name = "txtafk";
|
||||
this.txtafk.Size = new System.Drawing.Size(62, 21);
|
||||
this.txtafk.TabIndex = 10;
|
||||
this.toolTip.SetToolTip(this.txtafk, "How long the server should wait before declaring someone ask afk. (0 = No timer a" +
|
||||
"t all)");
|
||||
this.toolTip.SetToolTip(this.txtafk, "How long the server should wait before declaring someone ask afk. (0 = No timer a" +
|
||||
"t all)");
|
||||
//
|
||||
// txtAFKKick
|
||||
//
|
||||
@ -949,8 +968,8 @@ namespace MCGalaxy.Gui
|
||||
this.chkForceCuboid.Size = new System.Drawing.Size(78, 23);
|
||||
this.chkForceCuboid.TabIndex = 29;
|
||||
this.chkForceCuboid.Text = "Force Cuboid";
|
||||
this.toolTip.SetToolTip(this.chkForceCuboid, "When true, runs an attempted cuboid despite cuboid limits, until it hits the grou" +
|
||||
"p limit for that user.");
|
||||
this.toolTip.SetToolTip(this.chkForceCuboid, "When true, runs an attempted cuboid despite cuboid limits, until it hits the grou" +
|
||||
"p limit for that user.");
|
||||
this.chkForceCuboid.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// hackrank_kick
|
||||
@ -973,8 +992,8 @@ namespace MCGalaxy.Gui
|
||||
this.chkIRC.Size = new System.Drawing.Size(52, 23);
|
||||
this.chkIRC.TabIndex = 22;
|
||||
this.chkIRC.Text = "Use IRC";
|
||||
this.toolTip.SetToolTip(this.chkIRC, "Whether to use the IRC bot or not.\nIRC stands for Internet Relay Chat and allows " +
|
||||
"for communication with the server while outside Minecraft.");
|
||||
this.toolTip.SetToolTip(this.chkIRC, "Whether to use the IRC bot or not.\nIRC stands for Internet Relay Chat and allows " +
|
||||
"for communication with the server while outside Minecraft.");
|
||||
this.chkIRC.UseVisualStyleBackColor = true;
|
||||
this.chkIRC.CheckedChanged += new System.EventHandler(this.chkIRC_CheckedChanged);
|
||||
//
|
||||
@ -1003,8 +1022,8 @@ namespace MCGalaxy.Gui
|
||||
this.txtIRCServer.Name = "txtIRCServer";
|
||||
this.txtIRCServer.Size = new System.Drawing.Size(123, 21);
|
||||
this.txtIRCServer.TabIndex = 15;
|
||||
this.toolTip.SetToolTip(this.txtIRCServer, "The IRC server to be used.\nDefault = irc.geekshed.net\nAnother choice = irc.esper." +
|
||||
"netd.net");
|
||||
this.toolTip.SetToolTip(this.txtIRCServer, "The IRC server to be used.\nDefault = irc.geekshed.net\nAnother choice = irc.esper." +
|
||||
"netd.net");
|
||||
//
|
||||
// txtChannel
|
||||
//
|
||||
@ -1043,8 +1062,8 @@ namespace MCGalaxy.Gui
|
||||
this.chkWorld.Size = new System.Drawing.Size(69, 23);
|
||||
this.chkWorld.TabIndex = 4;
|
||||
this.chkWorld.Text = "World chat";
|
||||
this.toolTip.SetToolTip(this.chkWorld, "If disabled, every map has isolated chat.\nIf enabled, every map is able to commun" +
|
||||
"icate without special letters.");
|
||||
this.toolTip.SetToolTip(this.chkWorld, "If disabled, every map has isolated chat.\nIf enabled, every map is able to commun" +
|
||||
"icate without special letters.");
|
||||
this.chkWorld.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkAutoload
|
||||
@ -1079,8 +1098,8 @@ namespace MCGalaxy.Gui
|
||||
this.cmbDefaultColour.Name = "cmbDefaultColour";
|
||||
this.cmbDefaultColour.Size = new System.Drawing.Size(57, 21);
|
||||
this.cmbDefaultColour.TabIndex = 9;
|
||||
this.toolTip.SetToolTip(this.cmbDefaultColour, "The colour of the default chat used in the server.\nFor example, when you are aske" +
|
||||
"d to select two corners in a cuboid.");
|
||||
this.toolTip.SetToolTip(this.cmbDefaultColour, "The colour of the default chat used in the server.\nFor example, when you are aske" +
|
||||
"d to select two corners in a cuboid.");
|
||||
this.cmbDefaultColour.SelectedIndexChanged += new System.EventHandler(this.cmbDefaultColour_SelectedIndexChanged);
|
||||
//
|
||||
// txtName
|
||||
@ -1097,8 +1116,8 @@ namespace MCGalaxy.Gui
|
||||
this.txtMOTD.Name = "txtMOTD";
|
||||
this.txtMOTD.Size = new System.Drawing.Size(327, 21);
|
||||
this.txtMOTD.TabIndex = 0;
|
||||
this.toolTip.SetToolTip(this.txtMOTD, "The MOTD of the server.\nUse \"+hax\" to allow any WoM hack, \"-hax\" to disallow any " +
|
||||
"hacks at all and use \"-fly\" and whatnot to disallow other things.");
|
||||
this.toolTip.SetToolTip(this.txtMOTD, "The MOTD of the server.\nUse \"+hax\" to allow any WoM hack, \"-hax\" to disallow any " +
|
||||
"hacks at all and use \"-fly\" and whatnot to disallow other things.");
|
||||
//
|
||||
// txtPort
|
||||
//
|
||||
@ -1106,8 +1125,8 @@ namespace MCGalaxy.Gui
|
||||
this.txtPort.Name = "txtPort";
|
||||
this.txtPort.Size = new System.Drawing.Size(63, 21);
|
||||
this.txtPort.TabIndex = 2;
|
||||
this.toolTip.SetToolTip(this.txtPort, "The port that the server will output on.\nDefault = 25565\n\nChanging will reset you" +
|
||||
"r ExternalURL.");
|
||||
this.toolTip.SetToolTip(this.txtPort, "The port that the server will output on.\nDefault = 25565\n\nChanging will reset you" +
|
||||
"r ExternalURL.");
|
||||
this.txtPort.TextChanged += new System.EventHandler(this.txtPort_TextChanged);
|
||||
//
|
||||
// chkLogBeat
|
||||
@ -1119,8 +1138,8 @@ namespace MCGalaxy.Gui
|
||||
this.chkLogBeat.Size = new System.Drawing.Size(89, 23);
|
||||
this.chkLogBeat.TabIndex = 24;
|
||||
this.chkLogBeat.Text = "Log Heartbeat?";
|
||||
this.toolTip.SetToolTip(this.chkLogBeat, "Debugging feature -- Toggles whether to log heartbeat activity.\r\nUseful when your" +
|
||||
" server gets a URL slowly or not at all.");
|
||||
this.toolTip.SetToolTip(this.chkLogBeat, "Debugging feature -- Toggles whether to log heartbeat activity.\r\nUseful when your" +
|
||||
" server gets a URL slowly or not at all.");
|
||||
this.chkLogBeat.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkUseSQL
|
||||
@ -1131,12 +1150,12 @@ namespace MCGalaxy.Gui
|
||||
this.chkUseSQL.Name = "chkUseSQL";
|
||||
this.chkUseSQL.Size = new System.Drawing.Size(68, 23);
|
||||
this.chkUseSQL.TabIndex = 28;
|
||||
this.chkUseSQL.Tag = "Whether or not the use of MySQL is enabled. You will need to have installed it fo" +
|
||||
"r this to work. MySQL includes features such as block tracking, colors, titles a" +
|
||||
"nd player info.";
|
||||
this.chkUseSQL.Tag = "Whether or not the use of MySQL is enabled. You will need to have installed it fo" +
|
||||
"r this to work. MySQL includes features such as block tracking, colors, titles a" +
|
||||
"nd player info.";
|
||||
this.chkUseSQL.Text = "Use MySQL";
|
||||
this.toolTip.SetToolTip(this.chkUseSQL, "Whether to use the IRC bot or not.\nIRC stands for Internet Relay Chat and allows " +
|
||||
"for communication with the server while outside Minecraft.");
|
||||
this.toolTip.SetToolTip(this.chkUseSQL, "Whether to use the IRC bot or not.\nIRC stands for Internet Relay Chat and allows " +
|
||||
"for communication with the server while outside Minecraft.");
|
||||
this.chkUseSQL.UseVisualStyleBackColor = true;
|
||||
this.chkUseSQL.CheckedChanged += new System.EventHandler(this.chkUseSQL_CheckedChanged);
|
||||
//
|
||||
@ -1159,8 +1178,8 @@ namespace MCGalaxy.Gui
|
||||
this.chkEnableVerification.Size = new System.Drawing.Size(49, 23);
|
||||
this.chkEnableVerification.TabIndex = 23;
|
||||
this.chkEnableVerification.Text = "Enable";
|
||||
this.toolTip.SetToolTip(this.chkEnableVerification, "Whether or not the server will ask for verification from admins before they can u" +
|
||||
"se commands.");
|
||||
this.toolTip.SetToolTip(this.chkEnableVerification, "Whether or not the server will ask for verification from admins before they can u" +
|
||||
"se commands.");
|
||||
this.chkEnableVerification.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkSpamControl
|
||||
@ -1214,47 +1233,47 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.lsNudVoteCount.Location = new System.Drawing.Point(71, 78);
|
||||
this.lsNudVoteCount.Maximum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudVoteCount.Minimum = new decimal(new int[] {
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudVoteCount.Name = "lsNudVoteCount";
|
||||
this.lsNudVoteCount.Size = new System.Drawing.Size(95, 21);
|
||||
this.lsNudVoteCount.TabIndex = 3;
|
||||
this.toolTip.SetToolTip(this.lsNudVoteCount, "How many maps to put in the next map vote.");
|
||||
this.lsNudVoteCount.Value = new decimal(new int[] {
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsNudVoteTime
|
||||
//
|
||||
this.lsNudVoteTime.Location = new System.Drawing.Point(71, 106);
|
||||
this.lsNudVoteTime.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudVoteTime.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudVoteTime.Name = "lsNudVoteTime";
|
||||
this.lsNudVoteTime.Size = new System.Drawing.Size(95, 21);
|
||||
this.lsNudVoteTime.TabIndex = 5;
|
||||
this.toolTip.SetToolTip(this.lsNudVoteTime, "Time until the next map vote ends.");
|
||||
this.lsNudVoteTime.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsCmbSetupRank
|
||||
//
|
||||
@ -1310,111 +1329,111 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.lsNudLayerHeight.Location = new System.Drawing.Point(211, 20);
|
||||
this.lsNudLayerHeight.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLayerHeight.Name = "lsNudLayerHeight";
|
||||
this.lsNudLayerHeight.Size = new System.Drawing.Size(61, 21);
|
||||
this.lsNudLayerHeight.TabIndex = 12;
|
||||
this.toolTip.SetToolTip(this.lsNudLayerHeight, "Height of each layer.");
|
||||
this.lsNudLayerHeight.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsNudLayerCount
|
||||
//
|
||||
this.lsNudLayerCount.Location = new System.Drawing.Point(211, 47);
|
||||
this.lsNudLayerCount.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLayerCount.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLayerCount.Name = "lsNudLayerCount";
|
||||
this.lsNudLayerCount.Size = new System.Drawing.Size(61, 21);
|
||||
this.lsNudLayerCount.TabIndex = 14;
|
||||
this.toolTip.SetToolTip(this.lsNudLayerCount, "Number of layers to flood.");
|
||||
this.lsNudLayerCount.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsNudLayerTime
|
||||
//
|
||||
this.lsNudLayerTime.Location = new System.Drawing.Point(211, 74);
|
||||
this.lsNudLayerTime.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLayerTime.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLayerTime.Name = "lsNudLayerTime";
|
||||
this.lsNudLayerTime.Size = new System.Drawing.Size(61, 21);
|
||||
this.lsNudLayerTime.TabIndex = 16;
|
||||
this.toolTip.SetToolTip(this.lsNudLayerTime, "Time between each layer.");
|
||||
this.lsNudLayerTime.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsNudRoundTime
|
||||
//
|
||||
this.lsNudRoundTime.Location = new System.Drawing.Point(211, 102);
|
||||
this.lsNudRoundTime.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudRoundTime.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudRoundTime.Name = "lsNudRoundTime";
|
||||
this.lsNudRoundTime.Size = new System.Drawing.Size(61, 21);
|
||||
this.lsNudRoundTime.TabIndex = 18;
|
||||
this.toolTip.SetToolTip(this.lsNudRoundTime, "Time until the round ends.");
|
||||
this.lsNudRoundTime.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsNudFloodTime
|
||||
//
|
||||
this.lsNudFloodTime.Location = new System.Drawing.Point(211, 128);
|
||||
this.lsNudFloodTime.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudFloodTime.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudFloodTime.Name = "lsNudFloodTime";
|
||||
this.lsNudFloodTime.Size = new System.Drawing.Size(61, 21);
|
||||
this.lsNudFloodTime.TabIndex = 20;
|
||||
this.toolTip.SetToolTip(this.lsNudFloodTime, "Time until the map is flooded.");
|
||||
this.lsNudFloodTime.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lsCmbControlRank
|
||||
//
|
||||
@ -1430,20 +1449,20 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.lsNudLives.Location = new System.Drawing.Point(71, 133);
|
||||
this.lsNudLives.Maximum = new decimal(new int[] {
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.lsNudLives.Name = "lsNudLives";
|
||||
this.lsNudLives.Size = new System.Drawing.Size(95, 21);
|
||||
this.lsNudLives.TabIndex = 10;
|
||||
this.toolTip.SetToolTip(this.lsNudLives, "The number of times a player can die before being out of the round. Set to 0 for " +
|
||||
"unlimited.");
|
||||
this.toolTip.SetToolTip(this.lsNudLives, "The number of times a player can die before being out of the round. Set to 0 for " +
|
||||
"unlimited.");
|
||||
this.lsNudLives.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// cmbAFKKickPerm
|
||||
//
|
||||
@ -1623,7 +1642,7 @@ namespace MCGalaxy.Gui
|
||||
this.pageRanks.Text = "Ranks";
|
||||
//
|
||||
// gbRankGeneral
|
||||
//
|
||||
//
|
||||
this.gbRankGeneral.AutoSize = true;
|
||||
this.gbRankGeneral.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.gbRankGeneral.Controls.Add(this.label29);
|
||||
@ -1636,7 +1655,7 @@ namespace MCGalaxy.Gui
|
||||
this.gbRankGeneral.Controls.Add(this.label37);
|
||||
this.gbRankGeneral.Location = new System.Drawing.Point(11, 317);
|
||||
this.gbRankGeneral.Name = "gbRankGeneral";
|
||||
this.gbRankGeneral.Size = new System.Drawing.Size(202, 177);
|
||||
this.gbRankGeneral.Size = new System.Drawing.Size(191, 185);
|
||||
this.gbRankGeneral.TabIndex = 19;
|
||||
this.gbRankGeneral.TabStop = false;
|
||||
this.gbRankGeneral.Text = "General settings";
|
||||
@ -1680,7 +1699,7 @@ namespace MCGalaxy.Gui
|
||||
this.label37.Text = "Admin Chat rank:";
|
||||
//
|
||||
// gbRankSettings
|
||||
//
|
||||
//
|
||||
this.gbRankSettings.AutoSize = true;
|
||||
this.gbRankSettings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.gbRankSettings.Controls.Add(this.txtLimit);
|
||||
@ -1700,7 +1719,7 @@ namespace MCGalaxy.Gui
|
||||
this.gbRankSettings.Controls.Add(this.label52);
|
||||
this.gbRankSettings.Location = new System.Drawing.Point(11, 16);
|
||||
this.gbRankSettings.Name = "gbRankSettings";
|
||||
this.gbRankSettings.Size = new System.Drawing.Size(202, 239);
|
||||
this.gbRankSettings.Size = new System.Drawing.Size(197, 250);
|
||||
this.gbRankSettings.TabIndex = 18;
|
||||
this.gbRankSettings.TabStop = false;
|
||||
this.gbRankSettings.Text = "Rank settings";
|
||||
@ -1723,6 +1742,13 @@ namespace MCGalaxy.Gui
|
||||
this.label12.Text = "Permission:";
|
||||
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// lblColor
|
||||
//
|
||||
this.lblColor.Location = new System.Drawing.Point(170, 128);
|
||||
this.lblColor.Name = "lblColor";
|
||||
this.lblColor.Size = new System.Drawing.Size(21, 21);
|
||||
this.lblColor.TabIndex = 13;
|
||||
//
|
||||
// txtGrpMOTD
|
||||
//
|
||||
this.txtGrpMOTD.Location = new System.Drawing.Point(85, 155);
|
||||
@ -1831,13 +1857,6 @@ namespace MCGalaxy.Gui
|
||||
this.label52.Text = "Max Undo:";
|
||||
this.label52.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// lblColor
|
||||
//
|
||||
this.lblColor.Location = new System.Drawing.Point(170, 128);
|
||||
this.lblColor.Name = "lblColor";
|
||||
this.lblColor.Size = new System.Drawing.Size(21, 21);
|
||||
this.lblColor.TabIndex = 13;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(315, 6);
|
||||
@ -2713,7 +2732,7 @@ namespace MCGalaxy.Gui
|
||||
this.grpUpdate.Controls.Add(this.chkUpdates);
|
||||
this.grpUpdate.Location = new System.Drawing.Point(8, 408);
|
||||
this.grpUpdate.Name = "grpUpdate";
|
||||
this.grpUpdate.Size = new System.Drawing.Size(296, 93);
|
||||
this.grpUpdate.Size = new System.Drawing.Size(290, 93);
|
||||
this.grpUpdate.TabIndex = 44;
|
||||
this.grpUpdate.TabStop = false;
|
||||
this.grpUpdate.Text = "Update Settings";
|
||||
@ -2734,18 +2753,18 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.updateTimeNumeric.Location = new System.Drawing.Point(245, 52);
|
||||
this.updateTimeNumeric.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.updateTimeNumeric.Name = "updateTimeNumeric";
|
||||
this.updateTimeNumeric.Size = new System.Drawing.Size(39, 21);
|
||||
this.updateTimeNumeric.TabIndex = 29;
|
||||
this.updateTimeNumeric.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// lblUpdateSeconds
|
||||
//
|
||||
@ -2790,7 +2809,7 @@ namespace MCGalaxy.Gui
|
||||
this.chkUpdates.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpPlayers
|
||||
//
|
||||
//
|
||||
this.grpPlayers.AutoSize = true;
|
||||
this.grpPlayers.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.grpPlayers.Controls.Add(this.label21);
|
||||
@ -2800,7 +2819,7 @@ namespace MCGalaxy.Gui
|
||||
this.grpPlayers.Controls.Add(this.numGuests);
|
||||
this.grpPlayers.Location = new System.Drawing.Point(8, 168);
|
||||
this.grpPlayers.Name = "grpPlayers";
|
||||
this.grpPlayers.Size = new System.Drawing.Size(409, 85);
|
||||
this.grpPlayers.Size = new System.Drawing.Size(388, 89);
|
||||
this.grpPlayers.TabIndex = 46;
|
||||
this.grpPlayers.TabStop = false;
|
||||
this.grpPlayers.Text = "Players";
|
||||
@ -2818,18 +2837,18 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.numPlayers.Location = new System.Drawing.Point(81, 20);
|
||||
this.numPlayers.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numPlayers.Name = "numPlayers";
|
||||
this.numPlayers.Size = new System.Drawing.Size(60, 21);
|
||||
this.numPlayers.TabIndex = 29;
|
||||
this.numPlayers.Value = new decimal(new int[] {
|
||||
12,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
12,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numPlayers.ValueChanged += new System.EventHandler(this.numPlayers_ValueChanged);
|
||||
//
|
||||
// chkAgreeToRules
|
||||
@ -2856,22 +2875,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.numGuests.Location = new System.Drawing.Point(322, 20);
|
||||
this.numGuests.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numGuests.Name = "numGuests";
|
||||
this.numGuests.Size = new System.Drawing.Size(60, 21);
|
||||
this.numGuests.TabIndex = 28;
|
||||
this.numGuests.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// tabControl
|
||||
//
|
||||
this.tabControl.Controls.Add(this.pageServer);
|
||||
this.tabControl.Controls.Add(tabChat);
|
||||
this.tabControl.Controls.Add(this.pageIRC);
|
||||
this.tabControl.Controls.Add(this.pageMisc);
|
||||
this.tabControl.Controls.Add(this.pageGames);
|
||||
@ -3411,10 +3431,10 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsDiffCombo.FormattingEnabled = true;
|
||||
this.TntWrsDiffCombo.Items.AddRange(new object[] {
|
||||
"Easy",
|
||||
"Normal",
|
||||
"Hard",
|
||||
"Extreme"});
|
||||
"Easy",
|
||||
"Normal",
|
||||
"Hard",
|
||||
"Extreme"});
|
||||
this.TntWrsDiffCombo.Location = new System.Drawing.Point(6, 20);
|
||||
this.TntWrsDiffCombo.Name = "TntWrsDiffCombo";
|
||||
this.TntWrsDiffCombo.Size = new System.Drawing.Size(166, 21);
|
||||
@ -3494,23 +3514,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsGraceTimeChck.Location = new System.Drawing.Point(89, 43);
|
||||
this.TntWrsGraceTimeChck.Maximum = new decimal(new int[] {
|
||||
300,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
300,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsGraceTimeChck.Minimum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsGraceTimeChck.Name = "TntWrsGraceTimeChck";
|
||||
this.TntWrsGraceTimeChck.Size = new System.Drawing.Size(57, 21);
|
||||
this.TntWrsGraceTimeChck.TabIndex = 1;
|
||||
this.TntWrsGraceTimeChck.Value = new decimal(new int[] {
|
||||
30,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
30,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsGraceTimeChck.ValueChanged += new System.EventHandler(this.TntWrsGraceTimeChck_ValueChanged);
|
||||
//
|
||||
// TntWrsGracePrdChck
|
||||
@ -3560,23 +3580,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsMltiKlScPrUpDown.Location = new System.Drawing.Point(140, 101);
|
||||
this.TntWrsMltiKlScPrUpDown.Maximum = new decimal(new int[] {
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsMltiKlScPrUpDown.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsMltiKlScPrUpDown.Name = "TntWrsMltiKlScPrUpDown";
|
||||
this.TntWrsMltiKlScPrUpDown.Size = new System.Drawing.Size(38, 21);
|
||||
this.TntWrsMltiKlScPrUpDown.TabIndex = 7;
|
||||
this.TntWrsMltiKlScPrUpDown.Value = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsMltiKlScPrUpDown.ValueChanged += new System.EventHandler(this.TntWrsMltiKlScPrUpDown_ValueChanged);
|
||||
//
|
||||
// TntWrsAsstChck
|
||||
@ -3596,23 +3616,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsAstsScrUpDwn.Location = new System.Drawing.Point(140, 74);
|
||||
this.TntWrsAstsScrUpDwn.Maximum = new decimal(new int[] {
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsAstsScrUpDwn.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsAstsScrUpDwn.Name = "TntWrsAstsScrUpDwn";
|
||||
this.TntWrsAstsScrUpDwn.Size = new System.Drawing.Size(38, 21);
|
||||
this.TntWrsAstsScrUpDwn.TabIndex = 4;
|
||||
this.TntWrsAstsScrUpDwn.Value = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsAstsScrUpDwn.ValueChanged += new System.EventHandler(this.TntWrsAstsScrUpDwn_ValueChanged);
|
||||
//
|
||||
// label89
|
||||
@ -3628,23 +3648,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsScrPrKlUpDwn.Location = new System.Drawing.Point(140, 47);
|
||||
this.TntWrsScrPrKlUpDwn.Maximum = new decimal(new int[] {
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrPrKlUpDwn.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrPrKlUpDwn.Name = "TntWrsScrPrKlUpDwn";
|
||||
this.TntWrsScrPrKlUpDwn.Size = new System.Drawing.Size(38, 21);
|
||||
this.TntWrsScrPrKlUpDwn.TabIndex = 2;
|
||||
this.TntWrsScrPrKlUpDwn.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrPrKlUpDwn.ValueChanged += new System.EventHandler(this.TntWrsScrPrKlUpDwn_ValueChanged);
|
||||
//
|
||||
// label88
|
||||
@ -3660,23 +3680,23 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.TntWrsScrLmtUpDwn.Location = new System.Drawing.Point(140, 20);
|
||||
this.TntWrsScrLmtUpDwn.Maximum = new decimal(new int[] {
|
||||
10000000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10000000,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrLmtUpDwn.Minimum = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrLmtUpDwn.Name = "TntWrsScrLmtUpDwn";
|
||||
this.TntWrsScrLmtUpDwn.Size = new System.Drawing.Size(38, 21);
|
||||
this.TntWrsScrLmtUpDwn.TabIndex = 0;
|
||||
this.TntWrsScrLmtUpDwn.Value = new decimal(new int[] {
|
||||
150,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
150,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.TntWrsScrLmtUpDwn.ValueChanged += new System.EventHandler(this.TntWrsScrLmtUpDwn_ValueChanged);
|
||||
//
|
||||
// groupBox30
|
||||
@ -3938,19 +3958,19 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.numCountReset.Location = new System.Drawing.Point(170, 143);
|
||||
this.numCountReset.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numCountReset.Name = "numCountReset";
|
||||
this.numCountReset.Size = new System.Drawing.Size(60, 21);
|
||||
this.numCountReset.TabIndex = 34;
|
||||
this.numCountReset.Tag = "The number of seconds before the message counter is reset.";
|
||||
this.numCountReset.Value = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
5,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// label69
|
||||
//
|
||||
@ -3965,19 +3985,19 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.numSpamMute.Location = new System.Drawing.Point(158, 104);
|
||||
this.numSpamMute.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numSpamMute.Name = "numSpamMute";
|
||||
this.numSpamMute.Size = new System.Drawing.Size(60, 21);
|
||||
this.numSpamMute.TabIndex = 32;
|
||||
this.numSpamMute.Tag = "The number of seconds a player is muted for, for spamming.";
|
||||
this.numSpamMute.Value = new decimal(new int[] {
|
||||
60,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
60,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// label45
|
||||
//
|
||||
@ -3992,19 +4012,19 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.numSpamMessages.Location = new System.Drawing.Point(106, 67);
|
||||
this.numSpamMessages.Maximum = new decimal(new int[] {
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
128,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numSpamMessages.Name = "numSpamMessages";
|
||||
this.numSpamMessages.Size = new System.Drawing.Size(60, 21);
|
||||
this.numSpamMessages.TabIndex = 30;
|
||||
this.numSpamMessages.Tag = "The amount of messages that have to be sent before a player is muted.";
|
||||
this.numSpamMessages.Value = new decimal(new int[] {
|
||||
8,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
8,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// label44
|
||||
//
|
||||
@ -4095,18 +4115,18 @@ namespace MCGalaxy.Gui
|
||||
//
|
||||
this.nudCooldownTime.Location = new System.Drawing.Point(202, 19);
|
||||
this.nudCooldownTime.Maximum = new decimal(new int[] {
|
||||
86400,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
86400,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.nudCooldownTime.Name = "nudCooldownTime";
|
||||
this.nudCooldownTime.Size = new System.Drawing.Size(120, 21);
|
||||
this.nudCooldownTime.TabIndex = 1;
|
||||
this.nudCooldownTime.Value = new decimal(new int[] {
|
||||
600,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
600,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// label84
|
||||
//
|
||||
@ -4259,6 +4279,33 @@ namespace MCGalaxy.Gui
|
||||
this.listBox1.Size = new System.Drawing.Size(129, 459);
|
||||
this.listBox1.TabIndex = 0;
|
||||
//
|
||||
// chat_gbColors
|
||||
//
|
||||
this.chat_gbColors.Location = new System.Drawing.Point(23, 22);
|
||||
this.chat_gbColors.Name = "chat_gbColors";
|
||||
this.chat_gbColors.Size = new System.Drawing.Size(200, 100);
|
||||
this.chat_gbColors.TabIndex = 0;
|
||||
this.chat_gbColors.TabStop = false;
|
||||
this.chat_gbColors.Text = "Colors";
|
||||
//
|
||||
// chat_gbOther
|
||||
//
|
||||
this.chat_gbOther.Location = new System.Drawing.Point(23, 149);
|
||||
this.chat_gbOther.Name = "chat_gbOther";
|
||||
this.chat_gbOther.Size = new System.Drawing.Size(200, 100);
|
||||
this.chat_gbOther.TabIndex = 1;
|
||||
this.chat_gbOther.TabStop = false;
|
||||
this.chat_gbOther.Text = "Other";
|
||||
//
|
||||
// chat_gbMessages
|
||||
//
|
||||
this.chat_gbMessages.Location = new System.Drawing.Point(23, 290);
|
||||
this.chat_gbMessages.Name = "chat_gbMessages";
|
||||
this.chat_gbMessages.Size = new System.Drawing.Size(200, 100);
|
||||
this.chat_gbMessages.TabIndex = 2;
|
||||
this.chat_gbMessages.TabStop = false;
|
||||
this.chat_gbMessages.Text = "Messages";
|
||||
//
|
||||
// PropertyWindow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@ -4277,6 +4324,7 @@ namespace MCGalaxy.Gui
|
||||
this.Text = "Properties";
|
||||
this.Load += new System.EventHandler(this.PropertyWindow_Load);
|
||||
this.Disposed += new System.EventHandler(this.PropertyWindow_Unload);
|
||||
tabChat.ResumeLayout(false);
|
||||
this.pageCommands.ResumeLayout(false);
|
||||
this.pageCommandsList.ResumeLayout(false);
|
||||
this.tabPage6.ResumeLayout(false);
|
||||
@ -4306,6 +4354,7 @@ namespace MCGalaxy.Gui
|
||||
this.pageBlocks.ResumeLayout(false);
|
||||
this.pageBlocks.PerformLayout();
|
||||
this.pageRanks.ResumeLayout(false);
|
||||
this.pageRanks.PerformLayout();
|
||||
this.gbRankGeneral.ResumeLayout(false);
|
||||
this.gbRankGeneral.PerformLayout();
|
||||
this.gbRankSettings.ResumeLayout(false);
|
||||
@ -4395,6 +4444,7 @@ namespace MCGalaxy.Gui
|
||||
this.gbReviewPerms.PerformLayout();
|
||||
this.gbReviewQueue.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.GroupBox gbRankSettings;
|
||||
@ -4736,5 +4786,8 @@ namespace MCGalaxy.Gui
|
||||
private System.Windows.Forms.Label lblLoadedCommands;
|
||||
private System.Windows.Forms.ListBox lstCommands;
|
||||
private System.Windows.Forms.GroupBox groupBox24;
|
||||
private System.Windows.Forms.GroupBox chat_gbMessages;
|
||||
private System.Windows.Forms.GroupBox chat_gbOther;
|
||||
private System.Windows.Forms.GroupBox chat_gbColors;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user