namespace HotelPms.SourceFactory
{
partial class FormGdi
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(271, 23);
this.textBox1.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Red;
this.panel1.Location = new System.Drawing.Point(27, 180);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(307, 186);
this.panel1.TabIndex = 1;
this.panel1.DoubleClick += new System.EventHandler(this.panel2_DoubleClick);
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
this.panel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Lime;
this.panel2.Location = new System.Drawing.Point(382, 196);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(160, 126);
this.panel2.TabIndex = 2;
this.panel2.DoubleClick += new System.EventHandler(this.panel2_DoubleClick);
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
this.panel2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
//
// button1
//
this.button1.Location = new System.Drawing.Point(362, 7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(137, 31);
this.button1.TabIndex = 3;
this.button1.Text = "判断";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(81, 44);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(271, 23);
this.textBox2.TabIndex = 4;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(81, 73);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(271, 23);
this.textBox3.TabIndex = 5;
//
// button2
//
this.button2.Location = new System.Drawing.Point(505, 7);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(137, 31);
this.button2.TabIndex = 6;
this.button2.Text = "判断2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 15);
this.label1.TabIndex = 7;
this.label1.Text = "r1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 15);
this.label2.TabIndex = 8;
this.label2.Text = "r2";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(37, 102);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(616, 23);
this.textBox4.TabIndex = 9;
this.textBox4.Text = "!(r1.Right < r2.Left || r1.Bottom < r2.Top || r2.Right < r1.Left || r2.Bottom < r" +
"1.Top)";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(37, 131);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(616, 23);
this.textBox5.TabIndex = 10;
//
// panel3
//
this.panel3.Location = new System.Drawing.Point(674, 17);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(615, 647);
this.panel3.TabIndex = 11;
//
// FormGdi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1306, 676);
this.Controls.Add(this.panel3);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.textBox1);
this.KeyPreview = true;
this.Name = "FormGdi";
this.Text = "FormGdi";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormGdi_KeyDown);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseClick);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Panel panel3;
}
}