BaoKai_202508-Wms-Jingwang..../WMS.FrmStrategy/FrmUpStrategy.Designer.cs

357 lines
20 KiB
C#
Raw Normal View History

2025-08-24 09:35:55 +08:00
namespace WMS.FrmStrategy
{
partial class FrmUpStrategy
{
/// <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();
this.dictionaryTabModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
this.upStrategyModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.dictionaryTabModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.upStrategyModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
this.SuspendLayout();
//
// dictionaryTabModelBindingSource
//
this.dictionaryTabModelBindingSource.DataSource = typeof(WMS.Model.SystemManage.DictionaryTabModel);
//
// 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.upStrategyModelBindingSource;
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.gridView1;
this.gridControlCustom1.Name = "gridControlCustom1";
this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1,
this.repositoryItemCheckEdit2,
this.repositoryItemCheckEdit3,
this.repositoryItemCheckEdit4,
this.repositoryItemCheckEdit5,
this.repositoryItemCheckEdit6});
this.gridControlCustom1.ShowRowID = true;
this.gridControlCustom1.Size = new System.Drawing.Size(723, 444);
this.gridControlCustom1.TabIndex = 0;
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// upStrategyModelBindingSource
//
this.upStrategyModelBindingSource.DataSource = typeof(WMS.Model.Base.UpStrategyModel);
//
// 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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11});
this.gridView1.GridControl = this.gridControlCustom1;
this.gridView1.IndicatorWidth = 34;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn1.AppearanceCell.Options.UseFont = true;
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.Caption = "上架策略编号";
this.gridColumn1.FieldName = "UPSTRATEGY_ID";
this.gridColumn1.Name = "gridColumn1";
//
// gridColumn2
//
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn2.AppearanceCell.Options.UseFont = true;
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn2.Caption = "策略名称";
this.gridColumn2.FieldName = "UPSTRATEGY_NAME";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
this.gridColumn2.Width = 190;
//
// gridColumn5
//
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn5.AppearanceCell.Options.UseFont = true;
this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn5.Caption = "种类混放";
this.gridColumn5.ColumnEdit = this.repositoryItemCheckEdit1;
this.gridColumn5.FieldName = "KINDS_FLAG";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 2;
this.gridColumn5.Width = 71;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Caption = "Check";
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit1.ValueChecked = "1";
this.repositoryItemCheckEdit1.ValueUnchecked = "0";
//
// gridColumn6
//
this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn6.AppearanceCell.Options.UseFont = true;
this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn6.Caption = "批次混放";
this.gridColumn6.ColumnEdit = this.repositoryItemCheckEdit2;
this.gridColumn6.FieldName = "BATCH_FLAG";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 3;
this.gridColumn6.Width = 66;
//
// repositoryItemCheckEdit2
//
this.repositoryItemCheckEdit2.AutoHeight = false;
this.repositoryItemCheckEdit2.Caption = "Check";
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit2.ValueChecked = "1";
this.repositoryItemCheckEdit2.ValueUnchecked = "0";
//
// gridColumn7
//
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn7.AppearanceCell.Options.UseFont = true;
this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn7.Caption = "超出容积";
this.gridColumn7.ColumnEdit = this.repositoryItemCheckEdit3;
this.gridColumn7.FieldName = "VOLUME_FLAG";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 4;
this.gridColumn7.Width = 71;
//
// repositoryItemCheckEdit3
//
this.repositoryItemCheckEdit3.AutoHeight = false;
this.repositoryItemCheckEdit3.Caption = "Check";
this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
this.repositoryItemCheckEdit3.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit3.ValueChecked = "1";
this.repositoryItemCheckEdit3.ValueUnchecked = "0";
//
// gridColumn8
//
this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn8.AppearanceCell.Options.UseFont = true;
this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn8.Caption = "超出重量";
this.gridColumn8.ColumnEdit = this.repositoryItemCheckEdit4;
this.gridColumn8.FieldName = "WEIGHT_FLAG";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 5;
this.gridColumn8.Width = 74;
//
// repositoryItemCheckEdit4
//
this.repositoryItemCheckEdit4.AutoHeight = false;
this.repositoryItemCheckEdit4.Caption = "Check";
this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
this.repositoryItemCheckEdit4.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit4.ValueChecked = "1";
this.repositoryItemCheckEdit4.ValueUnchecked = "0";
//
// gridColumn9
//
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn9.AppearanceCell.Options.UseFont = true;
this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn9.Caption = "只放空库位";
this.gridColumn9.ColumnEdit = this.repositoryItemCheckEdit5;
this.gridColumn9.FieldName = "LOCATION_FLAG";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 6;
this.gridColumn9.Width = 77;
//
// repositoryItemCheckEdit5
//
this.repositoryItemCheckEdit5.AutoHeight = false;
this.repositoryItemCheckEdit5.Caption = "Check";
this.repositoryItemCheckEdit5.Name = "repositoryItemCheckEdit5";
this.repositoryItemCheckEdit5.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit5.ValueChecked = "1";
this.repositoryItemCheckEdit5.ValueUnchecked = "0";
//
// gridColumn10
//
this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn10.AppearanceCell.Options.UseFont = true;
this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn10.Caption = "状态";
this.gridColumn10.ColumnEdit = this.repositoryItemCheckEdit6;
this.gridColumn10.FieldName = "UPSTRATEGY_STATE";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 1;
this.gridColumn10.Width = 47;
//
// repositoryItemCheckEdit6
//
this.repositoryItemCheckEdit6.AutoHeight = false;
this.repositoryItemCheckEdit6.Caption = "Check";
this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
this.repositoryItemCheckEdit6.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.repositoryItemCheckEdit6.ValueChecked = "1";
this.repositoryItemCheckEdit6.ValueUnchecked = "0";
//
// gridColumn11
//
this.gridColumn11.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.gridColumn11.AppearanceCell.Options.UseFont = true;
this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn11.Caption = "备注";
this.gridColumn11.FieldName = "REMARK";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 7;
this.gridColumn11.Width = 91;
//
// FrmUpStrategy
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(723, 444);
this.Controls.Add(this.gridControlCustom1);
this.Name = "FrmUpStrategy";
this.Text = "上架策略";
this.Load += new System.EventHandler(this.FrmUpStrategy_Load);
((System.ComponentModel.ISupportInitialize)(this.dictionaryTabModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.upStrategyModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Ctrl.GridControlCustom gridControlCustom1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.BindingSource upStrategyModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private System.Windows.Forms.BindingSource dictionaryTabModelBindingSource;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit3;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit4;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit5;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit6;
}
}