DebugUI.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class DebugUI
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.cmbParentTaskId = new System.Windows.Forms.ComboBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.cmbLocationCode = new System.Windows.Forms.ComboBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.cmbTaskTemplate = new System.Windows.Forms.ComboBox();
  38. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  39. this.更新数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.panel1.SuspendLayout();
  41. this.groupBox1.SuspendLayout();
  42. this.contextMenuStrip1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // panel1
  46. //
  47. this.panel1.Controls.Add(this.groupBox1);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.panel1.Location = new System.Drawing.Point(0, 0);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(859, 451);
  52. this.panel1.TabIndex = 0;
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.ContextMenuStrip = this.contextMenuStrip1;
  57. this.groupBox1.Controls.Add(this.cmbParentTaskId);
  58. this.groupBox1.Controls.Add(this.label3);
  59. this.groupBox1.Controls.Add(this.button1);
  60. this.groupBox1.Controls.Add(this.label2);
  61. this.groupBox1.Controls.Add(this.cmbLocationCode);
  62. this.groupBox1.Controls.Add(this.label1);
  63. this.groupBox1.Controls.Add(this.cmbTaskTemplate);
  64. this.groupBox1.Location = new System.Drawing.Point(13, 16);
  65. this.groupBox1.Name = "groupBox1";
  66. this.groupBox1.Size = new System.Drawing.Size(515, 278);
  67. this.groupBox1.TabIndex = 1;
  68. this.groupBox1.TabStop = false;
  69. this.groupBox1.Text = "调试任务";
  70. //
  71. // cmbParentTaskId
  72. //
  73. this.cmbParentTaskId.FormattingEnabled = true;
  74. this.cmbParentTaskId.Location = new System.Drawing.Point(234, 164);
  75. this.cmbParentTaskId.Name = "cmbParentTaskId";
  76. this.cmbParentTaskId.Size = new System.Drawing.Size(267, 32);
  77. this.cmbParentTaskId.TabIndex = 6;
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Location = new System.Drawing.Point(6, 164);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(106, 24);
  85. this.label3.TabIndex = 5;
  86. this.label3.Text = "父任务ID";
  87. //
  88. // button1
  89. //
  90. this.button1.Location = new System.Drawing.Point(349, 221);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(152, 40);
  93. this.button1.TabIndex = 4;
  94. this.button1.Text = "下发任务";
  95. this.button1.UseVisualStyleBackColor = true;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Location = new System.Drawing.Point(7, 59);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(226, 24);
  104. this.label2.TabIndex = 3;
  105. this.label2.Text = "任务点(可逗号隔开)";
  106. //
  107. // cmbLocationCode
  108. //
  109. this.cmbLocationCode.FormattingEnabled = true;
  110. this.cmbLocationCode.Location = new System.Drawing.Point(234, 51);
  111. this.cmbLocationCode.Name = "cmbLocationCode";
  112. this.cmbLocationCode.Size = new System.Drawing.Size(267, 32);
  113. this.cmbLocationCode.TabIndex = 2;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Location = new System.Drawing.Point(7, 110);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(106, 24);
  121. this.label1.TabIndex = 1;
  122. this.label1.Text = "任务模板";
  123. //
  124. // cmbTaskTemplate
  125. //
  126. this.cmbTaskTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.cmbTaskTemplate.FormattingEnabled = true;
  128. this.cmbTaskTemplate.Location = new System.Drawing.Point(234, 107);
  129. this.cmbTaskTemplate.Name = "cmbTaskTemplate";
  130. this.cmbTaskTemplate.Size = new System.Drawing.Size(267, 32);
  131. this.cmbTaskTemplate.TabIndex = 0;
  132. //
  133. // contextMenuStrip1
  134. //
  135. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  136. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  137. this.更新数据ToolStripMenuItem});
  138. this.contextMenuStrip1.Name = "contextMenuStrip1";
  139. this.contextMenuStrip1.Size = new System.Drawing.Size(185, 42);
  140. //
  141. // 更新数据ToolStripMenuItem
  142. //
  143. this.更新数据ToolStripMenuItem.Name = "更新数据ToolStripMenuItem";
  144. this.更新数据ToolStripMenuItem.Size = new System.Drawing.Size(184, 38);
  145. this.更新数据ToolStripMenuItem.Text = "更新数据";
  146. this.更新数据ToolStripMenuItem.Click += new System.EventHandler(this.更新数据ToolStripMenuItem_Click);
  147. //
  148. // DebugUI
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.Controls.Add(this.panel1);
  153. this.Name = "DebugUI";
  154. this.Size = new System.Drawing.Size(859, 451);
  155. this.panel1.ResumeLayout(false);
  156. this.groupBox1.ResumeLayout(false);
  157. this.groupBox1.PerformLayout();
  158. this.contextMenuStrip1.ResumeLayout(false);
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private System.Windows.Forms.Panel panel1;
  163. private System.Windows.Forms.GroupBox groupBox1;
  164. private System.Windows.Forms.Label label1;
  165. private System.Windows.Forms.ComboBox cmbTaskTemplate;
  166. private System.Windows.Forms.ComboBox cmbLocationCode;
  167. private System.Windows.Forms.Label label2;
  168. private System.Windows.Forms.Button button1;
  169. private System.Windows.Forms.ComboBox cmbParentTaskId;
  170. private System.Windows.Forms.Label label3;
  171. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  172. private System.Windows.Forms.ToolStripMenuItem 更新数据ToolStripMenuItem;
  173. }
  174. }