namespace MCGalaxy.Gui.Popups { partial class CustomCommands { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.lblCommands = new System.Windows.Forms.Label(); this.lstCommands = new System.Windows.Forms.ListBox(); this.grpCreate = new System.Windows.Forms.GroupBox(); this.btnCreate1 = new System.Windows.Forms.Button(); this.btnCreate2 = new System.Windows.Forms.Button(); this.btnCreate3 = new System.Windows.Forms.Button(); this.btnCreate4 = new System.Windows.Forms.Button(); this.btnCreate5 = new System.Windows.Forms.Button(); this.txtCmdName = new System.Windows.Forms.TextBox(); this.lblTxtName = new System.Windows.Forms.Label(); this.btnLoad = new System.Windows.Forms.Button(); this.btnUnload = new System.Windows.Forms.Button(); this.grpCreate.SuspendLayout(); this.SuspendLayout(); // // lblCommands // this.lblCommands.AutoSize = true; this.lblCommands.Location = new System.Drawing.Point(13, 111); this.lblCommands.Name = "lblCommands"; this.lblCommands.Size = new System.Drawing.Size(133, 13); this.lblCommands.TabIndex = 45; this.lblCommands.Text = "Loaded custom commands"; // // lstCommands // this.lstCommands.BackColor = System.Drawing.SystemColors.Window; this.lstCommands.ForeColor = System.Drawing.SystemColors.WindowText; this.lstCommands.FormattingEnabled = true; this.lstCommands.Location = new System.Drawing.Point(12, 127); this.lstCommands.MultiColumn = true; this.lstCommands.Name = "lstCommands"; this.lstCommands.Size = new System.Drawing.Size(459, 134); this.lstCommands.TabIndex = 44; this.lstCommands.SelectedIndexChanged += new System.EventHandler(this.lstCommands_SelectedIndexChanged); // // grpCreate // this.grpCreate.Controls.Add(this.btnCreate1); this.grpCreate.Controls.Add(this.btnCreate2); this.grpCreate.Controls.Add(this.btnCreate3); this.grpCreate.Controls.Add(this.btnCreate4); this.grpCreate.Controls.Add(this.btnCreate5); this.grpCreate.Controls.Add(this.txtCmdName); this.grpCreate.Controls.Add(this.lblTxtName); this.grpCreate.Location = new System.Drawing.Point(12, 12); this.grpCreate.Name = "grpCreate"; this.grpCreate.Size = new System.Drawing.Size(459, 84); this.grpCreate.TabIndex = 43; this.grpCreate.TabStop = false; this.grpCreate.Text = "Create custom command"; // // btnCreate1 // this.btnCreate1.Location = new System.Drawing.Point(11, 48); this.btnCreate1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCreate1.Name = "btnCreate1"; this.btnCreate1.Size = new System.Drawing.Size(80, 23); this.btnCreate1.TabIndex = 29; this.btnCreate1.UseVisualStyleBackColor = true; // // btnCreate2 // this.btnCreate2.Location = new System.Drawing.Point(96, 48); this.btnCreate2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCreate2.Name = "btnCreate2"; this.btnCreate2.Size = new System.Drawing.Size(80, 23); this.btnCreate2.TabIndex = 30; this.btnCreate2.UseVisualStyleBackColor = true; // // btnCreate3 // this.btnCreate3.Location = new System.Drawing.Point(181, 48); this.btnCreate3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCreate3.Name = "btnCreate3"; this.btnCreate3.Size = new System.Drawing.Size(80, 23); this.btnCreate3.TabIndex = 31; this.btnCreate3.UseVisualStyleBackColor = true; // // btnCreate4 // this.btnCreate4.Location = new System.Drawing.Point(266, 48); this.btnCreate4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCreate4.Name = "btnCreate4"; this.btnCreate4.Size = new System.Drawing.Size(80, 23); this.btnCreate4.TabIndex = 32; this.btnCreate4.UseVisualStyleBackColor = true; // // btnCreate5 // this.btnCreate5.Location = new System.Drawing.Point(351, 48); this.btnCreate5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCreate5.Name = "btnCreate5"; this.btnCreate5.Size = new System.Drawing.Size(80, 23); this.btnCreate5.TabIndex = 33; this.btnCreate5.UseVisualStyleBackColor = true; // // txtCmdName // this.txtCmdName.BackColor = System.Drawing.SystemColors.Window; this.txtCmdName.Location = new System.Drawing.Point(100, 20); this.txtCmdName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.txtCmdName.Name = "txtCmdName"; this.txtCmdName.Size = new System.Drawing.Size(348, 18); this.txtCmdName.TabIndex = 27; // // lblTxtName // this.lblTxtName.AutoSize = true; this.lblTxtName.Location = new System.Drawing.Point(11, 23); this.lblTxtName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTxtName.Name = "lblTxtName"; this.lblTxtName.Size = new System.Drawing.Size(78, 12); this.lblTxtName.TabIndex = 28; this.lblTxtName.Text = "Command Name:"; // // btnLoad // this.btnLoad.Location = new System.Drawing.Point(13, 267); this.btnLoad.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(80, 23); this.btnLoad.TabIndex = 41; this.btnLoad.Text = "Load"; this.btnLoad.UseVisualStyleBackColor = true; this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); // // btnUnload // this.btnUnload.Enabled = false; this.btnUnload.Location = new System.Drawing.Point(391, 267); this.btnUnload.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnUnload.Name = "btnUnload"; this.btnUnload.Size = new System.Drawing.Size(80, 23); this.btnUnload.TabIndex = 42; this.btnUnload.Text = "Unload"; this.btnUnload.UseVisualStyleBackColor = true; this.btnUnload.Click += new System.EventHandler(this.btnUnload_Click); // // CustomCommands // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 301); this.Controls.Add(this.lblCommands); this.Controls.Add(this.lstCommands); this.Controls.Add(this.grpCreate); this.Controls.Add(this.btnLoad); this.Controls.Add(this.btnUnload); this.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Load += new System.EventHandler(this.CustomCommands_Load); this.MaximizeBox = false; this.MinimizeBox = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Name = "CustomCommands"; this.Text = "Custom commands"; this.grpCreate.ResumeLayout(false); this.grpCreate.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Button btnUnload; private System.Windows.Forms.Button btnLoad; private System.Windows.Forms.Label lblTxtName; private System.Windows.Forms.TextBox txtCmdName; private System.Windows.Forms.Button btnCreate1; private System.Windows.Forms.Button btnCreate2; private System.Windows.Forms.Button btnCreate3; private System.Windows.Forms.Button btnCreate4; private System.Windows.Forms.Button btnCreate5; private System.Windows.Forms.GroupBox grpCreate; private System.Windows.Forms.ListBox lstCommands; private System.Windows.Forms.Label lblCommands; } }