namespace DllXqManager { partial class Form2 { /// /// 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.SuspendLayout(); // // tEntityControl2 // this.tEntityControl2.BackColor = System.Drawing.SystemColors.ActiveCaption; this.tEntityControl2.Location = new System.Drawing.Point(215, 173); this.tEntityControl2.Name = "tEntityControl2"; this.tEntityControl2.Size = new System.Drawing.Size(140, 103); this.tEntityControl2.TabIndex = 1; this.tEntityControl2.Text = "tEntityControl2"; // // tEntityControl1 // this.tEntityControl1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.tEntityControl1.Location = new System.Drawing.Point(422, 286); this.tEntityControl1.Name = "tEntityControl1"; this.tEntityControl1.Size = new System.Drawing.Size(140, 109); this.tEntityControl1.TabIndex = 0; this.tEntityControl1.Text = "tEntityControl1"; this.tEntityControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseDown); this.tEntityControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseMove); this.tEntityControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseUp); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 604); this.Controls.Add(this.tEntityControl2); this.Controls.Add(this.tEntityControl1); this.Name = "Form2"; this.Text = "Form2"; this.ResumeLayout(false); } #endregion private TEntityControl tEntityControl1; private TEntityControl tEntityControl2; } }