namespace Dongke.IBOSS.PRD.Client.SAPDataModule { partial class F_SAP_HEGII_0104 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible(); this.txtLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblLPN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblSerialno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.dtpDateend = new Dongke.WinForm.Controls.DtpDate(); this.dtpDatebegin = new Dongke.WinForm.Controls.DtpDate(); this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip(); this.tsbtnSearch = new System.Windows.Forms.ToolStripButton(); this.tsbtnSynLog = new System.Windows.Forms.ToolStripButton(); this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.SEL = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox(); this.LOGTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CODEI = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SKU = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UDF1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UDF2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SERIALNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LPN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RETURNDESC = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.grpCollapsible1.SuspendLayout(); this.tsrToolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit(); this.SuspendLayout(); // // grpCollapsible1 // this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpCollapsible1.Controls.Add(this.txtLPN); this.grpCollapsible1.Controls.Add(this.lblLPN); this.grpCollapsible1.Controls.Add(this.txtSerialno); this.grpCollapsible1.Controls.Add(this.lblSerialno); this.grpCollapsible1.Controls.Add(this.txtReturnDesc); this.grpCollapsible1.Controls.Add(this.lblReturnDesc); this.grpCollapsible1.Controls.Add(this.lblLogType); this.grpCollapsible1.Controls.Add(this.cmbLogType); this.grpCollapsible1.Controls.Add(this.lblLabel2); this.grpCollapsible1.Controls.Add(this.lblLabel1); this.grpCollapsible1.Controls.Add(this.dtpDateend); this.grpCollapsible1.Controls.Add(this.dtpDatebegin); this.grpCollapsible1.Location = new System.Drawing.Point(0, 38); this.grpCollapsible1.Name = "grpCollapsible1"; this.grpCollapsible1.Size = new System.Drawing.Size(1135, 74); this.grpCollapsible1.TabIndex = 1; this.grpCollapsible1.TabStop = false; this.grpCollapsible1.Text = "查询条件"; // // txtLPN // this.txtLPN.BackColor = System.Drawing.SystemColors.Window; this.txtLPN.BackgroundColor = System.Drawing.SystemColors.Window; this.txtLPN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLPN.ErrorMessage = ""; this.txtLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLPN.Location = new System.Drawing.Point(365, 47); this.txtLPN.MaxLength = 200; this.txtLPN.Name = "txtLPN"; this.txtLPN.Size = new System.Drawing.Size(285, 21); this.txtLPN.TabIndex = 32; // // lblLPN // this.lblLPN.AutoSize = true; this.lblLPN.BackColor = System.Drawing.Color.Transparent; this.lblLPN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLPN.ForeColor = System.Drawing.SystemColors.ControlText; this.lblLPN.Location = new System.Drawing.Point(330, 52); this.lblLPN.Name = "lblLPN"; this.lblLPN.Size = new System.Drawing.Size(29, 12); this.lblLPN.TabIndex = 31; this.lblLPN.Text = "板码"; // // txtSerialno // this.txtSerialno.BackColor = System.Drawing.SystemColors.Window; this.txtSerialno.BackgroundColor = System.Drawing.SystemColors.Window; this.txtSerialno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSerialno.ErrorMessage = ""; this.txtSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSerialno.Location = new System.Drawing.Point(71, 47); this.txtSerialno.MaxLength = 100; this.txtSerialno.Name = "txtSerialno"; this.txtSerialno.Size = new System.Drawing.Size(229, 21); this.txtSerialno.TabIndex = 30; // // lblSerialno // this.lblSerialno.AutoSize = true; this.lblSerialno.BackColor = System.Drawing.Color.Transparent; this.lblSerialno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSerialno.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSerialno.Location = new System.Drawing.Point(24, 52); this.lblSerialno.Name = "lblSerialno"; this.lblSerialno.Size = new System.Drawing.Size(41, 12); this.lblSerialno.TabIndex = 29; this.lblSerialno.Text = "外箱码"; // // txtReturnDesc // this.txtReturnDesc.BackColor = System.Drawing.SystemColors.Window; this.txtReturnDesc.BackgroundColor = System.Drawing.SystemColors.Window; this.txtReturnDesc.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtReturnDesc.ErrorMessage = ""; this.txtReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtReturnDesc.Location = new System.Drawing.Point(530, 20); this.txtReturnDesc.MaxLength = 20; this.txtReturnDesc.Name = "txtReturnDesc"; this.txtReturnDesc.Size = new System.Drawing.Size(120, 21); this.txtReturnDesc.TabIndex = 28; // // lblReturnDesc // this.lblReturnDesc.AutoSize = true; this.lblReturnDesc.BackColor = System.Drawing.Color.Transparent; this.lblReturnDesc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblReturnDesc.ForeColor = System.Drawing.SystemColors.ControlText; this.lblReturnDesc.Location = new System.Drawing.Point(471, 24); this.lblReturnDesc.Name = "lblReturnDesc"; this.lblReturnDesc.Size = new System.Drawing.Size(53, 12); this.lblReturnDesc.TabIndex = 25; this.lblReturnDesc.Text = "同步结果"; // // lblLogType // this.lblLogType.AutoSize = true; this.lblLogType.BackColor = System.Drawing.Color.Transparent; this.lblLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLogType.ForeColor = System.Drawing.SystemColors.ControlText; this.lblLogType.Location = new System.Drawing.Point(306, 24); this.lblLogType.Name = "lblLogType"; this.lblLogType.Size = new System.Drawing.Size(53, 12); this.lblLogType.TabIndex = 24; this.lblLogType.Text = "同步类型"; // // cmbLogType // this.cmbLogType.BackColor = System.Drawing.SystemColors.Window; this.cmbLogType.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbLogType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbLogType.FormattingEnabled = true; this.cmbLogType.Location = new System.Drawing.Point(365, 20); this.cmbLogType.Name = "cmbLogType"; this.cmbLogType.Size = new System.Drawing.Size(100, 20); this.cmbLogType.TabIndex = 23; // // lblLabel2 // this.lblLabel2.Location = new System.Drawing.Point(177, 24); this.lblLabel2.Name = "lblLabel2"; this.lblLabel2.Size = new System.Drawing.Size(17, 12); this.lblLabel2.TabIndex = 2; this.lblLabel2.Text = "至"; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(12, 24); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 0; this.lblLabel1.Text = "同步日期"; // // dtpDateend // this.dtpDateend.AllowNull = false; this.dtpDateend.Location = new System.Drawing.Point(200, 20); this.dtpDateend.Name = "dtpDateend"; this.dtpDateend.Size = new System.Drawing.Size(100, 21); this.dtpDateend.TabIndex = 3; this.dtpDateend.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); // // dtpDatebegin // this.dtpDatebegin.AllowNull = false; this.dtpDatebegin.Location = new System.Drawing.Point(71, 20); this.dtpDatebegin.Name = "dtpDatebegin"; this.dtpDatebegin.Size = new System.Drawing.Size(100, 21); this.dtpDatebegin.TabIndex = 1; this.dtpDatebegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); // // tsrToolStrip1 // this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnSearch, this.tsbtnSynLog, this.tsbtnClearCondition, this.toolStripSeparator1, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0); this.tsrToolStrip1.Name = "tsrToolStrip1"; this.tsrToolStrip1.Size = new System.Drawing.Size(1147, 35); this.tsrToolStrip1.TabIndex = 0; // // tsbtnSearch // this.tsbtnSearch.AutoSize = false; this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSearch.Name = "tsbtnSearch"; this.tsbtnSearch.Size = new System.Drawing.Size(60, 25); this.tsbtnSearch.Text = "查询(&Q)"; this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click); // // tsbtnSynLog // this.tsbtnSynLog.AutoSize = false; this.tsbtnSynLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnSynLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnSynLog.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnSynLog.Name = "tsbtnSynLog"; this.tsbtnSynLog.Size = new System.Drawing.Size(60, 25); this.tsbtnSynLog.Text = "同步(&L)"; this.tsbtnSynLog.Click += new System.EventHandler(this.tsbtnSynLog_Click); // // tsbtnClearCondition // this.tsbtnClearCondition.AutoSize = false; this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClearCondition.Name = "tsbtnClearCondition"; this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25); this.tsbtnClearCondition.Text = "清空条件(&C)"; this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // dgvBarcode // this.dgvBarcode.AllowUserToAddRows = false; this.dgvBarcode.AllowUserToDeleteRows = false; this.dgvBarcode.AllowUserToModifyRows = true; this.dgvBarcode.AllowUserToOrderColumns = true; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvBarcode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvBarcode.CellHeight = 23; this.dgvBarcode.ChildNodeColumnName = null; this.dgvBarcode.ChildNodeColumnText = null; this.dgvBarcode.ColumnDeep = 1; this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.SEL, this.LOGTYPENAME, this.CODEI, this.SKU, this.UDF1, this.UDF2, this.SERIALNO, this.LPN, this.RETURNDESC, this.CREATETIME}); this.dgvBarcode.ColumnTreeView = new System.Windows.Forms.TreeView[0]; this.dgvBarcode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvBarcode.DynamicColumnName = ""; this.dgvBarcode.EnableHeadersVisualStyles = false; this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvBarcode.FormatQuantityColumns = null; this.dgvBarcode.HasNode = false; this.dgvBarcode.HorizontalMergeColumn = null; this.dgvBarcode.IsAutoCountSum = true; this.dgvBarcode.IsAutoResizeColumns = false; this.dgvBarcode.IsClickF12 = false; this.dgvBarcode.IsOpenMergeCellFlag = false; this.dgvBarcode.IsSubTotalFlag = false; this.dgvBarcode.IsTopDeep = false; this.dgvBarcode.Location = new System.Drawing.Point(0, 118); this.dgvBarcode.MergeColumnNames = null; this.dgvBarcode.MergeDetailColumnNames = null; this.dgvBarcode.MergeDetailOnlyColumn = null; this.dgvBarcode.MergeOnlyColumn = null; this.dgvBarcode.MultiSelect = false; this.dgvBarcode.Name = "dgvBarcode"; this.dgvBarcode.RefreshAtHscroll = false; this.dgvBarcode.RowHeadersWidth = 50; this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle14; this.dgvBarcode.RowTemplate.Height = 21; this.dgvBarcode.Size = new System.Drawing.Size(1146, 423); this.dgvBarcode.SortOrderColumnName = null; this.dgvBarcode.TabIndex = 0; this.dgvBarcode.Tag = ""; this.dgvBarcode.TotalSumColumns = null; this.dgvBarcode.ViewRowFilter = ""; this.dgvBarcode.VirtualNodes = false; // // SEL // this.SEL.DataPropertyName = "SEL"; this.SEL.FalseValue = "0"; this.SEL.HeaderText = "选择"; this.SEL.IndeterminateValue = "0"; this.SEL.Name = "SEL"; this.SEL.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.SEL.TrueValue = "1"; this.SEL.Width = 65; // // LOGTYPENAME // this.LOGTYPENAME.DataPropertyName = "LOGTYPENAME"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle10; this.LOGTYPENAME.HeaderText = "同步类型"; this.LOGTYPENAME.Name = "LOGTYPENAME"; this.LOGTYPENAME.ReadOnly = true; // // CODEI // this.CODEI.DataPropertyName = "CODEI"; this.CODEI.HeaderText = "产品编码"; this.CODEI.Name = "CODEI"; this.CODEI.ReadOnly = true; // // SKU // this.SKU.DataPropertyName = "SKU"; this.SKU.HeaderText = "物料编码"; this.SKU.Name = "SKU"; this.SKU.ReadOnly = true; // // UDF1 // this.UDF1.DataPropertyName = "UDF1"; this.UDF1.HeaderText = "销售凭证 "; this.UDF1.Name = "UDF1"; this.UDF1.ReadOnly = true; // // UDF2 // this.UDF2.DataPropertyName = "UDF2"; this.UDF2.HeaderText = "凭证项目"; this.UDF2.Name = "UDF2"; this.UDF2.ReadOnly = true; // // SERIALNO // this.SERIALNO.DataPropertyName = "SERIALNO"; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle11; this.SERIALNO.HeaderText = "外箱码"; this.SERIALNO.Name = "SERIALNO"; this.SERIALNO.ReadOnly = true; // // LPN // this.LPN.DataPropertyName = "LPN"; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.LPN.DefaultCellStyle = dataGridViewCellStyle12; this.LPN.HeaderText = "板码"; this.LPN.Name = "LPN"; this.LPN.ReadOnly = true; // // RETURNDESC // this.RETURNDESC.DataPropertyName = "RETURNDESC"; this.RETURNDESC.HeaderText = "同步结果"; this.RETURNDESC.Name = "RETURNDESC"; this.RETURNDESC.ReadOnly = true; // // CREATETIME // this.CREATETIME.DataPropertyName = "CREATETIME"; dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle13.Format = "yyyy-MM-dd HH:mm:ss"; this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle13; this.CREATETIME.HeaderText = "同步时间"; this.CREATETIME.Name = "CREATETIME"; this.CREATETIME.ReadOnly = true; // // F_SAP_HEGII_0104 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1147, 553); this.Controls.Add(this.dgvBarcode); this.Controls.Add(this.grpCollapsible1); this.Controls.Add(this.tsrToolStrip1); this.Name = "F_SAP_HEGII_0104"; this.Text = "成品WMS同步日志"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0104_FormClosed); this.Load += new System.EventHandler(this.F_SAP_HEGII_0104_Load); this.grpCollapsible1.ResumeLayout(false); this.grpCollapsible1.PerformLayout(); this.tsrToolStrip1.ResumeLayout(false); this.tsrToolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit(); this.ResumeLayout(false); } #endregion private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1; private System.Windows.Forms.ToolStripButton tsbtnSearch; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private WinForm.Controls.GrpCollapsible grpCollapsible1; private WinForm.Controls.LblLabel lblLabel1; private WinForm.Controls.DtpDate dtpDatebegin; private System.Windows.Forms.ToolStripButton tsbtnClearCondition; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private WinForm.Controls.LblLabel lblLabel2; private WinForm.Controls.DtpDate dtpDateend; private Basics.BaseControls.C_DataGridView dgvBarcode; private System.Windows.Forms.ToolStripButton tsbtnSynLog; private Basics.BaseControls.C_DGV_Column_CheckBox SEL; private System.Windows.Forms.DataGridViewTextBoxColumn LOGTYPENAME; private System.Windows.Forms.DataGridViewTextBoxColumn CODEI; private System.Windows.Forms.DataGridViewTextBoxColumn SKU; private System.Windows.Forms.DataGridViewTextBoxColumn UDF1; private System.Windows.Forms.DataGridViewTextBoxColumn UDF2; private System.Windows.Forms.DataGridViewTextBoxColumn SERIALNO; private System.Windows.Forms.DataGridViewTextBoxColumn LPN; private System.Windows.Forms.DataGridViewTextBoxColumn RETURNDESC; private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME; private Basics.BaseControls.C_Label lblLogType; private Basics.BaseControls.C_ComboBox cmbLogType; private Basics.BaseControls.C_Label lblReturnDesc; private Basics.BaseControls.C_TextBox txtReturnDesc; private Basics.BaseControls.C_TextBox txtSerialno; private Basics.BaseControls.C_Label lblSerialno; private Basics.BaseControls.C_TextBox txtLPN; private Basics.BaseControls.C_Label lblLPN; } }