301 lines
14 KiB
C#
301 lines
14 KiB
C#
namespace bot.GUI
|
|
{
|
|
partial class frmScriptDialog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components;
|
|
|
|
/// <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(frmScriptDialog));
|
|
this.lblObject = new System.Windows.Forms.Label();
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
this.btn4 = new System.Windows.Forms.Button();
|
|
this.btn5 = new System.Windows.Forms.Button();
|
|
this.btn6 = new System.Windows.Forms.Button();
|
|
this.btn7 = new System.Windows.Forms.Button();
|
|
this.btn8 = new System.Windows.Forms.Button();
|
|
this.btn9 = new System.Windows.Forms.Button();
|
|
this.btn10 = new System.Windows.Forms.Button();
|
|
this.btn11 = new System.Windows.Forms.Button();
|
|
this.btn12 = new System.Windows.Forms.Button();
|
|
this.lblMessage = new System.Windows.Forms.Label();
|
|
this.txtObject = new System.Windows.Forms.TextBox();
|
|
this.lblOwner = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblObject
|
|
//
|
|
this.lblObject.AutoSize = true;
|
|
this.lblObject.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblObject.ForeColor = System.Drawing.Color.White;
|
|
this.lblObject.Location = new System.Drawing.Point(22, 9);
|
|
this.lblObject.Name = "lblObject";
|
|
this.lblObject.Size = new System.Drawing.Size(35, 13);
|
|
this.lblObject.TabIndex = 0;
|
|
this.lblObject.Text = "label1";
|
|
//
|
|
// btn1
|
|
//
|
|
this.btn1.BackColor = System.Drawing.Color.Black;
|
|
this.btn1.ForeColor = System.Drawing.Color.White;
|
|
this.btn1.Location = new System.Drawing.Point(42, 227);
|
|
this.btn1.Name = "btn1";
|
|
this.btn1.Size = new System.Drawing.Size(75, 23);
|
|
this.btn1.TabIndex = 1;
|
|
this.btn1.Text = "button1";
|
|
this.btn1.UseVisualStyleBackColor = false;
|
|
this.btn1.Visible = false;
|
|
this.btn1.Click += new System.EventHandler(this.btn1_Click);
|
|
//
|
|
// btn2
|
|
//
|
|
this.btn2.BackColor = System.Drawing.Color.Black;
|
|
this.btn2.ForeColor = System.Drawing.Color.White;
|
|
this.btn2.Location = new System.Drawing.Point(123, 227);
|
|
this.btn2.Name = "btn2";
|
|
this.btn2.Size = new System.Drawing.Size(75, 23);
|
|
this.btn2.TabIndex = 2;
|
|
this.btn2.Text = "button2";
|
|
this.btn2.UseVisualStyleBackColor = false;
|
|
this.btn2.Visible = false;
|
|
this.btn2.Click += new System.EventHandler(this.btn2_Click);
|
|
//
|
|
// btn3
|
|
//
|
|
this.btn3.BackColor = System.Drawing.Color.Black;
|
|
this.btn3.ForeColor = System.Drawing.Color.White;
|
|
this.btn3.Location = new System.Drawing.Point(204, 227);
|
|
this.btn3.Name = "btn3";
|
|
this.btn3.Size = new System.Drawing.Size(75, 23);
|
|
this.btn3.TabIndex = 3;
|
|
this.btn3.Text = "button3";
|
|
this.btn3.UseVisualStyleBackColor = false;
|
|
this.btn3.Visible = false;
|
|
this.btn3.Click += new System.EventHandler(this.btn3_Click);
|
|
//
|
|
// btn4
|
|
//
|
|
this.btn4.BackColor = System.Drawing.Color.Black;
|
|
this.btn4.ForeColor = System.Drawing.Color.White;
|
|
this.btn4.Location = new System.Drawing.Point(42, 198);
|
|
this.btn4.Name = "btn4";
|
|
this.btn4.Size = new System.Drawing.Size(75, 23);
|
|
this.btn4.TabIndex = 4;
|
|
this.btn4.Text = "button4";
|
|
this.btn4.UseVisualStyleBackColor = false;
|
|
this.btn4.Visible = false;
|
|
this.btn4.Click += new System.EventHandler(this.btn4_Click);
|
|
//
|
|
// btn5
|
|
//
|
|
this.btn5.BackColor = System.Drawing.Color.Black;
|
|
this.btn5.ForeColor = System.Drawing.Color.White;
|
|
this.btn5.Location = new System.Drawing.Point(123, 198);
|
|
this.btn5.Name = "btn5";
|
|
this.btn5.Size = new System.Drawing.Size(75, 23);
|
|
this.btn5.TabIndex = 5;
|
|
this.btn5.Text = "button5";
|
|
this.btn5.UseVisualStyleBackColor = false;
|
|
this.btn5.Visible = false;
|
|
this.btn5.Click += new System.EventHandler(this.btn5_Click);
|
|
//
|
|
// btn6
|
|
//
|
|
this.btn6.BackColor = System.Drawing.Color.Black;
|
|
this.btn6.ForeColor = System.Drawing.Color.White;
|
|
this.btn6.Location = new System.Drawing.Point(204, 198);
|
|
this.btn6.Name = "btn6";
|
|
this.btn6.Size = new System.Drawing.Size(75, 23);
|
|
this.btn6.TabIndex = 6;
|
|
this.btn6.Text = "button6";
|
|
this.btn6.UseVisualStyleBackColor = false;
|
|
this.btn6.Visible = false;
|
|
this.btn6.Click += new System.EventHandler(this.btn6_Click);
|
|
//
|
|
// btn7
|
|
//
|
|
this.btn7.BackColor = System.Drawing.Color.Black;
|
|
this.btn7.ForeColor = System.Drawing.Color.White;
|
|
this.btn7.Location = new System.Drawing.Point(42, 169);
|
|
this.btn7.Name = "btn7";
|
|
this.btn7.Size = new System.Drawing.Size(75, 23);
|
|
this.btn7.TabIndex = 7;
|
|
this.btn7.Text = "button7";
|
|
this.btn7.UseVisualStyleBackColor = false;
|
|
this.btn7.Visible = false;
|
|
this.btn7.Click += new System.EventHandler(this.btn7_Click);
|
|
//
|
|
// btn8
|
|
//
|
|
this.btn8.BackColor = System.Drawing.Color.Black;
|
|
this.btn8.ForeColor = System.Drawing.Color.White;
|
|
this.btn8.Location = new System.Drawing.Point(123, 169);
|
|
this.btn8.Name = "btn8";
|
|
this.btn8.Size = new System.Drawing.Size(75, 23);
|
|
this.btn8.TabIndex = 8;
|
|
this.btn8.Text = "button8";
|
|
this.btn8.UseVisualStyleBackColor = false;
|
|
this.btn8.Visible = false;
|
|
this.btn8.Click += new System.EventHandler(this.btn8_Click);
|
|
//
|
|
// btn9
|
|
//
|
|
this.btn9.BackColor = System.Drawing.Color.Black;
|
|
this.btn9.ForeColor = System.Drawing.Color.White;
|
|
this.btn9.Location = new System.Drawing.Point(204, 169);
|
|
this.btn9.Name = "btn9";
|
|
this.btn9.Size = new System.Drawing.Size(75, 23);
|
|
this.btn9.TabIndex = 9;
|
|
this.btn9.Text = "button9";
|
|
this.btn9.UseVisualStyleBackColor = false;
|
|
this.btn9.Visible = false;
|
|
this.btn9.Click += new System.EventHandler(this.btn9_Click);
|
|
//
|
|
// btn10
|
|
//
|
|
this.btn10.BackColor = System.Drawing.Color.Black;
|
|
this.btn10.ForeColor = System.Drawing.Color.White;
|
|
this.btn10.Location = new System.Drawing.Point(42, 140);
|
|
this.btn10.Name = "btn10";
|
|
this.btn10.Size = new System.Drawing.Size(75, 23);
|
|
this.btn10.TabIndex = 10;
|
|
this.btn10.Text = "button10";
|
|
this.btn10.UseVisualStyleBackColor = false;
|
|
this.btn10.Visible = false;
|
|
this.btn10.Click += new System.EventHandler(this.btn10_Click);
|
|
//
|
|
// btn11
|
|
//
|
|
this.btn11.BackColor = System.Drawing.Color.Black;
|
|
this.btn11.ForeColor = System.Drawing.Color.White;
|
|
this.btn11.Location = new System.Drawing.Point(123, 140);
|
|
this.btn11.Name = "btn11";
|
|
this.btn11.Size = new System.Drawing.Size(75, 23);
|
|
this.btn11.TabIndex = 11;
|
|
this.btn11.Text = "button11";
|
|
this.btn11.UseVisualStyleBackColor = false;
|
|
this.btn11.Visible = false;
|
|
this.btn11.Click += new System.EventHandler(this.btn11_Click);
|
|
//
|
|
// btn12
|
|
//
|
|
this.btn12.BackColor = System.Drawing.Color.Black;
|
|
this.btn12.ForeColor = System.Drawing.Color.White;
|
|
this.btn12.Location = new System.Drawing.Point(204, 140);
|
|
this.btn12.Name = "btn12";
|
|
this.btn12.Size = new System.Drawing.Size(75, 23);
|
|
this.btn12.TabIndex = 12;
|
|
this.btn12.Text = "button12";
|
|
this.btn12.UseVisualStyleBackColor = false;
|
|
this.btn12.Visible = false;
|
|
this.btn12.Click += new System.EventHandler(this.btn12_Click);
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.AutoSize = true;
|
|
this.lblMessage.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblMessage.ForeColor = System.Drawing.Color.White;
|
|
this.lblMessage.Location = new System.Drawing.Point(22, 70);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(35, 13);
|
|
this.lblMessage.TabIndex = 13;
|
|
this.lblMessage.Text = "label1";
|
|
//
|
|
// txtObject
|
|
//
|
|
this.txtObject.Location = new System.Drawing.Point(25, 25);
|
|
this.txtObject.Name = "txtObject";
|
|
this.txtObject.ReadOnly = true;
|
|
this.txtObject.Size = new System.Drawing.Size(272, 20);
|
|
this.txtObject.TabIndex = 14;
|
|
//
|
|
// lblOwner
|
|
//
|
|
this.lblOwner.AutoSize = true;
|
|
this.lblOwner.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblOwner.ForeColor = System.Drawing.Color.White;
|
|
this.lblOwner.Location = new System.Drawing.Point(22, 48);
|
|
this.lblOwner.Name = "lblOwner";
|
|
this.lblOwner.Size = new System.Drawing.Size(35, 13);
|
|
this.lblOwner.TabIndex = 15;
|
|
this.lblOwner.Text = "label1";
|
|
//
|
|
// frmScriptDialog
|
|
//
|
|
this.BackgroundImage = bot.Localization.clResourceManager.getWindow("frmScriptDialog");
|
|
this.ClientSize = new System.Drawing.Size(320, 265);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.lblOwner);
|
|
this.Controls.Add(this.txtObject);
|
|
this.Controls.Add(this.lblMessage);
|
|
this.Controls.Add(this.btn12);
|
|
this.Controls.Add(this.btn11);
|
|
this.Controls.Add(this.btn10);
|
|
this.Controls.Add(this.btn9);
|
|
this.Controls.Add(this.btn8);
|
|
this.Controls.Add(this.btn7);
|
|
this.Controls.Add(this.btn6);
|
|
this.Controls.Add(this.btn5);
|
|
this.Controls.Add(this.btn4);
|
|
this.Controls.Add(this.btn3);
|
|
this.Controls.Add(this.btn2);
|
|
this.Controls.Add(this.btn1);
|
|
this.Controls.Add(this.lblObject);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmScriptDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmScriptDialog";
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(frmScriptDialog_MouseDown);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(frmScriptDialog_MouseMove);
|
|
this.TransparencyKey = System.Drawing.Color.Yellow;
|
|
this.Load += new System.EventHandler(this.frmScriptDialog_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblObject;
|
|
private System.Windows.Forms.Button btn1;
|
|
private System.Windows.Forms.Button btn2;
|
|
private System.Windows.Forms.Button btn3;
|
|
private System.Windows.Forms.Button btn4;
|
|
private System.Windows.Forms.Button btn5;
|
|
private System.Windows.Forms.Button btn6;
|
|
private System.Windows.Forms.Button btn7;
|
|
private System.Windows.Forms.Button btn8;
|
|
private System.Windows.Forms.Button btn9;
|
|
private System.Windows.Forms.Button btn10;
|
|
private System.Windows.Forms.Button btn11;
|
|
private System.Windows.Forms.Button btn12;
|
|
private System.Windows.Forms.Label lblMessage;
|
|
private System.Windows.Forms.TextBox txtObject;
|
|
private System.Windows.Forms.Label lblOwner;
|
|
}
|
|
} |