namespace WMS.FrmBaseData
{
partial class FrmBaseCtlGoods
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBaseCtlGoods));
this.bgsBaseCtlGoods = new System.Windows.Forms.BindingSource(this.components);
this.bgsConditions = new System.Windows.Forms.BindingSource(this.components);
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtPallet_id = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.lkpTranstationType = new WMS.Ctrl.LookUpEditSystem();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.Dictionarycarry = new WMS.Ctrl.CtrlDictonary();
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
this.gridViewCtlGoods = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colIsCheck = new DevExpress.XtraGrid.Columns.GridColumn();
this.IsCheck = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSPECIFICATION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMODEL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPRICE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGROSS_WEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNET_WEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHSNUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORED = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHAZARDOUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPERIOD = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPALLET_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBEARWEIGHT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVC_DICTIONARY_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.cloVC_DICTIONARY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUser_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUPDATETIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTL_PALLET_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.PalletNewID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATORID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATORNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATEDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.roundGlossPainter1 = new ProgressODoom.RoundGlossPainter();
((System.ComponentModel.ISupportInitialize)(this.bgsBaseCtlGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bgsConditions)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPallet_id.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lkpTranstationType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewCtlGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.IsCheck)).BeginInit();
this.SuspendLayout();
//
// bgsBaseCtlGoods
//
this.bgsBaseCtlGoods.DataSource = typeof(WMS.Model.Base.BaseCtlGoodsModel);
//
// bgsConditions
//
this.bgsConditions.DataSource = typeof(WMS.Model.Base.BaseCtlGoodsModel);
//
// splitContainerControl1
//
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
this.splitContainerControl1.Panel1.Controls.Add(this.txtPallet_id);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl4);
this.splitContainerControl1.Panel1.Controls.Add(this.lkpTranstationType);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
this.splitContainerControl1.Panel1.Controls.Add(this.Dictionarycarry);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlCustom1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(939, 493);
this.splitContainerControl1.SplitterPosition = 30;
this.splitContainerControl1.TabIndex = 13;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(8, 8);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 5;
this.labelControl1.Text = "容器编号";
//
// txtPallet_id
//
this.txtPallet_id.FrmSelect = false;
this.txtPallet_id.Location = new System.Drawing.Point(70, 3);
this.txtPallet_id.MustText = false;
this.txtPallet_id.Name = "txtPallet_id";
this.txtPallet_id.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPallet_id.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPallet_id.Properties.Appearance.Options.UseBackColor = true;
this.txtPallet_id.Properties.Appearance.Options.UseFont = true;
this.txtPallet_id.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPallet_id.Size = new System.Drawing.Size(183, 22);
this.txtPallet_id.StrLen = 0;
this.txtPallet_id.TabIndex = 4;
this.txtPallet_id.Valatt = WMS.Ctrl.ValidationAttribute.无;
this.txtPallet_id.ValText = "";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(272, 7);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 14);
this.labelControl4.TabIndex = 2;
this.labelControl4.Text = "事务类型";
//
// lkpTranstationType
//
this.lkpTranstationType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bgsConditions, "VC_DICTIONARY_ID", true));
this.lkpTranstationType.EditValue = "";
this.lkpTranstationType.Location = new System.Drawing.Point(334, 3);
this.lkpTranstationType.Name = "lkpTranstationType";
this.lkpTranstationType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lkpTranstationType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lkpTranstationType.Properties.NullText = "";
this.lkpTranstationType.Size = new System.Drawing.Size(183, 22);
this.lkpTranstationType.TabIndex = 0;
this.lkpTranstationType.EditValueChanged += new System.EventHandler(this.lkpTranstationType_EditValueChanged);
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(523, 7);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(56, 14);
this.labelControl3.TabIndex = 3;
this.labelControl3.Text = "替换容器";
//
// Dictionarycarry
//
this.Dictionarycarry.BackColor = System.Drawing.Color.Transparent;
this.Dictionarycarry.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Dictionarycarry.Cursor = System.Windows.Forms.Cursors.Default;
this.Dictionarycarry.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bgsConditions, "User_ID", true));
this.Dictionarycarry.DictonaryTableName = WMS.Ctrl.DictonaryType.容器资料t_BASE_PALLET;
this.Dictionarycarry.ErrText = "无数据重新查询";
this.Dictionarycarry.Font = new System.Drawing.Font("Tahoma", 10F);
this.Dictionarycarry.IsSqlWhere = false;
this.Dictionarycarry.Location = new System.Drawing.Point(585, 2);
this.Dictionarycarry.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Dictionarycarry.Name = "Dictionarycarry";
this.Dictionarycarry.Number = 0;
this.Dictionarycarry.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
this.Dictionarycarry.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(resources.GetObject("Dictionarycarry.ShowColumns"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("Dictionarycarry.ShowColumns1")))});
this.Dictionarycarry.Size = new System.Drawing.Size(183, 20);
this.Dictionarycarry.SqlStr = "";
this.Dictionarycarry.TabIndex = 1;
this.Dictionarycarry.TextBoxFlag = "";
this.Dictionarycarry.TextBoxValue = "";
//
// 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.bgsBaseCtlGoods;
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom1.EnableAppearanceEvenRow = true;
this.gridControlCustom1.IndicatorWidth = 40;
this.gridControlCustom1.Location = new System.Drawing.Point(0, 0);
this.gridControlCustom1.MainView = this.gridViewCtlGoods;
this.gridControlCustom1.Name = "gridControlCustom1";
this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.IsCheck});
this.gridControlCustom1.ShowRowID = true;
this.gridControlCustom1.Size = new System.Drawing.Size(931, 450);
this.gridControlCustom1.TabIndex = 0;
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewCtlGoods});
//
// gridViewCtlGoods
//
this.gridViewCtlGoods.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridViewCtlGoods.Appearance.EvenRow.Options.UseBackColor = true;
this.gridViewCtlGoods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colIsCheck,
this.colGOODS_ID,
this.colGOODS_NAME,
this.colSPECIFICATION,
this.colMODEL,
this.colBARCODE,
this.colGVOLUME,
this.colPRICE,
this.colGROSS_WEIGHT,
this.colNET_WEIGHT,
this.colHSNUMBER,
this.colSTORED,
this.colHAZARDOUS,
this.colPERIOD,
this.colPALLET_NAME,
this.colVC_TYPE,
this.colVOLUME,
this.colBEARWEIGHT,
this.colVC_DICTIONARY_ID,
this.cloVC_DICTIONARY_NAME,
this.colUser_ID,
this.colNAME,
this.colUPDATETIME,
this.colVERSION,
this.colCTL_PALLET_ID,
this.PalletNewID,
this.colOPERATORID,
this.colOPERATORNAME,
this.colOPERATEDATE});
this.gridViewCtlGoods.GridControl = this.gridControlCustom1;
this.gridViewCtlGoods.IndicatorWidth = 40;
this.gridViewCtlGoods.Name = "gridViewCtlGoods";
this.gridViewCtlGoods.OptionsSelection.MultiSelect = true;
this.gridViewCtlGoods.OptionsView.ColumnAutoWidth = false;
this.gridViewCtlGoods.OptionsView.EnableAppearanceEvenRow = true;
this.gridViewCtlGoods.OptionsView.ShowGroupPanel = false;
this.gridViewCtlGoods.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridViewCtlGoods_CustomDrawColumnHeader);
this.gridViewCtlGoods.Click += new System.EventHandler(this.gridViewCtlGoods_Click);
this.gridViewCtlGoods.DataSourceChanged += new System.EventHandler(this.gridViewCtlGoods_DataSourceChanged);
//
// colIsCheck
//
this.colIsCheck.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colIsCheck.AppearanceHeader.Options.UseFont = true;
this.colIsCheck.AppearanceHeader.Options.UseTextOptions = true;
this.colIsCheck.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colIsCheck.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colIsCheck.ColumnEdit = this.IsCheck;
this.colIsCheck.FieldName = "IsCheck";
this.colIsCheck.Name = "colIsCheck";
this.colIsCheck.Visible = true;
this.colIsCheck.VisibleIndex = 0;
this.colIsCheck.Width = 100;
//
// IsCheck
//
this.IsCheck.Caption = "Check";
this.IsCheck.Name = "IsCheck";
this.IsCheck.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
//
// colGOODS_ID
//
this.colGOODS_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID.AppearanceHeader.Options.UseFont = true;
this.colGOODS_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colGOODS_ID.Caption = "商品编号";
this.colGOODS_ID.FieldName = "GOODS_ID";
this.colGOODS_ID.Name = "colGOODS_ID";
this.colGOODS_ID.OptionsColumn.AllowEdit = false;
this.colGOODS_ID.Visible = true;
this.colGOODS_ID.VisibleIndex = 1;
this.colGOODS_ID.Width = 100;
//
// colGOODS_NAME
//
this.colGOODS_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NAME.AppearanceHeader.Options.UseFont = true;
this.colGOODS_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colGOODS_NAME.Caption = "商品名称";
this.colGOODS_NAME.FieldName = "GOODS_NAME";
this.colGOODS_NAME.Name = "colGOODS_NAME";
this.colGOODS_NAME.OptionsColumn.AllowEdit = false;
this.colGOODS_NAME.Visible = true;
this.colGOODS_NAME.VisibleIndex = 2;
this.colGOODS_NAME.Width = 100;
//
// colSPECIFICATION
//
this.colSPECIFICATION.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSPECIFICATION.AppearanceHeader.Options.UseFont = true;
this.colSPECIFICATION.AppearanceHeader.Options.UseTextOptions = true;
this.colSPECIFICATION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSPECIFICATION.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSPECIFICATION.Caption = "商品规格";
this.colSPECIFICATION.FieldName = "SPECIFICATION";
this.colSPECIFICATION.Name = "colSPECIFICATION";
this.colSPECIFICATION.OptionsColumn.AllowEdit = false;
this.colSPECIFICATION.Width = 100;
//
// colMODEL
//
this.colMODEL.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colMODEL.AppearanceHeader.Options.UseFont = true;
this.colMODEL.AppearanceHeader.Options.UseTextOptions = true;
this.colMODEL.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMODEL.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMODEL.Caption = "型号";
this.colMODEL.FieldName = "MODEL";
this.colMODEL.Name = "colMODEL";
this.colMODEL.OptionsColumn.AllowEdit = false;
this.colMODEL.Width = 100;
//
// colBARCODE
//
this.colBARCODE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBARCODE.AppearanceHeader.Options.UseFont = true;
this.colBARCODE.AppearanceHeader.Options.UseTextOptions = true;
this.colBARCODE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBARCODE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colBARCODE.Caption = "条形码";
this.colBARCODE.FieldName = "BARCODE";
this.colBARCODE.Name = "colBARCODE";
this.colBARCODE.OptionsColumn.AllowEdit = false;
this.colBARCODE.Width = 100;
//
// colGVOLUME
//
this.colGVOLUME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGVOLUME.AppearanceHeader.Options.UseFont = true;
this.colGVOLUME.AppearanceHeader.Options.UseTextOptions = true;
this.colGVOLUME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGVOLUME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colGVOLUME.Caption = "商品体积";
this.colGVOLUME.DisplayFormat.FormatString = "n4";
this.colGVOLUME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colGVOLUME.FieldName = "GVOLUME";
this.colGVOLUME.Name = "colGVOLUME";
this.colGVOLUME.OptionsColumn.AllowEdit = false;
this.colGVOLUME.Width = 100;
//
// colPRICE
//
this.colPRICE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPRICE.AppearanceHeader.Options.UseFont = true;
this.colPRICE.AppearanceHeader.Options.UseTextOptions = true;
this.colPRICE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPRICE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colPRICE.Caption = "价格";
this.colPRICE.DisplayFormat.FormatString = "n4";
this.colPRICE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colPRICE.FieldName = "PRICE";
this.colPRICE.Name = "colPRICE";
this.colPRICE.OptionsColumn.AllowEdit = false;
this.colPRICE.Width = 100;
//
// colGROSS_WEIGHT
//
this.colGROSS_WEIGHT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGROSS_WEIGHT.AppearanceHeader.Options.UseFont = true;
this.colGROSS_WEIGHT.AppearanceHeader.Options.UseTextOptions = true;
this.colGROSS_WEIGHT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGROSS_WEIGHT.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colGROSS_WEIGHT.Caption = "毛重";
this.colGROSS_WEIGHT.DisplayFormat.FormatString = "n4";
this.colGROSS_WEIGHT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colGROSS_WEIGHT.FieldName = "GROSS_WEIGHT";
this.colGROSS_WEIGHT.Name = "colGROSS_WEIGHT";
this.colGROSS_WEIGHT.OptionsColumn.AllowEdit = false;
this.colGROSS_WEIGHT.Width = 100;
//
// colNET_WEIGHT
//
this.colNET_WEIGHT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colNET_WEIGHT.AppearanceHeader.Options.UseFont = true;
this.colNET_WEIGHT.AppearanceHeader.Options.UseTextOptions = true;
this.colNET_WEIGHT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colNET_WEIGHT.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colNET_WEIGHT.Caption = "净重";
this.colNET_WEIGHT.DisplayFormat.FormatString = "n4";
this.colNET_WEIGHT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colNET_WEIGHT.FieldName = "NET_WEIGHT";
this.colNET_WEIGHT.Name = "colNET_WEIGHT";
this.colNET_WEIGHT.OptionsColumn.AllowEdit = false;
this.colNET_WEIGHT.Width = 100;
//
// colHSNUMBER
//
this.colHSNUMBER.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colHSNUMBER.AppearanceHeader.Options.UseFont = true;
this.colHSNUMBER.AppearanceHeader.Options.UseTextOptions = true;
this.colHSNUMBER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colHSNUMBER.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colHSNUMBER.Caption = "海关编码";
this.colHSNUMBER.FieldName = "HSNUMBER";
this.colHSNUMBER.Name = "colHSNUMBER";
this.colHSNUMBER.OptionsColumn.AllowEdit = false;
this.colHSNUMBER.Width = 100;
//
// colSTORED
//
this.colSTORED.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORED.AppearanceHeader.Options.UseFont = true;
this.colSTORED.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORED.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORED.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colSTORED.Caption = "存储条件";
this.colSTORED.FieldName = "STORED";
this.colSTORED.Name = "colSTORED";
this.colSTORED.OptionsColumn.AllowEdit = false;
this.colSTORED.Width = 100;
//
// colHAZARDOUS
//
this.colHAZARDOUS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colHAZARDOUS.AppearanceHeader.Options.UseFont = true;
this.colHAZARDOUS.AppearanceHeader.Options.UseTextOptions = true;
this.colHAZARDOUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colHAZARDOUS.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colHAZARDOUS.Caption = "危险品";
this.colHAZARDOUS.FieldName = "HAZARDOUS";
this.colHAZARDOUS.Name = "colHAZARDOUS";
this.colHAZARDOUS.OptionsColumn.AllowEdit = false;
this.colHAZARDOUS.Width = 100;
//
// colPERIOD
//
this.colPERIOD.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPERIOD.AppearanceHeader.Options.UseFont = true;
this.colPERIOD.AppearanceHeader.Options.UseTextOptions = true;
this.colPERIOD.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPERIOD.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colPERIOD.Caption = "保质期";
this.colPERIOD.FieldName = "PERIOD";
this.colPERIOD.Name = "colPERIOD";
this.colPERIOD.OptionsColumn.AllowEdit = false;
this.colPERIOD.Width = 100;
//
// colPALLET_NAME
//
this.colPALLET_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPALLET_NAME.AppearanceHeader.Options.UseFont = true;
this.colPALLET_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colPALLET_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPALLET_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colPALLET_NAME.Caption = "托盘名称";
this.colPALLET_NAME.FieldName = "PALLET_NAME";
this.colPALLET_NAME.Name = "colPALLET_NAME";
this.colPALLET_NAME.OptionsColumn.AllowEdit = false;
this.colPALLET_NAME.Width = 100;
//
// colVC_TYPE
//
this.colVC_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_TYPE.AppearanceHeader.Options.UseFont = true;
this.colVC_TYPE.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_TYPE.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colVC_TYPE.Caption = "容器类型";
this.colVC_TYPE.FieldName = "VC_TYPE";
this.colVC_TYPE.Name = "colVC_TYPE";
this.colVC_TYPE.OptionsColumn.AllowEdit = false;
this.colVC_TYPE.Width = 100;
//
// colVOLUME
//
this.colVOLUME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVOLUME.AppearanceHeader.Options.UseFont = true;
this.colVOLUME.AppearanceHeader.Options.UseTextOptions = true;
this.colVOLUME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVOLUME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colVOLUME.Caption = "托盘容积";
this.colVOLUME.DisplayFormat.FormatString = "n4";
this.colVOLUME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colVOLUME.FieldName = "VOLUME";
this.colVOLUME.Name = "colVOLUME";
this.colVOLUME.OptionsColumn.AllowEdit = false;
this.colVOLUME.Width = 100;
//
// colBEARWEIGHT
//
this.colBEARWEIGHT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBEARWEIGHT.AppearanceHeader.Options.UseFont = true;
this.colBEARWEIGHT.AppearanceHeader.Options.UseTextOptions = true;
this.colBEARWEIGHT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBEARWEIGHT.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colBEARWEIGHT.Caption = "托盘承载重量";
this.colBEARWEIGHT.DisplayFormat.FormatString = "n4";
this.colBEARWEIGHT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colBEARWEIGHT.FieldName = "BEARWEIGHT";
this.colBEARWEIGHT.Name = "colBEARWEIGHT";
this.colBEARWEIGHT.OptionsColumn.AllowEdit = false;
this.colBEARWEIGHT.Width = 100;
//
// colVC_DICTIONARY_ID
//
this.colVC_DICTIONARY_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVC_DICTIONARY_ID.AppearanceHeader.Options.UseFont = true;
this.colVC_DICTIONARY_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colVC_DICTIONARY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVC_DICTIONARY_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colVC_DICTIONARY_ID.Caption = "事务类型编号";
this.colVC_DICTIONARY_ID.FieldName = "VC_DICTIONARY_ID";
this.colVC_DICTIONARY_ID.Name = "colVC_DICTIONARY_ID";
this.colVC_DICTIONARY_ID.OptionsColumn.AllowEdit = false;
this.colVC_DICTIONARY_ID.Width = 100;
//
// cloVC_DICTIONARY_NAME
//
this.cloVC_DICTIONARY_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.cloVC_DICTIONARY_NAME.AppearanceHeader.Options.UseFont = true;
this.cloVC_DICTIONARY_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.cloVC_DICTIONARY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.cloVC_DICTIONARY_NAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.cloVC_DICTIONARY_NAME.Caption = "事务类型名称";
this.cloVC_DICTIONARY_NAME.FieldName = "VC_DICTIONARY_NAME";
this.cloVC_DICTIONARY_NAME.Name = "cloVC_DICTIONARY_NAME";
this.cloVC_DICTIONARY_NAME.OptionsColumn.AllowEdit = false;
this.cloVC_DICTIONARY_NAME.Visible = true;
this.cloVC_DICTIONARY_NAME.VisibleIndex = 3;
this.cloVC_DICTIONARY_NAME.Width = 100;
//
// colUser_ID
//
this.colUser_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colUser_ID.AppearanceHeader.Options.UseFont = true;
this.colUser_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colUser_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUser_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colUser_ID.Caption = "搬运人编号";
this.colUser_ID.FieldName = "User_ID";
this.colUser_ID.Name = "colUser_ID";
this.colUser_ID.OptionsColumn.AllowEdit = false;
this.colUser_ID.Width = 100;
//
// colNAME
//
this.colNAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colNAME.AppearanceHeader.Options.UseFont = true;
this.colNAME.AppearanceHeader.Options.UseTextOptions = true;
this.colNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colNAME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colNAME.Caption = "搬运人名称";
this.colNAME.FieldName = "NAME";
this.colNAME.Name = "colNAME";
this.colNAME.OptionsColumn.AllowEdit = false;
this.colNAME.Width = 100;
//
// colUPDATETIME
//
this.colUPDATETIME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colUPDATETIME.AppearanceHeader.Options.UseFont = true;
this.colUPDATETIME.AppearanceHeader.Options.UseTextOptions = true;
this.colUPDATETIME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUPDATETIME.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colUPDATETIME.Caption = "最后更新时间";
this.colUPDATETIME.FieldName = "UPDATETIME";
this.colUPDATETIME.Name = "colUPDATETIME";
this.colUPDATETIME.OptionsColumn.AllowEdit = false;
this.colUPDATETIME.Width = 100;
//
// colVERSION
//
this.colVERSION.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVERSION.AppearanceHeader.Options.UseFont = true;
this.colVERSION.AppearanceHeader.Options.UseTextOptions = true;
this.colVERSION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVERSION.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colVERSION.Caption = "版本号";
this.colVERSION.FieldName = "VERSION";
this.colVERSION.Name = "colVERSION";
this.colVERSION.OptionsColumn.AllowEdit = false;
this.colVERSION.Width = 100;
//
// colCTL_PALLET_ID
//
this.colCTL_PALLET_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colCTL_PALLET_ID.AppearanceHeader.Options.UseFont = true;
this.colCTL_PALLET_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colCTL_PALLET_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCTL_PALLET_ID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colCTL_PALLET_ID.Caption = "容器编号";
this.colCTL_PALLET_ID.FieldName = "CTL_PALLET_ID";
this.colCTL_PALLET_ID.Name = "colCTL_PALLET_ID";
this.colCTL_PALLET_ID.OptionsColumn.AllowEdit = false;
this.colCTL_PALLET_ID.Visible = true;
this.colCTL_PALLET_ID.VisibleIndex = 4;
this.colCTL_PALLET_ID.Width = 100;
//
// PalletNewID
//
this.PalletNewID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.PalletNewID.AppearanceHeader.Options.UseFont = true;
this.PalletNewID.AppearanceHeader.Options.UseTextOptions = true;
this.PalletNewID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.PalletNewID.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.PalletNewID.Caption = "替换容器";
this.PalletNewID.FieldName = "PALLET_NEWID";
this.PalletNewID.Name = "PalletNewID";
this.PalletNewID.OptionsColumn.AllowEdit = false;
this.PalletNewID.Visible = true;
this.PalletNewID.VisibleIndex = 5;
this.PalletNewID.Width = 100;
//
// colOPERATORID
//
this.colOPERATORID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colOPERATORID.AppearanceHeader.Options.UseFont = true;
this.colOPERATORID.FieldName = "OPERATORID";
this.colOPERATORID.Name = "colOPERATORID";
//
// colOPERATORNAME
//
this.colOPERATORNAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colOPERATORNAME.AppearanceHeader.Options.UseFont = true;
this.colOPERATORNAME.FieldName = "OPERATORNAME";
this.colOPERATORNAME.Name = "colOPERATORNAME";
this.colOPERATORNAME.Visible = true;
this.colOPERATORNAME.VisibleIndex = 6;
//
// colOPERATEDATE
//
this.colOPERATEDATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colOPERATEDATE.AppearanceHeader.Options.UseFont = true;
this.colOPERATEDATE.FieldName = "OPERATEDATE";
this.colOPERATEDATE.Name = "colOPERATEDATE";
this.colOPERATEDATE.Visible = true;
this.colOPERATEDATE.VisibleIndex = 7;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// roundGlossPainter1
//
this.roundGlossPainter1.AlphaHigh = 240;
this.roundGlossPainter1.AlphaLow = 0;
this.roundGlossPainter1.Color = System.Drawing.Color.White;
this.roundGlossPainter1.Style = ProgressODoom.GlossStyle.Both;
this.roundGlossPainter1.Successor = null;
this.roundGlossPainter1.TaperHeight = 4;
//
// FrmBaseCtlGoods
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(939, 493);
this.Controls.Add(this.splitContainerControl1);
this.Font = new System.Drawing.Font("宋体", 10F);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmBaseCtlGoods";
this.Text = "容器管理";
this.Load += new System.EventHandler(this.FrmBaseCtlGoods_Load);
((System.ComponentModel.ISupportInitialize)(this.bgsBaseCtlGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bgsConditions)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtPallet_id.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lkpTranstationType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewCtlGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IsCheck)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource bgsBaseCtlGoods;
private System.Windows.Forms.BindingSource bgsConditions;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private Ctrl.LookUpEditSystem lkpTranstationType;
private DevExpress.XtraEditors.LabelControl labelControl3;
private Ctrl.CtrlDictonary Dictionarycarry;
private Ctrl.GridControlCustom gridControlCustom1;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewCtlGoods;
private DevExpress.XtraGrid.Columns.GridColumn colIsCheck;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit IsCheck;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSPECIFICATION;
private DevExpress.XtraGrid.Columns.GridColumn colMODEL;
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
private DevExpress.XtraGrid.Columns.GridColumn colGVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colPRICE;
private DevExpress.XtraGrid.Columns.GridColumn colGROSS_WEIGHT;
private DevExpress.XtraGrid.Columns.GridColumn colNET_WEIGHT;
private DevExpress.XtraGrid.Columns.GridColumn colHSNUMBER;
private DevExpress.XtraGrid.Columns.GridColumn colSTORED;
private DevExpress.XtraGrid.Columns.GridColumn colHAZARDOUS;
private DevExpress.XtraGrid.Columns.GridColumn colPERIOD;
private DevExpress.XtraGrid.Columns.GridColumn colPALLET_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colVC_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colVOLUME;
private DevExpress.XtraGrid.Columns.GridColumn colBEARWEIGHT;
private DevExpress.XtraGrid.Columns.GridColumn colVC_DICTIONARY_ID;
private DevExpress.XtraGrid.Columns.GridColumn cloVC_DICTIONARY_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colUser_ID;
private DevExpress.XtraGrid.Columns.GridColumn colNAME;
private DevExpress.XtraGrid.Columns.GridColumn colUPDATETIME;
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
private DevExpress.XtraGrid.Columns.GridColumn colCTL_PALLET_ID;
private DevExpress.XtraGrid.Columns.GridColumn PalletNewID;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATORID;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATEDATE;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATORNAME;
private DevExpress.XtraEditors.LabelControl labelControl1;
private Ctrl.WMSCtrlTextBox txtPallet_id;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private ProgressODoom.RoundGlossPainter roundGlossPainter1;
}
}