FormPmsTaskInfo.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. 
  2. namespace ProjectManagementSystem.Forms
  3. {
  4. partial class FormPmsTaskInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label9 = new System.Windows.Forms.Label();
  30. this.cmbTargetLocationCode = new System.Windows.Forms.ComboBox();
  31. this.cmbLocationCode = new System.Windows.Forms.ComboBox();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.cmbWareHouseCode = new System.Windows.Forms.ComboBox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.cmbTargetWareHouseCode = new System.Windows.Forms.ComboBox();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.cmbMaterialId = new System.Windows.Forms.ComboBox();
  40. this.SuspendLayout();
  41. //
  42. // label9
  43. //
  44. this.label9.AutoSize = true;
  45. this.label9.Location = new System.Drawing.Point(22, 260);
  46. this.label9.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  47. this.label9.Name = "label9";
  48. this.label9.Size = new System.Drawing.Size(86, 31);
  49. this.label9.TabIndex = 21;
  50. this.label9.Text = "放货点";
  51. //
  52. // cmbTargetLocationCode
  53. //
  54. this.cmbTargetLocationCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  55. this.cmbTargetLocationCode.FormattingEnabled = true;
  56. this.cmbTargetLocationCode.Location = new System.Drawing.Point(211, 257);
  57. this.cmbTargetLocationCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  58. this.cmbTargetLocationCode.Name = "cmbTargetLocationCode";
  59. this.cmbTargetLocationCode.Size = new System.Drawing.Size(333, 39);
  60. this.cmbTargetLocationCode.TabIndex = 20;
  61. //
  62. // cmbLocationCode
  63. //
  64. this.cmbLocationCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.cmbLocationCode.FormattingEnabled = true;
  66. this.cmbLocationCode.Location = new System.Drawing.Point(211, 92);
  67. this.cmbLocationCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  68. this.cmbLocationCode.Name = "cmbLocationCode";
  69. this.cmbLocationCode.Size = new System.Drawing.Size(333, 39);
  70. this.cmbLocationCode.TabIndex = 18;
  71. this.cmbLocationCode.SelectedIndexChanged += new System.EventHandler(this.cmbLocationCode_SelectedIndexChanged);
  72. //
  73. // label5
  74. //
  75. this.label5.AutoSize = true;
  76. this.label5.Location = new System.Drawing.Point(22, 95);
  77. this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  78. this.label5.Name = "label5";
  79. this.label5.Size = new System.Drawing.Size(86, 31);
  80. this.label5.TabIndex = 17;
  81. this.label5.Text = "取货点";
  82. //
  83. // label6
  84. //
  85. this.label6.AutoSize = true;
  86. this.label6.Location = new System.Drawing.Point(22, 150);
  87. this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  88. this.label6.Name = "label6";
  89. this.label6.Size = new System.Drawing.Size(62, 31);
  90. this.label6.TabIndex = 16;
  91. this.label6.Text = "物料";
  92. //
  93. // label7
  94. //
  95. this.label7.AutoSize = true;
  96. this.label7.Location = new System.Drawing.Point(22, 40);
  97. this.label7.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  98. this.label7.Name = "label7";
  99. this.label7.Size = new System.Drawing.Size(110, 31);
  100. this.label7.TabIndex = 15;
  101. this.label7.Text = "取货仓库";
  102. //
  103. // cmbWareHouseCode
  104. //
  105. this.cmbWareHouseCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  106. this.cmbWareHouseCode.FormattingEnabled = true;
  107. this.cmbWareHouseCode.Location = new System.Drawing.Point(211, 37);
  108. this.cmbWareHouseCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  109. this.cmbWareHouseCode.Name = "cmbWareHouseCode";
  110. this.cmbWareHouseCode.Size = new System.Drawing.Size(333, 39);
  111. this.cmbWareHouseCode.TabIndex = 14;
  112. this.cmbWareHouseCode.SelectedIndexChanged += new System.EventHandler(this.cmbWareHouseCode_SelectedIndexChanged);
  113. //
  114. // label8
  115. //
  116. this.label8.AutoSize = true;
  117. this.label8.Location = new System.Drawing.Point(22, 205);
  118. this.label8.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  119. this.label8.Name = "label8";
  120. this.label8.Size = new System.Drawing.Size(110, 31);
  121. this.label8.TabIndex = 13;
  122. this.label8.Text = "放货仓库";
  123. //
  124. // cmbTargetWareHouseCode
  125. //
  126. this.cmbTargetWareHouseCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.cmbTargetWareHouseCode.FormattingEnabled = true;
  128. this.cmbTargetWareHouseCode.Location = new System.Drawing.Point(211, 202);
  129. this.cmbTargetWareHouseCode.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  130. this.cmbTargetWareHouseCode.Name = "cmbTargetWareHouseCode";
  131. this.cmbTargetWareHouseCode.Size = new System.Drawing.Size(333, 39);
  132. this.cmbTargetWareHouseCode.TabIndex = 12;
  133. this.cmbTargetWareHouseCode.SelectedIndexChanged += new System.EventHandler(this.cmbTargetWareHouseCode_SelectedIndexChanged);
  134. //
  135. // button1
  136. //
  137. this.button1.Location = new System.Drawing.Point(357, 318);
  138. this.button1.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  139. this.button1.Name = "button1";
  140. this.button1.Size = new System.Drawing.Size(187, 44);
  141. this.button1.TabIndex = 22;
  142. this.button1.Text = "下发任务";
  143. this.button1.UseVisualStyleBackColor = true;
  144. this.button1.Click += new System.EventHandler(this.button1_Click);
  145. //
  146. // cmbMaterialId
  147. //
  148. this.cmbMaterialId.FormattingEnabled = true;
  149. this.cmbMaterialId.Location = new System.Drawing.Point(211, 147);
  150. this.cmbMaterialId.Margin = new System.Windows.Forms.Padding(7, 3, 7, 3);
  151. this.cmbMaterialId.Name = "cmbMaterialId";
  152. this.cmbMaterialId.Size = new System.Drawing.Size(333, 39);
  153. this.cmbMaterialId.TabIndex = 23;
  154. //
  155. // FormPmsTaskInfo
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 31F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(574, 384);
  160. this.Controls.Add(this.cmbMaterialId);
  161. this.Controls.Add(this.button1);
  162. this.Controls.Add(this.label9);
  163. this.Controls.Add(this.cmbTargetLocationCode);
  164. this.Controls.Add(this.cmbLocationCode);
  165. this.Controls.Add(this.label5);
  166. this.Controls.Add(this.label6);
  167. this.Controls.Add(this.label7);
  168. this.Controls.Add(this.cmbWareHouseCode);
  169. this.Controls.Add(this.label8);
  170. this.Controls.Add(this.cmbTargetWareHouseCode);
  171. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  173. this.Margin = new System.Windows.Forms.Padding(7);
  174. this.MaximizeBox = false;
  175. this.MinimizeBox = false;
  176. this.Name = "FormPmsTaskInfo";
  177. this.ShowIcon = false;
  178. this.ShowInTaskbar = false;
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  180. this.Text = "任务信息";
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.Label label9;
  186. private System.Windows.Forms.ComboBox cmbTargetLocationCode;
  187. private System.Windows.Forms.ComboBox cmbLocationCode;
  188. private System.Windows.Forms.Label label5;
  189. private System.Windows.Forms.Label label6;
  190. private System.Windows.Forms.Label label7;
  191. private System.Windows.Forms.ComboBox cmbWareHouseCode;
  192. private System.Windows.Forms.Label label8;
  193. private System.Windows.Forms.ComboBox cmbTargetWareHouseCode;
  194. private System.Windows.Forms.Button button1;
  195. private System.Windows.Forms.ComboBox cmbMaterialId;
  196. }
  197. }