123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- namespace DllXqManager
- {
- partial class Form2
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <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()
- {
- 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;
- }
- }
|