1164 lines
68 KiB
C#
1164 lines
68 KiB
C#
|
|
namespace WMS.FrmRK
|
|||
|
|
{
|
|||
|
|
partial class FrmReceiveDet
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required designer variable.
|
|||
|
|
/// </summary>
|
|||
|
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Clean up any resources being used.
|
|||
|
|
/// </summary>
|
|||
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
|
protected override void Dispose(bool disposing)
|
|||
|
|
{
|
|||
|
|
if (disposing && (components != null))
|
|||
|
|
{
|
|||
|
|
components.Dispose();
|
|||
|
|
}
|
|||
|
|
base.Dispose(disposing);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#region Windows Form Designer generated code
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Required method for Designer support - do not modify
|
|||
|
|
/// the contents of this method with the code editor.
|
|||
|
|
/// </summary>
|
|||
|
|
private void InitializeComponent()
|
|||
|
|
{
|
|||
|
|
this.components = new System.ComponentModel.Container();
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReceiveDet));
|
|||
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.ct_starge = new WMS.Ctrl.CtrlDictonary();
|
|||
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.txtRemark = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|||
|
|
this.BSReceve = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.DicPrintMan = new WMS.Ctrl.CtrlDictonary();
|
|||
|
|
this.DicReceMan = new WMS.Ctrl.CtrlDictonary();
|
|||
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.DateRece = new DevExpress.XtraEditors.DateEdit();
|
|||
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.txtDreiver = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|||
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.txtCarID = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|||
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.txtTeam = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|||
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
|
this.BSReceveinfo = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|||
|
|
this.GCReceive = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.GVReceive = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colBarCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOT_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWarehousing_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colStorage_area_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colStorage_area_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLocation_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.colLocation_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPallet_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGoods_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGoods_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGoods_Num = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colProduction_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colTotal_volume = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colTotal_rough_weight = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colTotal_net_weigh = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colTotal_money = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCodedisk_per = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCodedisk_per_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCodedisk_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVersion = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colOperatorID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colOperateDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGvolume = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGoods_type_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGoods_type_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colScale_unit = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_MEASURE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_MEASURE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colAUTOSTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|||
|
|
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.repositoryItemLookUpEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.repositoryItemLookUpEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|||
|
|
this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|||
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|||
|
|
this.btnSave = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.btDel = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.btnADD = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.btnClose = new WMS.Ctrl.CtrlButtons();
|
|||
|
|
this.panel2.SuspendLayout();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSReceve)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.DateRece.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.DateRece.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDreiver.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCarID.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeam.Properties)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSReceveinfo)).BeginInit();
|
|||
|
|
this.panel3.SuspendLayout();
|
|||
|
|
this.panel5.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCReceive)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVReceive)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit5)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
|
|||
|
|
this.panel4.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel2
|
|||
|
|
//
|
|||
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|||
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
|
this.panel2.Location = new System.Drawing.Point(0, 320);
|
|||
|
|
this.panel2.Name = "panel2";
|
|||
|
|
this.panel2.Size = new System.Drawing.Size(695, 203);
|
|||
|
|
this.panel2.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl4);
|
|||
|
|
this.groupBox1.Controls.Add(this.comboBox1);
|
|||
|
|
this.groupBox1.Controls.Add(this.ct_starge);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|||
|
|
this.groupBox1.Controls.Add(this.txtRemark);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|||
|
|
this.groupBox1.Controls.Add(this.DicPrintMan);
|
|||
|
|
this.groupBox1.Controls.Add(this.DicReceMan);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl8);
|
|||
|
|
this.groupBox1.Controls.Add(this.DateRece);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl9);
|
|||
|
|
this.groupBox1.Controls.Add(this.txtDreiver);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl6);
|
|||
|
|
this.groupBox1.Controls.Add(this.txtCarID);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl7);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl3);
|
|||
|
|
this.groupBox1.Controls.Add(this.txtTeam);
|
|||
|
|
this.groupBox1.Controls.Add(this.labelControl5);
|
|||
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(695, 203);
|
|||
|
|
this.groupBox1.TabIndex = 0;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// labelControl4
|
|||
|
|
//
|
|||
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl4.Location = new System.Drawing.Point(611, 107);
|
|||
|
|
this.labelControl4.Name = "labelControl4";
|
|||
|
|
this.labelControl4.Size = new System.Drawing.Size(30, 15);
|
|||
|
|
this.labelControl4.TabIndex = 115;
|
|||
|
|
this.labelControl4.Text = "站台";
|
|||
|
|
this.labelControl4.Visible = false;
|
|||
|
|
//
|
|||
|
|
// comboBox1
|
|||
|
|
//
|
|||
|
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
|
this.comboBox1.Location = new System.Drawing.Point(647, 101);
|
|||
|
|
this.comboBox1.Name = "comboBox1";
|
|||
|
|
this.comboBox1.Size = new System.Drawing.Size(199, 22);
|
|||
|
|
this.comboBox1.TabIndex = 114;
|
|||
|
|
this.comboBox1.Visible = false;
|
|||
|
|
//
|
|||
|
|
// ct_starge
|
|||
|
|
//
|
|||
|
|
this.ct_starge.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.ct_starge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.ct_starge.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
|
this.ct_starge.DictonaryTableName = WMS.Ctrl.DictonaryType.仓库信息t_BASE_STORAGEINFO;
|
|||
|
|
this.ct_starge.ErrText = "无数据重新查询";
|
|||
|
|
this.ct_starge.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.ct_starge.IsSqlWhere = false;
|
|||
|
|
this.ct_starge.Location = new System.Drawing.Point(83, 22);
|
|||
|
|
this.ct_starge.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|||
|
|
this.ct_starge.Name = "ct_starge";
|
|||
|
|
this.ct_starge.Number = 0;
|
|||
|
|
this.ct_starge.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|||
|
|
this.ct_starge.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ct_starge.ShowColumns"))),
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ct_starge.ShowColumns1")))});
|
|||
|
|
this.ct_starge.Size = new System.Drawing.Size(196, 29);
|
|||
|
|
this.ct_starge.SqlStr = null;
|
|||
|
|
this.ct_starge.TabIndex = 112;
|
|||
|
|
this.ct_starge.TextBoxFlag = "";
|
|||
|
|
this.ct_starge.TextBoxValue = "";
|
|||
|
|
this.ct_starge.Button_Click += new System.EventHandler(this.ct_starge_Button_Click);
|
|||
|
|
//
|
|||
|
|
// labelControl2
|
|||
|
|
//
|
|||
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl2.Location = new System.Drawing.Point(45, 28);
|
|||
|
|
this.labelControl2.Name = "labelControl2";
|
|||
|
|
this.labelControl2.Size = new System.Drawing.Size(30, 15);
|
|||
|
|
this.labelControl2.TabIndex = 113;
|
|||
|
|
this.labelControl2.Text = "仓库";
|
|||
|
|
//
|
|||
|
|
// txtRemark
|
|||
|
|
//
|
|||
|
|
this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSReceve, "REMARK", true));
|
|||
|
|
this.txtRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSReceve, "REMARK", true));
|
|||
|
|
this.txtRemark.FrmSelect = false;
|
|||
|
|
this.txtRemark.Location = new System.Drawing.Point(83, 57);
|
|||
|
|
this.txtRemark.MustText = false;
|
|||
|
|
this.txtRemark.Name = "txtRemark";
|
|||
|
|
this.txtRemark.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
|
this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.txtRemark.Properties.Appearance.Options.UseBackColor = true;
|
|||
|
|
this.txtRemark.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.txtRemark.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|||
|
|
this.txtRemark.Size = new System.Drawing.Size(493, 24);
|
|||
|
|
this.txtRemark.StrLen = 0;
|
|||
|
|
this.txtRemark.TabIndex = 6;
|
|||
|
|
this.txtRemark.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|||
|
|
this.txtRemark.ValText = "";
|
|||
|
|
//
|
|||
|
|
// BSReceve
|
|||
|
|
//
|
|||
|
|
this.BSReceve.DataSource = typeof(WMS.Model.RK.ReceivingModel);
|
|||
|
|
//
|
|||
|
|
// labelControl1
|
|||
|
|
//
|
|||
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl1.Location = new System.Drawing.Point(45, 63);
|
|||
|
|
this.labelControl1.Name = "labelControl1";
|
|||
|
|
this.labelControl1.Size = new System.Drawing.Size(30, 15);
|
|||
|
|
this.labelControl1.TabIndex = 111;
|
|||
|
|
this.labelControl1.Text = "备注";
|
|||
|
|
//
|
|||
|
|
// DicPrintMan
|
|||
|
|
//
|
|||
|
|
this.DicPrintMan.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.DicPrintMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.DicPrintMan.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
|
this.DicPrintMan.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|||
|
|
this.DicPrintMan.ErrText = "无数据重新查询";
|
|||
|
|
this.DicPrintMan.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.DicPrintMan.IsSqlWhere = false;
|
|||
|
|
this.DicPrintMan.Location = new System.Drawing.Point(377, 130);
|
|||
|
|
this.DicPrintMan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|||
|
|
this.DicPrintMan.Name = "DicPrintMan";
|
|||
|
|
this.DicPrintMan.Number = 0;
|
|||
|
|
this.DicPrintMan.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|||
|
|
this.DicPrintMan.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicPrintMan.ShowColumns"))),
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicPrintMan.ShowColumns1")))});
|
|||
|
|
this.DicPrintMan.Size = new System.Drawing.Size(199, 32);
|
|||
|
|
this.DicPrintMan.SqlStr = null;
|
|||
|
|
this.DicPrintMan.TabIndex = 5;
|
|||
|
|
this.DicPrintMan.TextBoxFlag = "";
|
|||
|
|
this.DicPrintMan.TextBoxValue = "";
|
|||
|
|
this.DicPrintMan.Visible = false;
|
|||
|
|
//
|
|||
|
|
// DicReceMan
|
|||
|
|
//
|
|||
|
|
this.DicReceMan.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.DicReceMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.DicReceMan.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
|
this.DicReceMan.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|||
|
|
this.DicReceMan.ErrText = "无数据重新查询";
|
|||
|
|
this.DicReceMan.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.DicReceMan.IsSqlWhere = false;
|
|||
|
|
this.DicReceMan.Location = new System.Drawing.Point(83, 130);
|
|||
|
|
this.DicReceMan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|||
|
|
this.DicReceMan.Name = "DicReceMan";
|
|||
|
|
this.DicReceMan.Number = 0;
|
|||
|
|
this.DicReceMan.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|||
|
|
this.DicReceMan.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicReceMan.ShowColumns"))),
|
|||
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicReceMan.ShowColumns1")))});
|
|||
|
|
this.DicReceMan.Size = new System.Drawing.Size(196, 29);
|
|||
|
|
this.DicReceMan.SqlStr = null;
|
|||
|
|
this.DicReceMan.TabIndex = 2;
|
|||
|
|
this.DicReceMan.TextBoxFlag = "";
|
|||
|
|
this.DicReceMan.TextBoxValue = "";
|
|||
|
|
this.DicReceMan.Visible = false;
|
|||
|
|
//
|
|||
|
|
// labelControl8
|
|||
|
|
//
|
|||
|
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl8.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl8.Location = new System.Drawing.Point(326, 139);
|
|||
|
|
this.labelControl8.Name = "labelControl8";
|
|||
|
|
this.labelControl8.Size = new System.Drawing.Size(45, 15);
|
|||
|
|
this.labelControl8.TabIndex = 56;
|
|||
|
|
this.labelControl8.Text = "打印人";
|
|||
|
|
this.labelControl8.Visible = false;
|
|||
|
|
//
|
|||
|
|
// DateRece
|
|||
|
|
//
|
|||
|
|
this.DateRece.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSReceve, "RECE_DATE", true));
|
|||
|
|
this.DateRece.EditValue = null;
|
|||
|
|
this.DateRece.Location = new System.Drawing.Point(377, 25);
|
|||
|
|
this.DateRece.Name = "DateRece";
|
|||
|
|
this.DateRece.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.DateRece.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.DateRece.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.DateRece.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.DateRece.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
|
|||
|
|
this.DateRece.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.DateRece.Size = new System.Drawing.Size(199, 22);
|
|||
|
|
this.DateRece.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// labelControl9
|
|||
|
|
//
|
|||
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl9.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl9.Location = new System.Drawing.Point(45, 94);
|
|||
|
|
this.labelControl9.Name = "labelControl9";
|
|||
|
|
this.labelControl9.Size = new System.Drawing.Size(30, 15);
|
|||
|
|
this.labelControl9.TabIndex = 53;
|
|||
|
|
this.labelControl9.Text = "司机";
|
|||
|
|
this.labelControl9.Visible = false;
|
|||
|
|
//
|
|||
|
|
// txtDreiver
|
|||
|
|
//
|
|||
|
|
this.txtDreiver.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSReceve, "DRIVER", true));
|
|||
|
|
this.txtDreiver.FrmSelect = false;
|
|||
|
|
this.txtDreiver.Location = new System.Drawing.Point(83, 90);
|
|||
|
|
this.txtDreiver.MustText = false;
|
|||
|
|
this.txtDreiver.Name = "txtDreiver";
|
|||
|
|
this.txtDreiver.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
|
this.txtDreiver.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.txtDreiver.Properties.Appearance.Options.UseBackColor = true;
|
|||
|
|
this.txtDreiver.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.txtDreiver.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|||
|
|
this.txtDreiver.Size = new System.Drawing.Size(196, 24);
|
|||
|
|
this.txtDreiver.StrLen = 0;
|
|||
|
|
this.txtDreiver.TabIndex = 3;
|
|||
|
|
this.txtDreiver.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|||
|
|
this.txtDreiver.ValText = "";
|
|||
|
|
this.txtDreiver.Visible = false;
|
|||
|
|
//
|
|||
|
|
// labelControl6
|
|||
|
|
//
|
|||
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl6.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl6.Location = new System.Drawing.Point(611, 142);
|
|||
|
|
this.labelControl6.Name = "labelControl6";
|
|||
|
|
this.labelControl6.Size = new System.Drawing.Size(30, 15);
|
|||
|
|
this.labelControl6.TabIndex = 51;
|
|||
|
|
this.labelControl6.Text = "车号";
|
|||
|
|
this.labelControl6.Visible = false;
|
|||
|
|
//
|
|||
|
|
// txtCarID
|
|||
|
|
//
|
|||
|
|
this.txtCarID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSReceve, "CAR_ID", true));
|
|||
|
|
this.txtCarID.FrmSelect = false;
|
|||
|
|
this.txtCarID.Location = new System.Drawing.Point(647, 138);
|
|||
|
|
this.txtCarID.MustText = false;
|
|||
|
|
this.txtCarID.Name = "txtCarID";
|
|||
|
|
this.txtCarID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
|
this.txtCarID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.txtCarID.Properties.Appearance.Options.UseBackColor = true;
|
|||
|
|
this.txtCarID.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.txtCarID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|||
|
|
this.txtCarID.Size = new System.Drawing.Size(199, 24);
|
|||
|
|
this.txtCarID.StrLen = 0;
|
|||
|
|
this.txtCarID.TabIndex = 4;
|
|||
|
|
this.txtCarID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|||
|
|
this.txtCarID.ValText = "";
|
|||
|
|
this.txtCarID.Visible = false;
|
|||
|
|
//
|
|||
|
|
// labelControl7
|
|||
|
|
//
|
|||
|
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl7.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl7.Location = new System.Drawing.Point(30, 139);
|
|||
|
|
this.labelControl7.Name = "labelControl7";
|
|||
|
|
this.labelControl7.Size = new System.Drawing.Size(45, 15);
|
|||
|
|
this.labelControl7.TabIndex = 49;
|
|||
|
|
this.labelControl7.Text = "收货人";
|
|||
|
|
this.labelControl7.Visible = false;
|
|||
|
|
//
|
|||
|
|
// labelControl3
|
|||
|
|
//
|
|||
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl3.Location = new System.Drawing.Point(311, 31);
|
|||
|
|
this.labelControl3.Name = "labelControl3";
|
|||
|
|
this.labelControl3.Size = new System.Drawing.Size(60, 15);
|
|||
|
|
this.labelControl3.TabIndex = 47;
|
|||
|
|
this.labelControl3.Text = "收货时间";
|
|||
|
|
//
|
|||
|
|
// txtTeam
|
|||
|
|
//
|
|||
|
|
this.txtTeam.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSReceve, "TEAM", true));
|
|||
|
|
this.txtTeam.FrmSelect = false;
|
|||
|
|
this.txtTeam.Location = new System.Drawing.Point(650, 178);
|
|||
|
|
this.txtTeam.MustText = false;
|
|||
|
|
this.txtTeam.Name = "txtTeam";
|
|||
|
|
this.txtTeam.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
|
this.txtTeam.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.txtTeam.Properties.Appearance.Options.UseBackColor = true;
|
|||
|
|
this.txtTeam.Properties.Appearance.Options.UseFont = true;
|
|||
|
|
this.txtTeam.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|||
|
|
this.txtTeam.Size = new System.Drawing.Size(196, 24);
|
|||
|
|
this.txtTeam.StrLen = 0;
|
|||
|
|
this.txtTeam.TabIndex = 0;
|
|||
|
|
this.txtTeam.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|||
|
|
this.txtTeam.ValText = "";
|
|||
|
|
this.txtTeam.Visible = false;
|
|||
|
|
//
|
|||
|
|
// labelControl5
|
|||
|
|
//
|
|||
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.labelControl5.Appearance.Options.UseFont = true;
|
|||
|
|
this.labelControl5.Location = new System.Drawing.Point(582, 182);
|
|||
|
|
this.labelControl5.Name = "labelControl5";
|
|||
|
|
this.labelControl5.Size = new System.Drawing.Size(60, 15);
|
|||
|
|
this.labelControl5.TabIndex = 45;
|
|||
|
|
this.labelControl5.Text = "卸车班组";
|
|||
|
|
this.labelControl5.Visible = false;
|
|||
|
|
//
|
|||
|
|
// BSReceveinfo
|
|||
|
|
//
|
|||
|
|
this.BSReceveinfo.DataSource = typeof(WMS.Model.RK.CodeDiskModel);
|
|||
|
|
//
|
|||
|
|
// panel3
|
|||
|
|
//
|
|||
|
|
this.panel3.Controls.Add(this.panel5);
|
|||
|
|
this.panel3.Controls.Add(this.panel4);
|
|||
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel3.Name = "panel3";
|
|||
|
|
this.panel3.Size = new System.Drawing.Size(695, 320);
|
|||
|
|
this.panel3.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// panel5
|
|||
|
|
//
|
|||
|
|
this.panel5.Controls.Add(this.GCReceive);
|
|||
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.panel5.Location = new System.Drawing.Point(0, 76);
|
|||
|
|
this.panel5.Name = "panel5";
|
|||
|
|
this.panel5.Size = new System.Drawing.Size(695, 244);
|
|||
|
|
this.panel5.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// GCReceive
|
|||
|
|
//
|
|||
|
|
this.GCReceive.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorApproveValue = null;
|
|||
|
|
this.GCReceive.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorPassValue = null;
|
|||
|
|
this.GCReceive.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorRepealValue = null;
|
|||
|
|
this.GCReceive.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorReWorkValue = null;
|
|||
|
|
this.GCReceive.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCReceive.ColorShortageValue = null;
|
|||
|
|
this.GCReceive.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorUnExecuteValue = null;
|
|||
|
|
this.GCReceive.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorUnPassValue = null;
|
|||
|
|
this.GCReceive.ColorVerify = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorVerifyFlagColumn = null;
|
|||
|
|
this.GCReceive.ColorVerifyValue = null;
|
|||
|
|
this.GCReceive.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCReceive.ColorWarningValue = null;
|
|||
|
|
this.GCReceive.DataSource = this.BSReceveinfo;
|
|||
|
|
this.GCReceive.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCReceive.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCReceive.IndicatorWidth = 40;
|
|||
|
|
this.GCReceive.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.GCReceive.MainView = this.GVReceive;
|
|||
|
|
this.GCReceive.Name = "GCReceive";
|
|||
|
|
this.GCReceive.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|||
|
|
this.Check,
|
|||
|
|
this.repositoryItemCheckEdit2,
|
|||
|
|
this.repositoryItemCheckEdit1,
|
|||
|
|
this.repositoryItemLookUpEdit1,
|
|||
|
|
this.repositoryItemLookUpEdit2,
|
|||
|
|
this.repositoryItemLookUpEdit3,
|
|||
|
|
this.repositoryItemLookUpEdit4,
|
|||
|
|
this.repositoryItemLookUpEdit5,
|
|||
|
|
this.repositoryItemComboBox1});
|
|||
|
|
this.GCReceive.ShowRowID = true;
|
|||
|
|
this.GCReceive.Size = new System.Drawing.Size(695, 244);
|
|||
|
|
this.GCReceive.TabIndex = 7;
|
|||
|
|
this.GCReceive.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVReceive});
|
|||
|
|
this.GCReceive.Click += new System.EventHandler(this.GCReceive_Click);
|
|||
|
|
//
|
|||
|
|
// GVReceive
|
|||
|
|
//
|
|||
|
|
this.GVReceive.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVReceive.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVReceive.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.GVReceive.Appearance.HeaderPanel.Options.UseFont = true;
|
|||
|
|
this.GVReceive.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.GVReceive.Appearance.Row.Options.UseFont = true;
|
|||
|
|
this.GVReceive.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colBarCode,
|
|||
|
|
this.colLOT_ID,
|
|||
|
|
this.colWarehousing_id,
|
|||
|
|
this.colStorage_area_id,
|
|||
|
|
this.colStorage_area_name,
|
|||
|
|
this.colLocation_id,
|
|||
|
|
this.colLocation_name,
|
|||
|
|
this.colPallet_id,
|
|||
|
|
this.colGoods_id,
|
|||
|
|
this.colGoods_name,
|
|||
|
|
this.colUnit,
|
|||
|
|
this.colGoods_Num,
|
|||
|
|
this.colProduction_date,
|
|||
|
|
this.colTotal_volume,
|
|||
|
|
this.colTotal_rough_weight,
|
|||
|
|
this.colTotal_net_weigh,
|
|||
|
|
this.colTotal_money,
|
|||
|
|
this.colCodedisk_per,
|
|||
|
|
this.colCodedisk_per_name,
|
|||
|
|
this.colCodedisk_date,
|
|||
|
|
this.colRemark,
|
|||
|
|
this.colVersion,
|
|||
|
|
this.colOperatorID,
|
|||
|
|
this.colOperateDate,
|
|||
|
|
this.colGvolume,
|
|||
|
|
this.colGoods_type_id,
|
|||
|
|
this.colGoods_type_name,
|
|||
|
|
this.colScale_unit,
|
|||
|
|
this.colPrice,
|
|||
|
|
this.colSTORAGE_ID,
|
|||
|
|
this.colSTORAGE_NAME,
|
|||
|
|
this.colGOODS_MEASURE_ID,
|
|||
|
|
this.colGOODS_MEASURE_NAME,
|
|||
|
|
this.colAUTOSTS});
|
|||
|
|
this.GVReceive.GridControl = this.GCReceive;
|
|||
|
|
this.GVReceive.IndicatorWidth = 34;
|
|||
|
|
this.GVReceive.Name = "GVReceive";
|
|||
|
|
this.GVReceive.OptionsSelection.MultiSelect = true;
|
|||
|
|
this.GVReceive.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVReceive.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVReceive.OptionsView.ShowFooter = true;
|
|||
|
|
this.GVReceive.OptionsView.ShowGroupPanel = false;
|
|||
|
|
//
|
|||
|
|
// colBarCode
|
|||
|
|
//
|
|||
|
|
this.colBarCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colBarCode.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colBarCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colBarCode.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colBarCode.FieldName = "BarCode";
|
|||
|
|
this.colBarCode.Name = "colBarCode";
|
|||
|
|
this.colBarCode.OptionsColumn.AllowEdit = false;
|
|||
|
|
this.colBarCode.Width = 115;
|
|||
|
|
//
|
|||
|
|
// colLOT_ID
|
|||
|
|
//
|
|||
|
|
this.colLOT_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLOT_ID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLOT_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLOT_ID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colLOT_ID.FieldName = "LOT_ID";
|
|||
|
|
this.colLOT_ID.Name = "colLOT_ID";
|
|||
|
|
//
|
|||
|
|
// colWarehousing_id
|
|||
|
|
//
|
|||
|
|
this.colWarehousing_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colWarehousing_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colWarehousing_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colWarehousing_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colWarehousing_id.FieldName = "Warehousing_id";
|
|||
|
|
this.colWarehousing_id.Name = "colWarehousing_id";
|
|||
|
|
//
|
|||
|
|
// colStorage_area_id
|
|||
|
|
//
|
|||
|
|
this.colStorage_area_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colStorage_area_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colStorage_area_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colStorage_area_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colStorage_area_id.FieldName = "Storage_area_id";
|
|||
|
|
this.colStorage_area_id.Name = "colStorage_area_id";
|
|||
|
|
//
|
|||
|
|
// colStorage_area_name
|
|||
|
|
//
|
|||
|
|
this.colStorage_area_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colStorage_area_name.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colStorage_area_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colStorage_area_name.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colStorage_area_name.FieldName = "Storage_area_name";
|
|||
|
|
this.colStorage_area_name.Name = "colStorage_area_name";
|
|||
|
|
//
|
|||
|
|
// colLocation_id
|
|||
|
|
//
|
|||
|
|
this.colLocation_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLocation_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLocation_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLocation_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colLocation_id.ColumnEdit = this.repositoryItemLookUpEdit3;
|
|||
|
|
this.colLocation_id.FieldName = "LOCATION_ID";
|
|||
|
|
this.colLocation_id.Name = "colLocation_id";
|
|||
|
|
this.colLocation_id.Visible = true;
|
|||
|
|
this.colLocation_id.VisibleIndex = 4;
|
|||
|
|
this.colLocation_id.Width = 118;
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit3
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit3.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit3.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("LOCATION_ID", "库位编号")});
|
|||
|
|
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
|
|||
|
|
this.repositoryItemLookUpEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|||
|
|
//
|
|||
|
|
// colLocation_name
|
|||
|
|
//
|
|||
|
|
this.colLocation_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLocation_name.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colLocation_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colLocation_name.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colLocation_name.ColumnEdit = this.repositoryItemLookUpEdit3;
|
|||
|
|
this.colLocation_name.FieldName = "Location_name";
|
|||
|
|
this.colLocation_name.Name = "colLocation_name";
|
|||
|
|
//
|
|||
|
|
// colPallet_id
|
|||
|
|
//
|
|||
|
|
this.colPallet_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colPallet_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colPallet_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colPallet_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colPallet_id.FieldName = "Pallet_id";
|
|||
|
|
this.colPallet_id.Name = "colPallet_id";
|
|||
|
|
this.colPallet_id.Visible = true;
|
|||
|
|
this.colPallet_id.VisibleIndex = 3;
|
|||
|
|
this.colPallet_id.Width = 155;
|
|||
|
|
//
|
|||
|
|
// colGoods_id
|
|||
|
|
//
|
|||
|
|
this.colGoods_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGoods_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGoods_id.FieldName = "Goods_id";
|
|||
|
|
this.colGoods_id.Name = "colGoods_id";
|
|||
|
|
this.colGoods_id.Visible = true;
|
|||
|
|
this.colGoods_id.VisibleIndex = 1;
|
|||
|
|
this.colGoods_id.Width = 103;
|
|||
|
|
//
|
|||
|
|
// colGoods_name
|
|||
|
|
//
|
|||
|
|
this.colGoods_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_name.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGoods_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_name.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGoods_name.ColumnEdit = this.repositoryItemLookUpEdit1;
|
|||
|
|
this.colGoods_name.FieldName = "Goods_name";
|
|||
|
|
this.colGoods_name.Name = "colGoods_name";
|
|||
|
|
this.colGoods_name.Visible = true;
|
|||
|
|
this.colGoods_name.VisibleIndex = 0;
|
|||
|
|
this.colGoods_name.Width = 105;
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("GOODS_ID", 50, "物料编号"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("GOODS_NAME", 50, "物料名称")});
|
|||
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|||
|
|
this.repositoryItemLookUpEdit1.NullText = "";
|
|||
|
|
this.repositoryItemLookUpEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|||
|
|
//
|
|||
|
|
// colUnit
|
|||
|
|
//
|
|||
|
|
this.colUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colUnit.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colUnit.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colUnit.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colUnit.FieldName = "Unit";
|
|||
|
|
this.colUnit.Name = "colUnit";
|
|||
|
|
//
|
|||
|
|
// colGoods_Num
|
|||
|
|
//
|
|||
|
|
this.colGoods_Num.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_Num.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGoods_Num.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_Num.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGoods_Num.FieldName = "Goods_Num";
|
|||
|
|
this.colGoods_Num.Name = "colGoods_Num";
|
|||
|
|
this.colGoods_Num.Visible = true;
|
|||
|
|
this.colGoods_Num.VisibleIndex = 2;
|
|||
|
|
this.colGoods_Num.Width = 102;
|
|||
|
|
//
|
|||
|
|
// colProduction_date
|
|||
|
|
//
|
|||
|
|
this.colProduction_date.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colProduction_date.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colProduction_date.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colProduction_date.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colProduction_date.FieldName = "Production_date";
|
|||
|
|
this.colProduction_date.Name = "colProduction_date";
|
|||
|
|
//
|
|||
|
|
// colTotal_volume
|
|||
|
|
//
|
|||
|
|
this.colTotal_volume.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_volume.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colTotal_volume.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_volume.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colTotal_volume.FieldName = "Total_volume";
|
|||
|
|
this.colTotal_volume.Name = "colTotal_volume";
|
|||
|
|
//
|
|||
|
|
// colTotal_rough_weight
|
|||
|
|
//
|
|||
|
|
this.colTotal_rough_weight.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_rough_weight.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colTotal_rough_weight.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_rough_weight.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colTotal_rough_weight.FieldName = "Total_rough_weight";
|
|||
|
|
this.colTotal_rough_weight.Name = "colTotal_rough_weight";
|
|||
|
|
//
|
|||
|
|
// colTotal_net_weigh
|
|||
|
|
//
|
|||
|
|
this.colTotal_net_weigh.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_net_weigh.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colTotal_net_weigh.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_net_weigh.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colTotal_net_weigh.FieldName = "Total_net_weigh";
|
|||
|
|
this.colTotal_net_weigh.Name = "colTotal_net_weigh";
|
|||
|
|
//
|
|||
|
|
// colTotal_money
|
|||
|
|
//
|
|||
|
|
this.colTotal_money.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_money.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colTotal_money.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colTotal_money.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colTotal_money.FieldName = "Total_money";
|
|||
|
|
this.colTotal_money.Name = "colTotal_money";
|
|||
|
|
//
|
|||
|
|
// colCodedisk_per
|
|||
|
|
//
|
|||
|
|
this.colCodedisk_per.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_per.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_per.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_per.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_per.FieldName = "Codedisk_per";
|
|||
|
|
this.colCodedisk_per.Name = "colCodedisk_per";
|
|||
|
|
//
|
|||
|
|
// colCodedisk_per_name
|
|||
|
|
//
|
|||
|
|
this.colCodedisk_per_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_per_name.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_per_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_per_name.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_per_name.FieldName = "Codedisk_per_name";
|
|||
|
|
this.colCodedisk_per_name.Name = "colCodedisk_per_name";
|
|||
|
|
//
|
|||
|
|
// colCodedisk_date
|
|||
|
|
//
|
|||
|
|
this.colCodedisk_date.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_date.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_date.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colCodedisk_date.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colCodedisk_date.FieldName = "Codedisk_date";
|
|||
|
|
this.colCodedisk_date.Name = "colCodedisk_date";
|
|||
|
|
//
|
|||
|
|
// colRemark
|
|||
|
|
//
|
|||
|
|
this.colRemark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colRemark.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colRemark.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colRemark.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colRemark.FieldName = "Remark";
|
|||
|
|
this.colRemark.Name = "colRemark";
|
|||
|
|
//
|
|||
|
|
// colVersion
|
|||
|
|
//
|
|||
|
|
this.colVersion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colVersion.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colVersion.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colVersion.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colVersion.FieldName = "Version";
|
|||
|
|
this.colVersion.Name = "colVersion";
|
|||
|
|
//
|
|||
|
|
// colOperatorID
|
|||
|
|
//
|
|||
|
|
this.colOperatorID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colOperatorID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colOperatorID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colOperatorID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colOperatorID.FieldName = "OperatorID";
|
|||
|
|
this.colOperatorID.Name = "colOperatorID";
|
|||
|
|
//
|
|||
|
|
// colOperateDate
|
|||
|
|
//
|
|||
|
|
this.colOperateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colOperateDate.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colOperateDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colOperateDate.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colOperateDate.FieldName = "OperateDate";
|
|||
|
|
this.colOperateDate.Name = "colOperateDate";
|
|||
|
|
//
|
|||
|
|
// colGvolume
|
|||
|
|
//
|
|||
|
|
this.colGvolume.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGvolume.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGvolume.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGvolume.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGvolume.FieldName = "Gvolume";
|
|||
|
|
this.colGvolume.Name = "colGvolume";
|
|||
|
|
//
|
|||
|
|
// colGoods_type_id
|
|||
|
|
//
|
|||
|
|
this.colGoods_type_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_type_id.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGoods_type_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_type_id.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGoods_type_id.FieldName = "Goods_type_id";
|
|||
|
|
this.colGoods_type_id.Name = "colGoods_type_id";
|
|||
|
|
//
|
|||
|
|
// colGoods_type_name
|
|||
|
|
//
|
|||
|
|
this.colGoods_type_name.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_type_name.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGoods_type_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGoods_type_name.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGoods_type_name.FieldName = "Goods_type_name";
|
|||
|
|
this.colGoods_type_name.Name = "colGoods_type_name";
|
|||
|
|
//
|
|||
|
|
// colScale_unit
|
|||
|
|
//
|
|||
|
|
this.colScale_unit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colScale_unit.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colScale_unit.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colScale_unit.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colScale_unit.FieldName = "Scale_unit";
|
|||
|
|
this.colScale_unit.Name = "colScale_unit";
|
|||
|
|
//
|
|||
|
|
// colPrice
|
|||
|
|
//
|
|||
|
|
this.colPrice.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colPrice.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colPrice.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colPrice.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colPrice.FieldName = "Price";
|
|||
|
|
this.colPrice.Name = "colPrice";
|
|||
|
|
//
|
|||
|
|
// colSTORAGE_ID
|
|||
|
|
//
|
|||
|
|
this.colSTORAGE_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colSTORAGE_ID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colSTORAGE_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colSTORAGE_ID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
|
|||
|
|
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
|
|||
|
|
//
|
|||
|
|
// colSTORAGE_NAME
|
|||
|
|
//
|
|||
|
|
this.colSTORAGE_NAME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colSTORAGE_NAME.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colSTORAGE_NAME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colSTORAGE_NAME.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
|
|||
|
|
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
|
|||
|
|
//
|
|||
|
|
// colGOODS_MEASURE_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_MEASURE_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGOODS_MEASURE_ID.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGOODS_MEASURE_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGOODS_MEASURE_ID.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGOODS_MEASURE_ID.FieldName = "GOODS_MEASURE_ID";
|
|||
|
|
this.colGOODS_MEASURE_ID.Name = "colGOODS_MEASURE_ID";
|
|||
|
|
//
|
|||
|
|
// colGOODS_MEASURE_NAME
|
|||
|
|
//
|
|||
|
|
this.colGOODS_MEASURE_NAME.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGOODS_MEASURE_NAME.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colGOODS_MEASURE_NAME.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colGOODS_MEASURE_NAME.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colGOODS_MEASURE_NAME.FieldName = "GOODS_MEASURE_NAME";
|
|||
|
|
this.colGOODS_MEASURE_NAME.Name = "colGOODS_MEASURE_NAME";
|
|||
|
|
//
|
|||
|
|
// colAUTOSTS
|
|||
|
|
//
|
|||
|
|
this.colAUTOSTS.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colAUTOSTS.AppearanceCell.Options.UseFont = true;
|
|||
|
|
this.colAUTOSTS.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 11F);
|
|||
|
|
this.colAUTOSTS.AppearanceHeader.Options.UseFont = true;
|
|||
|
|
this.colAUTOSTS.FieldName = "AUTOSTS";
|
|||
|
|
this.colAUTOSTS.Name = "colAUTOSTS";
|
|||
|
|
//
|
|||
|
|
// Check
|
|||
|
|
//
|
|||
|
|
this.Check.AutoHeight = false;
|
|||
|
|
this.Check.Caption = "Check";
|
|||
|
|
this.Check.Name = "Check";
|
|||
|
|
//
|
|||
|
|
// repositoryItemCheckEdit2
|
|||
|
|
//
|
|||
|
|
this.repositoryItemCheckEdit2.AutoHeight = false;
|
|||
|
|
this.repositoryItemCheckEdit2.Caption = "Check";
|
|||
|
|
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
|
|||
|
|
//
|
|||
|
|
// repositoryItemCheckEdit1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|||
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|||
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit2
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit2.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PALLET_ID", 50, "托盘编号"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PALLET_NAME", 50, "托盘名称")});
|
|||
|
|
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
|
|||
|
|
this.repositoryItemLookUpEdit2.NullText = "";
|
|||
|
|
this.repositoryItemLookUpEdit2.Tag = " ";
|
|||
|
|
this.repositoryItemLookUpEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit4
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit4.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit4.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WIP_ENTITY", 200, "工单"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("GOODS_ID", 100, "顶层物料"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("MATERIAL_ID", 120, "物资编号"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("STAND_NUM", 80, "数量"),
|
|||
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("MATERIAL_NAME", 100, "描述")});
|
|||
|
|
this.repositoryItemLookUpEdit4.Name = "repositoryItemLookUpEdit4";
|
|||
|
|
this.repositoryItemLookUpEdit4.NullText = "请选择工单号";
|
|||
|
|
this.repositoryItemLookUpEdit4.PopupWidth = 600;
|
|||
|
|
this.repositoryItemLookUpEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|||
|
|
//
|
|||
|
|
// repositoryItemLookUpEdit5
|
|||
|
|
//
|
|||
|
|
this.repositoryItemLookUpEdit5.AutoHeight = false;
|
|||
|
|
this.repositoryItemLookUpEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemLookUpEdit5.Name = "repositoryItemLookUpEdit5";
|
|||
|
|
//
|
|||
|
|
// repositoryItemComboBox1
|
|||
|
|
//
|
|||
|
|
this.repositoryItemComboBox1.AutoHeight = false;
|
|||
|
|
this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
|
this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
|
|||
|
|
//
|
|||
|
|
// panel4
|
|||
|
|
//
|
|||
|
|
this.panel4.Controls.Add(this.btnSave);
|
|||
|
|
this.panel4.Controls.Add(this.btDel);
|
|||
|
|
this.panel4.Controls.Add(this.btnADD);
|
|||
|
|
this.panel4.Controls.Add(this.btnClose);
|
|||
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.panel4.Name = "panel4";
|
|||
|
|
this.panel4.Size = new System.Drawing.Size(695, 76);
|
|||
|
|
this.panel4.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// btnSave
|
|||
|
|
//
|
|||
|
|
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.btnSave.Appearance.Options.UseFont = true;
|
|||
|
|
this.btnSave.BoolDiagFrm = false;
|
|||
|
|
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
|
|||
|
|
this.btnSave.ImageUri.Uri = "SaveAll;Office2013";
|
|||
|
|
this.btnSave.Location = new System.Drawing.Point(363, 12);
|
|||
|
|
this.btnSave.Name = "btnSave";
|
|||
|
|
this.btnSave.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.btnSave.TabIndex = 16;
|
|||
|
|
this.btnSave.Text = " 保存 ";
|
|||
|
|
this.btnSave.typeButton = " 保存 ";
|
|||
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|||
|
|
//
|
|||
|
|
// btDel
|
|||
|
|
//
|
|||
|
|
this.btDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.btDel.Appearance.Options.UseFont = true;
|
|||
|
|
this.btDel.BoolDiagFrm = false;
|
|||
|
|
this.btDel.Image = ((System.Drawing.Image)(resources.GetObject("btDel.Image")));
|
|||
|
|
this.btDel.ImageUri.Uri = "Delete;Office2013";
|
|||
|
|
this.btDel.Location = new System.Drawing.Point(193, 12);
|
|||
|
|
this.btDel.Name = "btDel";
|
|||
|
|
this.btDel.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.btDel.TabIndex = 15;
|
|||
|
|
this.btDel.Text = " 删除 ";
|
|||
|
|
this.btDel.typeButton = " 删除 ";
|
|||
|
|
this.btDel.Click += new System.EventHandler(this.btDel_Click);
|
|||
|
|
//
|
|||
|
|
// btnADD
|
|||
|
|
//
|
|||
|
|
this.btnADD.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.btnADD.Appearance.Options.UseFont = true;
|
|||
|
|
this.btnADD.BoolDiagFrm = false;
|
|||
|
|
this.btnADD.Image = ((System.Drawing.Image)(resources.GetObject("btnADD.Image")));
|
|||
|
|
this.btnADD.ImageUri.Uri = "Add;Office2013";
|
|||
|
|
this.btnADD.Location = new System.Drawing.Point(23, 12);
|
|||
|
|
this.btnADD.Name = "btnADD";
|
|||
|
|
this.btnADD.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.btnADD.TabIndex = 14;
|
|||
|
|
this.btnADD.Text = " 增加 ";
|
|||
|
|
this.btnADD.typeButton = " 增加 ";
|
|||
|
|
this.btnADD.Click += new System.EventHandler(this.btnADD_Click);
|
|||
|
|
//
|
|||
|
|
// btnClose
|
|||
|
|
//
|
|||
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|||
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|||
|
|
this.btnClose.BoolDiagFrm = false;
|
|||
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|||
|
|
this.btnClose.ImageUri.Uri = "Close;Office2013";
|
|||
|
|
this.btnClose.Location = new System.Drawing.Point(533, 12);
|
|||
|
|
this.btnClose.Name = "btnClose";
|
|||
|
|
this.btnClose.Size = new System.Drawing.Size(150, 45);
|
|||
|
|
this.btnClose.TabIndex = 9;
|
|||
|
|
this.btnClose.Text = " 关闭 ";
|
|||
|
|
this.btnClose.typeButton = " 关闭 ";
|
|||
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1);
|
|||
|
|
//
|
|||
|
|
// FrmReceiveDet
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(695, 523);
|
|||
|
|
this.Controls.Add(this.panel3);
|
|||
|
|
this.Controls.Add(this.panel2);
|
|||
|
|
this.KeyPreview = true;
|
|||
|
|
this.Name = "FrmReceiveDet";
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
|
this.Text = "到货录入";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmReceiveDet_Load);
|
|||
|
|
this.panel2.ResumeLayout(false);
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.groupBox1.PerformLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSReceve)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.DateRece.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.DateRece.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDreiver.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCarID.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.txtTeam.Properties)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.BSReceveinfo)).EndInit();
|
|||
|
|
this.panel3.ResumeLayout(false);
|
|||
|
|
this.panel5.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCReceive)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVReceive)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit5)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
|
|||
|
|
this.panel4.ResumeLayout(false);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel2;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|||
|
|
private Ctrl.WMSCtrlTextBox txtDreiver;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|||
|
|
private Ctrl.WMSCtrlTextBox txtCarID;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
|
private Ctrl.WMSCtrlTextBox txtTeam;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
|
private DevExpress.XtraEditors.DateEdit DateRece;
|
|||
|
|
private Ctrl.CtrlDictonary DicPrintMan;
|
|||
|
|
private Ctrl.CtrlDictonary DicReceMan;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|||
|
|
private System.Windows.Forms.BindingSource BSReceve;
|
|||
|
|
private System.Windows.Forms.BindingSource BSReceveinfo;
|
|||
|
|
private System.Windows.Forms.Panel panel3;
|
|||
|
|
private System.Windows.Forms.Panel panel5;
|
|||
|
|
private Ctrl.GridControlCustom GCReceive;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVReceive;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
|
|||
|
|
private System.Windows.Forms.Panel panel4;
|
|||
|
|
private Ctrl.CtrlButtons btDel;
|
|||
|
|
private Ctrl.CtrlButtons btnADD;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
|
|||
|
|
private Ctrl.WMSCtrlTextBox txtRemark;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
|
private Ctrl.CtrlButtons btnSave;
|
|||
|
|
private Ctrl.CtrlButtons btnClose;
|
|||
|
|
private Ctrl.CtrlDictonary ct_starge;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBarCode;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOT_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWarehousing_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStorage_area_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStorage_area_name;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLocation_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLocation_name;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPallet_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_name;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colUnit;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_Num;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colProduction_date;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTotal_volume;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTotal_rough_weight;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTotal_net_weigh;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTotal_money;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCodedisk_per;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCodedisk_per_name;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCodedisk_date;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colRemark;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVersion;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOperatorID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOperateDate;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGvolume;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_type_id;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_type_name;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colScale_unit;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPrice;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_MEASURE_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_MEASURE_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colAUTOSTS;
|
|||
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit4;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit5;
|
|||
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
|
|||
|
|
}
|
|||
|
|
}
|