namespace Dongke.IBOSS.PRD.Client.SAPDataModule
{
partial class F_SAP_HEGII_0112
{
///
/// 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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();
this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
this.txtZhongTaiMsg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblZhongTaiMsg = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblToZhongTaiFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbToZhongTaiFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblFhtimeEnd = new Dongke.WinForm.Controls.LblLabel();
this.lblFhtimeBegin = new Dongke.WinForm.Controls.LblLabel();
this.dtpFhtimeEnd = new Dongke.WinForm.Controls.DtpDate();
this.dtpFhtimeBegin = 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.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OUTLABELCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FHTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TOZHONGTAITIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TOZHONGTAIFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ZHONGTAIMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FIRSTFHDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.FIRSTFHNO = 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.txtZhongTaiMsg);
this.grpCollapsible1.Controls.Add(this.lblZhongTaiMsg);
this.grpCollapsible1.Controls.Add(this.lblToZhongTaiFlag);
this.grpCollapsible1.Controls.Add(this.cmbToZhongTaiFlag);
this.grpCollapsible1.Controls.Add(this.lblFhtimeEnd);
this.grpCollapsible1.Controls.Add(this.lblFhtimeBegin);
this.grpCollapsible1.Controls.Add(this.dtpFhtimeEnd);
this.grpCollapsible1.Controls.Add(this.dtpFhtimeBegin);
this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
this.grpCollapsible1.Name = "grpCollapsible1";
this.grpCollapsible1.Size = new System.Drawing.Size(1154, 52);
this.grpCollapsible1.TabIndex = 1;
this.grpCollapsible1.TabStop = false;
this.grpCollapsible1.Text = "查询条件";
//
// txtZhongTaiMsg
//
this.txtZhongTaiMsg.BackColor = System.Drawing.SystemColors.Window;
this.txtZhongTaiMsg.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtZhongTaiMsg.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtZhongTaiMsg.ErrorMessage = "";
this.txtZhongTaiMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtZhongTaiMsg.Location = new System.Drawing.Point(530, 20);
this.txtZhongTaiMsg.MaxLength = 20;
this.txtZhongTaiMsg.Name = "txtZhongTaiMsg";
this.txtZhongTaiMsg.Size = new System.Drawing.Size(120, 21);
this.txtZhongTaiMsg.TabIndex = 28;
//
// lblZhongTaiMsg
//
this.lblZhongTaiMsg.AutoSize = true;
this.lblZhongTaiMsg.BackColor = System.Drawing.Color.Transparent;
this.lblZhongTaiMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblZhongTaiMsg.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblZhongTaiMsg.Location = new System.Drawing.Point(471, 24);
this.lblZhongTaiMsg.Name = "lblZhongTaiMsg";
this.lblZhongTaiMsg.Size = new System.Drawing.Size(53, 12);
this.lblZhongTaiMsg.TabIndex = 25;
this.lblZhongTaiMsg.Text = "同步结果";
//
// lblToZhongTaiFlag
//
this.lblToZhongTaiFlag.AutoSize = true;
this.lblToZhongTaiFlag.BackColor = System.Drawing.Color.Transparent;
this.lblToZhongTaiFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblToZhongTaiFlag.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblToZhongTaiFlag.Location = new System.Drawing.Point(306, 24);
this.lblToZhongTaiFlag.Name = "lblToZhongTaiFlag";
this.lblToZhongTaiFlag.Size = new System.Drawing.Size(53, 12);
this.lblToZhongTaiFlag.TabIndex = 24;
this.lblToZhongTaiFlag.Text = "同步状态";
//
// cmbToZhongTaiFlag
//
this.cmbToZhongTaiFlag.BackColor = System.Drawing.SystemColors.Window;
this.cmbToZhongTaiFlag.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbToZhongTaiFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbToZhongTaiFlag.FormattingEnabled = true;
this.cmbToZhongTaiFlag.Location = new System.Drawing.Point(365, 20);
this.cmbToZhongTaiFlag.Name = "cmbToZhongTaiFlag";
this.cmbToZhongTaiFlag.Size = new System.Drawing.Size(100, 20);
this.cmbToZhongTaiFlag.TabIndex = 23;
//
// lblFhtimeEnd
//
this.lblFhtimeEnd.Location = new System.Drawing.Point(177, 24);
this.lblFhtimeEnd.Name = "lblFhtimeEnd";
this.lblFhtimeEnd.Size = new System.Drawing.Size(17, 12);
this.lblFhtimeEnd.TabIndex = 2;
this.lblFhtimeEnd.Text = "至";
//
// lblFhtimeBegin
//
this.lblFhtimeBegin.Location = new System.Drawing.Point(12, 24);
this.lblFhtimeBegin.Name = "lblFhtimeBegin";
this.lblFhtimeBegin.Size = new System.Drawing.Size(53, 12);
this.lblFhtimeBegin.TabIndex = 0;
this.lblFhtimeBegin.Text = "交接日期";
//
// dtpFhtimeEnd
//
this.dtpFhtimeEnd.AllowNull = false;
this.dtpFhtimeEnd.Location = new System.Drawing.Point(200, 20);
this.dtpFhtimeEnd.Name = "dtpFhtimeEnd";
this.dtpFhtimeEnd.Size = new System.Drawing.Size(100, 21);
this.dtpFhtimeEnd.TabIndex = 3;
this.dtpFhtimeEnd.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
//
// dtpFhtimeBegin
//
this.dtpFhtimeBegin.AllowNull = false;
this.dtpFhtimeBegin.Location = new System.Drawing.Point(71, 20);
this.dtpFhtimeBegin.Name = "dtpFhtimeBegin";
this.dtpFhtimeBegin.Size = new System.Drawing.Size(100, 21);
this.dtpFhtimeBegin.TabIndex = 1;
this.dtpFhtimeBegin.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(1166, 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;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
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;
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;
this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BARCODE,
this.MATERIALCODE,
this.OUTLABELCODE,
this.FHTIME,
this.TOZHONGTAITIME,
this.TOZHONGTAIFLAG,
this.ZHONGTAIMSG,
this.FIRSTFHDATE,
this.FIRSTFHNO});
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, 96);
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.ReadOnly = true;
this.dgvBarcode.RefreshAtHscroll = false;
this.dgvBarcode.RowHeadersWidth = 50;
this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvBarcode.RowTemplate.Height = 21;
this.dgvBarcode.Size = new System.Drawing.Size(1165, 514);
this.dgvBarcode.SortOrderColumnName = null;
this.dgvBarcode.TabIndex = 0;
this.dgvBarcode.Tag = "";
this.dgvBarcode.TotalSumColumns = null;
this.dgvBarcode.ViewRowFilter = "";
this.dgvBarcode.VirtualNodes = false;
//
// BARCODE
//
this.BARCODE.DataPropertyName = "BARCODE";
this.BARCODE.HeaderText = "产品条码";
this.BARCODE.Name = "BARCODE";
this.BARCODE.ReadOnly = true;
//
// MATERIALCODE
//
this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
this.MATERIALCODE.HeaderText = "物料编码";
this.MATERIALCODE.Name = "MATERIALCODE";
this.MATERIALCODE.ReadOnly = true;
//
// OUTLABELCODE
//
this.OUTLABELCODE.DataPropertyName = "OUTLABELCODE";
this.OUTLABELCODE.HeaderText = "外箱码";
this.OUTLABELCODE.Name = "OUTLABELCODE";
this.OUTLABELCODE.ReadOnly = true;
//
// FHTIME
//
this.FHTIME.DataPropertyName = "FHTIME";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.FHTIME.DefaultCellStyle = dataGridViewCellStyle3;
this.FHTIME.HeaderText = "交接时间";
this.FHTIME.Name = "FHTIME";
this.FHTIME.ReadOnly = true;
//
// TOZHONGTAITIME
//
this.TOZHONGTAITIME.DataPropertyName = "TOZHONGTAITIME";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
this.TOZHONGTAITIME.DefaultCellStyle = dataGridViewCellStyle4;
this.TOZHONGTAITIME.HeaderText = "同步时间";
this.TOZHONGTAITIME.Name = "TOZHONGTAITIME";
this.TOZHONGTAITIME.ReadOnly = true;
//
// TOZHONGTAIFLAG
//
this.TOZHONGTAIFLAG.DataPropertyName = "TOZHONGTAIFLAG";
this.TOZHONGTAIFLAG.FalseValue = "0";
this.TOZHONGTAIFLAG.HeaderText = "同步标识";
this.TOZHONGTAIFLAG.IndeterminateValue = "0";
this.TOZHONGTAIFLAG.Name = "TOZHONGTAIFLAG";
this.TOZHONGTAIFLAG.ReadOnly = true;
this.TOZHONGTAIFLAG.TrueValue = "1";
//
// ZHONGTAIMSG
//
this.ZHONGTAIMSG.DataPropertyName = "ZHONGTAIMSG";
this.ZHONGTAIMSG.HeaderText = "同步结果";
this.ZHONGTAIMSG.Name = "ZHONGTAIMSG";
this.ZHONGTAIMSG.ReadOnly = true;
//
// FIRSTFHDATE
//
this.FIRSTFHDATE.DataPropertyName = "FIRSTFHDATE";
this.FIRSTFHDATE.HeaderText = "首次交接日期";
this.FIRSTFHDATE.Name = "FIRSTFHDATE";
this.FIRSTFHDATE.ReadOnly = true;
//
// FIRSTFHNO
//
this.FIRSTFHNO.DataPropertyName = "FIRSTFHNO";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.FIRSTFHNO.DefaultCellStyle = dataGridViewCellStyle5;
this.FIRSTFHNO.HeaderText = "当日流水号";
this.FIRSTFHNO.Name = "FIRSTFHNO";
this.FIRSTFHNO.ReadOnly = true;
//
// F_SAP_HEGII_0112
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1166, 622);
this.Controls.Add(this.dgvBarcode);
this.Controls.Add(this.grpCollapsible1);
this.Controls.Add(this.tsrToolStrip1);
this.Name = "F_SAP_HEGII_0112";
this.Text = "中台同步日志";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0112_FormClosed);
this.Load += new System.EventHandler(this.F_SAP_HEGII_0112_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 lblFhtimeBegin;
private WinForm.Controls.DtpDate dtpFhtimeBegin;
private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private WinForm.Controls.LblLabel lblFhtimeEnd;
private WinForm.Controls.DtpDate dtpFhtimeEnd;
private Basics.BaseControls.C_DataGridView dgvBarcode;
private System.Windows.Forms.ToolStripButton tsbtnSynLog;
private Basics.BaseControls.C_Label lblToZhongTaiFlag;
private Basics.BaseControls.C_ComboBox cmbToZhongTaiFlag;
private Basics.BaseControls.C_Label lblZhongTaiMsg;
private Basics.BaseControls.C_TextBox txtZhongTaiMsg;
private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn OUTLABELCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn FHTIME;
private System.Windows.Forms.DataGridViewTextBoxColumn TOZHONGTAITIME;
private System.Windows.Forms.DataGridViewCheckBoxColumn TOZHONGTAIFLAG;
private System.Windows.Forms.DataGridViewTextBoxColumn ZHONGTAIMSG;
private System.Windows.Forms.DataGridViewTextBoxColumn FIRSTFHDATE;
private System.Windows.Forms.DataGridViewTextBoxColumn FIRSTFHNO;
}
}