DebugPackUI.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugPackUI
  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.label3 = 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  44. this.panel1.Name = "panel1";
  45. this.panel1.Size = new System.Drawing.Size(952, 435);
  46. this.panel1.TabIndex = 1;
  47. //
  48. // dataGridUI1
  49. //
  50. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  52. this.dataGridUI1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  53. this.dataGridUI1.Name = "dataGridUI1";
  54. this.dataGridUI1.Size = new System.Drawing.Size(952, 435);
  55. this.dataGridUI1.TabIndex = 0;
  56. //
  57. // panel2
  58. //
  59. this.panel2.Controls.Add(this.textBox1);
  60. this.panel2.Controls.Add(this.label3);
  61. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  62. this.panel2.Location = new System.Drawing.Point(0, 435);
  63. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  64. this.panel2.Name = "panel2";
  65. this.panel2.Size = new System.Drawing.Size(952, 77);
  66. this.panel2.TabIndex = 2;
  67. //
  68. // textBox1
  69. //
  70. this.textBox1.Location = new System.Drawing.Point(103, 23);
  71. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  72. this.textBox1.Name = "textBox1";
  73. this.textBox1.Size = new System.Drawing.Size(126, 28);
  74. this.textBox1.TabIndex = 20;
  75. this.textBox1.Text = "1";
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Location = new System.Drawing.Point(16, 31);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(26, 18);
  83. this.label3.TabIndex = 19;
  84. this.label3.Text = "Id";
  85. //
  86. // DebugPackUI
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.Controls.Add(this.panel1);
  91. this.Controls.Add(this.panel2);
  92. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  93. this.Name = "DebugPackUI";
  94. this.Size = new System.Drawing.Size(952, 512);
  95. this.panel1.ResumeLayout(false);
  96. this.panel2.ResumeLayout(false);
  97. this.panel2.PerformLayout();
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private System.Windows.Forms.Panel panel1;
  102. private DataGridUI dataGridUI1;
  103. private System.Windows.Forms.Panel panel2;
  104. private System.Windows.Forms.TextBox textBox1;
  105. private System.Windows.Forms.Label label3;
  106. }
  107. }