RightSettingForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace PMSUI.UI.库位管理
  2. {
  3. partial class RightSettingForm
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.tbIndex = new System.Windows.Forms.TextBox();
  30. this.label7 = new System.Windows.Forms.Label();
  31. this.tbID = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.btnDelete = new System.Windows.Forms.Button();
  34. this.btnUpdate = new System.Windows.Forms.Button();
  35. this.comstatus = new System.Windows.Forms.ComboBox();
  36. this.tbMaterials = new System.Windows.Forms.TextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.tbMark = new System.Windows.Forms.TextBox();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.tbYPoint = new System.Windows.Forms.TextBox();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.tbXPoint = new System.Windows.Forms.TextBox();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.btCancel = new System.Windows.Forms.Button();
  45. this.btAdd = new System.Windows.Forms.Button();
  46. this.tbHeight = new System.Windows.Forms.TextBox();
  47. this.tbWidth = new System.Windows.Forms.TextBox();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.labstatus = new System.Windows.Forms.Label();
  51. this.tbName = new System.Windows.Forms.TextBox();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.panel1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // panel1
  57. //
  58. this.panel1.Controls.Add(this.tbIndex);
  59. this.panel1.Controls.Add(this.label7);
  60. this.panel1.Controls.Add(this.tbID);
  61. this.panel1.Controls.Add(this.label2);
  62. this.panel1.Controls.Add(this.btnDelete);
  63. this.panel1.Controls.Add(this.btnUpdate);
  64. this.panel1.Controls.Add(this.comstatus);
  65. this.panel1.Controls.Add(this.tbMaterials);
  66. this.panel1.Controls.Add(this.label5);
  67. this.panel1.Controls.Add(this.tbMark);
  68. this.panel1.Controls.Add(this.label6);
  69. this.panel1.Controls.Add(this.tbYPoint);
  70. this.panel1.Controls.Add(this.label10);
  71. this.panel1.Controls.Add(this.tbXPoint);
  72. this.panel1.Controls.Add(this.label9);
  73. this.panel1.Controls.Add(this.btCancel);
  74. this.panel1.Controls.Add(this.btAdd);
  75. this.panel1.Controls.Add(this.tbHeight);
  76. this.panel1.Controls.Add(this.tbWidth);
  77. this.panel1.Controls.Add(this.label4);
  78. this.panel1.Controls.Add(this.label3);
  79. this.panel1.Controls.Add(this.labstatus);
  80. this.panel1.Controls.Add(this.tbName);
  81. this.panel1.Controls.Add(this.label1);
  82. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.panel1.Location = new System.Drawing.Point(0, 0);
  84. this.panel1.Name = "panel1";
  85. this.panel1.Size = new System.Drawing.Size(501, 387);
  86. this.panel1.TabIndex = 0;
  87. //
  88. // tbIndex
  89. //
  90. this.tbIndex.Location = new System.Drawing.Point(346, 45);
  91. this.tbIndex.Name = "tbIndex";
  92. this.tbIndex.Size = new System.Drawing.Size(120, 21);
  93. this.tbIndex.TabIndex = 85;
  94. //
  95. // label7
  96. //
  97. this.label7.AutoSize = true;
  98. this.label7.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label7.Location = new System.Drawing.Point(273, 48);
  100. this.label7.Name = "label7";
  101. this.label7.Size = new System.Drawing.Size(42, 16);
  102. this.label7.TabIndex = 84;
  103. this.label7.Text = "顺序";
  104. //
  105. // tbID
  106. //
  107. this.tbID.Enabled = false;
  108. this.tbID.Location = new System.Drawing.Point(129, 47);
  109. this.tbID.Name = "tbID";
  110. this.tbID.Size = new System.Drawing.Size(120, 21);
  111. this.tbID.TabIndex = 83;
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label2.Location = new System.Drawing.Point(60, 50);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(42, 16);
  120. this.label2.TabIndex = 82;
  121. this.label2.Text = "编号";
  122. //
  123. // btnDelete
  124. //
  125. this.btnDelete.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnDelete.Location = new System.Drawing.Point(270, 319);
  127. this.btnDelete.Name = "btnDelete";
  128. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  129. this.btnDelete.TabIndex = 81;
  130. this.btnDelete.Text = "删除";
  131. this.btnDelete.UseVisualStyleBackColor = true;
  132. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  133. //
  134. // btnUpdate
  135. //
  136. this.btnUpdate.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btnUpdate.Location = new System.Drawing.Point(174, 319);
  138. this.btnUpdate.Name = "btnUpdate";
  139. this.btnUpdate.Size = new System.Drawing.Size(75, 23);
  140. this.btnUpdate.TabIndex = 80;
  141. this.btnUpdate.Text = "修改";
  142. this.btnUpdate.UseVisualStyleBackColor = true;
  143. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  144. //
  145. // comstatus
  146. //
  147. this.comstatus.FormattingEnabled = true;
  148. this.comstatus.Location = new System.Drawing.Point(344, 92);
  149. this.comstatus.Name = "comstatus";
  150. this.comstatus.Size = new System.Drawing.Size(121, 20);
  151. this.comstatus.TabIndex = 79;
  152. //
  153. // tbMaterials
  154. //
  155. this.tbMaterials.Location = new System.Drawing.Point(343, 138);
  156. this.tbMaterials.Name = "tbMaterials";
  157. this.tbMaterials.Size = new System.Drawing.Size(120, 21);
  158. this.tbMaterials.TabIndex = 77;
  159. //
  160. // label5
  161. //
  162. this.label5.AutoSize = true;
  163. this.label5.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label5.Location = new System.Drawing.Point(271, 141);
  165. this.label5.Name = "label5";
  166. this.label5.Size = new System.Drawing.Size(42, 16);
  167. this.label5.TabIndex = 78;
  168. this.label5.Text = "物料";
  169. //
  170. // tbMark
  171. //
  172. this.tbMark.Location = new System.Drawing.Point(129, 140);
  173. this.tbMark.Name = "tbMark";
  174. this.tbMark.Size = new System.Drawing.Size(120, 21);
  175. this.tbMark.TabIndex = 75;
  176. //
  177. // label6
  178. //
  179. this.label6.AutoSize = true;
  180. this.label6.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label6.Location = new System.Drawing.Point(34, 143);
  182. this.label6.Name = "label6";
  183. this.label6.Size = new System.Drawing.Size(76, 16);
  184. this.label6.TabIndex = 76;
  185. this.label6.Text = "活动站点";
  186. //
  187. // tbYPoint
  188. //
  189. this.tbYPoint.Location = new System.Drawing.Point(339, 239);
  190. this.tbYPoint.Name = "tbYPoint";
  191. this.tbYPoint.Size = new System.Drawing.Size(120, 21);
  192. this.tbYPoint.TabIndex = 74;
  193. //
  194. // label10
  195. //
  196. this.label10.AutoSize = true;
  197. this.label10.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label10.Location = new System.Drawing.Point(274, 246);
  199. this.label10.Name = "label10";
  200. this.label10.Size = new System.Drawing.Size(51, 16);
  201. this.label10.TabIndex = 73;
  202. this.label10.Text = "Y坐标";
  203. //
  204. // tbXPoint
  205. //
  206. this.tbXPoint.Location = new System.Drawing.Point(128, 241);
  207. this.tbXPoint.Name = "tbXPoint";
  208. this.tbXPoint.Size = new System.Drawing.Size(120, 21);
  209. this.tbXPoint.TabIndex = 72;
  210. //
  211. // label9
  212. //
  213. this.label9.AutoSize = true;
  214. this.label9.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.label9.Location = new System.Drawing.Point(63, 243);
  216. this.label9.Name = "label9";
  217. this.label9.Size = new System.Drawing.Size(51, 16);
  218. this.label9.TabIndex = 71;
  219. this.label9.Text = "X坐标";
  220. //
  221. // btCancel
  222. //
  223. this.btCancel.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.btCancel.Location = new System.Drawing.Point(368, 319);
  225. this.btCancel.Name = "btCancel";
  226. this.btCancel.Size = new System.Drawing.Size(75, 23);
  227. this.btCancel.TabIndex = 70;
  228. this.btCancel.Text = "取 消";
  229. this.btCancel.UseVisualStyleBackColor = true;
  230. this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
  231. //
  232. // btAdd
  233. //
  234. this.btAdd.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btAdd.Location = new System.Drawing.Point(76, 319);
  236. this.btAdd.Name = "btAdd";
  237. this.btAdd.Size = new System.Drawing.Size(75, 23);
  238. this.btAdd.TabIndex = 69;
  239. this.btAdd.Text = "增加";
  240. this.btAdd.UseVisualStyleBackColor = true;
  241. this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
  242. //
  243. // tbHeight
  244. //
  245. this.tbHeight.Location = new System.Drawing.Point(128, 189);
  246. this.tbHeight.Name = "tbHeight";
  247. this.tbHeight.Size = new System.Drawing.Size(120, 21);
  248. this.tbHeight.TabIndex = 66;
  249. //
  250. // tbWidth
  251. //
  252. this.tbWidth.Location = new System.Drawing.Point(341, 190);
  253. this.tbWidth.Name = "tbWidth";
  254. this.tbWidth.Size = new System.Drawing.Size(120, 21);
  255. this.tbWidth.TabIndex = 68;
  256. //
  257. // label4
  258. //
  259. this.label4.AutoSize = true;
  260. this.label4.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.label4.Location = new System.Drawing.Point(63, 188);
  262. this.label4.Name = "label4";
  263. this.label4.Size = new System.Drawing.Size(42, 16);
  264. this.label4.TabIndex = 67;
  265. this.label4.Text = "高度";
  266. //
  267. // label3
  268. //
  269. this.label3.AutoSize = true;
  270. this.label3.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.label3.Location = new System.Drawing.Point(271, 192);
  272. this.label3.Name = "label3";
  273. this.label3.Size = new System.Drawing.Size(42, 16);
  274. this.label3.TabIndex = 65;
  275. this.label3.Text = "宽度";
  276. //
  277. // labstatus
  278. //
  279. this.labstatus.AutoSize = true;
  280. this.labstatus.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.labstatus.Location = new System.Drawing.Point(271, 93);
  282. this.labstatus.Name = "labstatus";
  283. this.labstatus.Size = new System.Drawing.Size(42, 16);
  284. this.labstatus.TabIndex = 64;
  285. this.labstatus.Text = "状态";
  286. //
  287. // tbName
  288. //
  289. this.tbName.Location = new System.Drawing.Point(129, 92);
  290. this.tbName.Name = "tbName";
  291. this.tbName.Size = new System.Drawing.Size(120, 21);
  292. this.tbName.TabIndex = 63;
  293. //
  294. // label1
  295. //
  296. this.label1.AutoSize = true;
  297. this.label1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.label1.Location = new System.Drawing.Point(60, 95);
  299. this.label1.Name = "label1";
  300. this.label1.Size = new System.Drawing.Size(42, 16);
  301. this.label1.TabIndex = 62;
  302. this.label1.Text = "名称";
  303. //
  304. // RightSettingForm
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.ClientSize = new System.Drawing.Size(501, 387);
  309. this.Controls.Add(this.panel1);
  310. this.Name = "RightSettingForm";
  311. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  312. this.Text = "RightSettingForm";
  313. this.Load += new System.EventHandler(this.RightSettingForm_Load);
  314. this.panel1.ResumeLayout(false);
  315. this.panel1.PerformLayout();
  316. this.ResumeLayout(false);
  317. }
  318. #endregion
  319. private System.Windows.Forms.Panel panel1;
  320. private System.Windows.Forms.TextBox tbIndex;
  321. private System.Windows.Forms.Label label7;
  322. private System.Windows.Forms.TextBox tbID;
  323. private System.Windows.Forms.Label label2;
  324. private System.Windows.Forms.Button btnDelete;
  325. private System.Windows.Forms.Button btnUpdate;
  326. private System.Windows.Forms.ComboBox comstatus;
  327. private System.Windows.Forms.TextBox tbMaterials;
  328. private System.Windows.Forms.Label label5;
  329. private System.Windows.Forms.TextBox tbMark;
  330. private System.Windows.Forms.Label label6;
  331. private System.Windows.Forms.TextBox tbYPoint;
  332. private System.Windows.Forms.Label label10;
  333. private System.Windows.Forms.TextBox tbXPoint;
  334. private System.Windows.Forms.Label label9;
  335. private System.Windows.Forms.Button btCancel;
  336. private System.Windows.Forms.Button btAdd;
  337. private System.Windows.Forms.TextBox tbHeight;
  338. private System.Windows.Forms.TextBox tbWidth;
  339. private System.Windows.Forms.Label label4;
  340. private System.Windows.Forms.Label label3;
  341. private System.Windows.Forms.Label labstatus;
  342. private System.Windows.Forms.TextBox tbName;
  343. private System.Windows.Forms.Label label1;
  344. }
  345. }