|
|
@@ -29,14 +29,22 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ 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();
|
|
|
@@ -59,10 +67,6 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.LPN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.RETURNDESC = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lblLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.cmbLogType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
|
|
|
- this.lblReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.txtReturnDesc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
this.grpCollapsible1.SuspendLayout();
|
|
|
this.tsrToolStrip1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
|
|
|
@@ -72,6 +76,10 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
//
|
|
|
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);
|
|
|
@@ -82,11 +90,109 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
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(758, 52);
|
|
|
+ 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);
|
|
|
@@ -133,7 +239,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.tsbtnClose});
|
|
|
this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tsrToolStrip1.Name = "tsrToolStrip1";
|
|
|
- this.tsrToolStrip1.Size = new System.Drawing.Size(770, 35);
|
|
|
+ this.tsrToolStrip1.Size = new System.Drawing.Size(1147, 35);
|
|
|
this.tsrToolStrip1.TabIndex = 0;
|
|
|
//
|
|
|
// tsbtnSearch
|
|
|
@@ -203,8 +309,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.dgvBarcode.AllowUserToDeleteRows = false;
|
|
|
this.dgvBarcode.AllowUserToModifyRows = true;
|
|
|
this.dgvBarcode.AllowUserToOrderColumns = true;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
- this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ 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)));
|
|
|
@@ -215,14 +321,14 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.dgvBarcode.ChildNodeColumnText = null;
|
|
|
this.dgvBarcode.ColumnDeep = 1;
|
|
|
this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ 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,
|
|
|
@@ -241,6 +347,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
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;
|
|
|
@@ -248,7 +355,7 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.dgvBarcode.IsOpenMergeCellFlag = false;
|
|
|
this.dgvBarcode.IsSubTotalFlag = false;
|
|
|
this.dgvBarcode.IsTopDeep = false;
|
|
|
- this.dgvBarcode.Location = new System.Drawing.Point(0, 96);
|
|
|
+ this.dgvBarcode.Location = new System.Drawing.Point(0, 118);
|
|
|
this.dgvBarcode.MergeColumnNames = null;
|
|
|
this.dgvBarcode.MergeDetailColumnNames = null;
|
|
|
this.dgvBarcode.MergeDetailOnlyColumn = null;
|
|
|
@@ -258,15 +365,16 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
this.dgvBarcode.RefreshAtHscroll = false;
|
|
|
this.dgvBarcode.RowHeadersWidth = 50;
|
|
|
this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ 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(769, 294);
|
|
|
+ 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
|
|
|
//
|
|
|
@@ -282,8 +390,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
// LOGTYPENAME
|
|
|
//
|
|
|
this.LOGTYPENAME.DataPropertyName = "LOGTYPENAME";
|
|
|
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ this.LOGTYPENAME.DefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.LOGTYPENAME.HeaderText = "同步类型";
|
|
|
this.LOGTYPENAME.Name = "LOGTYPENAME";
|
|
|
this.LOGTYPENAME.ReadOnly = true;
|
|
|
@@ -319,8 +427,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
// SERIALNO
|
|
|
//
|
|
|
this.SERIALNO.DataPropertyName = "SERIALNO";
|
|
|
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.SERIALNO.DefaultCellStyle = dataGridViewCellStyle11;
|
|
|
this.SERIALNO.HeaderText = "外箱码";
|
|
|
this.SERIALNO.Name = "SERIALNO";
|
|
|
this.SERIALNO.ReadOnly = true;
|
|
|
@@ -328,8 +436,8 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
// LPN
|
|
|
//
|
|
|
this.LPN.DataPropertyName = "LPN";
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.LPN.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.LPN.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
this.LPN.HeaderText = "板码";
|
|
|
this.LPN.Name = "LPN";
|
|
|
this.LPN.ReadOnly = true;
|
|
|
@@ -344,66 +452,18 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
// CREATETIME
|
|
|
//
|
|
|
this.CREATETIME.DataPropertyName = "CREATETIME";
|
|
|
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
- this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ 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;
|
|
|
//
|
|
|
- // 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;
|
|
|
- //
|
|
|
- // 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 = "同步结果";
|
|
|
- //
|
|
|
- // 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;
|
|
|
- //
|
|
|
// 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(770, 402);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1147, 553);
|
|
|
this.Controls.Add(this.dgvBarcode);
|
|
|
this.Controls.Add(this.grpCollapsible1);
|
|
|
this.Controls.Add(this.tsrToolStrip1);
|
|
|
@@ -449,5 +509,9 @@ namespace Dongke.IBOSS.PRD.Client.SAPDataModule
|
|
|
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;
|
|
|
}
|
|
|
}
|