namespace CNAS_RunSync
{
partial class ucSynchrousMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSynchrousMain));
this.pnlAll = new System.Windows.Forms.Panel();
this.pnlCenter = new System.Windows.Forms.Panel();
this.pnlCenterBody = new System.Windows.Forms.Panel();
this.pnlCenterBody_Center = new System.Windows.Forms.Panel();
this.dgvSyncData = new System.Windows.Forms.DataGridView();
this.pnlCenterBody_Bottom = new System.Windows.Forms.Panel();
this.pnlSubmit_Right = new System.Windows.Forms.Panel();
this.btnRunData = new System.Windows.Forms.Button();
this.pnlCenterBody_Top = new System.Windows.Forms.Panel();
this.tableTop = new System.Windows.Forms.TableLayoutPanel();
this.pnlSelect = new System.Windows.Forms.Panel();
this.lblTitleMsg = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this.pnlRunData = new System.Windows.Forms.Panel();
this.pnlConfig = new System.Windows.Forms.Panel();
this.btnCancelFind = new System.Windows.Forms.Button();
this.pnlText = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.txtFind = new System.Windows.Forms.TextBox();
this.combCondition = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.pnlCheck = new System.Windows.Forms.Panel();
this.pnlDate = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.dtpSource = new System.Windows.Forms.DateTimePicker();
this.dtpTarget = new System.Windows.Forms.DateTimePicker();
this.lblColumn = new System.Windows.Forms.Label();
this.cmbColumns = new System.Windows.Forms.ComboBox();
this.btnFind = new System.Windows.Forms.Button();
this.pnlCenterBottom = new System.Windows.Forms.Panel();
this.rtxtLog = new System.Windows.Forms.RichTextBox();
this.pnlCenterBottom_Top = new System.Windows.Forms.Panel();
this.pnlCenterBottom_Line = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pnlRight = new System.Windows.Forms.Panel();
this.pnlLeft = new System.Windows.Forms.Panel();
this.pnlBottom = new System.Windows.Forms.Panel();
this.pnlTop = new System.Windows.Forms.Panel();
this.pnlAll.SuspendLayout();
this.pnlCenter.SuspendLayout();
this.pnlCenterBody.SuspendLayout();
this.pnlCenterBody_Center.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).BeginInit();
this.pnlCenterBody_Bottom.SuspendLayout();
this.pnlSubmit_Right.SuspendLayout();
this.pnlCenterBody_Top.SuspendLayout();
this.tableTop.SuspendLayout();
this.pnlSelect.SuspendLayout();
this.pnlConfig.SuspendLayout();
this.pnlText.SuspendLayout();
this.pnlDate.SuspendLayout();
this.pnlCenterBottom.SuspendLayout();
this.pnlCenterBottom_Top.SuspendLayout();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.Controls.Add(this.pnlCenter);
this.pnlAll.Controls.Add(this.pnlRight);
this.pnlAll.Controls.Add(this.pnlLeft);
this.pnlAll.Controls.Add(this.pnlBottom);
this.pnlAll.Controls.Add(this.pnlTop);
this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlAll.Location = new System.Drawing.Point(0, 0);
this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Size = new System.Drawing.Size(920, 544);
this.pnlAll.TabIndex = 0;
//
// pnlCenter
//
this.pnlCenter.Controls.Add(this.pnlCenterBody);
this.pnlCenter.Controls.Add(this.pnlCenterBottom);
this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenter.Location = new System.Drawing.Point(2, 5);
this.pnlCenter.Name = "pnlCenter";
this.pnlCenter.Size = new System.Drawing.Size(916, 531);
this.pnlCenter.TabIndex = 4;
//
// pnlCenterBody
//
this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Center);
this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Bottom);
this.pnlCenterBody.Controls.Add(this.pnlCenterBody_Top);
this.pnlCenterBody.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenterBody.Location = new System.Drawing.Point(0, 0);
this.pnlCenterBody.Name = "pnlCenterBody";
this.pnlCenterBody.Size = new System.Drawing.Size(916, 431);
this.pnlCenterBody.TabIndex = 1;
//
// pnlCenterBody_Center
//
this.pnlCenterBody_Center.Controls.Add(this.dgvSyncData);
this.pnlCenterBody_Center.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenterBody_Center.Location = new System.Drawing.Point(0, 84);
this.pnlCenterBody_Center.Name = "pnlCenterBody_Center";
this.pnlCenterBody_Center.Size = new System.Drawing.Size(916, 306);
this.pnlCenterBody_Center.TabIndex = 2;
//
// dgvSyncData
//
this.dgvSyncData.AllowUserToAddRows = false;
this.dgvSyncData.AllowUserToDeleteRows = false;
this.dgvSyncData.BackgroundColor = System.Drawing.Color.White;
this.dgvSyncData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSyncData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvSyncData.Location = new System.Drawing.Point(0, 0);
this.dgvSyncData.Name = "dgvSyncData";
this.dgvSyncData.RowTemplate.Height = 23;
this.dgvSyncData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvSyncData.Size = new System.Drawing.Size(916, 306);
this.dgvSyncData.TabIndex = 0;
this.dgvSyncData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSyncData_CellValueChanged);
//
// pnlCenterBody_Bottom
//
this.pnlCenterBody_Bottom.BackColor = System.Drawing.Color.White;
this.pnlCenterBody_Bottom.Controls.Add(this.pnlSubmit_Right);
this.pnlCenterBody_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlCenterBody_Bottom.Location = new System.Drawing.Point(0, 390);
this.pnlCenterBody_Bottom.Name = "pnlCenterBody_Bottom";
this.pnlCenterBody_Bottom.Size = new System.Drawing.Size(916, 41);
this.pnlCenterBody_Bottom.TabIndex = 1;
//
// pnlSubmit_Right
//
this.pnlSubmit_Right.Controls.Add(this.btnRunData);
this.pnlSubmit_Right.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlSubmit_Right.Location = new System.Drawing.Point(716, 0);
this.pnlSubmit_Right.Name = "pnlSubmit_Right";
this.pnlSubmit_Right.Size = new System.Drawing.Size(200, 41);
this.pnlSubmit_Right.TabIndex = 3;
//
// btnRunData
//
this.btnRunData.Image = ((System.Drawing.Image)(resources.GetObject("btnRunData.Image")));
this.btnRunData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnRunData.Location = new System.Drawing.Point(100, 4);
this.btnRunData.Name = "btnRunData";
this.btnRunData.Size = new System.Drawing.Size(90, 30);
this.btnRunData.TabIndex = 2;
this.btnRunData.Text = "执行上传";
this.btnRunData.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnRunData.UseVisualStyleBackColor = true;
this.btnRunData.Click += new System.EventHandler(this.btnRunData_Click);
//
// pnlCenterBody_Top
//
this.pnlCenterBody_Top.Controls.Add(this.tableTop);
this.pnlCenterBody_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlCenterBody_Top.Location = new System.Drawing.Point(0, 0);
this.pnlCenterBody_Top.Name = "pnlCenterBody_Top";
this.pnlCenterBody_Top.Size = new System.Drawing.Size(916, 84);
this.pnlCenterBody_Top.TabIndex = 0;
//
// tableTop
//
this.tableTop.BackColor = System.Drawing.Color.White;
this.tableTop.ColumnCount = 3;
this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 95.77922F));
this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.220779F));
this.tableTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 537F));
this.tableTop.Controls.Add(this.pnlSelect, 0, 0);
this.tableTop.Controls.Add(this.pnlRunData, 1, 0);
this.tableTop.Controls.Add(this.pnlConfig, 2, 0);
this.tableTop.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableTop.Location = new System.Drawing.Point(0, 0);
this.tableTop.Name = "tableTop";
this.tableTop.RowCount = 1;
this.tableTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableTop.Size = new System.Drawing.Size(916, 84);
this.tableTop.TabIndex = 5;
//
// pnlSelect
//
this.pnlSelect.Controls.Add(this.lblTitleMsg);
this.pnlSelect.Controls.Add(this.lblTitle);
this.pnlSelect.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlSelect.Location = new System.Drawing.Point(3, 3);
this.pnlSelect.Name = "pnlSelect";
this.pnlSelect.Size = new System.Drawing.Size(357, 78);
this.pnlSelect.TabIndex = 0;
//
// lblTitleMsg
//
this.lblTitleMsg.AutoSize = true;
this.lblTitleMsg.Font = new System.Drawing.Font("微软雅黑", 8F);
this.lblTitleMsg.Location = new System.Drawing.Point(7, 39);
this.lblTitleMsg.Name = "lblTitleMsg";
this.lblTitleMsg.Size = new System.Drawing.Size(156, 16);
this.lblTitleMsg.TabIndex = 1;
this.lblTitleMsg.Text = "类型:<未知> 路径:<未知>";
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
this.lblTitle.Location = new System.Drawing.Point(6, 13);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(119, 19);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "当前仪器:XXXX";
//
// pnlRunData
//
this.pnlRunData.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlRunData.Location = new System.Drawing.Point(366, 3);
this.pnlRunData.Name = "pnlRunData";
this.pnlRunData.Size = new System.Drawing.Size(9, 78);
this.pnlRunData.TabIndex = 1;
//
// pnlConfig
//
this.pnlConfig.BackColor = System.Drawing.Color.White;
this.pnlConfig.Controls.Add(this.btnCancelFind);
this.pnlConfig.Controls.Add(this.pnlText);
this.pnlConfig.Controls.Add(this.pnlCheck);
this.pnlConfig.Controls.Add(this.pnlDate);
this.pnlConfig.Controls.Add(this.lblColumn);
this.pnlConfig.Controls.Add(this.cmbColumns);
this.pnlConfig.Controls.Add(this.btnFind);
this.pnlConfig.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlConfig.Location = new System.Drawing.Point(381, 3);
this.pnlConfig.Name = "pnlConfig";
this.pnlConfig.Size = new System.Drawing.Size(532, 78);
this.pnlConfig.TabIndex = 2;
//
// btnCancelFind
//
this.btnCancelFind.Location = new System.Drawing.Point(449, 9);
this.btnCancelFind.Name = "btnCancelFind";
this.btnCancelFind.Size = new System.Drawing.Size(75, 25);
this.btnCancelFind.TabIndex = 9;
this.btnCancelFind.Text = "取消";
this.btnCancelFind.UseVisualStyleBackColor = true;
this.btnCancelFind.Click += new System.EventHandler(this.btnCancelFind_Click);
//
// pnlText
//
this.pnlText.Controls.Add(this.label3);
this.pnlText.Controls.Add(this.txtFind);
this.pnlText.Controls.Add(this.combCondition);
this.pnlText.Controls.Add(this.label4);
this.pnlText.Location = new System.Drawing.Point(4, 124);
this.pnlText.Name = "pnlText";
this.pnlText.Size = new System.Drawing.Size(451, 31);
this.pnlText.TabIndex = 7;
this.pnlText.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(238, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 17);
this.label3.TabIndex = 9;
this.label3.Text = "值:";
//
// txtFind
//
this.txtFind.Location = new System.Drawing.Point(264, 5);
this.txtFind.Name = "txtFind";
this.txtFind.Size = new System.Drawing.Size(156, 23);
this.txtFind.TabIndex = 8;
//
// combCondition
//
this.combCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.combCondition.FormattingEnabled = true;
this.combCondition.Location = new System.Drawing.Point(55, 4);
this.combCondition.Name = "combCondition";
this.combCondition.Size = new System.Drawing.Size(173, 25);
this.combCondition.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 8);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 17);
this.label4.TabIndex = 6;
this.label4.Text = "条件:";
//
// pnlCheck
//
this.pnlCheck.Location = new System.Drawing.Point(106, 39);
this.pnlCheck.Name = "pnlCheck";
this.pnlCheck.Size = new System.Drawing.Size(451, 34);
this.pnlCheck.TabIndex = 8;
//
// pnlDate
//
this.pnlDate.Controls.Add(this.label2);
this.pnlDate.Controls.Add(this.label5);
this.pnlDate.Controls.Add(this.dtpSource);
this.pnlDate.Controls.Add(this.dtpTarget);
this.pnlDate.Location = new System.Drawing.Point(4, 86);
this.pnlDate.Name = "pnlDate";
this.pnlDate.Size = new System.Drawing.Size(451, 32);
this.pnlDate.TabIndex = 6;
this.pnlDate.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(238, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 17);
this.label2.TabIndex = 7;
this.label2.Text = "到";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(21, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 17);
this.label5.TabIndex = 6;
this.label5.Text = "从";
//
// dtpSource
//
this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm";
this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSource.Location = new System.Drawing.Point(53, 6);
this.dtpSource.Name = "dtpSource";
this.dtpSource.Size = new System.Drawing.Size(167, 23);
this.dtpSource.TabIndex = 2;
this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0);
//
// dtpTarget
//
this.dtpTarget.CustomFormat = "yyyy-MM-dd HH:mm";
this.dtpTarget.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpTarget.Location = new System.Drawing.Point(264, 6);
this.dtpTarget.Name = "dtpTarget";
this.dtpTarget.Size = new System.Drawing.Size(156, 23);
this.dtpTarget.TabIndex = 3;
this.dtpTarget.Value = new System.DateTime(2019, 6, 30, 0, 0, 0, 0);
//
// lblColumn
//
this.lblColumn.AutoSize = true;
this.lblColumn.Location = new System.Drawing.Point(99, 13);
this.lblColumn.Name = "lblColumn";
this.lblColumn.Size = new System.Drawing.Size(56, 17);
this.lblColumn.TabIndex = 5;
this.lblColumn.Text = "查询列:";
//
// cmbColumns
//
this.cmbColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbColumns.FormattingEnabled = true;
this.cmbColumns.Location = new System.Drawing.Point(161, 9);
this.cmbColumns.Name = "cmbColumns";
this.cmbColumns.Size = new System.Drawing.Size(173, 25);
this.cmbColumns.TabIndex = 4;
this.cmbColumns.SelectedIndexChanged += new System.EventHandler(this.cmbColumns_SelectedIndexChanged);
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(368, 9);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(75, 25);
this.btnFind.TabIndex = 1;
this.btnFind.Text = "查找";
this.btnFind.UseVisualStyleBackColor = true;
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// pnlCenterBottom
//
this.pnlCenterBottom.Controls.Add(this.rtxtLog);
this.pnlCenterBottom.Controls.Add(this.pnlCenterBottom_Top);
this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlCenterBottom.Location = new System.Drawing.Point(0, 431);
this.pnlCenterBottom.Name = "pnlCenterBottom";
this.pnlCenterBottom.Size = new System.Drawing.Size(916, 100);
this.pnlCenterBottom.TabIndex = 0;
//
// rtxtLog
//
this.rtxtLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtxtLog.Location = new System.Drawing.Point(0, 26);
this.rtxtLog.Name = "rtxtLog";
this.rtxtLog.ReadOnly = true;
this.rtxtLog.Size = new System.Drawing.Size(916, 74);
this.rtxtLog.TabIndex = 1;
this.rtxtLog.Text = "";
//
// pnlCenterBottom_Top
//
this.pnlCenterBottom_Top.Controls.Add(this.pnlCenterBottom_Line);
this.pnlCenterBottom_Top.Controls.Add(this.label1);
this.pnlCenterBottom_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlCenterBottom_Top.Location = new System.Drawing.Point(0, 0);
this.pnlCenterBottom_Top.Name = "pnlCenterBottom_Top";
this.pnlCenterBottom_Top.Size = new System.Drawing.Size(916, 26);
this.pnlCenterBottom_Top.TabIndex = 0;
//
// pnlCenterBottom_Line
//
this.pnlCenterBottom_Line.BackColor = System.Drawing.Color.Gray;
this.pnlCenterBottom_Line.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlCenterBottom_Line.Location = new System.Drawing.Point(0, 0);
this.pnlCenterBottom_Line.Name = "pnlCenterBottom_Line";
this.pnlCenterBottom_Line.Size = new System.Drawing.Size(916, 2);
this.pnlCenterBottom_Line.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.TabIndex = 0;
this.label1.Text = "日志窗口:";
//
// pnlRight
//
this.pnlRight.BackColor = System.Drawing.Color.White;
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlRight.Location = new System.Drawing.Point(918, 5);
this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(2, 531);
this.pnlRight.TabIndex = 3;
//
// pnlLeft
//
this.pnlLeft.BackColor = System.Drawing.Color.White;
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeft.Location = new System.Drawing.Point(0, 5);
this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.Size = new System.Drawing.Size(2, 531);
this.pnlLeft.TabIndex = 2;
//
// pnlBottom
//
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 536);
this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(920, 8);
this.pnlBottom.TabIndex = 1;
//
// pnlTop
//
this.pnlTop.BackColor = System.Drawing.Color.White;
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(920, 5);
this.pnlTop.TabIndex = 0;
//
// ucSynchrousMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pnlAll);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "ucSynchrousMain";
this.Size = new System.Drawing.Size(920, 544);
this.Load += new System.EventHandler(this.ucSynchrousMain_Load);
this.pnlAll.ResumeLayout(false);
this.pnlCenter.ResumeLayout(false);
this.pnlCenterBody.ResumeLayout(false);
this.pnlCenterBody_Center.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSyncData)).EndInit();
this.pnlCenterBody_Bottom.ResumeLayout(false);
this.pnlSubmit_Right.ResumeLayout(false);
this.pnlCenterBody_Top.ResumeLayout(false);
this.tableTop.ResumeLayout(false);
this.pnlSelect.ResumeLayout(false);
this.pnlSelect.PerformLayout();
this.pnlConfig.ResumeLayout(false);
this.pnlConfig.PerformLayout();
this.pnlText.ResumeLayout(false);
this.pnlText.PerformLayout();
this.pnlDate.ResumeLayout(false);
this.pnlDate.PerformLayout();
this.pnlCenterBottom.ResumeLayout(false);
this.pnlCenterBottom_Top.ResumeLayout(false);
this.pnlCenterBottom_Top.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlAll;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel pnlCenter;
private System.Windows.Forms.Panel pnlCenterBody;
private System.Windows.Forms.Panel pnlCenterBottom;
private System.Windows.Forms.RichTextBox rtxtLog;
private System.Windows.Forms.Panel pnlCenterBottom_Top;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel pnlCenterBody_Center;
private System.Windows.Forms.DataGridView dgvSyncData;
private System.Windows.Forms.Panel pnlCenterBody_Bottom;
private System.Windows.Forms.Panel pnlCenterBody_Top;
private System.Windows.Forms.Button btnRunData;
private System.Windows.Forms.TableLayoutPanel tableTop;
private System.Windows.Forms.Panel pnlSelect;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Panel pnlRunData;
private System.Windows.Forms.Panel pnlConfig;
private System.Windows.Forms.Button btnCancelFind;
private System.Windows.Forms.Panel pnlText;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtFind;
private System.Windows.Forms.ComboBox combCondition;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel pnlCheck;
private System.Windows.Forms.Panel pnlDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dtpSource;
private System.Windows.Forms.DateTimePicker dtpTarget;
private System.Windows.Forms.Label lblColumn;
private System.Windows.Forms.ComboBox cmbColumns;
private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.Label lblTitleMsg;
private System.Windows.Forms.Panel pnlCenterBottom_Line;
private System.Windows.Forms.Panel pnlSubmit_Right;
}
}