DebugApiCallFailedUI.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugApiCallFailedUI
  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.button1 = new System.Windows.Forms.Button();
  33. this.panel1.SuspendLayout();
  34. this.panel2.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.Controls.Add(this.dataGridUI1);
  40. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.panel1.Location = new System.Drawing.Point(0, 0);
  42. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(952, 435);
  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(952, 435);
  54. this.dataGridUI1.TabIndex = 0;
  55. //
  56. // panel2
  57. //
  58. this.panel2.Controls.Add(this.button1);
  59. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  60. this.panel2.Location = new System.Drawing.Point(0, 435);
  61. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  62. this.panel2.Name = "panel2";
  63. this.panel2.Size = new System.Drawing.Size(952, 77);
  64. this.panel2.TabIndex = 2;
  65. //
  66. // button1
  67. //
  68. this.button1.Location = new System.Drawing.Point(14, 27);
  69. this.button1.Name = "button1";
  70. this.button1.Size = new System.Drawing.Size(100, 37);
  71. this.button1.TabIndex = 0;
  72. this.button1.Text = "开始重传";
  73. this.button1.UseVisualStyleBackColor = true;
  74. this.button1.Click += new System.EventHandler(this.button1_Click);
  75. //
  76. // DebugApiCallFailedUI
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.Controls.Add(this.panel1);
  81. this.Controls.Add(this.panel2);
  82. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.Name = "DebugApiCallFailedUI";
  84. this.Size = new System.Drawing.Size(952, 512);
  85. this.panel1.ResumeLayout(false);
  86. this.panel2.ResumeLayout(false);
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private System.Windows.Forms.Panel panel1;
  91. private DataGridUI dataGridUI1;
  92. private System.Windows.Forms.Panel panel2;
  93. private System.Windows.Forms.Button button1;
  94. }
  95. }