锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

284 lines
16 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotAdd
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSWareHouseLotAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  35. this.txtnewLotNO = new DevExpress.XtraEditors.TextEdit();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. this.txtLotQty = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.txtnumber = new System.Windows.Forms.TextBox();
  40. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  41. this.txtLotNO = new DevExpress.XtraEditors.TextEdit();
  42. this.save = new DevExpress.XtraEditors.SimpleButton();
  43. this.can = new DevExpress.XtraEditors.SimpleButton();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtnewLotNO.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtLotQty.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtLotNO.Properties)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnClose
  53. //
  54. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  55. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnClose.Appearance.Options.UseFont = true;
  58. this.btnClose.Appearance.Options.UseForeColor = true;
  59. this.btnClose.Appearance.Options.UseTextOptions = true;
  60. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  61. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  62. this.btnClose.Location = new System.Drawing.Point(387, 0);
  63. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  66. this.btnClose.Name = "btnClose";
  67. this.btnClose.Size = new System.Drawing.Size(30, 38);
  68. this.btnClose.TabIndex = 5;
  69. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  70. //
  71. // lblTitle
  72. //
  73. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  75. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  76. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  77. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.lblTitle.Name = "lblTitle";
  79. this.lblTitle.Size = new System.Drawing.Size(185, 29);
  80. this.lblTitle.TabIndex = 6;
  81. this.lblTitle.Text = " 分批";
  82. //
  83. // labelControl1
  84. //
  85. this.labelControl1.Location = new System.Drawing.Point(30, 38);
  86. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  87. this.labelControl1.Name = "labelControl1";
  88. this.labelControl1.Size = new System.Drawing.Size(75, 18);
  89. this.labelControl1.TabIndex = 0;
  90. this.labelControl1.Text = "物料批号:";
  91. //
  92. // panelControl1
  93. //
  94. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  98. this.panelControl1.Appearance.Options.UseBackColor = true;
  99. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  100. this.panelControl1.Controls.Add(this.txtItemName);
  101. this.panelControl1.Controls.Add(this.labelControl5);
  102. this.panelControl1.Controls.Add(this.txtnewLotNO);
  103. this.panelControl1.Controls.Add(this.labelControl4);
  104. this.panelControl1.Controls.Add(this.txtLotQty);
  105. this.panelControl1.Controls.Add(this.labelControl3);
  106. this.panelControl1.Controls.Add(this.txtnumber);
  107. this.panelControl1.Controls.Add(this.labelControl2);
  108. this.panelControl1.Controls.Add(this.txtLotNO);
  109. this.panelControl1.Controls.Add(this.labelControl1);
  110. this.panelControl1.Location = new System.Drawing.Point(1, 34);
  111. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  112. this.panelControl1.Name = "panelControl1";
  113. this.panelControl1.Size = new System.Drawing.Size(415, 374);
  114. this.panelControl1.TabIndex = 23;
  115. //
  116. // txtItemName
  117. //
  118. this.txtItemName.EnterMoveNextControl = true;
  119. this.txtItemName.Location = new System.Drawing.Point(137, 162);
  120. this.txtItemName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  121. this.txtItemName.Name = "txtItemName";
  122. this.txtItemName.Size = new System.Drawing.Size(241, 24);
  123. this.txtItemName.TabIndex = 102;
  124. //
  125. // labelControl5
  126. //
  127. this.labelControl5.Location = new System.Drawing.Point(30, 166);
  128. this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  129. this.labelControl5.Name = "labelControl5";
  130. this.labelControl5.Size = new System.Drawing.Size(75, 18);
  131. this.labelControl5.TabIndex = 101;
  132. this.labelControl5.Text = "存货名称:";
  133. //
  134. // txtnewLotNO
  135. //
  136. this.txtnewLotNO.EnterMoveNextControl = true;
  137. this.txtnewLotNO.Location = new System.Drawing.Point(137, 230);
  138. this.txtnewLotNO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  139. this.txtnewLotNO.Name = "txtnewLotNO";
  140. this.txtnewLotNO.Size = new System.Drawing.Size(241, 24);
  141. this.txtnewLotNO.TabIndex = 100;
  142. //
  143. // labelControl4
  144. //
  145. this.labelControl4.Location = new System.Drawing.Point(30, 234);
  146. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  147. this.labelControl4.Name = "labelControl4";
  148. this.labelControl4.Size = new System.Drawing.Size(60, 18);
  149. this.labelControl4.TabIndex = 99;
  150. this.labelControl4.Text = "新批号:";
  151. //
  152. // txtLotQty
  153. //
  154. this.txtLotQty.EnterMoveNextControl = true;
  155. this.txtLotQty.Location = new System.Drawing.Point(137, 101);
  156. this.txtLotQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.txtLotQty.Name = "txtLotQty";
  158. this.txtLotQty.Size = new System.Drawing.Size(241, 24);
  159. this.txtLotQty.TabIndex = 98;
  160. //
  161. // labelControl3
  162. //
  163. this.labelControl3.Location = new System.Drawing.Point(30, 104);
  164. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  165. this.labelControl3.Name = "labelControl3";
  166. this.labelControl3.Size = new System.Drawing.Size(105, 18);
  167. this.labelControl3.TabIndex = 97;
  168. this.labelControl3.Text = "物料在库数量:";
  169. //
  170. // txtnumber
  171. //
  172. this.txtnumber.Location = new System.Drawing.Point(137, 299);
  173. this.txtnumber.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  174. this.txtnumber.Name = "txtnumber";
  175. this.txtnumber.Size = new System.Drawing.Size(241, 26);
  176. this.txtnumber.TabIndex = 96;
  177. //
  178. // labelControl2
  179. //
  180. this.labelControl2.Location = new System.Drawing.Point(30, 302);
  181. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  182. this.labelControl2.Name = "labelControl2";
  183. this.labelControl2.Size = new System.Drawing.Size(75, 18);
  184. this.labelControl2.TabIndex = 95;
  185. this.labelControl2.Text = "分批数量:";
  186. //
  187. // txtLotNO
  188. //
  189. this.txtLotNO.EnterMoveNextControl = true;
  190. this.txtLotNO.Location = new System.Drawing.Point(137, 34);
  191. this.txtLotNO.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  192. this.txtLotNO.Name = "txtLotNO";
  193. this.txtLotNO.Size = new System.Drawing.Size(241, 24);
  194. this.txtLotNO.TabIndex = 77;
  195. //
  196. // save
  197. //
  198. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  199. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  200. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  201. this.save.Appearance.Options.UseFont = true;
  202. this.save.Appearance.Options.UseForeColor = true;
  203. this.save.Appearance.Options.UseTextOptions = true;
  204. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  205. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  206. this.save.Location = new System.Drawing.Point(254, 412);
  207. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  208. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  209. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  210. this.save.Name = "save";
  211. this.save.Size = new System.Drawing.Size(80, 38);
  212. this.save.TabIndex = 81;
  213. this.save.Text = "保存";
  214. this.save.Click += new System.EventHandler(this.save_Click);
  215. //
  216. // can
  217. //
  218. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  219. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  221. this.can.Appearance.Options.UseFont = true;
  222. this.can.Appearance.Options.UseForeColor = true;
  223. this.can.Appearance.Options.UseTextOptions = true;
  224. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  225. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  226. this.can.Location = new System.Drawing.Point(336, 412);
  227. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  228. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  229. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  230. this.can.Name = "can";
  231. this.can.Size = new System.Drawing.Size(80, 38);
  232. this.can.TabIndex = 91;
  233. this.can.Text = "取消";
  234. this.can.Click += new System.EventHandler(this.can_Click);
  235. //
  236. // FormICSWareHouseLotAdd
  237. //
  238. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  239. this.Appearance.Options.UseBackColor = true;
  240. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  241. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  242. this.ClientSize = new System.Drawing.Size(417, 452);
  243. this.Controls.Add(this.can);
  244. this.Controls.Add(this.save);
  245. this.Controls.Add(this.panelControl1);
  246. this.Controls.Add(this.lblTitle);
  247. this.Controls.Add(this.btnClose);
  248. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  249. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  250. this.Name = "FormICSWareHouseLotAdd";
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  252. this.Text = "FormContainerAddEdit";
  253. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  254. this.panelControl1.ResumeLayout(false);
  255. this.panelControl1.PerformLayout();
  256. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.txtnewLotNO.Properties)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.txtLotQty.Properties)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.txtLotNO.Properties)).EndInit();
  260. this.ResumeLayout(false);
  261. }
  262. #endregion
  263. private DevExpress.XtraEditors.SimpleButton btnClose;
  264. private DevExpress.XtraEditors.LabelControl lblTitle;
  265. private DevExpress.XtraEditors.LabelControl labelControl1;
  266. private DevExpress.XtraEditors.PanelControl panelControl1;
  267. private DevExpress.XtraEditors.SimpleButton save;
  268. private DevExpress.XtraEditors.SimpleButton can;
  269. private System.Windows.Forms.TextBox txtnumber;
  270. private DevExpress.XtraEditors.LabelControl labelControl2;
  271. private DevExpress.XtraEditors.TextEdit txtLotNO;
  272. private DevExpress.XtraEditors.TextEdit txtLotQty;
  273. private DevExpress.XtraEditors.LabelControl labelControl3;
  274. private DevExpress.XtraEditors.LabelControl labelControl4;
  275. private DevExpress.XtraEditors.TextEdit txtnewLotNO;
  276. private DevExpress.XtraEditors.TextEdit txtItemName;
  277. private DevExpress.XtraEditors.LabelControl labelControl5;
  278. }
  279. }