BaoKai_202508-Wms-Jingwang..../WMS.FrmRK/AutoRK/FrmRKTask.designer.cs
2025-08-24 09:35:55 +08:00

470 lines
22 KiB
C#

namespace WMS.FrmRK.AutoRK
{
partial class FrmRKTask
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRKTask));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons();
this.bgcrkmx = new System.Windows.Forms.BindingSource(this.components);
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colUPGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLCID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colProDucLotId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWGH = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOT_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCustomer_Id = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODSID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODSNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPROVIDER_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPROVIDER_NAME1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTO_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colACC_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSHELF_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTOCK_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colONDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colONSHELFUSERID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUNIT_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colONUSER_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHASVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_MODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODSVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSORT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBarCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colbaozhiqi = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bgcrkmx)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.ctrlButtons1);
this.panelControl1.Controls.Add(this.ctrlButtons4);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1199, 76);
this.panelControl1.TabIndex = 3;
//
// ctrlButtons1
//
this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons1.Appearance.Options.UseFont = true;
this.ctrlButtons1.BoolDiagFrm = false;
this.ctrlButtons1.ImageUri.Uri = "Delete;Office2013";
this.ctrlButtons1.Location = new System.Drawing.Point(245, 11);
this.ctrlButtons1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlButtons1.Name = "ctrlButtons1";
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons1.TabIndex = 229;
this.ctrlButtons1.Text = " 删除 ";
this.ctrlButtons1.typeButton = " 删除 ";
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
//
// ctrlButtons4
//
this.ctrlButtons4.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons4.Appearance.Options.UseFont = true;
this.ctrlButtons4.BoolDiagFrm = false;
this.ctrlButtons4.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.Image")));
this.ctrlButtons4.ImageUri.Uri = "Refresh;Office2013";
this.ctrlButtons4.Location = new System.Drawing.Point(46, 11);
this.ctrlButtons4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlButtons4.Name = "ctrlButtons4";
this.ctrlButtons4.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons4.TabIndex = 228;
this.ctrlButtons4.Text = " 刷新 ";
this.ctrlButtons4.typeButton = " 刷新 ";
this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click);
//
// bgcrkmx
//
this.bgcrkmx.DataSource = typeof(WMS.Model.RK.AutoRkGoodsInfo);
//
// gridControlCustom1
//
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorApproveValue = null;
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorPassValue = null;
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorRepealValue = null;
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorReWorkValue = null;
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorShortageFlagColumn = null;
this.gridControlCustom1.ColorShortageValue = null;
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorUnExecuteValue = null;
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorUnPassValue = null;
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorVerifyFlagColumn = null;
this.gridControlCustom1.ColorVerifyValue = null;
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorWarningValue = null;
this.gridControlCustom1.DataSource = this.bgcrkmx;
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom1.EnableAppearanceEvenRow = true;
this.gridControlCustom1.IndicatorWidth = 40;
this.gridControlCustom1.Location = new System.Drawing.Point(0, 76);
this.gridControlCustom1.MainView = this.gridView1;
this.gridControlCustom1.Name = "gridControlCustom1";
this.gridControlCustom1.ShowRowID = true;
this.gridControlCustom1.Size = new System.Drawing.Size(1199, 507);
this.gridControlCustom1.TabIndex = 228;
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 12F);
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("微软雅黑", 12F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.ColumnPanelRowHeight = 30;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colUPGOODS_ID,
this.colPLCID,
this.colProDucLotId,
this.colWGH,
this.colLOT_ID1,
this.colCTL,
this.colCustomer_Id,
this.colGOODSID,
this.colGOODSNAME,
this.colPROVIDER_ID1,
this.colPROVIDER_NAME1,
this.colLOCATION_ID,
this.colSTO_NUM,
this.colACC_NUM,
this.colSHELF_NUM,
this.colSTOCK_NUM,
this.colONDATE,
this.colONSHELFUSERID,
this.colUNIT_NAME,
this.colONUSER_NAME,
this.colSTORAGE_ID,
this.colSTORAGE_NAME,
this.colSTORAGE_AREA_ID,
this.colSTORAGE_AREA_NAME,
this.colREMARK1,
this.colHASVOLUME,
this.colGOODS_TYPEID,
this.colSTORAGE_MODE,
this.colPRODUCTION_DATE,
this.colGOODSVOLUME,
this.colUNIT,
this.colSORT,
this.colBarCode,
this.colbaozhiqi});
this.gridView1.GridControl = this.gridControlCustom1;
this.gridView1.IndicatorWidth = 34;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
//
// colUPGOODS_ID
//
this.colUPGOODS_ID.FieldName = "UPGOODS_ID";
this.colUPGOODS_ID.Name = "colUPGOODS_ID";
//
// colPLCID
//
this.colPLCID.FieldName = "PLCID";
this.colPLCID.Name = "colPLCID";
//
// colProDucLotId
//
this.colProDucLotId.FieldName = "ProDucLotId";
this.colProDucLotId.Name = "colProDucLotId";
this.colProDucLotId.Width = 109;
//
// colWGH
//
this.colWGH.FieldName = "WGH";
this.colWGH.Name = "colWGH";
//
// colLOT_ID1
//
this.colLOT_ID1.FieldName = "LOT_ID";
this.colLOT_ID1.Name = "colLOT_ID1";
this.colLOT_ID1.Visible = true;
this.colLOT_ID1.VisibleIndex = 1;
this.colLOT_ID1.Width = 129;
//
// colCTL
//
this.colCTL.FieldName = "CTL";
this.colCTL.Name = "colCTL";
this.colCTL.Visible = true;
this.colCTL.VisibleIndex = 0;
this.colCTL.Width = 156;
//
// colCustomer_Id
//
this.colCustomer_Id.FieldName = "Customer_Id";
this.colCustomer_Id.Name = "colCustomer_Id";
//
// colGOODSID
//
this.colGOODSID.FieldName = "GOODSID";
this.colGOODSID.Name = "colGOODSID";
this.colGOODSID.Visible = true;
this.colGOODSID.VisibleIndex = 2;
//
// colGOODSNAME
//
this.colGOODSNAME.FieldName = "GOODSNAME";
this.colGOODSNAME.Name = "colGOODSNAME";
this.colGOODSNAME.Visible = true;
this.colGOODSNAME.VisibleIndex = 3;
//
// colPROVIDER_ID1
//
this.colPROVIDER_ID1.FieldName = "PROVIDER_ID";
this.colPROVIDER_ID1.Name = "colPROVIDER_ID1";
//
// colPROVIDER_NAME1
//
this.colPROVIDER_NAME1.FieldName = "PROVIDER_NAME";
this.colPROVIDER_NAME1.Name = "colPROVIDER_NAME1";
//
// colLOCATION_ID
//
this.colLOCATION_ID.FieldName = "LOCATION_ID";
this.colLOCATION_ID.Name = "colLOCATION_ID";
this.colLOCATION_ID.Visible = true;
this.colLOCATION_ID.VisibleIndex = 9;
//
// colSTO_NUM
//
this.colSTO_NUM.FieldName = "STO_NUM";
this.colSTO_NUM.Name = "colSTO_NUM";
this.colSTO_NUM.Visible = true;
this.colSTO_NUM.VisibleIndex = 4;
//
// colACC_NUM
//
this.colACC_NUM.FieldName = "ACC_NUM";
this.colACC_NUM.Name = "colACC_NUM";
//
// colSHELF_NUM
//
this.colSHELF_NUM.FieldName = "SHELF_NUM";
this.colSHELF_NUM.Name = "colSHELF_NUM";
//
// colSTOCK_NUM
//
this.colSTOCK_NUM.FieldName = "STOCK_NUM";
this.colSTOCK_NUM.Name = "colSTOCK_NUM";
//
// colONDATE
//
this.colONDATE.FieldName = "ONDATE";
this.colONDATE.Name = "colONDATE";
//
// colONSHELFUSERID
//
this.colONSHELFUSERID.FieldName = "ONSHELFUSERID";
this.colONSHELFUSERID.Name = "colONSHELFUSERID";
//
// colUNIT_NAME
//
this.colUNIT_NAME.FieldName = "UNIT_NAME";
this.colUNIT_NAME.Name = "colUNIT_NAME";
this.colUNIT_NAME.Visible = true;
this.colUNIT_NAME.VisibleIndex = 5;
//
// colONUSER_NAME
//
this.colONUSER_NAME.FieldName = "ONUSER_NAME";
this.colONUSER_NAME.Name = "colONUSER_NAME";
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
//
// colSTORAGE_NAME
//
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
//
// colSTORAGE_AREA_ID
//
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
//
// colSTORAGE_AREA_NAME
//
this.colSTORAGE_AREA_NAME.FieldName = "STORAGE_AREA_NAME";
this.colSTORAGE_AREA_NAME.Name = "colSTORAGE_AREA_NAME";
//
// colREMARK1
//
this.colREMARK1.FieldName = "REMARK";
this.colREMARK1.Name = "colREMARK1";
this.colREMARK1.Visible = true;
this.colREMARK1.VisibleIndex = 6;
//
// colHASVOLUME
//
this.colHASVOLUME.FieldName = "HASVOLUME";
this.colHASVOLUME.Name = "colHASVOLUME";
//
// colGOODS_TYPEID
//
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
//
// colSTORAGE_MODE
//
this.colSTORAGE_MODE.FieldName = "STORAGE_MODE";
this.colSTORAGE_MODE.Name = "colSTORAGE_MODE";
//
// colPRODUCTION_DATE
//
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
//
// colGOODSVOLUME
//
this.colGOODSVOLUME.FieldName = "GOODSVOLUME";
this.colGOODSVOLUME.Name = "colGOODSVOLUME";
this.colGOODSVOLUME.Visible = true;
this.colGOODSVOLUME.VisibleIndex = 7;
//
// colUNIT
//
this.colUNIT.FieldName = "UNIT";
this.colUNIT.Name = "colUNIT";
this.colUNIT.Width = 156;
//
// colSORT
//
this.colSORT.FieldName = "SORT";
this.colSORT.Name = "colSORT";
//
// colBarCode
//
this.colBarCode.FieldName = "BarCode";
this.colBarCode.Name = "colBarCode";
this.colBarCode.Visible = true;
this.colBarCode.VisibleIndex = 8;
//
// colbaozhiqi
//
this.colbaozhiqi.FieldName = "baozhiqi";
this.colbaozhiqi.Name = "colbaozhiqi";
//
// FrmRKTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1199, 583);
this.Controls.Add(this.gridControlCustom1);
this.Controls.Add(this.panelControl1);
this.Name = "FrmRKTask";
this.Text = "入库单选择";
this.Load += new System.EventHandler(this.FrmRKTask_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bgcrkmx)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.BindingSource bgcrkmx;
private Ctrl.GridControlCustom gridControlCustom1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colUPGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colPLCID;
private DevExpress.XtraGrid.Columns.GridColumn colProDucLotId;
private DevExpress.XtraGrid.Columns.GridColumn colWGH;
private DevExpress.XtraGrid.Columns.GridColumn colLOT_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
private DevExpress.XtraGrid.Columns.GridColumn colCustomer_Id;
private DevExpress.XtraGrid.Columns.GridColumn colGOODSID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODSNAME;
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_NAME1;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTO_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colACC_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colSHELF_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colSTOCK_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colONDATE;
private DevExpress.XtraGrid.Columns.GridColumn colONSHELFUSERID;
private DevExpress.XtraGrid.Columns.GridColumn colUNIT_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colONUSER_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK1;
private DevExpress.XtraGrid.Columns.GridColumn colHASVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_MODE;
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colGOODSVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colUNIT;
private DevExpress.XtraGrid.Columns.GridColumn colSORT;
private DevExpress.XtraGrid.Columns.GridColumn colBarCode;
private DevExpress.XtraGrid.Columns.GridColumn colbaozhiqi;
private Ctrl.CtrlButtons ctrlButtons4;
private Ctrl.CtrlButtons ctrlButtons1;
}
}