锐腾搅拌上料功能
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.

271 lines
14 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSWareHouseLotInfoEdit
  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(FormICSWareHouseLotInfoEdit));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.txtMUSER = new DevExpress.XtraEditors.TextEdit();
  32. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  34. this.save = new DevExpress.XtraEditors.SimpleButton();
  35. this.can = new DevExpress.XtraEditors.SimpleButton();
  36. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  37. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. this.txtSUM = new DevExpress.XtraEditors.TextEdit();
  39. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  40. this.txtLotNoSum = new System.Windows.Forms.TextBox();
  41. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  42. this.txtLotNo = new DevExpress.XtraEditors.TextEdit();
  43. this.MTIME = new DevExpress.XtraEditors.TextEdit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  46. this.panelControl1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtSUM.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.MTIME.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(427, 1);
  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, 30);
  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, 1);
  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(78, 30);
  80. this.lblTitle.TabIndex = 6;
  81. this.lblTitle.Text = "批次维护";
  82. //
  83. // txtMUSER
  84. //
  85. this.txtMUSER.EnterMoveNextControl = true;
  86. this.txtMUSER.Location = new System.Drawing.Point(151, 167);
  87. this.txtMUSER.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  88. this.txtMUSER.Name = "txtMUSER";
  89. this.txtMUSER.Properties.ReadOnly = true;
  90. this.txtMUSER.Size = new System.Drawing.Size(170, 24);
  91. this.txtMUSER.TabIndex = 18;
  92. //
  93. // labelControl12
  94. //
  95. this.labelControl12.Location = new System.Drawing.Point(55, 217);
  96. this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.labelControl12.Name = "labelControl12";
  98. this.labelControl12.Size = new System.Drawing.Size(60, 18);
  99. this.labelControl12.TabIndex = 22;
  100. this.labelControl12.Text = "维护时间";
  101. //
  102. // labelControl13
  103. //
  104. this.labelControl13.Location = new System.Drawing.Point(63, 171);
  105. this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  106. this.labelControl13.Name = "labelControl13";
  107. this.labelControl13.Size = new System.Drawing.Size(45, 18);
  108. this.labelControl13.TabIndex = 23;
  109. this.labelControl13.Text = "维护人";
  110. //
  111. // save
  112. //
  113. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  114. this.save.Location = new System.Drawing.Point(131, 283);
  115. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  116. this.save.Name = "save";
  117. this.save.Size = new System.Drawing.Size(78, 30);
  118. this.save.TabIndex = 30;
  119. this.save.Text = "保存";
  120. this.save.Click += new System.EventHandler(this.save_Click);
  121. //
  122. // can
  123. //
  124. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  125. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  126. this.can.Location = new System.Drawing.Point(251, 283);
  127. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  128. this.can.Name = "can";
  129. this.can.Size = new System.Drawing.Size(78, 30);
  130. this.can.TabIndex = 31;
  131. this.can.Text = "取消";
  132. this.can.Click += new System.EventHandler(this.can_Click);
  133. //
  134. // panelControl1
  135. //
  136. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  137. | System.Windows.Forms.AnchorStyles.Left)
  138. | System.Windows.Forms.AnchorStyles.Right)));
  139. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  140. this.panelControl1.Appearance.Options.UseBackColor = true;
  141. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  142. this.panelControl1.Controls.Add(this.labelControl2);
  143. this.panelControl1.Controls.Add(this.txtSUM);
  144. this.panelControl1.Controls.Add(this.labelControl1);
  145. this.panelControl1.Controls.Add(this.txtLotNoSum);
  146. this.panelControl1.Controls.Add(this.labelControl4);
  147. this.panelControl1.Controls.Add(this.txtLotNo);
  148. this.panelControl1.Controls.Add(this.MTIME);
  149. this.panelControl1.Controls.Add(this.can);
  150. this.panelControl1.Controls.Add(this.save);
  151. this.panelControl1.Controls.Add(this.labelControl13);
  152. this.panelControl1.Controls.Add(this.labelControl12);
  153. this.panelControl1.Controls.Add(this.txtMUSER);
  154. this.panelControl1.Location = new System.Drawing.Point(1, 35);
  155. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  156. this.panelControl1.Name = "panelControl1";
  157. this.panelControl1.Size = new System.Drawing.Size(457, 321);
  158. this.panelControl1.TabIndex = 23;
  159. //
  160. // labelControl2
  161. //
  162. this.labelControl2.Location = new System.Drawing.Point(60, 75);
  163. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  164. this.labelControl2.Name = "labelControl2";
  165. this.labelControl2.Size = new System.Drawing.Size(60, 18);
  166. this.labelControl2.TabIndex = 47;
  167. this.labelControl2.Text = "当前数量";
  168. //
  169. // txtSUM
  170. //
  171. this.txtSUM.EnterMoveNextControl = true;
  172. this.txtSUM.Location = new System.Drawing.Point(152, 71);
  173. this.txtSUM.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  174. this.txtSUM.Name = "txtSUM";
  175. this.txtSUM.Properties.ReadOnly = true;
  176. this.txtSUM.Size = new System.Drawing.Size(170, 24);
  177. this.txtSUM.TabIndex = 46;
  178. //
  179. // labelControl1
  180. //
  181. this.labelControl1.Location = new System.Drawing.Point(55, 126);
  182. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.labelControl1.Name = "labelControl1";
  184. this.labelControl1.Size = new System.Drawing.Size(60, 18);
  185. this.labelControl1.TabIndex = 45;
  186. this.labelControl1.Text = "维护数量";
  187. //
  188. // txtLotNoSum
  189. //
  190. this.txtLotNoSum.Location = new System.Drawing.Point(151, 118);
  191. this.txtLotNoSum.Name = "txtLotNoSum";
  192. this.txtLotNoSum.Size = new System.Drawing.Size(171, 26);
  193. this.txtLotNoSum.TabIndex = 44;
  194. //
  195. // labelControl4
  196. //
  197. this.labelControl4.Location = new System.Drawing.Point(74, 28);
  198. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  199. this.labelControl4.Name = "labelControl4";
  200. this.labelControl4.Size = new System.Drawing.Size(30, 18);
  201. this.labelControl4.TabIndex = 43;
  202. this.labelControl4.Text = "条码";
  203. //
  204. // txtLotNo
  205. //
  206. this.txtLotNo.EnterMoveNextControl = true;
  207. this.txtLotNo.Location = new System.Drawing.Point(152, 24);
  208. this.txtLotNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  209. this.txtLotNo.Name = "txtLotNo";
  210. this.txtLotNo.Properties.ReadOnly = true;
  211. this.txtLotNo.Size = new System.Drawing.Size(170, 24);
  212. this.txtLotNo.TabIndex = 42;
  213. //
  214. // MTIME
  215. //
  216. this.MTIME.EnterMoveNextControl = true;
  217. this.MTIME.Location = new System.Drawing.Point(151, 214);
  218. this.MTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  219. this.MTIME.Name = "MTIME";
  220. this.MTIME.Properties.ReadOnly = true;
  221. this.MTIME.Size = new System.Drawing.Size(170, 24);
  222. this.MTIME.TabIndex = 37;
  223. //
  224. // FormICSWareHouseLotInfoEdit
  225. //
  226. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  227. this.Appearance.Options.UseBackColor = true;
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.ClientSize = new System.Drawing.Size(459, 391);
  231. this.Controls.Add(this.panelControl1);
  232. this.Controls.Add(this.lblTitle);
  233. this.Controls.Add(this.btnClose);
  234. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  235. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  236. this.Name = "FormICSWareHouseLotInfoEdit";
  237. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  238. this.Text = "FormContainerAddEdit";
  239. this.Load += new System.EventHandler(this.FormICSStackAdd_Load);
  240. ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  242. this.panelControl1.ResumeLayout(false);
  243. this.panelControl1.PerformLayout();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtSUM.Properties)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).EndInit();
  247. this.ResumeLayout(false);
  248. }
  249. #endregion
  250. private DevExpress.XtraEditors.SimpleButton btnClose;
  251. private DevExpress.XtraEditors.LabelControl lblTitle;
  252. private DevExpress.XtraEditors.TextEdit txtMUSER;
  253. private DevExpress.XtraEditors.LabelControl labelControl12;
  254. private DevExpress.XtraEditors.LabelControl labelControl13;
  255. private DevExpress.XtraEditors.SimpleButton save;
  256. private DevExpress.XtraEditors.SimpleButton can;
  257. private DevExpress.XtraEditors.PanelControl panelControl1;
  258. private DevExpress.XtraEditors.TextEdit MTIME;
  259. private DevExpress.XtraEditors.LabelControl labelControl4;
  260. private DevExpress.XtraEditors.TextEdit txtLotNo;
  261. private DevExpress.XtraEditors.LabelControl labelControl1;
  262. private System.Windows.Forms.TextBox txtLotNoSum;
  263. private DevExpress.XtraEditors.LabelControl labelControl2;
  264. private DevExpress.XtraEditors.TextEdit txtSUM;
  265. }
  266. }