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.
328 lines
18 KiB
328 lines
18 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormItemLotBatchInput
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormItemLotBatchInput));
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colItemLotNo = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ColBatchCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.BtnDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.btnEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
|
this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtItemLotNo = new DevExpress.XtraEditors.TextEdit();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemLotNo.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
this.labelControl1.Location = new System.Drawing.Point(0, 4);
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(96, 31);
|
|
this.labelControl1.TabIndex = 26;
|
|
this.labelControl1.Text = "批量录入";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(806, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(38, 48);
|
|
this.btnClose.TabIndex = 30;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancle.Appearance.Options.UseFont = true;
|
|
this.btnCancle.Appearance.Options.UseForeColor = true;
|
|
this.btnCancle.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
|
|
this.btnCancle.Location = new System.Drawing.Point(744, 576);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(100, 48);
|
|
this.btnCancle.TabIndex = 29;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
|
this.btnOK.Appearance.Options.UseTextOptions = true;
|
|
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|
this.btnOK.Location = new System.Drawing.Point(630, 576);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(100, 48);
|
|
this.btnOK.TabIndex = 28;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(43, 63);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 22);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "物料条码:";
|
|
//
|
|
// grdDetail
|
|
//
|
|
this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.grdDetail.Location = new System.Drawing.Point(0, 147);
|
|
this.grdDetail.MainView = this.grvDetail;
|
|
this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.grdDetail.Name = "grdDetail";
|
|
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.btnEditDel});
|
|
this.grdDetail.Size = new System.Drawing.Size(842, 372);
|
|
this.grdDetail.TabIndex = 205;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.grvAdvDetail,
|
|
this.gridView1});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colItemLotNo,
|
|
this.colLotQty,
|
|
this.ColBatchCode,
|
|
this.BtnDelete,
|
|
this.colItemCode});
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
this.grvDetail.IndicatorWidth = 20;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvDetail.OptionsView.ColumnAutoWidth = false;
|
|
this.grvDetail.OptionsView.ShowFooter = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colItemLotNo
|
|
//
|
|
this.colItemLotNo.Caption = "物料条码";
|
|
this.colItemLotNo.FieldName = "ItemLotNo";
|
|
this.colItemLotNo.Name = "colItemLotNo";
|
|
this.colItemLotNo.Visible = true;
|
|
this.colItemLotNo.VisibleIndex = 0;
|
|
//
|
|
// colLotQty
|
|
//
|
|
this.colLotQty.Caption = "现存量";
|
|
this.colLotQty.FieldName = "QUANTITY";
|
|
this.colLotQty.Name = "colLotQty";
|
|
this.colLotQty.Visible = true;
|
|
this.colLotQty.VisibleIndex = 1;
|
|
//
|
|
// ColBatchCode
|
|
//
|
|
this.ColBatchCode.Caption = "批号";
|
|
this.ColBatchCode.FieldName = "BATCHCODE";
|
|
this.ColBatchCode.Name = "ColBatchCode";
|
|
this.ColBatchCode.Visible = true;
|
|
this.ColBatchCode.VisibleIndex = 2;
|
|
//
|
|
// BtnDelete
|
|
//
|
|
this.BtnDelete.Caption = "移除";
|
|
this.BtnDelete.ColumnEdit = this.btnEditDel;
|
|
this.BtnDelete.Name = "BtnDelete";
|
|
this.BtnDelete.Visible = true;
|
|
this.BtnDelete.VisibleIndex = 4;
|
|
//
|
|
// btnEditDel
|
|
//
|
|
this.btnEditDel.AutoHeight = false;
|
|
this.btnEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
this.btnEditDel.Name = "btnEditDel";
|
|
this.btnEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
|
this.btnEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEditDel_ButtonClick);
|
|
//
|
|
// colItemCode
|
|
//
|
|
this.colItemCode.Caption = "物料编码";
|
|
this.colItemCode.FieldName = "INVCODE";
|
|
this.colItemCode.Name = "colItemCode";
|
|
this.colItemCode.Visible = true;
|
|
this.colItemCode.VisibleIndex = 3;
|
|
this.colItemCode.Width = 85;
|
|
//
|
|
// grvAdvDetail
|
|
//
|
|
this.grvAdvDetail.GridControl = this.grdDetail;
|
|
this.grvAdvDetail.Name = "grvAdvDetail";
|
|
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvAdvDetail.OptionsView.ShowFooter = true;
|
|
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.grdDetail;
|
|
this.gridView1.Name = "gridView1";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.grdDetail);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Controls.Add(this.txtItemLotNo);
|
|
this.panelControl1.Location = new System.Drawing.Point(2, 48);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(840, 519);
|
|
this.panelControl1.TabIndex = 27;
|
|
//
|
|
// txtItemLotNo
|
|
//
|
|
this.txtItemLotNo.EditValue = "";
|
|
this.txtItemLotNo.Location = new System.Drawing.Point(151, 60);
|
|
this.txtItemLotNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.txtItemLotNo.Name = "txtItemLotNo";
|
|
this.txtItemLotNo.Properties.NullText = "[EditValue is null]";
|
|
this.txtItemLotNo.Size = new System.Drawing.Size(244, 28);
|
|
this.txtItemLotNo.TabIndex = 204;
|
|
this.txtItemLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtItemLotNo_KeyPress);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(425, 63);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(376, 22);
|
|
this.label2.TabIndex = 206;
|
|
this.label2.Text = "注意:批量录入请先扫描现存量较少的物料条码";
|
|
//
|
|
// FormItemLotBatchInput
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(846, 622);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormItemLotBatchInput";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "产品工序价格";
|
|
this.Load += new System.EventHandler(this.FormEcAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtItemLotNo.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colItemLotNo;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ColBatchCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn BtnDelete;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnEditDel;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtItemLotNo;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|