DebugPlcUI.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugPlcUI
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.dataGridUI1 = new ProjectManagementSystem.UI.DataGridUI();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.panel1.SuspendLayout();
  35. this.panel2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.Controls.Add(this.dataGridUI1);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.panel1.Location = new System.Drawing.Point(0, 0);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(999, 419);
  45. this.panel1.TabIndex = 1;
  46. //
  47. // dataGridUI1
  48. //
  49. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  51. this.dataGridUI1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  52. this.dataGridUI1.Name = "dataGridUI1";
  53. this.dataGridUI1.Size = new System.Drawing.Size(999, 419);
  54. this.dataGridUI1.TabIndex = 0;
  55. //
  56. // panel2
  57. //
  58. this.panel2.Controls.Add(this.textBox1);
  59. this.panel2.Controls.Add(this.label1);
  60. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  61. this.panel2.Location = new System.Drawing.Point(0, 419);
  62. this.panel2.Name = "panel2";
  63. this.panel2.Size = new System.Drawing.Size(999, 94);
  64. this.panel2.TabIndex = 2;
  65. //
  66. // textBox1
  67. //
  68. this.textBox1.Location = new System.Drawing.Point(99, 35);
  69. this.textBox1.Name = "textBox1";
  70. this.textBox1.Size = new System.Drawing.Size(126, 28);
  71. this.textBox1.TabIndex = 11;
  72. this.textBox1.Text = "1";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Location = new System.Drawing.Point(12, 38);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(62, 18);
  80. this.label1.TabIndex = 10;
  81. this.label1.Text = "库位号";
  82. //
  83. // DebugPlcUI
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.Controls.Add(this.panel1);
  88. this.Controls.Add(this.panel2);
  89. this.Name = "DebugPlcUI";
  90. this.Size = new System.Drawing.Size(999, 513);
  91. this.panel1.ResumeLayout(false);
  92. this.panel2.ResumeLayout(false);
  93. this.panel2.PerformLayout();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private System.Windows.Forms.Panel panel1;
  98. private DataGridUI dataGridUI1;
  99. private System.Windows.Forms.Panel panel2;
  100. private System.Windows.Forms.TextBox textBox1;
  101. private System.Windows.Forms.Label label1;
  102. }
  103. }