BaoKai_202508_Wms_Jingwang_.../WMS.FrmBaseData/FrmSubinventory.Designer.cs

258 lines
12 KiB
C#
Raw Normal View History

2025-08-24 21:52:42 +08:00
namespace WMS.FrmBaseData
{
partial class FrmSubinventory
{
/// <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.Subinventory = new WMS.Ctrl.GridControlCustom();
this.GSubinventory = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.Subinventory)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GSubinventory)).BeginInit();
this.SuspendLayout();
//
// Subinventory
//
this.Subinventory.ColorApprove = System.Drawing.Color.Empty;
this.Subinventory.ColorApproveValue = null;
this.Subinventory.ColorPass = System.Drawing.Color.Empty;
this.Subinventory.ColorPassValue = null;
this.Subinventory.ColorRepeal = System.Drawing.Color.Empty;
this.Subinventory.ColorRepealValue = null;
this.Subinventory.ColorReWork = System.Drawing.Color.Empty;
this.Subinventory.ColorReWorkValue = null;
this.Subinventory.ColorSelectedRow = System.Drawing.Color.Empty;
this.Subinventory.ColorShortage = System.Drawing.Color.Empty;
this.Subinventory.ColorShortageFlagColumn = null;
this.Subinventory.ColorShortageValue = null;
this.Subinventory.ColorUnExecute = System.Drawing.Color.Empty;
this.Subinventory.ColorUnExecuteValue = null;
this.Subinventory.ColorUnPass = System.Drawing.Color.Empty;
this.Subinventory.ColorUnPassValue = "";
this.Subinventory.ColorVerify = System.Drawing.Color.Red;
this.Subinventory.ColorVerifyFlagColumn = "STS";
this.Subinventory.ColorVerifyValue = "1";
this.Subinventory.ColorWarning = System.Drawing.Color.Empty;
this.Subinventory.ColorWarningValue = null;
this.Subinventory.Dock = System.Windows.Forms.DockStyle.Fill;
this.Subinventory.EnableAppearanceEvenRow = true;
this.Subinventory.IndicatorWidth = 40;
this.Subinventory.Location = new System.Drawing.Point(0, 0);
this.Subinventory.MainView = this.GSubinventory;
this.Subinventory.Name = "Subinventory";
this.Subinventory.ShowRowID = true;
this.Subinventory.Size = new System.Drawing.Size(1362, 541);
this.Subinventory.TabIndex = 3;
this.Subinventory.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GSubinventory});
//
// GSubinventory
//
this.GSubinventory.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GSubinventory.Appearance.EvenRow.Options.UseBackColor = true;
this.GSubinventory.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
this.GSubinventory.Appearance.HeaderPanel.Options.UseFont = true;
this.GSubinventory.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.GSubinventory.Appearance.Row.Options.UseFont = true;
this.GSubinventory.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn12,
this.gridColumn11,
this.gridColumn10,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9});
this.GSubinventory.GridControl = this.Subinventory;
this.GSubinventory.IndicatorWidth = 34;
this.GSubinventory.Name = "GSubinventory";
this.GSubinventory.OptionsBehavior.Editable = false;
this.GSubinventory.OptionsFind.AlwaysVisible = true;
this.GSubinventory.OptionsView.ColumnAutoWidth = false;
this.GSubinventory.OptionsView.EnableAppearanceEvenRow = true;
this.GSubinventory.OptionsView.ShowAutoFilterRow = true;
this.GSubinventory.OptionsView.ShowFooter = true;
this.GSubinventory.OptionsView.ShowGroupPanel = false;
//
// gridColumn1
//
this.gridColumn1.Caption = "组织ID(库存组织)";
this.gridColumn1.FieldName = "ORGANIZATION_ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ORGANIZATION_ID", "{0}条数据")});
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 154;
//
// gridColumn2
//
this.gridColumn2.Caption = "组织代码";
this.gridColumn2.FieldName = "ORGANIZATION_CODE";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 192;
//
// gridColumn3
//
this.gridColumn3.Caption = "子库代码";
this.gridColumn3.FieldName = "SUBINVENTORY_CODE";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
this.gridColumn3.Width = 117;
//
// gridColumn4
//
this.gridColumn4.Caption = "子库描述";
this.gridColumn4.FieldName = "SUBINVENTORY_DESC";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 3;
this.gridColumn4.Width = 127;
//
// gridColumn5
//
this.gridColumn5.Caption = "有无货位控制";
this.gridColumn5.FieldName = "LOCATOR_TYPE";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 4;
this.gridColumn5.Width = 121;
//
// gridColumn6
//
this.gridColumn6.Caption = "货位代码";
this.gridColumn6.FieldName = "LOCATOR_CODE";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 5;
this.gridColumn6.Width = 109;
//
// gridColumn12
//
this.gridColumn12.Caption = "最后更新日期";
this.gridColumn12.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss";
this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn12.FieldName = "LAST_UPDATE_DATE";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 6;
//
// gridColumn11
//
this.gridColumn11.Caption = "最后更新人";
this.gridColumn11.FieldName = "LAST_UPDATED_BY";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 7;
//
// gridColumn10
//
this.gridColumn10.Caption = "创建日期";
this.gridColumn10.DisplayFormat.FormatString = "yyyy/MM/dd HH:mm:ss";
this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn10.FieldName = "CREATION_DATE";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 8;
//
// gridColumn7
//
this.gridColumn7.Caption = "创建人";
this.gridColumn7.FieldName = "CREATED_BY";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 9;
//
// gridColumn8
//
this.gridColumn8.Caption = "状态";
this.gridColumn8.FieldName = "STATUS";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 10;
this.gridColumn8.Width = 90;
//
// gridColumn9
//
this.gridColumn9.Caption = "状态2";
this.gridColumn9.FieldName = "STATUS2";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 11;
//
// FrmSubinventory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1362, 541);
this.Controls.Add(this.Subinventory);
this.Name = "FrmSubinventory";
this.Text = "FrmSubinventory";
this.Load += new System.EventHandler(this.FrmSubinventory_Load);
((System.ComponentModel.ISupportInitialize)(this.Subinventory)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GSubinventory)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Ctrl.GridControlCustom Subinventory;
private DevExpress.XtraGrid.Views.Grid.GridView GSubinventory;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
}
}