Form2.Designer.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace DllXqManager
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.SuspendLayout();
  29. //
  30. // tEntityControl2
  31. //
  32. this.tEntityControl2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  33. this.tEntityControl2.Location = new System.Drawing.Point(215, 173);
  34. this.tEntityControl2.Name = "tEntityControl2";
  35. this.tEntityControl2.Size = new System.Drawing.Size(140, 103);
  36. this.tEntityControl2.TabIndex = 1;
  37. this.tEntityControl2.Text = "tEntityControl2";
  38. //
  39. // tEntityControl1
  40. //
  41. this.tEntityControl1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  42. this.tEntityControl1.Location = new System.Drawing.Point(422, 286);
  43. this.tEntityControl1.Name = "tEntityControl1";
  44. this.tEntityControl1.Size = new System.Drawing.Size(140, 109);
  45. this.tEntityControl1.TabIndex = 0;
  46. this.tEntityControl1.Text = "tEntityControl1";
  47. this.tEntityControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseDown);
  48. this.tEntityControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseMove);
  49. this.tEntityControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tEntityControl1_MouseUp);
  50. //
  51. // Form2
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(800, 604);
  56. this.Controls.Add(this.tEntityControl2);
  57. this.Controls.Add(this.tEntityControl1);
  58. this.Name = "Form2";
  59. this.Text = "Form2";
  60. this.ResumeLayout(false);
  61. }
  62. #endregion
  63. private TEntityControl tEntityControl1;
  64. private TEntityControl tEntityControl2;
  65. }
  66. }