645 lines
35 KiB
C#
645 lines
35 KiB
C#
namespace WMS.FrmStock
|
|
{
|
|
partial class FrmGoodsSelect
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGoodsSelect));
|
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
|
this.LEPStoWork = new WMS.Ctrl.LookUpEditSystem();
|
|
this.BSMITab = new System.Windows.Forms.BindingSource();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
|
|
this.DicGoods = new WMS.Ctrl.CtrlDictonary();
|
|
this.btnCommit = new WMS.Ctrl.CtrlButtons();
|
|
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
|
|
this.LEPSeatEnd = new WMS.Ctrl.LookUpEditSystem();
|
|
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
|
|
this.LEPSeatStar = new WMS.Ctrl.LookUpEditSystem();
|
|
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
this.LEPArea = new WMS.Ctrl.LookUpEditSystem();
|
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
|
this.GCMI = new WMS.Ctrl.GridControlCustom();
|
|
this.BSMIView = new System.Windows.Forms.BindingSource();
|
|
this.GVMI = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colIsCheckRec = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTOCK_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPUTIN_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colAREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colAREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOCATION_STAR = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOCATION_END = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTORAGE_MODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPROVIDER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPROVIDER_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDOCCTNUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemCheckEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.repositoryItemCheckEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
|
this.panelControl5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPStoWork.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSMITab)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPSeatEnd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPSeatStar.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPArea.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSMIView)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl5
|
|
//
|
|
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.panelControl5.Controls.Add(this.LEPStoWork);
|
|
this.panelControl5.Controls.Add(this.labelControl1);
|
|
this.panelControl5.Controls.Add(this.ctrlButtons1);
|
|
this.panelControl5.Controls.Add(this.DicGoods);
|
|
this.panelControl5.Controls.Add(this.btnCommit);
|
|
this.panelControl5.Controls.Add(this.labelControl17);
|
|
this.panelControl5.Controls.Add(this.LEPSeatEnd);
|
|
this.panelControl5.Controls.Add(this.labelControl16);
|
|
this.panelControl5.Controls.Add(this.LEPSeatStar);
|
|
this.panelControl5.Controls.Add(this.labelControl15);
|
|
this.panelControl5.Controls.Add(this.LEPArea);
|
|
this.panelControl5.Controls.Add(this.labelControl14);
|
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl5.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl5.Name = "panelControl5";
|
|
this.panelControl5.Size = new System.Drawing.Size(994, 138);
|
|
this.panelControl5.TabIndex = 1;
|
|
//
|
|
// LEPStoWork
|
|
//
|
|
this.LEPStoWork.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSMITab, "STORAGE_ID", true));
|
|
this.LEPStoWork.Location = new System.Drawing.Point(58, 13);
|
|
this.LEPStoWork.Name = "LEPStoWork";
|
|
this.LEPStoWork.Properties.AutoHeight = false;
|
|
this.LEPStoWork.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.LEPStoWork.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORAGE_ID", "STORAGE_ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORAGE_NAME", 50, "仓库")});
|
|
this.LEPStoWork.Properties.NullText = "";
|
|
this.LEPStoWork.Size = new System.Drawing.Size(251, 22);
|
|
this.LEPStoWork.TabIndex = 163;
|
|
this.LEPStoWork.EditValueChanged += new System.EventHandler(this.LEPStoWork_EditValueChanged);
|
|
//
|
|
// BSMITab
|
|
//
|
|
this.BSMITab.DataSource = typeof(WMS.Model.Stock.MIStockModel);
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl1.Location = new System.Drawing.Point(29, 14);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(28, 17);
|
|
this.labelControl1.TabIndex = 161;
|
|
this.labelControl1.Text = "仓库";
|
|
//
|
|
// ctrlButtons1
|
|
//
|
|
this.ctrlButtons1.BackColor = System.Drawing.Color.PowderBlue;
|
|
this.ctrlButtons1.BoolDiagFrm = false;
|
|
this.ctrlButtons1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
this.ctrlButtons1.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image")));
|
|
|
|
this.ctrlButtons1.Location = new System.Drawing.Point(220, 97);
|
|
this.ctrlButtons1.Name = "ctrlButtons1";
|
|
this.ctrlButtons1.Size = new System.Drawing.Size(89, 36);
|
|
this.ctrlButtons1.TabIndex = 160;
|
|
this.ctrlButtons1.Text = "查询";
|
|
this.ctrlButtons1.typeButton = " 查 询";
|
|
|
|
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
|
|
//
|
|
// DicGoods
|
|
//
|
|
this.DicGoods.DictonaryTableName = WMS.Ctrl.DictonaryType.商品资料t_Base_Goods;
|
|
this.DicGoods.IsSqlWhere = false;
|
|
this.DicGoods.Location = new System.Drawing.Point(58, 68);
|
|
this.DicGoods.Name = "DicGoods";
|
|
this.DicGoods.Number = 0;
|
|
this.DicGoods.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|
this.DicGoods.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns1"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns2"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns3"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns4"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns5"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns6"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns7"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns8"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns9")))});
|
|
this.DicGoods.Size = new System.Drawing.Size(251, 22);
|
|
this.DicGoods.SqlStr = null;
|
|
this.DicGoods.TabIndex = 159;
|
|
this.DicGoods.TextBoxFlag = "";
|
|
this.DicGoods.TextBoxValue = "";
|
|
//
|
|
// btnCommit
|
|
//
|
|
this.btnCommit.BackColor = System.Drawing.Color.PowderBlue;
|
|
this.btnCommit.BoolDiagFrm = false;
|
|
|
|
|
|
this.btnCommit.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.btnCommit.Image = ((System.Drawing.Image)(resources.GetObject("btnCommit.Image")));
|
|
|
|
this.btnCommit.Location = new System.Drawing.Point(356, 96);
|
|
this.btnCommit.Name = "btnCommit";
|
|
this.btnCommit.Size = new System.Drawing.Size(89, 36);
|
|
this.btnCommit.TabIndex = 158;
|
|
this.btnCommit.Text = "选择";
|
|
this.btnCommit.typeButton = "选择";
|
|
|
|
this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
|
|
//
|
|
// labelControl17
|
|
//
|
|
this.labelControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl17.Location = new System.Drawing.Point(29, 69);
|
|
this.labelControl17.Name = "labelControl17";
|
|
this.labelControl17.Size = new System.Drawing.Size(28, 17);
|
|
this.labelControl17.TabIndex = 156;
|
|
this.labelControl17.Text = "商品";
|
|
//
|
|
// LEPSeatEnd
|
|
//
|
|
this.LEPSeatEnd.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSMITab, "LOCATION_END", true));
|
|
this.LEPSeatEnd.Location = new System.Drawing.Point(385, 40);
|
|
this.LEPSeatEnd.Name = "LEPSeatEnd";
|
|
this.LEPSeatEnd.Properties.AutoHeight = false;
|
|
this.LEPSeatEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.LEPSeatEnd.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("LOCATION_ID", 50, "库位编号")});
|
|
this.LEPSeatEnd.Properties.NullText = "";
|
|
this.LEPSeatEnd.Size = new System.Drawing.Size(251, 22);
|
|
this.LEPSeatEnd.TabIndex = 155;
|
|
//
|
|
// labelControl16
|
|
//
|
|
this.labelControl16.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl16.Location = new System.Drawing.Point(356, 43);
|
|
this.labelControl16.Name = "labelControl16";
|
|
this.labelControl16.Size = new System.Drawing.Size(14, 17);
|
|
this.labelControl16.TabIndex = 154;
|
|
this.labelControl16.Text = "至";
|
|
//
|
|
// LEPSeatStar
|
|
//
|
|
this.LEPSeatStar.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSMITab, "LOCATION_STAR", true));
|
|
this.LEPSeatStar.Location = new System.Drawing.Point(58, 40);
|
|
this.LEPSeatStar.Name = "LEPSeatStar";
|
|
this.LEPSeatStar.Properties.AutoHeight = false;
|
|
this.LEPSeatStar.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.LEPSeatStar.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("LOCATION_ID", 50, "库位编号")});
|
|
this.LEPSeatStar.Properties.NullText = "";
|
|
this.LEPSeatStar.Size = new System.Drawing.Size(251, 22);
|
|
this.LEPSeatStar.TabIndex = 153;
|
|
//
|
|
// labelControl15
|
|
//
|
|
this.labelControl15.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl15.Location = new System.Drawing.Point(29, 43);
|
|
this.labelControl15.Name = "labelControl15";
|
|
this.labelControl15.Size = new System.Drawing.Size(28, 17);
|
|
this.labelControl15.TabIndex = 152;
|
|
this.labelControl15.Text = "库位";
|
|
//
|
|
// LEPArea
|
|
//
|
|
this.LEPArea.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSMITab, "AREA_ID", true));
|
|
this.LEPArea.Location = new System.Drawing.Point(385, 13);
|
|
this.LEPArea.Name = "LEPArea";
|
|
this.LEPArea.Properties.AutoHeight = false;
|
|
this.LEPArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.LEPArea.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORAGE_AREA_ID", 50, "库区编号"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STORAGE_AREA_NAME", 50, "库区名称")});
|
|
this.LEPArea.Properties.NullText = "";
|
|
this.LEPArea.Size = new System.Drawing.Size(251, 22);
|
|
this.LEPArea.TabIndex = 151;
|
|
this.LEPArea.EditValueChanged += new System.EventHandler(this.LEPArea_EditValueChanged);
|
|
//
|
|
// labelControl14
|
|
//
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.labelControl14.Location = new System.Drawing.Point(356, 14);
|
|
this.labelControl14.Name = "labelControl14";
|
|
this.labelControl14.Size = new System.Drawing.Size(28, 17);
|
|
this.labelControl14.TabIndex = 150;
|
|
this.labelControl14.Text = "库区";
|
|
//
|
|
// GCMI
|
|
//
|
|
this.GCMI.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorApproveValue = null;
|
|
this.GCMI.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorPassValue = null;
|
|
this.GCMI.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorRepealValue = null;
|
|
this.GCMI.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorReWorkValue = null;
|
|
this.GCMI.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorShortageFlagColumn = null;
|
|
this.GCMI.ColorShortageValue = null;
|
|
this.GCMI.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorUnExecuteValue = null;
|
|
this.GCMI.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorUnPassValue = null;
|
|
this.GCMI.ColorVerify = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorVerifyFlagColumn = null;
|
|
this.GCMI.ColorVerifyValue = null;
|
|
this.GCMI.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCMI.ColorWarningValue = null;
|
|
this.GCMI.DataSource = this.BSMIView;
|
|
this.GCMI.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCMI.EnableAppearanceEvenRow = true;
|
|
this.GCMI.IndicatorWidth = 40;
|
|
this.GCMI.Location = new System.Drawing.Point(0, 138);
|
|
this.GCMI.MainView = this.GVMI;
|
|
this.GCMI.Name = "GCMI";
|
|
this.GCMI.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemCheckEdit6,
|
|
this.repositoryItemCheckEdit7});
|
|
this.GCMI.ShowRowID = true;
|
|
this.GCMI.Size = new System.Drawing.Size(994, 265);
|
|
this.GCMI.TabIndex = 5;
|
|
this.GCMI.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVMI});
|
|
//
|
|
// BSMIView
|
|
//
|
|
this.BSMIView.DataSource = typeof(WMS.Model.Stock.MIStockModel);
|
|
//
|
|
// GVMI
|
|
//
|
|
this.GVMI.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVMI.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVMI.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|
this.GVMI.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.GVMI.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colIsCheckRec,
|
|
this.colSTOCK_ID,
|
|
this.colPUTIN_ID,
|
|
this.colSTORAGE_ID,
|
|
this.colSTORAGE_NAME,
|
|
this.colAREA_ID,
|
|
this.colAREA_NAME,
|
|
this.colLOCATION_ID,
|
|
this.colLOCATION_STAR,
|
|
this.colLOCATION_END,
|
|
this.colGOODS_TYPEID,
|
|
this.colGOODS_ID,
|
|
this.colGOODS_NAME,
|
|
this.colSHELVES_NUM,
|
|
this.colREMARK,
|
|
this.colVERSION,
|
|
this.colSTORAGE_MODE,
|
|
this.colPROVIDER_ID,
|
|
this.colPROVIDER_NAME,
|
|
this.colPRODUCTION_DATE,
|
|
this.colWARE_DATE,
|
|
this.colDOCCTNUMBER});
|
|
this.GVMI.GridControl = this.GCMI;
|
|
this.GVMI.IndicatorWidth = 42;
|
|
this.GVMI.Name = "GVMI";
|
|
this.GVMI.OptionsBehavior.AutoExpandAllGroups = true;
|
|
this.GVMI.OptionsView.ColumnAutoWidth = false;
|
|
this.GVMI.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVMI.OptionsView.ShowGroupPanel = false;
|
|
this.GVMI.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.GVMI_CustomDrawColumnHeader);
|
|
this.GVMI.Click += new System.EventHandler(this.GVMI_Click);
|
|
this.GVMI.DataSourceChanged += new System.EventHandler(this.GVMI_DataSourceChanged);
|
|
//
|
|
// colIsCheckRec
|
|
//
|
|
this.colIsCheckRec.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colIsCheckRec.AppearanceCell.Options.UseFont = true;
|
|
this.colIsCheckRec.FieldName = "IsCheckRec";
|
|
this.colIsCheckRec.Name = "colIsCheckRec";
|
|
this.colIsCheckRec.OptionsColumn.ShowCaption = false;
|
|
this.colIsCheckRec.Visible = true;
|
|
this.colIsCheckRec.VisibleIndex = 0;
|
|
this.colIsCheckRec.Width = 50;
|
|
//
|
|
// colSTOCK_ID
|
|
//
|
|
this.colSTOCK_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTOCK_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colSTOCK_ID.FieldName = "STOCK_ID";
|
|
this.colSTOCK_ID.Name = "colSTOCK_ID";
|
|
this.colSTOCK_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPUTIN_ID
|
|
//
|
|
this.colPUTIN_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPUTIN_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colPUTIN_ID.FieldName = "PUTIN_ID";
|
|
this.colPUTIN_ID.Name = "colPUTIN_ID";
|
|
this.colPUTIN_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colSTORAGE_ID
|
|
//
|
|
this.colSTORAGE_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTORAGE_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
|
|
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
|
|
this.colSTORAGE_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colSTORAGE_NAME
|
|
//
|
|
this.colSTORAGE_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTORAGE_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
|
|
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
|
|
this.colSTORAGE_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colSTORAGE_NAME.Visible = true;
|
|
this.colSTORAGE_NAME.VisibleIndex = 1;
|
|
this.colSTORAGE_NAME.Width = 116;
|
|
//
|
|
// colAREA_ID
|
|
//
|
|
this.colAREA_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colAREA_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colAREA_ID.FieldName = "AREA_ID";
|
|
this.colAREA_ID.Name = "colAREA_ID";
|
|
this.colAREA_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colAREA_NAME
|
|
//
|
|
this.colAREA_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colAREA_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colAREA_NAME.FieldName = "AREA_NAME";
|
|
this.colAREA_NAME.Name = "colAREA_NAME";
|
|
this.colAREA_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colAREA_NAME.Visible = true;
|
|
this.colAREA_NAME.VisibleIndex = 2;
|
|
this.colAREA_NAME.Width = 102;
|
|
//
|
|
// colLOCATION_ID
|
|
//
|
|
this.colLOCATION_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLOCATION_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colLOCATION_ID.FieldName = "LOCATION_ID";
|
|
this.colLOCATION_ID.Name = "colLOCATION_ID";
|
|
this.colLOCATION_ID.OptionsColumn.AllowEdit = false;
|
|
this.colLOCATION_ID.Visible = true;
|
|
this.colLOCATION_ID.VisibleIndex = 3;
|
|
this.colLOCATION_ID.Width = 93;
|
|
//
|
|
// colLOCATION_STAR
|
|
//
|
|
this.colLOCATION_STAR.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLOCATION_STAR.AppearanceCell.Options.UseFont = true;
|
|
this.colLOCATION_STAR.FieldName = "LOCATION_STAR";
|
|
this.colLOCATION_STAR.Name = "colLOCATION_STAR";
|
|
this.colLOCATION_STAR.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colLOCATION_END
|
|
//
|
|
this.colLOCATION_END.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLOCATION_END.AppearanceCell.Options.UseFont = true;
|
|
this.colLOCATION_END.FieldName = "LOCATION_END";
|
|
this.colLOCATION_END.Name = "colLOCATION_END";
|
|
this.colLOCATION_END.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colGOODS_TYPEID
|
|
//
|
|
this.colGOODS_TYPEID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_TYPEID.AppearanceCell.Options.UseFont = true;
|
|
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
|
|
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
|
|
this.colGOODS_TYPEID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colGOODS_ID
|
|
//
|
|
this.colGOODS_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_ID.AppearanceCell.Options.UseFont = true;
|
|
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 = 4;
|
|
this.colGOODS_ID.Width = 123;
|
|
//
|
|
// colGOODS_NAME
|
|
//
|
|
this.colGOODS_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_NAME.AppearanceCell.Options.UseFont = true;
|
|
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 = 5;
|
|
this.colGOODS_NAME.Width = 313;
|
|
//
|
|
// colSHELVES_NUM
|
|
//
|
|
this.colSHELVES_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSHELVES_NUM.AppearanceCell.Options.UseFont = true;
|
|
this.colSHELVES_NUM.FieldName = "SHELVES_NUM";
|
|
this.colSHELVES_NUM.Name = "colSHELVES_NUM";
|
|
this.colSHELVES_NUM.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colREMARK.AppearanceCell.Options.UseFont = true;
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
this.colREMARK.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colVERSION
|
|
//
|
|
this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colVERSION.AppearanceCell.Options.UseFont = true;
|
|
this.colVERSION.FieldName = "VERSION";
|
|
this.colVERSION.Name = "colVERSION";
|
|
this.colVERSION.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colSTORAGE_MODE
|
|
//
|
|
this.colSTORAGE_MODE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTORAGE_MODE.AppearanceCell.Options.UseFont = true;
|
|
this.colSTORAGE_MODE.FieldName = "STORAGE_MODE";
|
|
this.colSTORAGE_MODE.Name = "colSTORAGE_MODE";
|
|
this.colSTORAGE_MODE.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPROVIDER_ID
|
|
//
|
|
this.colPROVIDER_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPROVIDER_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colPROVIDER_ID.FieldName = "PROVIDER_ID";
|
|
this.colPROVIDER_ID.Name = "colPROVIDER_ID";
|
|
this.colPROVIDER_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPROVIDER_NAME
|
|
//
|
|
this.colPROVIDER_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPROVIDER_NAME.AppearanceCell.Options.UseFont = true;
|
|
this.colPROVIDER_NAME.FieldName = "PROVIDER_NAME";
|
|
this.colPROVIDER_NAME.Name = "colPROVIDER_NAME";
|
|
this.colPROVIDER_NAME.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPRODUCTION_DATE
|
|
//
|
|
this.colPRODUCTION_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPRODUCTION_DATE.AppearanceCell.Options.UseFont = true;
|
|
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
|
|
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
|
|
this.colPRODUCTION_DATE.OptionsColumn.AllowEdit = false;
|
|
this.colPRODUCTION_DATE.Visible = true;
|
|
this.colPRODUCTION_DATE.VisibleIndex = 6;
|
|
this.colPRODUCTION_DATE.Width = 134;
|
|
//
|
|
// colWARE_DATE
|
|
//
|
|
this.colWARE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colWARE_DATE.AppearanceCell.Options.UseFont = true;
|
|
this.colWARE_DATE.FieldName = "WARE_DATE";
|
|
this.colWARE_DATE.Name = "colWARE_DATE";
|
|
this.colWARE_DATE.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colDOCCTNUMBER
|
|
//
|
|
this.colDOCCTNUMBER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDOCCTNUMBER.AppearanceCell.Options.UseFont = true;
|
|
this.colDOCCTNUMBER.FieldName = "DOCCTNUMBER";
|
|
this.colDOCCTNUMBER.Name = "colDOCCTNUMBER";
|
|
this.colDOCCTNUMBER.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// repositoryItemCheckEdit6
|
|
//
|
|
this.repositoryItemCheckEdit6.AutoHeight = false;
|
|
this.repositoryItemCheckEdit6.Caption = "Check";
|
|
this.repositoryItemCheckEdit6.Name = "repositoryItemCheckEdit6";
|
|
//
|
|
// repositoryItemCheckEdit7
|
|
//
|
|
this.repositoryItemCheckEdit7.AutoHeight = false;
|
|
this.repositoryItemCheckEdit7.Caption = "Check";
|
|
this.repositoryItemCheckEdit7.Name = "repositoryItemCheckEdit7";
|
|
this.repositoryItemCheckEdit7.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
|
|
this.repositoryItemCheckEdit7.ValueChecked = "1";
|
|
this.repositoryItemCheckEdit7.ValueUnchecked = "0";
|
|
//
|
|
// FrmGoodsSelect
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(994, 403);
|
|
this.Controls.Add(this.GCMI);
|
|
this.Controls.Add(this.panelControl5);
|
|
this.Name = "FrmGoodsSelect";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "库存商品筛选";
|
|
this.Load += new System.EventHandler(this.FrmGoodsSelect_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
|
this.panelControl5.ResumeLayout(false);
|
|
this.panelControl5.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPStoWork.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSMITab)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPSeatEnd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPSeatStar.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPArea.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSMIView)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit7)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl5;
|
|
private Ctrl.CtrlButtons ctrlButtons1;
|
|
private Ctrl.CtrlDictonary DicGoods;
|
|
private Ctrl.CtrlButtons btnCommit;
|
|
private DevExpress.XtraEditors.LabelControl labelControl17;
|
|
private Ctrl.LookUpEditSystem LEPSeatEnd;
|
|
private DevExpress.XtraEditors.LabelControl labelControl16;
|
|
private Ctrl.LookUpEditSystem LEPSeatStar;
|
|
private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
private Ctrl.LookUpEditSystem LEPArea;
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
private Ctrl.GridControlCustom GCMI;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVMI;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit6;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit7;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private System.Windows.Forms.BindingSource BSMIView;
|
|
private System.Windows.Forms.BindingSource BSMITab;
|
|
private Ctrl.LookUpEditSystem LEPStoWork;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colIsCheckRec;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTOCK_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPUTIN_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAREA_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAREA_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_STAR;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_END;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_MODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPROVIDER_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDOCCTNUMBER;
|
|
}
|
|
} |