DebugAgvUI.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugAgvUI
  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.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.dataGridUI1 = new ProjectManagementSystem.UI.DataGridUI();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  36. this.暂停小车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.恢复小车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.panel1.SuspendLayout();
  39. this.panel2.SuspendLayout();
  40. this.contextMenuStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // panel1
  44. //
  45. this.panel1.Controls.Add(this.dataGridUI1);
  46. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.panel1.Location = new System.Drawing.Point(0, 0);
  48. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  49. this.panel1.Name = "panel1";
  50. this.panel1.Size = new System.Drawing.Size(952, 435);
  51. this.panel1.TabIndex = 1;
  52. //
  53. // dataGridUI1
  54. //
  55. this.dataGridUI1.ContextMenuStrip = this.contextMenuStrip1;
  56. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  58. this.dataGridUI1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  59. this.dataGridUI1.Name = "dataGridUI1";
  60. this.dataGridUI1.Size = new System.Drawing.Size(952, 435);
  61. this.dataGridUI1.TabIndex = 0;
  62. //
  63. // panel2
  64. //
  65. this.panel2.Controls.Add(this.textBox1);
  66. this.panel2.Controls.Add(this.label3);
  67. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  68. this.panel2.Location = new System.Drawing.Point(0, 435);
  69. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  70. this.panel2.Name = "panel2";
  71. this.panel2.Size = new System.Drawing.Size(952, 77);
  72. this.panel2.TabIndex = 2;
  73. //
  74. // textBox1
  75. //
  76. this.textBox1.Location = new System.Drawing.Point(103, 23);
  77. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.Size = new System.Drawing.Size(126, 28);
  80. this.textBox1.TabIndex = 20;
  81. this.textBox1.Text = "1";
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.Location = new System.Drawing.Point(16, 31);
  87. this.label3.Name = "label3";
  88. this.label3.Size = new System.Drawing.Size(35, 18);
  89. this.label3.TabIndex = 19;
  90. this.label3.Text = "AGV";
  91. //
  92. // contextMenuStrip1
  93. //
  94. this.contextMenuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  96. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97. this.暂停小车ToolStripMenuItem,
  98. this.恢复小车ToolStripMenuItem});
  99. this.contextMenuStrip1.Name = "contextMenuStrip1";
  100. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 80);
  101. //
  102. // 暂停小车ToolStripMenuItem
  103. //
  104. this.暂停小车ToolStripMenuItem.Name = "暂停小车ToolStripMenuItem";
  105. this.暂停小车ToolStripMenuItem.Size = new System.Drawing.Size(184, 38);
  106. this.暂停小车ToolStripMenuItem.Text = "暂停小车";
  107. this.暂停小车ToolStripMenuItem.Click += new System.EventHandler(this.暂停小车ToolStripMenuItem_Click);
  108. //
  109. // 恢复小车ToolStripMenuItem
  110. //
  111. this.恢复小车ToolStripMenuItem.Name = "恢复小车ToolStripMenuItem";
  112. this.恢复小车ToolStripMenuItem.Size = new System.Drawing.Size(184, 38);
  113. this.恢复小车ToolStripMenuItem.Text = "恢复小车";
  114. this.恢复小车ToolStripMenuItem.Click += new System.EventHandler(this.恢复小车ToolStripMenuItem_Click);
  115. //
  116. // DebugAgvUI
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.Controls.Add(this.panel1);
  121. this.Controls.Add(this.panel2);
  122. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  123. this.Name = "DebugAgvUI";
  124. this.Size = new System.Drawing.Size(952, 512);
  125. this.panel1.ResumeLayout(false);
  126. this.panel2.ResumeLayout(false);
  127. this.panel2.PerformLayout();
  128. this.contextMenuStrip1.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private System.Windows.Forms.Panel panel1;
  133. private DataGridUI dataGridUI1;
  134. private System.Windows.Forms.Panel panel2;
  135. private System.Windows.Forms.TextBox textBox1;
  136. private System.Windows.Forms.Label label3;
  137. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  138. private System.Windows.Forms.ToolStripMenuItem 暂停小车ToolStripMenuItem;
  139. private System.Windows.Forms.ToolStripMenuItem 恢复小车ToolStripMenuItem;
  140. }
  141. }