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

353 lines
19 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSItemBackAdd
  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(FormICSItemBackAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.save = new DevExpress.XtraEditors.SimpleButton();
  32. this.can = new DevExpress.XtraEditors.SimpleButton();
  33. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  34. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  35. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  36. this.txtQTY = new DevExpress.XtraEditors.TextEdit();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  43. this.txtCode = new DevExpress.XtraEditors.GridLookUpEdit();
  44. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.cmbInvCode = new DevExpress.XtraEditors.ComboBoxEdit();
  49. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  50. this.panelControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.cmbInvCode.Properties)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // btnClose
  61. //
  62. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  63. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  65. this.btnClose.Appearance.Options.UseFont = true;
  66. this.btnClose.Appearance.Options.UseForeColor = true;
  67. this.btnClose.Appearance.Options.UseTextOptions = true;
  68. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  69. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  70. this.btnClose.Location = new System.Drawing.Point(273, 1);
  71. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  72. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  73. this.btnClose.Name = "btnClose";
  74. this.btnClose.Size = new System.Drawing.Size(26, 23);
  75. this.btnClose.TabIndex = 5;
  76. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  77. //
  78. // lblTitle
  79. //
  80. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  81. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  82. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  83. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  84. this.lblTitle.Name = "lblTitle";
  85. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  86. this.lblTitle.TabIndex = 6;
  87. this.lblTitle.Text = "新增";
  88. //
  89. // save
  90. //
  91. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  92. this.save.Location = new System.Drawing.Point(134, 306);
  93. this.save.Name = "save";
  94. this.save.Size = new System.Drawing.Size(68, 23);
  95. this.save.TabIndex = 30;
  96. this.save.Text = "保存";
  97. this.save.Click += new System.EventHandler(this.save_Click);
  98. //
  99. // can
  100. //
  101. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  102. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  103. this.can.Location = new System.Drawing.Point(208, 306);
  104. this.can.Name = "can";
  105. this.can.Size = new System.Drawing.Size(68, 23);
  106. this.can.TabIndex = 31;
  107. this.can.Text = "取消";
  108. this.can.Click += new System.EventHandler(this.btnClose_Click);
  109. //
  110. // panelControl1
  111. //
  112. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  116. this.panelControl1.Appearance.Options.UseBackColor = true;
  117. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  118. this.panelControl1.Controls.Add(this.cmbInvCode);
  119. this.panelControl1.Controls.Add(this.cmbSEQ);
  120. this.panelControl1.Controls.Add(this.txtCode);
  121. this.panelControl1.Controls.Add(this.txtMTIME);
  122. this.panelControl1.Controls.Add(this.txtMUSERName);
  123. this.panelControl1.Controls.Add(this.txtQTY);
  124. this.panelControl1.Controls.Add(this.label4);
  125. this.panelControl1.Controls.Add(this.label3);
  126. this.panelControl1.Controls.Add(this.label6);
  127. this.panelControl1.Controls.Add(this.label2);
  128. this.panelControl1.Controls.Add(this.label5);
  129. this.panelControl1.Controls.Add(this.label1);
  130. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  131. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  132. this.panelControl1.Name = "panelControl1";
  133. this.panelControl1.Size = new System.Drawing.Size(298, 237);
  134. this.panelControl1.TabIndex = 23;
  135. //
  136. // txtMTIME
  137. //
  138. this.txtMTIME.Location = new System.Drawing.Point(121, 202);
  139. this.txtMTIME.Name = "txtMTIME";
  140. this.txtMTIME.Properties.ReadOnly = true;
  141. this.txtMTIME.Size = new System.Drawing.Size(123, 20);
  142. this.txtMTIME.TabIndex = 7;
  143. //
  144. // txtMUSERName
  145. //
  146. this.txtMUSERName.Location = new System.Drawing.Point(121, 164);
  147. this.txtMUSERName.Name = "txtMUSERName";
  148. this.txtMUSERName.Properties.ReadOnly = true;
  149. this.txtMUSERName.Size = new System.Drawing.Size(123, 20);
  150. this.txtMUSERName.TabIndex = 6;
  151. //
  152. // txtQTY
  153. //
  154. this.txtQTY.Location = new System.Drawing.Point(121, 127);
  155. this.txtQTY.Name = "txtQTY";
  156. this.txtQTY.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  157. this.txtQTY.Size = new System.Drawing.Size(123, 20);
  158. this.txtQTY.TabIndex = 5;
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Location = new System.Drawing.Point(49, 205);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(67, 14);
  166. this.label4.TabIndex = 3;
  167. this.label4.Text = "维护日期:";
  168. //
  169. // label3
  170. //
  171. this.label3.AutoSize = true;
  172. this.label3.Location = new System.Drawing.Point(49, 167);
  173. this.label3.Name = "label3";
  174. this.label3.Size = new System.Drawing.Size(55, 14);
  175. this.label3.TabIndex = 2;
  176. this.label3.Text = "维护人:";
  177. //
  178. // label2
  179. //
  180. this.label2.AutoSize = true;
  181. this.label2.Location = new System.Drawing.Point(49, 130);
  182. this.label2.Name = "label2";
  183. this.label2.Size = new System.Drawing.Size(43, 14);
  184. this.label2.TabIndex = 1;
  185. this.label2.Text = "数量:";
  186. //
  187. // label1
  188. //
  189. this.label1.AutoSize = true;
  190. this.label1.Location = new System.Drawing.Point(49, 20);
  191. this.label1.Name = "label1";
  192. this.label1.Size = new System.Drawing.Size(55, 14);
  193. this.label1.TabIndex = 0;
  194. this.label1.Text = "工单号:";
  195. //
  196. // btnCancle
  197. //
  198. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  199. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  200. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  201. this.btnCancle.Appearance.Options.UseFont = true;
  202. this.btnCancle.Appearance.Options.UseForeColor = true;
  203. this.btnCancle.Appearance.Options.UseTextOptions = true;
  204. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  205. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  206. this.btnCancle.Location = new System.Drawing.Point(218, 267);
  207. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  208. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  209. this.btnCancle.Name = "btnCancle";
  210. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  211. this.btnCancle.TabIndex = 122;
  212. this.btnCancle.Text = "取消";
  213. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  214. //
  215. // btnOK
  216. //
  217. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  218. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  219. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  220. this.btnOK.Appearance.Options.UseFont = true;
  221. this.btnOK.Appearance.Options.UseForeColor = true;
  222. this.btnOK.Appearance.Options.UseTextOptions = true;
  223. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  224. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  225. this.btnOK.Location = new System.Drawing.Point(142, 267);
  226. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  227. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  228. this.btnOK.Name = "btnOK";
  229. this.btnOK.Size = new System.Drawing.Size(70, 30);
  230. this.btnOK.TabIndex = 121;
  231. this.btnOK.Text = "保存";
  232. this.btnOK.Click += new System.EventHandler(this.save_Click);
  233. //
  234. // txtCode
  235. //
  236. this.txtCode.EditValue = "";
  237. this.txtCode.Location = new System.Drawing.Point(121, 17);
  238. this.txtCode.Name = "txtCode";
  239. this.txtCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  240. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  241. this.txtCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  242. this.txtCode.Properties.View = this.gridLookUpEdit1View;
  243. this.txtCode.Size = new System.Drawing.Size(123, 20);
  244. this.txtCode.TabIndex = 8;
  245. this.txtCode.EditValueChanged += new System.EventHandler(this.txtCode_EditValueChanged);
  246. //
  247. // gridLookUpEdit1View
  248. //
  249. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  250. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  251. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  252. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  253. //
  254. // cmbSEQ
  255. //
  256. this.cmbSEQ.Location = new System.Drawing.Point(121, 53);
  257. this.cmbSEQ.Name = "cmbSEQ";
  258. this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  259. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  260. this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  261. this.cmbSEQ.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  262. this.cmbSEQ.Size = new System.Drawing.Size(123, 20);
  263. this.cmbSEQ.TabIndex = 9;
  264. this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  265. //
  266. // label5
  267. //
  268. this.label5.AutoSize = true;
  269. this.label5.Location = new System.Drawing.Point(49, 56);
  270. this.label5.Name = "label5";
  271. this.label5.Size = new System.Drawing.Size(67, 14);
  272. this.label5.TabIndex = 0;
  273. this.label5.Text = "生产订单行号:";
  274. //
  275. // label6
  276. //
  277. this.label6.AutoSize = true;
  278. this.label6.Location = new System.Drawing.Point(49, 93);
  279. this.label6.Name = "label6";
  280. this.label6.Size = new System.Drawing.Size(67, 14);
  281. this.label6.TabIndex = 0;
  282. this.label6.Text = "物料代码:";
  283. //
  284. // cmbInvCode
  285. //
  286. this.cmbInvCode.Location = new System.Drawing.Point(121, 90);
  287. this.cmbInvCode.Name = "cmbInvCode";
  288. this.cmbInvCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  289. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  290. this.cmbInvCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  291. this.cmbInvCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  292. this.cmbInvCode.Size = new System.Drawing.Size(123, 20);
  293. this.cmbInvCode.TabIndex = 9;
  294. //
  295. // FormICSItemBackAdd
  296. //
  297. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  298. this.Appearance.Options.UseBackColor = true;
  299. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  300. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  301. this.ClientSize = new System.Drawing.Size(300, 300);
  302. this.Controls.Add(this.btnCancle);
  303. this.Controls.Add(this.btnOK);
  304. this.Controls.Add(this.panelControl1);
  305. this.Controls.Add(this.lblTitle);
  306. this.Controls.Add(this.btnClose);
  307. this.Controls.Add(this.save);
  308. this.Controls.Add(this.can);
  309. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  310. this.Name = "FormICSItemBackAdd";
  311. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  312. this.Text = "退料信息编辑";
  313. this.Load += new System.EventHandler(this.FormICSItemBackAdd_Load);
  314. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  315. this.panelControl1.ResumeLayout(false);
  316. this.panelControl1.PerformLayout();
  317. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.txtQTY.Properties)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.cmbInvCode.Properties)).EndInit();
  324. this.ResumeLayout(false);
  325. }
  326. #endregion
  327. private DevExpress.XtraEditors.SimpleButton btnClose;
  328. private DevExpress.XtraEditors.LabelControl lblTitle;
  329. private DevExpress.XtraEditors.SimpleButton save;
  330. private DevExpress.XtraEditors.SimpleButton can;
  331. private DevExpress.XtraEditors.PanelControl panelControl1;
  332. private DevExpress.XtraEditors.SimpleButton btnCancle;
  333. private DevExpress.XtraEditors.SimpleButton btnOK;
  334. private DevExpress.XtraEditors.TextEdit txtMTIME;
  335. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  336. private DevExpress.XtraEditors.TextEdit txtQTY;
  337. private System.Windows.Forms.Label label4;
  338. private System.Windows.Forms.Label label3;
  339. private System.Windows.Forms.Label label2;
  340. private System.Windows.Forms.Label label1;
  341. private DevExpress.XtraEditors.GridLookUpEdit txtCode;
  342. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  343. private DevExpress.XtraEditors.ComboBoxEdit cmbInvCode;
  344. private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ;
  345. private System.Windows.Forms.Label label6;
  346. private System.Windows.Forms.Label label5;
  347. }
  348. }