CurrentTaskUI.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class CurrentTaskUI
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.取消任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.终止任务不释放AGVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.暂停任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.恢复任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.暂停小车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.恢复小车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.dataGridUI1 = new ProjectManagementSystem.UI.DataGridUI();
  39. this.dataGridUI2 = new ProjectManagementSystem.UI.DataGridUI();
  40. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  41. this.splitContainer1.Panel1.SuspendLayout();
  42. this.splitContainer1.Panel2.SuspendLayout();
  43. this.splitContainer1.SuspendLayout();
  44. this.contextMenuStrip1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // splitContainer1
  48. //
  49. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  51. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  52. this.splitContainer1.Name = "splitContainer1";
  53. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  54. //
  55. // splitContainer1.Panel1
  56. //
  57. this.splitContainer1.Panel1.Controls.Add(this.dataGridUI1);
  58. //
  59. // splitContainer1.Panel2
  60. //
  61. this.splitContainer1.Panel2.Controls.Add(this.dataGridUI2);
  62. this.splitContainer1.Size = new System.Drawing.Size(1091, 664);
  63. this.splitContainer1.SplitterDistance = 360;
  64. this.splitContainer1.SplitterWidth = 5;
  65. this.splitContainer1.TabIndex = 0;
  66. //
  67. // contextMenuStrip1
  68. //
  69. this.contextMenuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  71. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.取消任务ToolStripMenuItem,
  73. this.终止任务不释放AGVToolStripMenuItem,
  74. this.暂停任务ToolStripMenuItem,
  75. this.恢复任务ToolStripMenuItem,
  76. this.暂停小车ToolStripMenuItem,
  77. this.恢复小车ToolStripMenuItem});
  78. this.contextMenuStrip1.Name = "contextMenuStrip1";
  79. this.contextMenuStrip1.Size = new System.Drawing.Size(301, 336);
  80. //
  81. // 取消任务ToolStripMenuItem
  82. //
  83. this.取消任务ToolStripMenuItem.Name = "取消任务ToolStripMenuItem";
  84. this.取消任务ToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  85. this.取消任务ToolStripMenuItem.Text = "取消任务";
  86. this.取消任务ToolStripMenuItem.Visible = false;
  87. this.取消任务ToolStripMenuItem.Click += new System.EventHandler(this.取消任务ToolStripMenuItem_Click);
  88. //
  89. // 终止任务不释放AGVToolStripMenuItem
  90. //
  91. this.终止任务不释放AGVToolStripMenuItem.Name = "终止任务不释放AGVToolStripMenuItem";
  92. this.终止任务不释放AGVToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  93. this.终止任务不释放AGVToolStripMenuItem.Text = "终止任务";
  94. this.终止任务不释放AGVToolStripMenuItem.Visible = false;
  95. this.终止任务不释放AGVToolStripMenuItem.Click += new System.EventHandler(this.终止任务不释放AGVToolStripMenuItem_Click);
  96. //
  97. // 暂停任务ToolStripMenuItem
  98. //
  99. this.暂停任务ToolStripMenuItem.Name = "暂停任务ToolStripMenuItem";
  100. this.暂停任务ToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  101. this.暂停任务ToolStripMenuItem.Text = "暂停任务";
  102. this.暂停任务ToolStripMenuItem.Visible = false;
  103. this.暂停任务ToolStripMenuItem.Click += new System.EventHandler(this.暂停任务ToolStripMenuItem_Click);
  104. //
  105. // 恢复任务ToolStripMenuItem
  106. //
  107. this.恢复任务ToolStripMenuItem.Name = "恢复任务ToolStripMenuItem";
  108. this.恢复任务ToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  109. this.恢复任务ToolStripMenuItem.Text = "恢复任务";
  110. this.恢复任务ToolStripMenuItem.Visible = false;
  111. this.恢复任务ToolStripMenuItem.Click += new System.EventHandler(this.恢复任务ToolStripMenuItem_Click);
  112. //
  113. // 暂停小车ToolStripMenuItem
  114. //
  115. this.暂停小车ToolStripMenuItem.Name = "暂停小车ToolStripMenuItem";
  116. this.暂停小车ToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  117. this.暂停小车ToolStripMenuItem.Text = "暂停小车";
  118. this.暂停小车ToolStripMenuItem.Visible = false;
  119. this.暂停小车ToolStripMenuItem.Click += new System.EventHandler(this.暂停小车ToolStripMenuItem_Click);
  120. //
  121. // 恢复小车ToolStripMenuItem
  122. //
  123. this.恢复小车ToolStripMenuItem.Name = "恢复小车ToolStripMenuItem";
  124. this.恢复小车ToolStripMenuItem.Size = new System.Drawing.Size(300, 48);
  125. this.恢复小车ToolStripMenuItem.Text = "恢复小车";
  126. this.恢复小车ToolStripMenuItem.Visible = false;
  127. this.恢复小车ToolStripMenuItem.Click += new System.EventHandler(this.恢复小车ToolStripMenuItem_Click);
  128. //
  129. // dataGridUI1
  130. //
  131. this.dataGridUI1.ContextMenuStrip = this.contextMenuStrip1;
  132. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  134. this.dataGridUI1.Name = "dataGridUI1";
  135. this.dataGridUI1.Size = new System.Drawing.Size(1091, 360);
  136. this.dataGridUI1.TabIndex = 0;
  137. //
  138. // dataGridUI2
  139. //
  140. this.dataGridUI2.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.dataGridUI2.Location = new System.Drawing.Point(0, 0);
  142. this.dataGridUI2.Name = "dataGridUI2";
  143. this.dataGridUI2.Size = new System.Drawing.Size(1091, 299);
  144. this.dataGridUI2.TabIndex = 0;
  145. //
  146. // CurrentTaskUI
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.Controls.Add(this.splitContainer1);
  151. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  152. this.Name = "CurrentTaskUI";
  153. this.Size = new System.Drawing.Size(1091, 664);
  154. this.splitContainer1.Panel1.ResumeLayout(false);
  155. this.splitContainer1.Panel2.ResumeLayout(false);
  156. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  157. this.splitContainer1.ResumeLayout(false);
  158. this.contextMenuStrip1.ResumeLayout(false);
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private System.Windows.Forms.SplitContainer splitContainer1;
  163. private DataGridUI dataGridUI1;
  164. private DataGridUI dataGridUI2;
  165. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  166. private System.Windows.Forms.ToolStripMenuItem 取消任务ToolStripMenuItem;
  167. private System.Windows.Forms.ToolStripMenuItem 终止任务不释放AGVToolStripMenuItem;
  168. private System.Windows.Forms.ToolStripMenuItem 暂停任务ToolStripMenuItem;
  169. private System.Windows.Forms.ToolStripMenuItem 恢复任务ToolStripMenuItem;
  170. private System.Windows.Forms.ToolStripMenuItem 暂停小车ToolStripMenuItem;
  171. private System.Windows.Forms.ToolStripMenuItem 恢复小车ToolStripMenuItem;
  172. }
  173. }