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

327 lines
18 KiB

  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormItemLotBatchInput
  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(FormItemLotBatchInput));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  35. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.colItemLotNo = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.ColBatchCode = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.BtnDelete = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.btnEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  41. this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  43. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  44. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  45. this.txtItemLotNo = new DevExpress.XtraEditors.TextEdit();
  46. this.label2 = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  53. this.panelControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtItemLotNo.Properties)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // labelControl1
  58. //
  59. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  61. this.labelControl1.Location = new System.Drawing.Point(0, 4);
  62. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  63. this.labelControl1.Name = "labelControl1";
  64. this.labelControl1.Size = new System.Drawing.Size(96, 31);
  65. this.labelControl1.TabIndex = 26;
  66. this.labelControl1.Text = "批量录入";
  67. //
  68. // btnClose
  69. //
  70. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  71. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  73. this.btnClose.Appearance.Options.UseFont = true;
  74. this.btnClose.Appearance.Options.UseForeColor = true;
  75. this.btnClose.Appearance.Options.UseTextOptions = true;
  76. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  77. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  78. this.btnClose.Location = new System.Drawing.Point(806, 0);
  79. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  80. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  81. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  82. this.btnClose.Name = "btnClose";
  83. this.btnClose.Size = new System.Drawing.Size(38, 48);
  84. this.btnClose.TabIndex = 30;
  85. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  86. //
  87. // btnCancle
  88. //
  89. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  91. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  92. this.btnCancle.Appearance.Options.UseFont = true;
  93. this.btnCancle.Appearance.Options.UseForeColor = true;
  94. this.btnCancle.Appearance.Options.UseTextOptions = true;
  95. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  96. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  97. this.btnCancle.Location = new System.Drawing.Point(744, 576);
  98. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  99. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  100. this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  101. this.btnCancle.Name = "btnCancle";
  102. this.btnCancle.Size = new System.Drawing.Size(100, 48);
  103. this.btnCancle.TabIndex = 29;
  104. this.btnCancle.Text = "取消";
  105. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  106. //
  107. // btnOK
  108. //
  109. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  110. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  112. this.btnOK.Appearance.Options.UseFont = true;
  113. this.btnOK.Appearance.Options.UseForeColor = true;
  114. this.btnOK.Appearance.Options.UseTextOptions = true;
  115. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  116. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  117. this.btnOK.Location = new System.Drawing.Point(630, 576);
  118. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  119. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  120. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  121. this.btnOK.Name = "btnOK";
  122. this.btnOK.Size = new System.Drawing.Size(100, 48);
  123. this.btnOK.TabIndex = 28;
  124. this.btnOK.Text = "保存";
  125. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  126. //
  127. // label1
  128. //
  129. this.label1.AutoSize = true;
  130. this.label1.Location = new System.Drawing.Point(43, 63);
  131. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(100, 22);
  134. this.label1.TabIndex = 8;
  135. this.label1.Text = "物料条码:";
  136. //
  137. // grdDetail
  138. //
  139. this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  140. this.grdDetail.Location = new System.Drawing.Point(0, 147);
  141. this.grdDetail.MainView = this.grvDetail;
  142. this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.grdDetail.Name = "grdDetail";
  144. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  145. this.btnEditDel});
  146. this.grdDetail.Size = new System.Drawing.Size(842, 372);
  147. this.grdDetail.TabIndex = 205;
  148. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  149. this.grvDetail,
  150. this.grvAdvDetail,
  151. this.gridView1});
  152. //
  153. // grvDetail
  154. //
  155. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  156. this.colItemLotNo,
  157. this.colLotQty,
  158. this.ColBatchCode,
  159. this.BtnDelete,
  160. this.colItemCode});
  161. this.grvDetail.GridControl = this.grdDetail;
  162. this.grvDetail.IndicatorWidth = 20;
  163. this.grvDetail.Name = "grvDetail";
  164. this.grvDetail.OptionsSelection.MultiSelect = true;
  165. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  166. this.grvDetail.OptionsView.ShowFooter = true;
  167. this.grvDetail.OptionsView.ShowGroupPanel = false;
  168. //
  169. // colItemLotNo
  170. //
  171. this.colItemLotNo.Caption = "物料条码";
  172. this.colItemLotNo.FieldName = "ItemLotNo";
  173. this.colItemLotNo.Name = "colItemLotNo";
  174. this.colItemLotNo.Visible = true;
  175. this.colItemLotNo.VisibleIndex = 0;
  176. //
  177. // colLotQty
  178. //
  179. this.colLotQty.Caption = "现存量";
  180. this.colLotQty.FieldName = "QUANTITY";
  181. this.colLotQty.Name = "colLotQty";
  182. this.colLotQty.Visible = true;
  183. this.colLotQty.VisibleIndex = 1;
  184. //
  185. // ColBatchCode
  186. //
  187. this.ColBatchCode.Caption = "批号";
  188. this.ColBatchCode.FieldName = "BATCHCODE";
  189. this.ColBatchCode.Name = "ColBatchCode";
  190. this.ColBatchCode.Visible = true;
  191. this.ColBatchCode.VisibleIndex = 2;
  192. //
  193. // BtnDelete
  194. //
  195. this.BtnDelete.Caption = "移除";
  196. this.BtnDelete.ColumnEdit = this.btnEditDel;
  197. this.BtnDelete.Name = "BtnDelete";
  198. this.BtnDelete.Visible = true;
  199. this.BtnDelete.VisibleIndex = 4;
  200. //
  201. // btnEditDel
  202. //
  203. this.btnEditDel.AutoHeight = false;
  204. this.btnEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  205. new DevExpress.XtraEditors.Controls.EditorButton()});
  206. this.btnEditDel.Name = "btnEditDel";
  207. this.btnEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  208. this.btnEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEditDel_ButtonClick);
  209. //
  210. // colItemCode
  211. //
  212. this.colItemCode.Caption = "物料编码";
  213. this.colItemCode.FieldName = "INVCODE";
  214. this.colItemCode.Name = "colItemCode";
  215. this.colItemCode.Visible = true;
  216. this.colItemCode.VisibleIndex = 3;
  217. this.colItemCode.Width = 85;
  218. //
  219. // grvAdvDetail
  220. //
  221. this.grvAdvDetail.GridControl = this.grdDetail;
  222. this.grvAdvDetail.Name = "grvAdvDetail";
  223. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  224. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  225. this.grvAdvDetail.OptionsView.ShowFooter = true;
  226. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  227. //
  228. // gridView1
  229. //
  230. this.gridView1.GridControl = this.grdDetail;
  231. this.gridView1.Name = "gridView1";
  232. //
  233. // panelControl1
  234. //
  235. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  236. | System.Windows.Forms.AnchorStyles.Left)
  237. | System.Windows.Forms.AnchorStyles.Right)));
  238. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  239. this.panelControl1.Appearance.Options.UseBackColor = true;
  240. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  241. this.panelControl1.Controls.Add(this.label2);
  242. this.panelControl1.Controls.Add(this.grdDetail);
  243. this.panelControl1.Controls.Add(this.label1);
  244. this.panelControl1.Controls.Add(this.txtItemLotNo);
  245. this.panelControl1.Location = new System.Drawing.Point(2, 48);
  246. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.panelControl1.Name = "panelControl1";
  248. this.panelControl1.Size = new System.Drawing.Size(840, 519);
  249. this.panelControl1.TabIndex = 27;
  250. //
  251. // txtItemLotNo
  252. //
  253. this.txtItemLotNo.EditValue = "";
  254. this.txtItemLotNo.Location = new System.Drawing.Point(151, 60);
  255. this.txtItemLotNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  256. this.txtItemLotNo.Name = "txtItemLotNo";
  257. this.txtItemLotNo.Properties.NullText = "[EditValue is null]";
  258. this.txtItemLotNo.Size = new System.Drawing.Size(244, 28);
  259. this.txtItemLotNo.TabIndex = 204;
  260. this.txtItemLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtItemLotNo_KeyPress);
  261. //
  262. // label2
  263. //
  264. this.label2.AutoSize = true;
  265. this.label2.ForeColor = System.Drawing.Color.Red;
  266. this.label2.Location = new System.Drawing.Point(425, 63);
  267. this.label2.Name = "label2";
  268. this.label2.Size = new System.Drawing.Size(376, 22);
  269. this.label2.TabIndex = 206;
  270. this.label2.Text = "注意:批量录入请先扫描现存量较少的物料条码";
  271. //
  272. // FormItemLotBatchInput
  273. //
  274. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  275. this.Appearance.Options.UseBackColor = true;
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.ClientSize = new System.Drawing.Size(846, 622);
  279. this.Controls.Add(this.btnClose);
  280. this.Controls.Add(this.btnCancle);
  281. this.Controls.Add(this.btnOK);
  282. this.Controls.Add(this.panelControl1);
  283. this.Controls.Add(this.labelControl1);
  284. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  285. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  286. this.Name = "FormItemLotBatchInput";
  287. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  288. this.Text = "产品工序价格";
  289. this.Load += new System.EventHandler(this.FormEcAdd_Load);
  290. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  296. this.panelControl1.ResumeLayout(false);
  297. this.panelControl1.PerformLayout();
  298. ((System.ComponentModel.ISupportInitialize)(this.txtItemLotNo.Properties)).EndInit();
  299. this.ResumeLayout(false);
  300. this.PerformLayout();
  301. }
  302. #endregion
  303. private DevExpress.XtraEditors.LabelControl labelControl1;
  304. private DevExpress.XtraEditors.SimpleButton btnOK;
  305. private DevExpress.XtraEditors.SimpleButton btnCancle;
  306. private DevExpress.XtraEditors.SimpleButton btnClose;
  307. private System.Windows.Forms.Label label1;
  308. private DevExpress.XtraGrid.GridControl grdDetail;
  309. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  310. private DevExpress.XtraGrid.Columns.GridColumn colItemLotNo;
  311. private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
  312. private DevExpress.XtraGrid.Columns.GridColumn ColBatchCode;
  313. private DevExpress.XtraGrid.Columns.GridColumn BtnDelete;
  314. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnEditDel;
  315. private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
  316. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  317. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  318. private DevExpress.XtraEditors.PanelControl panelControl1;
  319. private DevExpress.XtraEditors.TextEdit txtItemLotNo;
  320. private System.Windows.Forms.Label label2;
  321. }
  322. }