CWMSSettingForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. namespace PMSUI
  2. {
  3. partial class CWMSSettingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30. this.WarehouseID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.WarehouseStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.WarehouseType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.StationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.RegionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.RegionType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.MaterialID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.RackID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.SupplyPriority = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.btHelps = new System.Windows.Forms.Button();
  42. this.GpBatchOpt = new System.Windows.Forms.GroupBox();
  43. this.tbpWmsStartNum = new System.Windows.Forms.TextBox();
  44. this.tbpWmsEndNum = new System.Windows.Forms.TextBox();
  45. this.tbpWmsCode = new System.Windows.Forms.TextBox();
  46. this.btBatchAdd = new System.Windows.Forms.Button();
  47. this.label15 = new System.Windows.Forms.Label();
  48. this.label14 = new System.Windows.Forms.Label();
  49. this.gp_Read = new System.Windows.Forms.GroupBox();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.tbSelStation = new System.Windows.Forms.TextBox();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.CBSelectAddressType = new System.Windows.Forms.ComboBox();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.CBSelectRegion = new System.Windows.Forms.ComboBox();
  56. this.gp_Opt = new System.Windows.Forms.GroupBox();
  57. this.cbRegionID = new System.Windows.Forms.ComboBox();
  58. this.cbProductRegion = new System.Windows.Forms.ComboBox();
  59. this.label17 = new System.Windows.Forms.Label();
  60. this.TBRackID = new System.Windows.Forms.TextBox();
  61. this.tbRegionSeq = new System.Windows.Forms.TextBox();
  62. this.lbRackID = new System.Windows.Forms.Label();
  63. this.label16 = new System.Windows.Forms.Label();
  64. this.tbWarehouseName = new System.Windows.Forms.TextBox();
  65. this.label8 = new System.Windows.Forms.Label();
  66. this.lbMaterialID = new System.Windows.Forms.Label();
  67. this.CBWarehouseStatus = new System.Windows.Forms.ComboBox();
  68. this.CBWarehouseType = new System.Windows.Forms.ComboBox();
  69. this.label4 = new System.Windows.Forms.Label();
  70. this.label6 = new System.Windows.Forms.Label();
  71. this.TBMaterialID = new System.Windows.Forms.TextBox();
  72. this.TBStationID = new System.Windows.Forms.TextBox();
  73. this.label3 = new System.Windows.Forms.Label();
  74. this.btnChange = new System.Windows.Forms.Button();
  75. this.btnDelete = new System.Windows.Forms.Button();
  76. this.btnAdd = new System.Windows.Forms.Button();
  77. this.label2 = new System.Windows.Forms.Label();
  78. this.label1 = new System.Windows.Forms.Label();
  79. this.TBWarehouseID = new System.Windows.Forms.TextBox();
  80. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  81. this.splitContainer1.Panel1.SuspendLayout();
  82. this.splitContainer1.Panel2.SuspendLayout();
  83. this.splitContainer1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  85. this.GpBatchOpt.SuspendLayout();
  86. this.gp_Read.SuspendLayout();
  87. this.gp_Opt.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // splitContainer1
  91. //
  92. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  93. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  95. this.splitContainer1.Name = "splitContainer1";
  96. //
  97. // splitContainer1.Panel1
  98. //
  99. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  100. //
  101. // splitContainer1.Panel2
  102. //
  103. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
  104. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  105. this.splitContainer1.Panel2.Controls.Add(this.GpBatchOpt);
  106. this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
  107. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  108. this.splitContainer1.Size = new System.Drawing.Size(1199, 557);
  109. this.splitContainer1.SplitterDistance = 788;
  110. this.splitContainer1.TabIndex = 1;
  111. //
  112. // dataGridView1
  113. //
  114. this.dataGridView1.AllowUserToAddRows = false;
  115. this.dataGridView1.AllowUserToDeleteRows = false;
  116. this.dataGridView1.AllowUserToResizeRows = false;
  117. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  118. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  119. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  120. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  121. this.WarehouseID,
  122. this.WarehouseStatus,
  123. this.WarehouseType,
  124. this.StationID,
  125. this.RegionID,
  126. this.RegionType,
  127. this.MaterialID,
  128. this.RackID,
  129. this.SupplyPriority,
  130. this.UpdateTime,
  131. this.Column1});
  132. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  134. this.dataGridView1.MultiSelect = false;
  135. this.dataGridView1.Name = "dataGridView1";
  136. this.dataGridView1.ReadOnly = true;
  137. this.dataGridView1.RowHeadersVisible = false;
  138. this.dataGridView1.RowTemplate.Height = 23;
  139. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  140. this.dataGridView1.Size = new System.Drawing.Size(788, 557);
  141. this.dataGridView1.TabIndex = 2;
  142. this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
  143. //
  144. // WarehouseID
  145. //
  146. this.WarehouseID.HeaderText = "库位号";
  147. this.WarehouseID.Name = "WarehouseID";
  148. this.WarehouseID.ReadOnly = true;
  149. //
  150. // WarehouseStatus
  151. //
  152. this.WarehouseStatus.HeaderText = "库位状态";
  153. this.WarehouseStatus.Name = "WarehouseStatus";
  154. this.WarehouseStatus.ReadOnly = true;
  155. //
  156. // WarehouseType
  157. //
  158. this.WarehouseType.HeaderText = "库位类型";
  159. this.WarehouseType.Name = "WarehouseType";
  160. this.WarehouseType.ReadOnly = true;
  161. //
  162. // StationID
  163. //
  164. this.StationID.HeaderText = "活动站点";
  165. this.StationID.Name = "StationID";
  166. this.StationID.ReadOnly = true;
  167. //
  168. // RegionID
  169. //
  170. this.RegionID.HeaderText = "区域号";
  171. this.RegionID.Name = "RegionID";
  172. this.RegionID.ReadOnly = true;
  173. //
  174. // RegionType
  175. //
  176. this.RegionType.HeaderText = "区域类型";
  177. this.RegionType.Name = "RegionType";
  178. this.RegionType.ReadOnly = true;
  179. //
  180. // MaterialID
  181. //
  182. this.MaterialID.HeaderText = "物料号";
  183. this.MaterialID.Name = "MaterialID";
  184. this.MaterialID.ReadOnly = true;
  185. //
  186. // RackID
  187. //
  188. this.RackID.HeaderText = "料架号";
  189. this.RackID.Name = "RackID";
  190. this.RackID.ReadOnly = true;
  191. //
  192. // SupplyPriority
  193. //
  194. this.SupplyPriority.HeaderText = "优先供应点";
  195. this.SupplyPriority.Name = "SupplyPriority";
  196. this.SupplyPriority.ReadOnly = true;
  197. //
  198. // UpdateTime
  199. //
  200. this.UpdateTime.HeaderText = "更新时间";
  201. this.UpdateTime.Name = "UpdateTime";
  202. this.UpdateTime.ReadOnly = true;
  203. //
  204. // Column1
  205. //
  206. this.Column1.HeaderText = "生产区";
  207. this.Column1.Name = "Column1";
  208. this.Column1.ReadOnly = true;
  209. //
  210. // btHelps
  211. //
  212. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  213. this.btHelps.Location = new System.Drawing.Point(6, 13);
  214. this.btHelps.Name = "btHelps";
  215. this.btHelps.Size = new System.Drawing.Size(85, 23);
  216. this.btHelps.TabIndex = 49;
  217. this.btHelps.Text = "帮助信息";
  218. this.btHelps.UseVisualStyleBackColor = true;
  219. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  220. //
  221. // GpBatchOpt
  222. //
  223. this.GpBatchOpt.Controls.Add(this.tbpWmsStartNum);
  224. this.GpBatchOpt.Controls.Add(this.tbpWmsEndNum);
  225. this.GpBatchOpt.Controls.Add(this.tbpWmsCode);
  226. this.GpBatchOpt.Controls.Add(this.btBatchAdd);
  227. this.GpBatchOpt.Controls.Add(this.label15);
  228. this.GpBatchOpt.Controls.Add(this.label14);
  229. this.GpBatchOpt.Location = new System.Drawing.Point(6, 419);
  230. this.GpBatchOpt.Name = "GpBatchOpt";
  231. this.GpBatchOpt.Size = new System.Drawing.Size(392, 64);
  232. this.GpBatchOpt.TabIndex = 38;
  233. this.GpBatchOpt.TabStop = false;
  234. //
  235. // tbpWmsStartNum
  236. //
  237. this.tbpWmsStartNum.BackColor = System.Drawing.SystemColors.Window;
  238. this.tbpWmsStartNum.Location = new System.Drawing.Point(126, 25);
  239. this.tbpWmsStartNum.Name = "tbpWmsStartNum";
  240. this.tbpWmsStartNum.Size = new System.Drawing.Size(66, 21);
  241. this.tbpWmsStartNum.TabIndex = 35;
  242. //
  243. // tbpWmsEndNum
  244. //
  245. this.tbpWmsEndNum.BackColor = System.Drawing.SystemColors.Window;
  246. this.tbpWmsEndNum.Location = new System.Drawing.Point(210, 24);
  247. this.tbpWmsEndNum.Name = "tbpWmsEndNum";
  248. this.tbpWmsEndNum.Size = new System.Drawing.Size(66, 21);
  249. this.tbpWmsEndNum.TabIndex = 37;
  250. //
  251. // tbpWmsCode
  252. //
  253. this.tbpWmsCode.BackColor = System.Drawing.SystemColors.Window;
  254. this.tbpWmsCode.Location = new System.Drawing.Point(58, 26);
  255. this.tbpWmsCode.Name = "tbpWmsCode";
  256. this.tbpWmsCode.Size = new System.Drawing.Size(62, 21);
  257. this.tbpWmsCode.TabIndex = 33;
  258. //
  259. // btBatchAdd
  260. //
  261. this.btBatchAdd.Location = new System.Drawing.Point(299, 20);
  262. this.btBatchAdd.Name = "btBatchAdd";
  263. this.btBatchAdd.Size = new System.Drawing.Size(86, 28);
  264. this.btBatchAdd.TabIndex = 33;
  265. this.btBatchAdd.Text = "批量增加";
  266. this.btBatchAdd.UseVisualStyleBackColor = true;
  267. this.btBatchAdd.Click += new System.EventHandler(this.btBatchAdd_Click);
  268. //
  269. // label15
  270. //
  271. this.label15.AutoSize = true;
  272. this.label15.Location = new System.Drawing.Point(194, 29);
  273. this.label15.Name = "label15";
  274. this.label15.Size = new System.Drawing.Size(11, 12);
  275. this.label15.TabIndex = 36;
  276. this.label15.Text = "-";
  277. //
  278. // label14
  279. //
  280. this.label14.AutoSize = true;
  281. this.label14.Location = new System.Drawing.Point(5, 27);
  282. this.label14.Name = "label14";
  283. this.label14.Size = new System.Drawing.Size(41, 12);
  284. this.label14.TabIndex = 34;
  285. this.label14.Text = "库位号";
  286. //
  287. // gp_Read
  288. //
  289. this.gp_Read.BackColor = System.Drawing.Color.Transparent;
  290. this.gp_Read.CausesValidation = false;
  291. this.gp_Read.Controls.Add(this.label5);
  292. this.gp_Read.Controls.Add(this.tbSelStation);
  293. this.gp_Read.Controls.Add(this.label11);
  294. this.gp_Read.Controls.Add(this.CBSelectAddressType);
  295. this.gp_Read.Controls.Add(this.label10);
  296. this.gp_Read.Controls.Add(this.CBSelectRegion);
  297. this.gp_Read.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.gp_Read.Location = new System.Drawing.Point(3, 39);
  299. this.gp_Read.Name = "gp_Read";
  300. this.gp_Read.Size = new System.Drawing.Size(396, 90);
  301. this.gp_Read.TabIndex = 4;
  302. this.gp_Read.TabStop = false;
  303. this.gp_Read.Text = "查看";
  304. //
  305. // label5
  306. //
  307. this.label5.AutoSize = true;
  308. this.label5.Location = new System.Drawing.Point(5, 58);
  309. this.label5.Name = "label5";
  310. this.label5.Size = new System.Drawing.Size(53, 12);
  311. this.label5.TabIndex = 30;
  312. this.label5.Text = "活动站点";
  313. //
  314. // tbSelStation
  315. //
  316. this.tbSelStation.BackColor = System.Drawing.SystemColors.Window;
  317. this.tbSelStation.Location = new System.Drawing.Point(86, 55);
  318. this.tbSelStation.Name = "tbSelStation";
  319. this.tbSelStation.Size = new System.Drawing.Size(103, 21);
  320. this.tbSelStation.TabIndex = 29;
  321. //
  322. // label11
  323. //
  324. this.label11.AutoSize = true;
  325. this.label11.Location = new System.Drawing.Point(5, 26);
  326. this.label11.Name = "label11";
  327. this.label11.Size = new System.Drawing.Size(53, 12);
  328. this.label11.TabIndex = 28;
  329. this.label11.Text = "库位类型";
  330. //
  331. // CBSelectAddressType
  332. //
  333. this.CBSelectAddressType.BackColor = System.Drawing.SystemColors.Window;
  334. this.CBSelectAddressType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  335. this.CBSelectAddressType.FormattingEnabled = true;
  336. this.CBSelectAddressType.Location = new System.Drawing.Point(86, 23);
  337. this.CBSelectAddressType.Name = "CBSelectAddressType";
  338. this.CBSelectAddressType.Size = new System.Drawing.Size(103, 20);
  339. this.CBSelectAddressType.TabIndex = 27;
  340. //
  341. // label10
  342. //
  343. this.label10.AutoSize = true;
  344. this.label10.Location = new System.Drawing.Point(198, 26);
  345. this.label10.Name = "label10";
  346. this.label10.Size = new System.Drawing.Size(41, 12);
  347. this.label10.TabIndex = 26;
  348. this.label10.Text = "区域号";
  349. //
  350. // CBSelectRegion
  351. //
  352. this.CBSelectRegion.BackColor = System.Drawing.SystemColors.Window;
  353. this.CBSelectRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  354. this.CBSelectRegion.FormattingEnabled = true;
  355. this.CBSelectRegion.Location = new System.Drawing.Point(278, 23);
  356. this.CBSelectRegion.Name = "CBSelectRegion";
  357. this.CBSelectRegion.Size = new System.Drawing.Size(103, 20);
  358. this.CBSelectRegion.TabIndex = 0;
  359. //
  360. // gp_Opt
  361. //
  362. this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
  363. this.gp_Opt.Controls.Add(this.cbRegionID);
  364. this.gp_Opt.Controls.Add(this.cbProductRegion);
  365. this.gp_Opt.Controls.Add(this.label17);
  366. this.gp_Opt.Controls.Add(this.TBRackID);
  367. this.gp_Opt.Controls.Add(this.tbRegionSeq);
  368. this.gp_Opt.Controls.Add(this.lbRackID);
  369. this.gp_Opt.Controls.Add(this.label16);
  370. this.gp_Opt.Controls.Add(this.tbWarehouseName);
  371. this.gp_Opt.Controls.Add(this.label8);
  372. this.gp_Opt.Controls.Add(this.lbMaterialID);
  373. this.gp_Opt.Controls.Add(this.CBWarehouseStatus);
  374. this.gp_Opt.Controls.Add(this.CBWarehouseType);
  375. this.gp_Opt.Controls.Add(this.label4);
  376. this.gp_Opt.Controls.Add(this.label6);
  377. this.gp_Opt.Controls.Add(this.TBMaterialID);
  378. this.gp_Opt.Controls.Add(this.TBStationID);
  379. this.gp_Opt.Controls.Add(this.label3);
  380. this.gp_Opt.Controls.Add(this.btnChange);
  381. this.gp_Opt.Controls.Add(this.btnDelete);
  382. this.gp_Opt.Controls.Add(this.btnAdd);
  383. this.gp_Opt.Controls.Add(this.label2);
  384. this.gp_Opt.Controls.Add(this.label1);
  385. this.gp_Opt.Controls.Add(this.TBWarehouseID);
  386. this.gp_Opt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.gp_Opt.Location = new System.Drawing.Point(6, 135);
  388. this.gp_Opt.Name = "gp_Opt";
  389. this.gp_Opt.Size = new System.Drawing.Size(393, 278);
  390. this.gp_Opt.TabIndex = 3;
  391. this.gp_Opt.TabStop = false;
  392. this.gp_Opt.Text = "操作";
  393. //
  394. // cbRegionID
  395. //
  396. this.cbRegionID.BackColor = System.Drawing.SystemColors.Window;
  397. this.cbRegionID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  398. this.cbRegionID.FormattingEnabled = true;
  399. this.cbRegionID.Items.AddRange(new object[] {
  400. "",
  401. "rrrr"});
  402. this.cbRegionID.Location = new System.Drawing.Point(278, 97);
  403. this.cbRegionID.Name = "cbRegionID";
  404. this.cbRegionID.Size = new System.Drawing.Size(103, 20);
  405. this.cbRegionID.TabIndex = 38;
  406. //
  407. // cbProductRegion
  408. //
  409. this.cbProductRegion.BackColor = System.Drawing.SystemColors.Window;
  410. this.cbProductRegion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  411. this.cbProductRegion.FormattingEnabled = true;
  412. this.cbProductRegion.Items.AddRange(new object[] {
  413. "",
  414. "fdfsdf"});
  415. this.cbProductRegion.Location = new System.Drawing.Point(86, 137);
  416. this.cbProductRegion.Name = "cbProductRegion";
  417. this.cbProductRegion.Size = new System.Drawing.Size(103, 20);
  418. this.cbProductRegion.TabIndex = 37;
  419. //
  420. // label17
  421. //
  422. this.label17.AutoSize = true;
  423. this.label17.Location = new System.Drawing.Point(198, 140);
  424. this.label17.Name = "label17";
  425. this.label17.Size = new System.Drawing.Size(53, 12);
  426. this.label17.TabIndex = 36;
  427. this.label17.Text = "区域顺序";
  428. //
  429. // TBRackID
  430. //
  431. this.TBRackID.BackColor = System.Drawing.SystemColors.Window;
  432. this.TBRackID.Location = new System.Drawing.Point(278, 173);
  433. this.TBRackID.Name = "TBRackID";
  434. this.TBRackID.Size = new System.Drawing.Size(103, 21);
  435. this.TBRackID.TabIndex = 23;
  436. //
  437. // tbRegionSeq
  438. //
  439. this.tbRegionSeq.BackColor = System.Drawing.SystemColors.Window;
  440. this.tbRegionSeq.Location = new System.Drawing.Point(278, 136);
  441. this.tbRegionSeq.Name = "tbRegionSeq";
  442. this.tbRegionSeq.Size = new System.Drawing.Size(103, 21);
  443. this.tbRegionSeq.TabIndex = 35;
  444. //
  445. // lbRackID
  446. //
  447. this.lbRackID.AutoSize = true;
  448. this.lbRackID.Location = new System.Drawing.Point(198, 176);
  449. this.lbRackID.Name = "lbRackID";
  450. this.lbRackID.Size = new System.Drawing.Size(41, 12);
  451. this.lbRackID.TabIndex = 22;
  452. this.lbRackID.Text = "料架号";
  453. //
  454. // label16
  455. //
  456. this.label16.AutoSize = true;
  457. this.label16.Location = new System.Drawing.Point(198, 24);
  458. this.label16.Name = "label16";
  459. this.label16.Size = new System.Drawing.Size(41, 12);
  460. this.label16.TabIndex = 34;
  461. this.label16.Text = "库位名";
  462. //
  463. // tbWarehouseName
  464. //
  465. this.tbWarehouseName.BackColor = System.Drawing.SystemColors.Window;
  466. this.tbWarehouseName.Location = new System.Drawing.Point(278, 22);
  467. this.tbWarehouseName.Name = "tbWarehouseName";
  468. this.tbWarehouseName.Size = new System.Drawing.Size(103, 21);
  469. this.tbWarehouseName.TabIndex = 33;
  470. //
  471. // label8
  472. //
  473. this.label8.AutoSize = true;
  474. this.label8.Location = new System.Drawing.Point(5, 140);
  475. this.label8.Name = "label8";
  476. this.label8.Size = new System.Drawing.Size(41, 12);
  477. this.label8.TabIndex = 30;
  478. this.label8.Text = "生产区";
  479. //
  480. // lbMaterialID
  481. //
  482. this.lbMaterialID.AutoSize = true;
  483. this.lbMaterialID.Location = new System.Drawing.Point(5, 176);
  484. this.lbMaterialID.Name = "lbMaterialID";
  485. this.lbMaterialID.Size = new System.Drawing.Size(41, 12);
  486. this.lbMaterialID.TabIndex = 19;
  487. this.lbMaterialID.Text = "物料号";
  488. //
  489. // CBWarehouseStatus
  490. //
  491. this.CBWarehouseStatus.BackColor = System.Drawing.SystemColors.Window;
  492. this.CBWarehouseStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  493. this.CBWarehouseStatus.FormattingEnabled = true;
  494. this.CBWarehouseStatus.Items.AddRange(new object[] {
  495. "UnKnown",
  496. "Empty",
  497. "Full",
  498. "Rack",
  499. "MesLock",
  500. "AGVLock"});
  501. this.CBWarehouseStatus.Location = new System.Drawing.Point(278, 61);
  502. this.CBWarehouseStatus.Name = "CBWarehouseStatus";
  503. this.CBWarehouseStatus.Size = new System.Drawing.Size(103, 20);
  504. this.CBWarehouseStatus.TabIndex = 26;
  505. //
  506. // CBWarehouseType
  507. //
  508. this.CBWarehouseType.BackColor = System.Drawing.SystemColors.Window;
  509. this.CBWarehouseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  510. this.CBWarehouseType.FormattingEnabled = true;
  511. this.CBWarehouseType.Items.AddRange(new object[] {
  512. "TA",
  513. "TB",
  514. "TC",
  515. "TD",
  516. "TE",
  517. "TF",
  518. "TG"});
  519. this.CBWarehouseType.Location = new System.Drawing.Point(86, 62);
  520. this.CBWarehouseType.Name = "CBWarehouseType";
  521. this.CBWarehouseType.Size = new System.Drawing.Size(103, 20);
  522. this.CBWarehouseType.TabIndex = 25;
  523. //
  524. // label4
  525. //
  526. this.label4.AutoSize = true;
  527. this.label4.Location = new System.Drawing.Point(5, 101);
  528. this.label4.Name = "label4";
  529. this.label4.Size = new System.Drawing.Size(53, 12);
  530. this.label4.TabIndex = 16;
  531. this.label4.Text = "活动站点";
  532. //
  533. // label6
  534. //
  535. this.label6.AutoSize = true;
  536. this.label6.Location = new System.Drawing.Point(198, 100);
  537. this.label6.Name = "label6";
  538. this.label6.Size = new System.Drawing.Size(41, 12);
  539. this.label6.TabIndex = 14;
  540. this.label6.Text = "区域号";
  541. //
  542. // TBMaterialID
  543. //
  544. this.TBMaterialID.BackColor = System.Drawing.SystemColors.Window;
  545. this.TBMaterialID.Location = new System.Drawing.Point(86, 173);
  546. this.TBMaterialID.Name = "TBMaterialID";
  547. this.TBMaterialID.Size = new System.Drawing.Size(103, 21);
  548. this.TBMaterialID.TabIndex = 18;
  549. //
  550. // TBStationID
  551. //
  552. this.TBStationID.BackColor = System.Drawing.SystemColors.Window;
  553. this.TBStationID.Location = new System.Drawing.Point(86, 97);
  554. this.TBStationID.Name = "TBStationID";
  555. this.TBStationID.Size = new System.Drawing.Size(103, 21);
  556. this.TBStationID.TabIndex = 13;
  557. //
  558. // label3
  559. //
  560. this.label3.AutoSize = true;
  561. this.label3.Location = new System.Drawing.Point(5, 65);
  562. this.label3.Name = "label3";
  563. this.label3.Size = new System.Drawing.Size(53, 12);
  564. this.label3.TabIndex = 9;
  565. this.label3.Text = "库位类型";
  566. //
  567. // btnChange
  568. //
  569. this.btnChange.Location = new System.Drawing.Point(256, 228);
  570. this.btnChange.Name = "btnChange";
  571. this.btnChange.Size = new System.Drawing.Size(86, 28);
  572. this.btnChange.TabIndex = 6;
  573. this.btnChange.Text = "修改";
  574. this.btnChange.UseVisualStyleBackColor = true;
  575. this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
  576. //
  577. // btnDelete
  578. //
  579. this.btnDelete.Location = new System.Drawing.Point(139, 228);
  580. this.btnDelete.Name = "btnDelete";
  581. this.btnDelete.Size = new System.Drawing.Size(86, 28);
  582. this.btnDelete.TabIndex = 5;
  583. this.btnDelete.Text = "删除";
  584. this.btnDelete.UseVisualStyleBackColor = true;
  585. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  586. //
  587. // btnAdd
  588. //
  589. this.btnAdd.Location = new System.Drawing.Point(18, 228);
  590. this.btnAdd.Name = "btnAdd";
  591. this.btnAdd.Size = new System.Drawing.Size(86, 28);
  592. this.btnAdd.TabIndex = 4;
  593. this.btnAdd.Text = "增加";
  594. this.btnAdd.UseVisualStyleBackColor = true;
  595. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  596. //
  597. // label2
  598. //
  599. this.label2.AutoSize = true;
  600. this.label2.Location = new System.Drawing.Point(198, 65);
  601. this.label2.Name = "label2";
  602. this.label2.Size = new System.Drawing.Size(53, 12);
  603. this.label2.TabIndex = 3;
  604. this.label2.Text = "库位状态";
  605. //
  606. // label1
  607. //
  608. this.label1.AutoSize = true;
  609. this.label1.Location = new System.Drawing.Point(5, 22);
  610. this.label1.Name = "label1";
  611. this.label1.Size = new System.Drawing.Size(41, 12);
  612. this.label1.TabIndex = 2;
  613. this.label1.Text = "库位号";
  614. //
  615. // TBWarehouseID
  616. //
  617. this.TBWarehouseID.BackColor = System.Drawing.SystemColors.Window;
  618. this.TBWarehouseID.Location = new System.Drawing.Point(86, 20);
  619. this.TBWarehouseID.Name = "TBWarehouseID";
  620. this.TBWarehouseID.Size = new System.Drawing.Size(103, 21);
  621. this.TBWarehouseID.TabIndex = 0;
  622. //
  623. // CWMSSettingForm
  624. //
  625. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  626. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  627. this.ClientSize = new System.Drawing.Size(1199, 557);
  628. this.Controls.Add(this.splitContainer1);
  629. this.Name = "CWMSSettingForm";
  630. this.Text = "库位设置";
  631. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CWMSSettingForm_FormClosed);
  632. this.Load += new System.EventHandler(this.CWMSSettingForm_Load);
  633. this.splitContainer1.Panel1.ResumeLayout(false);
  634. this.splitContainer1.Panel2.ResumeLayout(false);
  635. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  636. this.splitContainer1.ResumeLayout(false);
  637. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  638. this.GpBatchOpt.ResumeLayout(false);
  639. this.GpBatchOpt.PerformLayout();
  640. this.gp_Read.ResumeLayout(false);
  641. this.gp_Read.PerformLayout();
  642. this.gp_Opt.ResumeLayout(false);
  643. this.gp_Opt.PerformLayout();
  644. this.ResumeLayout(false);
  645. }
  646. #endregion
  647. private System.Windows.Forms.SplitContainer splitContainer1;
  648. private System.Windows.Forms.DataGridView dataGridView1;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseID;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseStatus;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn WarehouseType;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn StationID;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn RegionID;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn RegionType;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialID;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn RackID;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn SupplyPriority;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  660. private System.Windows.Forms.GroupBox GpBatchOpt;
  661. private System.Windows.Forms.TextBox tbpWmsStartNum;
  662. private System.Windows.Forms.TextBox tbpWmsEndNum;
  663. private System.Windows.Forms.TextBox tbpWmsCode;
  664. private System.Windows.Forms.Button btBatchAdd;
  665. private System.Windows.Forms.Label label15;
  666. private System.Windows.Forms.Label label14;
  667. private System.Windows.Forms.GroupBox gp_Read;
  668. private System.Windows.Forms.Label label11;
  669. private System.Windows.Forms.ComboBox CBSelectAddressType;
  670. private System.Windows.Forms.Label label10;
  671. private System.Windows.Forms.ComboBox CBSelectRegion;
  672. private System.Windows.Forms.GroupBox gp_Opt;
  673. private System.Windows.Forms.ComboBox cbRegionID;
  674. private System.Windows.Forms.ComboBox cbProductRegion;
  675. private System.Windows.Forms.Label label17;
  676. private System.Windows.Forms.TextBox TBRackID;
  677. private System.Windows.Forms.TextBox tbRegionSeq;
  678. private System.Windows.Forms.Label lbRackID;
  679. private System.Windows.Forms.Label label16;
  680. private System.Windows.Forms.TextBox tbWarehouseName;
  681. private System.Windows.Forms.Label label8;
  682. private System.Windows.Forms.Label lbMaterialID;
  683. private System.Windows.Forms.ComboBox CBWarehouseStatus;
  684. private System.Windows.Forms.ComboBox CBWarehouseType;
  685. private System.Windows.Forms.Label label4;
  686. private System.Windows.Forms.Label label6;
  687. private System.Windows.Forms.TextBox TBMaterialID;
  688. private System.Windows.Forms.TextBox TBStationID;
  689. private System.Windows.Forms.Label label3;
  690. private System.Windows.Forms.Button btnChange;
  691. private System.Windows.Forms.Button btnDelete;
  692. private System.Windows.Forms.Button btnAdd;
  693. private System.Windows.Forms.Label label2;
  694. private System.Windows.Forms.Label label1;
  695. private System.Windows.Forms.TextBox TBWarehouseID;
  696. private System.Windows.Forms.Label label5;
  697. private System.Windows.Forms.TextBox tbSelStation;
  698. private System.Windows.Forms.Button btHelps;
  699. }
  700. }