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.
661 lines
35 KiB
661 lines
35 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSPallet
|
|
{
|
|
/// <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()
|
|
{
|
|
DevExpress.XtraGrid.Columns.GridColumn Free1;
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSPallet));
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colselecttwo = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPallet2Code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colINVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MuserCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MuserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.WorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Mtime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colselectone = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPalletCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMuserCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMuserName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMtime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colFree1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnADD = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnTBLOP2RES = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
Free1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// Free1
|
|
//
|
|
Free1.Caption = "备用1";
|
|
Free1.FieldName = "Free1";
|
|
Free1.Name = "Free1";
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colselecttwo,
|
|
this.colPallet2Code,
|
|
this.colID,
|
|
this.colLotNO,
|
|
this.colINVCODE,
|
|
this.colINVNAME,
|
|
this.colLOTQTY,
|
|
this.colTYPE,
|
|
this.MuserCode,
|
|
this.MuserName,
|
|
this.WorkPoint,
|
|
Free1,
|
|
this.Mtime});
|
|
this.gridView1.GridControl = this.grdDetail;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.ReadOnly = true;
|
|
this.gridView1.OptionsPrint.AutoWidth = false;
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
this.gridView1.OptionsView.RowAutoHeight = true;
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
|
|
//
|
|
// colselecttwo
|
|
//
|
|
this.colselecttwo.Caption = "选择";
|
|
this.colselecttwo.FieldName = "selecttwo";
|
|
this.colselecttwo.Name = "colselecttwo";
|
|
this.colselecttwo.OptionsColumn.AllowEdit = false;
|
|
this.colselecttwo.Visible = true;
|
|
this.colselecttwo.VisibleIndex = 0;
|
|
this.colselecttwo.Width = 62;
|
|
//
|
|
// colPallet2Code
|
|
//
|
|
this.colPallet2Code.Caption = "箱号编号";
|
|
this.colPallet2Code.FieldName = "PalletCode";
|
|
this.colPallet2Code.Name = "colPallet2Code";
|
|
//
|
|
// colID
|
|
//
|
|
this.colID.Caption = "ID";
|
|
this.colID.FieldName = "ID";
|
|
this.colID.Name = "colID";
|
|
this.colID.Width = 62;
|
|
//
|
|
// colLotNO
|
|
//
|
|
this.colLotNO.Caption = "产品批号";
|
|
this.colLotNO.FieldName = "LotNO";
|
|
this.colLotNO.Name = "colLotNO";
|
|
this.colLotNO.Visible = true;
|
|
this.colLotNO.VisibleIndex = 1;
|
|
//
|
|
// colINVCODE
|
|
//
|
|
this.colINVCODE.Caption = "存货编码";
|
|
this.colINVCODE.FieldName = "INVCODE";
|
|
this.colINVCODE.Name = "colINVCODE";
|
|
this.colINVCODE.Visible = true;
|
|
this.colINVCODE.VisibleIndex = 3;
|
|
//
|
|
// colINVNAME
|
|
//
|
|
this.colINVNAME.Caption = "存货名称";
|
|
this.colINVNAME.FieldName = "INVNAME";
|
|
this.colINVNAME.Name = "colINVNAME";
|
|
this.colINVNAME.Visible = true;
|
|
this.colINVNAME.VisibleIndex = 2;
|
|
this.colINVNAME.Width = 110;
|
|
//
|
|
// colLOTQTY
|
|
//
|
|
this.colLOTQTY.Caption = "数量";
|
|
this.colLOTQTY.FieldName = "LOTQTY";
|
|
this.colLOTQTY.Name = "colLOTQTY";
|
|
this.colLOTQTY.Visible = true;
|
|
this.colLOTQTY.VisibleIndex = 5;
|
|
//
|
|
// colTYPE
|
|
//
|
|
this.colTYPE.Caption = "货物类型";
|
|
this.colTYPE.FieldName = "TYPE";
|
|
this.colTYPE.Name = "colTYPE";
|
|
this.colTYPE.Visible = true;
|
|
this.colTYPE.VisibleIndex = 4;
|
|
//
|
|
// MuserCode
|
|
//
|
|
this.MuserCode.Caption = "维护人";
|
|
this.MuserCode.FieldName = "MuserCode";
|
|
this.MuserCode.Name = "MuserCode";
|
|
this.MuserCode.Visible = true;
|
|
this.MuserCode.VisibleIndex = 6;
|
|
this.MuserCode.Width = 102;
|
|
//
|
|
// MuserName
|
|
//
|
|
this.MuserName.Caption = "维护人名称";
|
|
this.MuserName.FieldName = "MuserName";
|
|
this.MuserName.Name = "MuserName";
|
|
this.MuserName.Visible = true;
|
|
this.MuserName.VisibleIndex = 7;
|
|
this.MuserName.Width = 130;
|
|
//
|
|
// WorkPoint
|
|
//
|
|
this.WorkPoint.Caption = "站点";
|
|
this.WorkPoint.FieldName = "WorkPoint";
|
|
this.WorkPoint.Name = "WorkPoint";
|
|
this.WorkPoint.Width = 92;
|
|
//
|
|
// Mtime
|
|
//
|
|
this.Mtime.Caption = "维护时间";
|
|
this.Mtime.FieldName = "Mtime";
|
|
this.Mtime.Name = "Mtime";
|
|
this.Mtime.Visible = true;
|
|
this.Mtime.VisibleIndex = 8;
|
|
this.Mtime.Width = 442;
|
|
//
|
|
// grdDetail
|
|
//
|
|
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
gridLevelNode1.LevelTemplate = this.gridView1;
|
|
gridLevelNode1.RelationName = "详情";
|
|
this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode1});
|
|
this.grdDetail.Location = new System.Drawing.Point(2, 22);
|
|
this.grdDetail.MainView = this.grvDetail;
|
|
this.grdDetail.Name = "grdDetail";
|
|
this.grdDetail.Size = new System.Drawing.Size(1109, 359);
|
|
this.grdDetail.TabIndex = 0;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.gridView1});
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colselectone,
|
|
this.ID,
|
|
this.colPalletCode,
|
|
this.colMuserCode,
|
|
this.colMuserName,
|
|
this.colMtime,
|
|
this.colWorkPoint,
|
|
this.colFree1});
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
this.grvDetail.Name = "grvDetail";
|
|
this.grvDetail.OptionsBehavior.ReadOnly = true;
|
|
this.grvDetail.OptionsPrint.AutoWidth = false;
|
|
this.grvDetail.OptionsPrint.ExpandAllDetails = true;
|
|
this.grvDetail.OptionsPrint.PrintDetails = true;
|
|
this.grvDetail.OptionsSelection.MultiSelect = true;
|
|
this.grvDetail.OptionsView.ColumnAutoWidth = false;
|
|
this.grvDetail.OptionsView.RowAutoHeight = true;
|
|
this.grvDetail.OptionsView.ShowFooter = true;
|
|
this.grvDetail.OptionsView.ShowGroupPanel = false;
|
|
this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
|
|
this.grvDetail.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvDetail_MasterRowExpanded);
|
|
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
|
|
//
|
|
// colselectone
|
|
//
|
|
this.colselectone.Caption = "选择";
|
|
this.colselectone.FieldName = "selectone";
|
|
this.colselectone.Name = "colselectone";
|
|
this.colselectone.OptionsColumn.AllowEdit = false;
|
|
this.colselectone.OptionsColumn.ReadOnly = true;
|
|
this.colselectone.Visible = true;
|
|
this.colselectone.VisibleIndex = 0;
|
|
this.colselectone.Width = 76;
|
|
//
|
|
// ID
|
|
//
|
|
this.ID.Caption = "产品guid";
|
|
this.ID.FieldName = "ID";
|
|
this.ID.Name = "ID";
|
|
//
|
|
// colPalletCode
|
|
//
|
|
this.colPalletCode.Caption = "箱号条码";
|
|
this.colPalletCode.FieldName = "PalletCode";
|
|
this.colPalletCode.Name = "colPalletCode";
|
|
this.colPalletCode.Visible = true;
|
|
this.colPalletCode.VisibleIndex = 1;
|
|
//
|
|
// colMuserCode
|
|
//
|
|
this.colMuserCode.Caption = "维护人";
|
|
this.colMuserCode.FieldName = "MuserCode";
|
|
this.colMuserCode.Name = "colMuserCode";
|
|
//
|
|
// colMuserName
|
|
//
|
|
this.colMuserName.Caption = "维护人名称";
|
|
this.colMuserName.FieldName = "MuserName";
|
|
this.colMuserName.Name = "colMuserName";
|
|
this.colMuserName.Visible = true;
|
|
this.colMuserName.VisibleIndex = 2;
|
|
//
|
|
// colMtime
|
|
//
|
|
this.colMtime.Caption = "维护时间";
|
|
this.colMtime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.colMtime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colMtime.FieldName = "Mtime";
|
|
this.colMtime.Name = "colMtime";
|
|
this.colMtime.Visible = true;
|
|
this.colMtime.VisibleIndex = 3;
|
|
//
|
|
// colWorkPoint
|
|
//
|
|
this.colWorkPoint.Caption = "站点";
|
|
this.colWorkPoint.FieldName = "WorkPoint";
|
|
this.colWorkPoint.Name = "colWorkPoint";
|
|
this.colWorkPoint.Visible = true;
|
|
this.colWorkPoint.VisibleIndex = 4;
|
|
//
|
|
// colFree1
|
|
//
|
|
this.colFree1.Caption = "保留字段";
|
|
this.colFree1.FieldName = "Free1";
|
|
this.colFree1.Name = "colFree1";
|
|
//
|
|
// btnConfig
|
|
//
|
|
this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnConfig.Appearance.Options.UseFont = true;
|
|
this.btnConfig.Appearance.Options.UseForeColor = true;
|
|
this.btnConfig.Appearance.Options.UseTextOptions = true;
|
|
this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
|
|
this.btnConfig.Location = new System.Drawing.Point(143, 0);
|
|
this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnConfig.Name = "btnConfig";
|
|
this.btnConfig.Size = new System.Drawing.Size(92, 30);
|
|
this.btnConfig.TabIndex = 4;
|
|
this.btnConfig.Text = "数据源设置";
|
|
this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Appearance.Options.UseFont = true;
|
|
this.btnExit.Appearance.Options.UseForeColor = true;
|
|
this.btnExit.Appearance.Options.UseTextOptions = true;
|
|
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
|
|
this.btnExit.Location = new System.Drawing.Point(771, 0);
|
|
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(55, 30);
|
|
this.btnExit.TabIndex = 10;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnFilter
|
|
//
|
|
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnFilter.Appearance.Options.UseFont = true;
|
|
this.btnFilter.Appearance.Options.UseForeColor = true;
|
|
this.btnFilter.Appearance.Options.UseTextOptions = true;
|
|
this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
|
|
this.btnFilter.Location = new System.Drawing.Point(84, 0);
|
|
this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnFilter.Name = "btnFilter";
|
|
this.btnFilter.Size = new System.Drawing.Size(59, 30);
|
|
this.btnFilter.TabIndex = 11;
|
|
this.btnFilter.Text = "过滤";
|
|
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.simpleButton1);
|
|
this.panelControl3.Controls.Add(this.btnADD);
|
|
this.panelControl3.Controls.Add(this.btnTBLOP2RES);
|
|
this.panelControl3.Controls.Add(this.btnDel);
|
|
this.panelControl3.Controls.Add(this.btnPrint);
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.btnCancelAll);
|
|
this.panelControl3.Controls.Add(this.btnSelectAll);
|
|
this.panelControl3.Controls.Add(this.lblTitle);
|
|
this.panelControl3.Controls.Add(this.btnRefresh);
|
|
this.panelControl3.Controls.Add(this.btnFilter);
|
|
this.panelControl3.Controls.Add(this.btnExit);
|
|
this.panelControl3.Controls.Add(this.btnConfig);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1113, 30);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.simpleButton1.Appearance.Options.UseFont = true;
|
|
this.simpleButton1.Appearance.Options.UseForeColor = true;
|
|
this.simpleButton1.Appearance.Options.UseTextOptions = true;
|
|
this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
|
|
this.simpleButton1.Location = new System.Drawing.Point(639, 0);
|
|
this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(79, 30);
|
|
this.simpleButton1.TabIndex = 31;
|
|
this.simpleButton1.Text = "删除批次";
|
|
this.simpleButton1.Click += new System.EventHandler(this.btnLotNo_Click);
|
|
//
|
|
// btnADD
|
|
//
|
|
this.btnADD.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnADD.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnADD.Appearance.Options.UseFont = true;
|
|
this.btnADD.Appearance.Options.UseForeColor = true;
|
|
this.btnADD.Appearance.Options.UseTextOptions = true;
|
|
this.btnADD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnADD.Image = ((System.Drawing.Image)(resources.GetObject("btnADD.Image")));
|
|
this.btnADD.Location = new System.Drawing.Point(350, 0);
|
|
this.btnADD.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnADD.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnADD.Name = "btnADD";
|
|
this.btnADD.Size = new System.Drawing.Size(80, 30);
|
|
this.btnADD.TabIndex = 30;
|
|
this.btnADD.Text = "新增箱号";
|
|
this.btnADD.Click += new System.EventHandler(this.btnADD_Click);
|
|
//
|
|
// btnTBLOP2RES
|
|
//
|
|
this.btnTBLOP2RES.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnTBLOP2RES.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnTBLOP2RES.Appearance.Options.UseFont = true;
|
|
this.btnTBLOP2RES.Appearance.Options.UseForeColor = true;
|
|
this.btnTBLOP2RES.Appearance.Options.UseTextOptions = true;
|
|
this.btnTBLOP2RES.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnTBLOP2RES.Image = ((System.Drawing.Image)(resources.GetObject("btnTBLOP2RES.Image")));
|
|
this.btnTBLOP2RES.Location = new System.Drawing.Point(563, 0);
|
|
this.btnTBLOP2RES.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnTBLOP2RES.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnTBLOP2RES.Name = "btnTBLOP2RES";
|
|
this.btnTBLOP2RES.Size = new System.Drawing.Size(77, 30);
|
|
this.btnTBLOP2RES.TabIndex = 29;
|
|
this.btnTBLOP2RES.Text = "关联批次";
|
|
this.btnTBLOP2RES.Click += new System.EventHandler(this.btnTBLOP2RES_Click);
|
|
//
|
|
// btnDel
|
|
//
|
|
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnDel.Appearance.Options.UseFont = true;
|
|
this.btnDel.Appearance.Options.UseForeColor = true;
|
|
this.btnDel.Appearance.Options.UseTextOptions = true;
|
|
this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
|
|
this.btnDel.Location = new System.Drawing.Point(429, 0);
|
|
this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnDel.Name = "btnDel";
|
|
this.btnDel.Size = new System.Drawing.Size(78, 30);
|
|
this.btnDel.TabIndex = 28;
|
|
this.btnDel.Text = "删除箱号";
|
|
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnPrint.Appearance.Options.UseFont = true;
|
|
this.btnPrint.Appearance.Options.UseForeColor = true;
|
|
this.btnPrint.Appearance.Options.UseTextOptions = true;
|
|
this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
|
|
this.btnPrint.Location = new System.Drawing.Point(717, 0);
|
|
this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(55, 30);
|
|
this.btnPrint.TabIndex = 27;
|
|
this.btnPrint.Text = "打印";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(1087, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 30);
|
|
this.btnClose.TabIndex = 26;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnCancelAll
|
|
//
|
|
this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancelAll.Appearance.Options.UseFont = true;
|
|
this.btnCancelAll.Appearance.Options.UseForeColor = true;
|
|
this.btnCancelAll.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
|
|
this.btnCancelAll.Location = new System.Drawing.Point(293, 0);
|
|
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancelAll.Name = "btnCancelAll";
|
|
this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
|
|
this.btnCancelAll.TabIndex = 22;
|
|
this.btnCancelAll.Text = "全消";
|
|
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
|
|
//
|
|
// btnSelectAll
|
|
//
|
|
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnSelectAll.Appearance.Options.UseFont = true;
|
|
this.btnSelectAll.Appearance.Options.UseForeColor = true;
|
|
this.btnSelectAll.Appearance.Options.UseTextOptions = true;
|
|
this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
|
|
this.btnSelectAll.Location = new System.Drawing.Point(235, 0);
|
|
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnSelectAll.Name = "btnSelectAll";
|
|
this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
|
|
this.btnSelectAll.TabIndex = 20;
|
|
this.btnSelectAll.Text = "全选";
|
|
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(3, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(81, 23);
|
|
this.lblTitle.TabIndex = 19;
|
|
this.lblTitle.Text = "拆箱分箱";
|
|
//
|
|
// btnRefresh
|
|
//
|
|
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnRefresh.Appearance.Options.UseFont = true;
|
|
this.btnRefresh.Appearance.Options.UseForeColor = true;
|
|
this.btnRefresh.Appearance.Options.UseTextOptions = true;
|
|
this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
|
|
this.btnRefresh.Location = new System.Drawing.Point(506, 0);
|
|
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnRefresh.Name = "btnRefresh";
|
|
this.btnRefresh.Size = new System.Drawing.Size(58, 30);
|
|
this.btnRefresh.TabIndex = 17;
|
|
this.btnRefresh.Text = "刷新";
|
|
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
|
//
|
|
// rptPage
|
|
//
|
|
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.rptPage.Appearance.Options.UseBackColor = true;
|
|
this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.rptPage.isInit = false;
|
|
this.rptPage.Location = new System.Drawing.Point(0, 413);
|
|
this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.rptPage.Name = "rptPage";
|
|
this.rptPage.PageIndex = 0;
|
|
this.rptPage.PageSize = 0;
|
|
this.rptPage.RecordNum = 0;
|
|
this.rptPage.Size = new System.Drawing.Size(1113, 26);
|
|
this.rptPage.TabIndex = 15;
|
|
this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.grdDetail);
|
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupControl1.Location = new System.Drawing.Point(0, 30);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(1113, 383);
|
|
this.groupControl1.TabIndex = 14;
|
|
this.groupControl1.Text = "详细信息";
|
|
//
|
|
// FormICSPallet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1113, 439);
|
|
this.Controls.Add(this.groupControl1);
|
|
this.Controls.Add(this.rptPage);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSPallet";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "产品途程关系";
|
|
this.Load += new System.EventHandler(this.FormICSPallet_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnConfig;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.SimpleButton btnFilter;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.SimpleButton btnRefresh;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
|
|
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
|
|
private Base.UserControl.FormControl.PageNavTool rptPage;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPalletCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMuserCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMuserName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMtime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colFree1;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colselecttwo;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MuserCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MuserName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Mtime;
|
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
|
private DevExpress.XtraGrid.Columns.GridColumn WorkPoint;
|
|
private DevExpress.XtraEditors.SimpleButton btnTBLOP2RES;
|
|
private DevExpress.XtraEditors.SimpleButton btnADD;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colINVCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPallet2Code;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colselectone;
|
|
}
|
|
}
|