WmsUI.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class WmsUI
  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.panel4 = new System.Windows.Forms.Panel();
  29. this.button4 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.panel3 = new System.Windows.Forms.Panel();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.groupBox1 = new System.Windows.Forms.GroupBox();
  36. this.labUpMaterial = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.labUpLocation = new System.Windows.Forms.Label();
  39. this.labUpWareHouse = new System.Windows.Forms.Label();
  40. this.labUpArea = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  45. this.areaUI1 = new ProjectManagementSystem.UI.AreaUI();
  46. this.button5 = new System.Windows.Forms.Button();
  47. this.panel4.SuspendLayout();
  48. this.panel3.SuspendLayout();
  49. this.groupBox1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  51. this.splitContainer1.Panel1.SuspendLayout();
  52. this.splitContainer1.Panel2.SuspendLayout();
  53. this.splitContainer1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // panel4
  57. //
  58. this.panel4.Controls.Add(this.button5);
  59. this.panel4.Controls.Add(this.button4);
  60. this.panel4.Controls.Add(this.button3);
  61. this.panel4.Controls.Add(this.button2);
  62. this.panel4.Controls.Add(this.button1);
  63. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.panel4.Location = new System.Drawing.Point(0, 154);
  65. this.panel4.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  66. this.panel4.Name = "panel4";
  67. this.panel4.Size = new System.Drawing.Size(196, 449);
  68. this.panel4.TabIndex = 3;
  69. //
  70. // button4
  71. //
  72. this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.button4.Location = new System.Drawing.Point(7, 150);
  76. this.button4.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  77. this.button4.Name = "button4";
  78. this.button4.Size = new System.Drawing.Size(184, 40);
  79. this.button4.TabIndex = 5;
  80. this.button4.Text = "预约转运";
  81. this.button4.UseVisualStyleBackColor = true;
  82. this.button4.Click += new System.EventHandler(this.button4_Click);
  83. //
  84. // button3
  85. //
  86. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  87. | System.Windows.Forms.AnchorStyles.Right)));
  88. this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.button3.Location = new System.Drawing.Point(7, 102);
  90. this.button3.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  91. this.button3.Name = "button3";
  92. this.button3.Size = new System.Drawing.Size(184, 40);
  93. this.button3.TabIndex = 4;
  94. this.button3.Text = "预约叫料";
  95. this.button3.UseVisualStyleBackColor = true;
  96. this.button3.Click += new System.EventHandler(this.button3_Click);
  97. //
  98. // button2
  99. //
  100. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.button2.Location = new System.Drawing.Point(7, 54);
  104. this.button2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  105. this.button2.Name = "button2";
  106. this.button2.Size = new System.Drawing.Size(184, 40);
  107. this.button2.TabIndex = 1;
  108. this.button2.Text = "转运";
  109. this.button2.UseVisualStyleBackColor = true;
  110. this.button2.Click += new System.EventHandler(this.button2_Click);
  111. //
  112. // button1
  113. //
  114. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  115. | System.Windows.Forms.AnchorStyles.Right)));
  116. this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.button1.Location = new System.Drawing.Point(7, 6);
  118. this.button1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  119. this.button1.Name = "button1";
  120. this.button1.Size = new System.Drawing.Size(184, 40);
  121. this.button1.TabIndex = 0;
  122. this.button1.Text = "叫料";
  123. this.button1.UseVisualStyleBackColor = true;
  124. this.button1.Click += new System.EventHandler(this.button1_Click);
  125. //
  126. // panel3
  127. //
  128. this.panel3.Controls.Add(this.comboBox1);
  129. this.panel3.Controls.Add(this.groupBox1);
  130. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  131. this.panel3.Location = new System.Drawing.Point(0, 0);
  132. this.panel3.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  133. this.panel3.Name = "panel3";
  134. this.panel3.Size = new System.Drawing.Size(196, 154);
  135. this.panel3.TabIndex = 2;
  136. //
  137. // comboBox1
  138. //
  139. this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  142. this.comboBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.comboBox1.FormattingEnabled = true;
  144. this.comboBox1.ItemHeight = 24;
  145. this.comboBox1.Location = new System.Drawing.Point(7, 5);
  146. this.comboBox1.Name = "comboBox1";
  147. this.comboBox1.Size = new System.Drawing.Size(184, 32);
  148. this.comboBox1.TabIndex = 2;
  149. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  150. //
  151. // groupBox1
  152. //
  153. this.groupBox1.Controls.Add(this.labUpMaterial);
  154. this.groupBox1.Controls.Add(this.label8);
  155. this.groupBox1.Controls.Add(this.labUpLocation);
  156. this.groupBox1.Controls.Add(this.labUpWareHouse);
  157. this.groupBox1.Controls.Add(this.labUpArea);
  158. this.groupBox1.Controls.Add(this.label3);
  159. this.groupBox1.Controls.Add(this.label2);
  160. this.groupBox1.Controls.Add(this.label1);
  161. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  162. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.groupBox1.Location = new System.Drawing.Point(0, 40);
  164. this.groupBox1.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
  165. this.groupBox1.Name = "groupBox1";
  166. this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 3, 5, 3);
  167. this.groupBox1.Size = new System.Drawing.Size(196, 114);
  168. this.groupBox1.TabIndex = 0;
  169. this.groupBox1.TabStop = false;
  170. this.groupBox1.Text = "选择信息";
  171. //
  172. // labUpMaterial
  173. //
  174. this.labUpMaterial.AutoSize = true;
  175. this.labUpMaterial.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.labUpMaterial.Location = new System.Drawing.Point(43, 78);
  177. this.labUpMaterial.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  178. this.labUpMaterial.Name = "labUpMaterial";
  179. this.labUpMaterial.Size = new System.Drawing.Size(35, 18);
  180. this.labUpMaterial.TabIndex = 7;
  181. this.labUpMaterial.Text = "N/A";
  182. //
  183. // label8
  184. //
  185. this.label8.AutoSize = true;
  186. this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label8.Location = new System.Drawing.Point(8, 77);
  188. this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  189. this.label8.Name = "label8";
  190. this.label8.Size = new System.Drawing.Size(62, 18);
  191. this.label8.TabIndex = 6;
  192. this.label8.Text = "物料:";
  193. //
  194. // labUpLocation
  195. //
  196. this.labUpLocation.AutoSize = true;
  197. this.labUpLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.labUpLocation.Location = new System.Drawing.Point(43, 59);
  199. this.labUpLocation.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  200. this.labUpLocation.Name = "labUpLocation";
  201. this.labUpLocation.Size = new System.Drawing.Size(35, 18);
  202. this.labUpLocation.TabIndex = 5;
  203. this.labUpLocation.Text = "N/A";
  204. //
  205. // labUpWareHouse
  206. //
  207. this.labUpWareHouse.AutoSize = true;
  208. this.labUpWareHouse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.labUpWareHouse.Location = new System.Drawing.Point(43, 40);
  210. this.labUpWareHouse.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  211. this.labUpWareHouse.Name = "labUpWareHouse";
  212. this.labUpWareHouse.Size = new System.Drawing.Size(35, 18);
  213. this.labUpWareHouse.TabIndex = 4;
  214. this.labUpWareHouse.Text = "N/A";
  215. //
  216. // labUpArea
  217. //
  218. this.labUpArea.AutoSize = true;
  219. this.labUpArea.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.labUpArea.Location = new System.Drawing.Point(43, 22);
  221. this.labUpArea.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  222. this.labUpArea.Name = "labUpArea";
  223. this.labUpArea.Size = new System.Drawing.Size(35, 18);
  224. this.labUpArea.TabIndex = 3;
  225. this.labUpArea.Text = "N/A";
  226. //
  227. // label3
  228. //
  229. this.label3.AutoSize = true;
  230. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.label3.Location = new System.Drawing.Point(8, 58);
  232. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  233. this.label3.Name = "label3";
  234. this.label3.Size = new System.Drawing.Size(62, 18);
  235. this.label3.TabIndex = 2;
  236. this.label3.Text = "仓位:";
  237. //
  238. // label2
  239. //
  240. this.label2.AutoSize = true;
  241. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label2.Location = new System.Drawing.Point(8, 39);
  243. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  244. this.label2.Name = "label2";
  245. this.label2.Size = new System.Drawing.Size(62, 18);
  246. this.label2.TabIndex = 1;
  247. this.label2.Text = "仓库:";
  248. //
  249. // label1
  250. //
  251. this.label1.AutoSize = true;
  252. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.label1.Location = new System.Drawing.Point(8, 21);
  254. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  255. this.label1.Name = "label1";
  256. this.label1.Size = new System.Drawing.Size(62, 18);
  257. this.label1.TabIndex = 0;
  258. this.label1.Text = "区域:";
  259. //
  260. // splitContainer1
  261. //
  262. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  264. this.splitContainer1.Name = "splitContainer1";
  265. //
  266. // splitContainer1.Panel1
  267. //
  268. this.splitContainer1.Panel1.Controls.Add(this.areaUI1);
  269. //
  270. // splitContainer1.Panel2
  271. //
  272. this.splitContainer1.Panel2.Controls.Add(this.panel4);
  273. this.splitContainer1.Panel2.Controls.Add(this.panel3);
  274. this.splitContainer1.Size = new System.Drawing.Size(1000, 603);
  275. this.splitContainer1.SplitterDistance = 800;
  276. this.splitContainer1.TabIndex = 1;
  277. //
  278. // areaUI1
  279. //
  280. this.areaUI1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  281. this.areaUI1.CurrentWareHouseCode = null;
  282. this.areaUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.areaUI1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.areaUI1.Location = new System.Drawing.Point(0, 0);
  285. this.areaUI1.Margin = new System.Windows.Forms.Padding(13, 17, 13, 17);
  286. this.areaUI1.Name = "areaUI1";
  287. this.areaUI1.Size = new System.Drawing.Size(800, 603);
  288. this.areaUI1.TabIndex = 0;
  289. //
  290. // button5
  291. //
  292. this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.button5.Location = new System.Drawing.Point(7, 198);
  296. this.button5.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  297. this.button5.Name = "button5";
  298. this.button5.Size = new System.Drawing.Size(184, 40);
  299. this.button5.TabIndex = 6;
  300. this.button5.Text = "强制放行";
  301. this.button5.UseVisualStyleBackColor = true;
  302. this.button5.Click += new System.EventHandler(this.button5_Click);
  303. //
  304. // WmsUI
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 31F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.Controls.Add(this.splitContainer1);
  309. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  311. this.Name = "WmsUI";
  312. this.Size = new System.Drawing.Size(1000, 603);
  313. this.panel4.ResumeLayout(false);
  314. this.panel3.ResumeLayout(false);
  315. this.groupBox1.ResumeLayout(false);
  316. this.groupBox1.PerformLayout();
  317. this.splitContainer1.Panel1.ResumeLayout(false);
  318. this.splitContainer1.Panel2.ResumeLayout(false);
  319. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  320. this.splitContainer1.ResumeLayout(false);
  321. this.ResumeLayout(false);
  322. }
  323. #endregion
  324. private AreaUI areaUI1;
  325. private System.Windows.Forms.Panel panel3;
  326. private System.Windows.Forms.GroupBox groupBox1;
  327. private System.Windows.Forms.Label labUpMaterial;
  328. private System.Windows.Forms.Label label8;
  329. private System.Windows.Forms.Label labUpLocation;
  330. private System.Windows.Forms.Label labUpWareHouse;
  331. private System.Windows.Forms.Label labUpArea;
  332. private System.Windows.Forms.Label label3;
  333. private System.Windows.Forms.Label label2;
  334. private System.Windows.Forms.Label label1;
  335. private System.Windows.Forms.Panel panel4;
  336. private System.Windows.Forms.Button button2;
  337. private System.Windows.Forms.Button button1;
  338. private System.Windows.Forms.ComboBox comboBox1;
  339. private System.Windows.Forms.SplitContainer splitContainer1;
  340. private System.Windows.Forms.Button button4;
  341. private System.Windows.Forms.Button button3;
  342. private System.Windows.Forms.Button button5;
  343. }
  344. }