DispatchPackUI.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DispatchPackUI
  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.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  41. this.panel1.SuspendLayout();
  42. this.panel2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // tabControl1
  49. //
  50. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  52. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  53. this.tabControl1.Name = "tabControl1";
  54. this.tabControl1.SelectedIndex = 0;
  55. this.tabControl1.Size = new System.Drawing.Size(822, 341);
  56. this.tabControl1.TabIndex = 1;
  57. //
  58. // panel1
  59. //
  60. this.panel1.Controls.Add(this.tabControl1);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(822, 341);
  65. this.panel1.TabIndex = 2;
  66. //
  67. // panel2
  68. //
  69. this.panel2.Controls.Add(this.label1);
  70. this.panel2.Controls.Add(this.button5);
  71. this.panel2.Controls.Add(this.numericUpDown3);
  72. this.panel2.Controls.Add(this.button4);
  73. this.panel2.Controls.Add(this.numericUpDown2);
  74. this.panel2.Controls.Add(this.button3);
  75. this.panel2.Controls.Add(this.button2);
  76. this.panel2.Controls.Add(this.button1);
  77. this.panel2.Controls.Add(this.numericUpDown1);
  78. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  79. this.panel2.Location = new System.Drawing.Point(0, 341);
  80. this.panel2.Name = "panel2";
  81. this.panel2.Size = new System.Drawing.Size(822, 127);
  82. this.panel2.TabIndex = 3;
  83. //
  84. // label1
  85. //
  86. this.label1.AutoSize = true;
  87. this.label1.Location = new System.Drawing.Point(753, 30);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(53, 18);
  90. this.label1.TabIndex = 16;
  91. this.label1.Text = "total";
  92. //
  93. // button5
  94. //
  95. this.button5.Location = new System.Drawing.Point(583, 75);
  96. this.button5.Name = "button5";
  97. this.button5.Size = new System.Drawing.Size(120, 30);
  98. this.button5.TabIndex = 15;
  99. this.button5.Text = "关闭预约";
  100. this.button5.UseVisualStyleBackColor = true;
  101. this.button5.Click += new System.EventHandler(this.button5_Click);
  102. //
  103. // numericUpDown3
  104. //
  105. this.numericUpDown3.Location = new System.Drawing.Point(427, 75);
  106. this.numericUpDown3.Maximum = new decimal(new int[] {
  107. 5,
  108. 0,
  109. 0,
  110. 0});
  111. this.numericUpDown3.Minimum = new decimal(new int[] {
  112. 1,
  113. 0,
  114. 0,
  115. 0});
  116. this.numericUpDown3.Name = "numericUpDown3";
  117. this.numericUpDown3.Size = new System.Drawing.Size(120, 28);
  118. this.numericUpDown3.TabIndex = 14;
  119. this.numericUpDown3.Value = new decimal(new int[] {
  120. 5,
  121. 0,
  122. 0,
  123. 0});
  124. //
  125. // button4
  126. //
  127. this.button4.Location = new System.Drawing.Point(583, 23);
  128. this.button4.Name = "button4";
  129. this.button4.Size = new System.Drawing.Size(120, 30);
  130. this.button4.TabIndex = 13;
  131. this.button4.Text = "打开预约";
  132. this.button4.UseVisualStyleBackColor = true;
  133. this.button4.Click += new System.EventHandler(this.button4_Click);
  134. //
  135. // numericUpDown2
  136. //
  137. this.numericUpDown2.Location = new System.Drawing.Point(427, 23);
  138. this.numericUpDown2.Maximum = new decimal(new int[] {
  139. 240,
  140. 0,
  141. 0,
  142. 0});
  143. this.numericUpDown2.Minimum = new decimal(new int[] {
  144. 30,
  145. 0,
  146. 0,
  147. 0});
  148. this.numericUpDown2.Name = "numericUpDown2";
  149. this.numericUpDown2.Size = new System.Drawing.Size(120, 28);
  150. this.numericUpDown2.TabIndex = 12;
  151. this.numericUpDown2.Value = new decimal(new int[] {
  152. 30,
  153. 0,
  154. 0,
  155. 0});
  156. //
  157. // button3
  158. //
  159. this.button3.Location = new System.Drawing.Point(203, 70);
  160. this.button3.Name = "button3";
  161. this.button3.Size = new System.Drawing.Size(120, 30);
  162. this.button3.TabIndex = 11;
  163. this.button3.Text = "停止";
  164. this.button3.UseVisualStyleBackColor = true;
  165. this.button3.Click += new System.EventHandler(this.button3_Click);
  166. //
  167. // button2
  168. //
  169. this.button2.Location = new System.Drawing.Point(203, 19);
  170. this.button2.Name = "button2";
  171. this.button2.Size = new System.Drawing.Size(120, 30);
  172. this.button2.TabIndex = 10;
  173. this.button2.Text = "启动";
  174. this.button2.UseVisualStyleBackColor = true;
  175. this.button2.Click += new System.EventHandler(this.button2_Click);
  176. //
  177. // button1
  178. //
  179. this.button1.Location = new System.Drawing.Point(16, 72);
  180. this.button1.Name = "button1";
  181. this.button1.Size = new System.Drawing.Size(120, 30);
  182. this.button1.TabIndex = 9;
  183. this.button1.Text = "修改速度";
  184. this.button1.UseVisualStyleBackColor = true;
  185. this.button1.Click += new System.EventHandler(this.button1_Click);
  186. //
  187. // numericUpDown1
  188. //
  189. this.numericUpDown1.Location = new System.Drawing.Point(16, 23);
  190. this.numericUpDown1.Maximum = new decimal(new int[] {
  191. 40,
  192. 0,
  193. 0,
  194. 0});
  195. this.numericUpDown1.Minimum = new decimal(new int[] {
  196. 1,
  197. 0,
  198. 0,
  199. 0});
  200. this.numericUpDown1.Name = "numericUpDown1";
  201. this.numericUpDown1.Size = new System.Drawing.Size(120, 28);
  202. this.numericUpDown1.TabIndex = 8;
  203. this.numericUpDown1.Value = new decimal(new int[] {
  204. 20,
  205. 0,
  206. 0,
  207. 0});
  208. //
  209. // DispatchPackUI
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.Controls.Add(this.panel1);
  214. this.Controls.Add(this.panel2);
  215. this.Name = "DispatchPackUI";
  216. this.Size = new System.Drawing.Size(822, 468);
  217. this.panel1.ResumeLayout(false);
  218. this.panel2.ResumeLayout(false);
  219. this.panel2.PerformLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  223. this.ResumeLayout(false);
  224. }
  225. #endregion
  226. private System.Windows.Forms.TabControl tabControl1;
  227. private System.Windows.Forms.Panel panel1;
  228. private System.Windows.Forms.Panel panel2;
  229. private System.Windows.Forms.Button button5;
  230. private System.Windows.Forms.NumericUpDown numericUpDown3;
  231. private System.Windows.Forms.Button button4;
  232. private System.Windows.Forms.NumericUpDown numericUpDown2;
  233. private System.Windows.Forms.Button button3;
  234. private System.Windows.Forms.Button button2;
  235. private System.Windows.Forms.Button button1;
  236. private System.Windows.Forms.NumericUpDown numericUpDown1;
  237. private System.Windows.Forms.Label label1;
  238. }
  239. }