namespace CNAS_DBSync
{
partial class frmSyncParams
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSyncParams));
this.pnlAll = new System.Windows.Forms.Panel();
this.pnlBodyCenter = new System.Windows.Forms.Panel();
this.pnlRigh = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.splitContainerCol = new System.Windows.Forms.SplitContainer();
this.grpDevice = new System.Windows.Forms.GroupBox();
this.dgvInstrument = new System.Windows.Forms.DataGridView();
this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel17 = new System.Windows.Forms.Panel();
this.panel16 = new System.Windows.Forms.Panel();
this.panel8 = new System.Windows.Forms.Panel();
this.lbCurrSel = new System.Windows.Forms.Label();
this.grpDetail = new System.Windows.Forms.GroupBox();
this.splitContainerCenter = new System.Windows.Forms.SplitContainer();
this.panel15 = new System.Windows.Forms.Panel();
this.dgvMapping = new System.Windows.Forms.DataGridView();
this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.cmsMapping = new System.Windows.Forms.ContextMenuStrip(this.components);
this.btnDelMap = new System.Windows.Forms.ToolStripMenuItem();
this.pnHeader = new System.Windows.Forms.Panel();
this.txtInstrumentColumn = new System.Windows.Forms.TextBox();
this.cbxCNASColumn = new System.Windows.Forms.ComboBox();
this.lbDevField = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.splitContainerFields = new System.Windows.Forms.SplitContainer();
this.dgvInstruDS = new System.Windows.Forms.DataGridView();
this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pnlleft = new System.Windows.Forms.Panel();
this.cbxInstrument = new System.Windows.Forms.ComboBox();
this.lbDevFields = new System.Windows.Forms.Label();
this.dgvCnas = new System.Windows.Forms.DataGridView();
this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pnlRight = new System.Windows.Forms.Panel();
this.cbxCnas = new System.Windows.Forms.ComboBox();
this.lbCnasFields = new System.Windows.Forms.Label();
this.pnlMenuTop = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.tsmSystemSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsmServiceSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsmSourceSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsmHelper = new System.Windows.Forms.ToolStripMenuItem();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.btnSave = new System.Windows.Forms.Button();
this.pnBottom = new System.Windows.Forms.Panel();
this.pnSave = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.pnFieldButtons = new System.Windows.Forms.Panel();
this.pnCodeBottom = new System.Windows.Forms.Panel();
this.btnAdd = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.panel7 = new System.Windows.Forms.Panel();
this.btnSourceFilter = new System.Windows.Forms.Button();
this.btnCNASFieldConfig = new System.Windows.Forms.Button();
this.btnLoadDBData = new System.Windows.Forms.Button();
this.btnAddMapping = new System.Windows.Forms.Button();
this.btnDatabaseConfig = new System.Windows.Forms.Button();
this.panel12 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel13 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.pnlAll.SuspendLayout();
this.pnlBodyCenter.SuspendLayout();
this.pnlRigh.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerCol)).BeginInit();
this.splitContainerCol.Panel1.SuspendLayout();
this.splitContainerCol.Panel2.SuspendLayout();
this.splitContainerCol.SuspendLayout();
this.grpDevice.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).BeginInit();
this.panel8.SuspendLayout();
this.grpDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerCenter)).BeginInit();
this.splitContainerCenter.Panel1.SuspendLayout();
this.splitContainerCenter.Panel2.SuspendLayout();
this.splitContainerCenter.SuspendLayout();
this.panel15.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).BeginInit();
this.cmsMapping.SuspendLayout();
this.pnHeader.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerFields)).BeginInit();
this.splitContainerFields.Panel1.SuspendLayout();
this.splitContainerFields.Panel2.SuspendLayout();
this.splitContainerFields.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).BeginInit();
this.pnlleft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).BeginInit();
this.pnlRight.SuspendLayout();
this.pnlMenuTop.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.pnBottom.SuspendLayout();
this.pnSave.SuspendLayout();
this.panel1.SuspendLayout();
this.pnFieldButtons.SuspendLayout();
this.pnCodeBottom.SuspendLayout();
this.panel7.SuspendLayout();
this.panel4.SuspendLayout();
this.panel13.SuspendLayout();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.Controls.Add(this.pnlBodyCenter);
this.pnlAll.Controls.Add(this.pnlMenuTop);
this.pnlAll.Controls.Add(this.panel3);
this.pnlAll.Controls.Add(this.panel2);
this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlAll.Location = new System.Drawing.Point(0, 0);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Size = new System.Drawing.Size(1745, 874);
this.pnlAll.TabIndex = 0;
//
// pnlBodyCenter
//
this.pnlBodyCenter.Controls.Add(this.pnlRigh);
this.pnlBodyCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBodyCenter.Location = new System.Drawing.Point(10, 29);
this.pnlBodyCenter.Name = "pnlBodyCenter";
this.pnlBodyCenter.Size = new System.Drawing.Size(1735, 845);
this.pnlBodyCenter.TabIndex = 7;
//
// pnlRigh
//
this.pnlRigh.Controls.Add(this.panel5);
this.pnlRigh.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlRigh.Location = new System.Drawing.Point(0, 0);
this.pnlRigh.Name = "pnlRigh";
this.pnlRigh.Size = new System.Drawing.Size(1735, 845);
this.pnlRigh.TabIndex = 5;
//
// panel5
//
this.panel5.Controls.Add(this.splitContainerCol);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1735, 845);
this.panel5.TabIndex = 4;
//
// splitContainerCol
//
this.splitContainerCol.BackColor = System.Drawing.SystemColors.Control;
this.splitContainerCol.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerCol.Location = new System.Drawing.Point(0, 0);
this.splitContainerCol.Name = "splitContainerCol";
//
// splitContainerCol.Panel1
//
this.splitContainerCol.Panel1.Controls.Add(this.grpDevice);
this.splitContainerCol.Panel1MinSize = 230;
//
// splitContainerCol.Panel2
//
this.splitContainerCol.Panel2.Controls.Add(this.grpDetail);
this.splitContainerCol.Size = new System.Drawing.Size(1735, 845);
this.splitContainerCol.SplitterDistance = 409;
this.splitContainerCol.SplitterWidth = 8;
this.splitContainerCol.TabIndex = 4;
this.splitContainerCol.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainerCol_SplitterMoved);
//
// grpDevice
//
this.grpDevice.Controls.Add(this.dgvInstrument);
this.grpDevice.Controls.Add(this.panel17);
this.grpDevice.Controls.Add(this.panel16);
this.grpDevice.Controls.Add(this.panel8);
this.grpDevice.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpDevice.Location = new System.Drawing.Point(0, 0);
this.grpDevice.Name = "grpDevice";
this.grpDevice.Size = new System.Drawing.Size(409, 845);
this.grpDevice.TabIndex = 1;
this.grpDevice.TabStop = false;
this.grpDevice.Text = "仪器";
//
// dgvInstrument
//
this.dgvInstrument.AllowUserToAddRows = false;
this.dgvInstrument.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInstrument.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvInstrument.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInstrument.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Code});
this.dgvInstrument.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvInstrument.Location = new System.Drawing.Point(6, 84);
this.dgvInstrument.MultiSelect = false;
this.dgvInstrument.Name = "dgvInstrument";
this.dgvInstrument.ReadOnly = true;
this.dgvInstrument.RowHeadersVisible = false;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgvInstrument.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.dgvInstrument.RowTemplate.Height = 23;
this.dgvInstrument.Size = new System.Drawing.Size(397, 758);
this.dgvInstrument.TabIndex = 0;
//
// Code
//
this.Code.DataPropertyName = "Code";
this.Code.HeaderText = "设备编号";
this.Code.Name = "Code";
this.Code.ReadOnly = true;
this.Code.Width = 180;
//
// panel17
//
this.panel17.Dock = System.Windows.Forms.DockStyle.Right;
this.panel17.Location = new System.Drawing.Point(403, 84);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(3, 758);
this.panel17.TabIndex = 8;
//
// panel16
//
this.panel16.Dock = System.Windows.Forms.DockStyle.Left;
this.panel16.Location = new System.Drawing.Point(3, 84);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(3, 758);
this.panel16.TabIndex = 7;
//
// panel8
//
this.panel8.Controls.Add(this.lbCurrSel);
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.Location = new System.Drawing.Point(3, 35);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(403, 49);
this.panel8.TabIndex = 4;
//
// lbCurrSel
//
this.lbCurrSel.AutoSize = true;
this.lbCurrSel.Location = new System.Drawing.Point(3, 9);
this.lbCurrSel.Name = "lbCurrSel";
this.lbCurrSel.Size = new System.Drawing.Size(134, 31);
this.lbCurrSel.TabIndex = 3;
this.lbCurrSel.Text = "当前选中:";
//
// grpDetail
//
this.grpDetail.Controls.Add(this.splitContainerCenter);
this.grpDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpDetail.Location = new System.Drawing.Point(0, 0);
this.grpDetail.Name = "grpDetail";
this.grpDetail.Size = new System.Drawing.Size(1318, 845);
this.grpDetail.TabIndex = 2;
this.grpDetail.TabStop = false;
this.grpDetail.Text = "详情";
//
// splitContainerCenter
//
this.splitContainerCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerCenter.Location = new System.Drawing.Point(3, 35);
this.splitContainerCenter.Name = "splitContainerCenter";
this.splitContainerCenter.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainerCenter.Panel1
//
this.splitContainerCenter.Panel1.Controls.Add(this.panel15);
this.splitContainerCenter.Panel1.Controls.Add(this.pnHeader);
//
// splitContainerCenter.Panel2
//
this.splitContainerCenter.Panel2.Controls.Add(this.tabControl1);
this.splitContainerCenter.Size = new System.Drawing.Size(1312, 807);
this.splitContainerCenter.SplitterDistance = 326;
this.splitContainerCenter.TabIndex = 2;
//
// panel15
//
this.panel15.Controls.Add(this.dgvMapping);
this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel15.Location = new System.Drawing.Point(0, 47);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(1312, 279);
this.panel15.TabIndex = 2;
//
// dgvMapping
//
this.dgvMapping.AllowUserToAddRows = false;
this.dgvMapping.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvMapping.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvMapping.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.InstrumentField,
this.CnasField,
this.PrimaryKey,
this.DateKey});
this.dgvMapping.ContextMenuStrip = this.cmsMapping;
this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvMapping.Location = new System.Drawing.Point(0, 0);
this.dgvMapping.MultiSelect = false;
this.dgvMapping.Name = "dgvMapping";
this.dgvMapping.RowHeadersVisible = false;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvMapping.RowTemplate.Height = 23;
this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMapping.Size = new System.Drawing.Size(1312, 279);
this.dgvMapping.TabIndex = 1;
//
// InstrumentField
//
this.InstrumentField.DataPropertyName = "SourceField";
this.InstrumentField.HeaderText = "设备数据列";
this.InstrumentField.Name = "InstrumentField";
this.InstrumentField.ReadOnly = true;
this.InstrumentField.Width = 200;
//
// CnasField
//
this.CnasField.DataPropertyName = "TargetField";
this.CnasField.HeaderText = "CNAS数据列";
this.CnasField.Name = "CnasField";
this.CnasField.ReadOnly = true;
this.CnasField.Width = 200;
//
// PrimaryKey
//
this.PrimaryKey.DataPropertyName = "IfPrimaryKey";
this.PrimaryKey.HeaderText = "关键字段";
this.PrimaryKey.Name = "PrimaryKey";
this.PrimaryKey.Width = 150;
//
// DateKey
//
this.DateKey.DataPropertyName = "IfDateField";
this.DateKey.HeaderText = "日期字段";
this.DateKey.Name = "DateKey";
this.DateKey.Width = 150;
//
// cmsMapping
//
this.cmsMapping.ImageScalingSize = new System.Drawing.Size(32, 32);
this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnDelMap});
this.cmsMapping.Name = "cmsMapping";
this.cmsMapping.Size = new System.Drawing.Size(137, 40);
//
// btnDelMap
//
this.btnDelMap.Name = "btnDelMap";
this.btnDelMap.Size = new System.Drawing.Size(136, 36);
this.btnDelMap.Text = "移除";
this.btnDelMap.Click += new System.EventHandler(this.btnDelMap_Click);
//
// pnHeader
//
this.pnHeader.Controls.Add(this.txtInstrumentColumn);
this.pnHeader.Controls.Add(this.cbxCNASColumn);
this.pnHeader.Controls.Add(this.lbDevField);
this.pnHeader.Controls.Add(this.label2);
this.pnHeader.Dock = System.Windows.Forms.DockStyle.Top;
this.pnHeader.Location = new System.Drawing.Point(0, 0);
this.pnHeader.Name = "pnHeader";
this.pnHeader.Size = new System.Drawing.Size(1312, 47);
this.pnHeader.TabIndex = 1;
//
// txtInstrumentColumn
//
this.txtInstrumentColumn.Location = new System.Drawing.Point(560, 6);
this.txtInstrumentColumn.Name = "txtInstrumentColumn";
this.txtInstrumentColumn.ReadOnly = true;
this.txtInstrumentColumn.Size = new System.Drawing.Size(220, 39);
this.txtInstrumentColumn.TabIndex = 7;
//
// cbxCNASColumn
//
this.cbxCNASColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxCNASColumn.FormattingEnabled = true;
this.cbxCNASColumn.Location = new System.Drawing.Point(542, 10);
this.cbxCNASColumn.Name = "cbxCNASColumn";
this.cbxCNASColumn.Size = new System.Drawing.Size(200, 39);
this.cbxCNASColumn.TabIndex = 6;
this.cbxCNASColumn.Visible = false;
//
// lbDevField
//
this.lbDevField.AutoSize = true;
this.lbDevField.Location = new System.Drawing.Point(321, 10);
this.lbDevField.Name = "lbDevField";
this.lbDevField.Size = new System.Drawing.Size(225, 31);
this.lbDevField.TabIndex = 5;
this.lbDevField.Text = "CNAS仪器信息列:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(182, 31);
this.label2.TabIndex = 4;
this.label2.Text = "字段映射信息:";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1312, 477);
this.tabControl1.TabIndex = 1;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.splitContainerFields);
this.tabPage6.Location = new System.Drawing.Point(8, 45);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(1296, 424);
this.tabPage6.TabIndex = 1;
this.tabPage6.Text = "字段";
this.tabPage6.UseVisualStyleBackColor = true;
//
// splitContainerFields
//
this.splitContainerFields.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerFields.Location = new System.Drawing.Point(3, 3);
this.splitContainerFields.Name = "splitContainerFields";
//
// splitContainerFields.Panel1
//
this.splitContainerFields.Panel1.Controls.Add(this.dgvInstruDS);
this.splitContainerFields.Panel1.Controls.Add(this.pnlleft);
//
// splitContainerFields.Panel2
//
this.splitContainerFields.Panel2.Controls.Add(this.dgvCnas);
this.splitContainerFields.Panel2.Controls.Add(this.pnlRight);
this.splitContainerFields.Size = new System.Drawing.Size(1290, 418);
this.splitContainerFields.SplitterDistance = 631;
this.splitContainerFields.TabIndex = 1;
this.splitContainerFields.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainerFields_SplitterMoved);
//
// dgvInstruDS
//
this.dgvInstruDS.AllowUserToAddRows = false;
this.dgvInstruDS.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvInstruDS.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.InstruFieldName,
this.InstruDataType});
this.dgvInstruDS.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvInstruDS.Location = new System.Drawing.Point(0, 47);
this.dgvInstruDS.Name = "dgvInstruDS";
this.dgvInstruDS.ReadOnly = true;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvInstruDS.RowTemplate.Height = 23;
this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvInstruDS.Size = new System.Drawing.Size(631, 371);
this.dgvInstruDS.TabIndex = 1;
//
// InstruFieldName
//
this.InstruFieldName.DataPropertyName = "InstruFieldName";
this.InstruFieldName.HeaderText = "列名";
this.InstruFieldName.Name = "InstruFieldName";
this.InstruFieldName.ReadOnly = true;
this.InstruFieldName.Width = 150;
//
// InstruDataType
//
this.InstruDataType.DataPropertyName = "InstruDataType";
this.InstruDataType.HeaderText = "数据类型";
this.InstruDataType.Name = "InstruDataType";
this.InstruDataType.ReadOnly = true;
this.InstruDataType.Width = 200;
//
// pnlleft
//
this.pnlleft.Controls.Add(this.cbxInstrument);
this.pnlleft.Controls.Add(this.lbDevFields);
this.pnlleft.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlleft.Location = new System.Drawing.Point(0, 0);
this.pnlleft.Name = "pnlleft";
this.pnlleft.Size = new System.Drawing.Size(631, 47);
this.pnlleft.TabIndex = 0;
//
// cbxInstrument
//
this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxInstrument.FormattingEnabled = true;
this.cbxInstrument.Location = new System.Drawing.Point(211, 6);
this.cbxInstrument.Name = "cbxInstrument";
this.cbxInstrument.Size = new System.Drawing.Size(200, 39);
this.cbxInstrument.TabIndex = 1;
//
// lbDevFields
//
this.lbDevFields.AutoSize = true;
this.lbDevFields.Location = new System.Drawing.Point(3, 10);
this.lbDevFields.Name = "lbDevFields";
this.lbDevFields.Size = new System.Drawing.Size(206, 31);
this.lbDevFields.TabIndex = 0;
this.lbDevFields.Text = "设备数据源表名:";
//
// dgvCnas
//
this.dgvCnas.AllowUserToAddRows = false;
this.dgvCnas.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvCnas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CNASFieldName,
this.CnasDataType});
this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCnas.Location = new System.Drawing.Point(0, 47);
this.dgvCnas.Name = "dgvCnas";
this.dgvCnas.ReadOnly = true;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle8;
this.dgvCnas.RowTemplate.Height = 23;
this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCnas.Size = new System.Drawing.Size(655, 371);
this.dgvCnas.TabIndex = 2;
//
// CNASFieldName
//
this.CNASFieldName.DataPropertyName = "CnasFieldName";
this.CNASFieldName.HeaderText = "列名";
this.CNASFieldName.Name = "CNASFieldName";
this.CNASFieldName.ReadOnly = true;
this.CNASFieldName.Width = 150;
//
// CnasDataType
//
this.CnasDataType.DataPropertyName = "CnasDataType";
this.CnasDataType.HeaderText = "数据类型";
this.CnasDataType.Name = "CnasDataType";
this.CnasDataType.ReadOnly = true;
this.CnasDataType.Width = 200;
//
// pnlRight
//
this.pnlRight.Controls.Add(this.cbxCnas);
this.pnlRight.Controls.Add(this.lbCnasFields);
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlRight.Location = new System.Drawing.Point(0, 0);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(655, 47);
this.pnlRight.TabIndex = 0;
//
// cbxCnas
//
this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxCnas.FormattingEnabled = true;
this.cbxCnas.Location = new System.Drawing.Point(222, 6);
this.cbxCnas.Name = "cbxCnas";
this.cbxCnas.Size = new System.Drawing.Size(184, 39);
this.cbxCnas.TabIndex = 2;
//
// lbCnasFields
//
this.lbCnasFields.AutoSize = true;
this.lbCnasFields.Location = new System.Drawing.Point(3, 10);
this.lbCnasFields.Name = "lbCnasFields";
this.lbCnasFields.Size = new System.Drawing.Size(225, 31);
this.lbCnasFields.TabIndex = 1;
this.lbCnasFields.Text = "CNAS数据库表名:";
//
// pnlMenuTop
//
this.pnlMenuTop.Controls.Add(this.menuStrip1);
this.pnlMenuTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlMenuTop.Location = new System.Drawing.Point(10, 0);
this.pnlMenuTop.Name = "pnlMenuTop";
this.pnlMenuTop.Size = new System.Drawing.Size(1735, 29);
this.pnlMenuTop.TabIndex = 6;
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmSystemSetting,
this.tsmServiceSetting,
this.tsmSourceSetting,
this.tsmHelper});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1735, 39);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// tsmSystemSetting
//
this.tsmSystemSetting.Name = "tsmSystemSetting";
this.tsmSystemSetting.Size = new System.Drawing.Size(156, 35);
this.tsmSystemSetting.Text = "系统设置(&G)";
this.tsmSystemSetting.Click += new System.EventHandler(this.tsmSystemSetting_Click);
//
// tsmServiceSetting
//
this.tsmServiceSetting.Name = "tsmServiceSetting";
this.tsmServiceSetting.Size = new System.Drawing.Size(152, 35);
this.tsmServiceSetting.Text = "服务设置(&S)";
this.tsmServiceSetting.Click += new System.EventHandler(this.tsmServiceSetting_Click);
//
// tsmSourceSetting
//
this.tsmSourceSetting.Name = "tsmSourceSetting";
this.tsmSourceSetting.Size = new System.Drawing.Size(150, 35);
this.tsmSourceSetting.Text = "来源设置(&L)";
this.tsmSourceSetting.Click += new System.EventHandler(this.tsmSourceSetting_Click);
//
// tsmHelper
//
this.tsmHelper.Name = "tsmHelper";
this.tsmHelper.Size = new System.Drawing.Size(109, 35);
this.tsmHelper.Text = "帮助(&H)";
this.tsmHelper.Click += new System.EventHandler(this.tsmHelper_Click);
//
// panel3
//
this.panel3.Location = new System.Drawing.Point(331, 75);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(468, 393);
this.panel3.TabIndex = 5;
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(10, 874);
this.panel2.TabIndex = 4;
//
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(37, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(150, 47);
this.btnSave.TabIndex = 3;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// pnBottom
//
this.pnBottom.Controls.Add(this.pnSave);
this.pnBottom.Controls.Add(this.pnFieldButtons);
this.pnBottom.Controls.Add(this.panel12);
this.pnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnBottom.Location = new System.Drawing.Point(0, 876);
this.pnBottom.Name = "pnBottom";
this.pnBottom.Size = new System.Drawing.Size(1745, 117);
this.pnBottom.TabIndex = 1;
//
// pnSave
//
this.pnSave.Controls.Add(this.panel1);
this.pnSave.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnSave.Location = new System.Drawing.Point(0, 61);
this.pnSave.Name = "pnSave";
this.pnSave.Size = new System.Drawing.Size(1745, 56);
this.pnSave.TabIndex = 5;
//
// panel1
//
this.panel1.Controls.Add(this.btnSave);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(1545, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(200, 56);
this.panel1.TabIndex = 4;
//
// pnFieldButtons
//
this.pnFieldButtons.Controls.Add(this.pnCodeBottom);
this.pnFieldButtons.Controls.Add(this.panel7);
this.pnFieldButtons.Dock = System.Windows.Forms.DockStyle.Top;
this.pnFieldButtons.Location = new System.Drawing.Point(0, 0);
this.pnFieldButtons.Name = "pnFieldButtons";
this.pnFieldButtons.Size = new System.Drawing.Size(1745, 62);
this.pnFieldButtons.TabIndex = 4;
//
// pnCodeBottom
//
this.pnCodeBottom.Controls.Add(this.btnAdd);
this.pnCodeBottom.Controls.Add(this.btnDel);
this.pnCodeBottom.Dock = System.Windows.Forms.DockStyle.Left;
this.pnCodeBottom.Location = new System.Drawing.Point(0, 0);
this.pnCodeBottom.Name = "pnCodeBottom";
this.pnCodeBottom.Size = new System.Drawing.Size(397, 62);
this.pnCodeBottom.TabIndex = 10;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(12, 10);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(120, 47);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "新增";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(143, 10);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(120, 47);
this.btnDel.TabIndex = 2;
this.btnDel.Text = "删除";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// panel7
//
this.panel7.Controls.Add(this.btnSourceFilter);
this.panel7.Controls.Add(this.btnCNASFieldConfig);
this.panel7.Controls.Add(this.btnLoadDBData);
this.panel7.Controls.Add(this.btnAddMapping);
this.panel7.Controls.Add(this.btnDatabaseConfig);
this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
this.panel7.Location = new System.Drawing.Point(862, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(883, 62);
this.panel7.TabIndex = 5;
//
// btnSourceFilter
//
this.btnSourceFilter.Location = new System.Drawing.Point(197, 9);
this.btnSourceFilter.Name = "btnSourceFilter";
this.btnSourceFilter.Size = new System.Drawing.Size(150, 47);
this.btnSourceFilter.TabIndex = 6;
this.btnSourceFilter.Text = "来源过滤";
this.btnSourceFilter.UseVisualStyleBackColor = true;
this.btnSourceFilter.Click += new System.EventHandler(this.btnSourceFilter_Click);
//
// btnCNASFieldConfig
//
this.btnCNASFieldConfig.Location = new System.Drawing.Point(371, 9);
this.btnCNASFieldConfig.Name = "btnCNASFieldConfig";
this.btnCNASFieldConfig.Size = new System.Drawing.Size(150, 47);
this.btnCNASFieldConfig.TabIndex = 5;
this.btnCNASFieldConfig.Text = "条件映射";
this.btnCNASFieldConfig.UseVisualStyleBackColor = true;
this.btnCNASFieldConfig.Click += new System.EventHandler(this.btnCNASFieldConfig_Click);
//
// btnLoadDBData
//
this.btnLoadDBData.Location = new System.Drawing.Point(545, 9);
this.btnLoadDBData.Name = "btnLoadDBData";
this.btnLoadDBData.Size = new System.Drawing.Size(150, 47);
this.btnLoadDBData.TabIndex = 4;
this.btnLoadDBData.Text = "加载数据";
this.btnLoadDBData.UseVisualStyleBackColor = true;
this.btnLoadDBData.Click += new System.EventHandler(this.btnLoadDBData_Click);
//
// btnAddMapping
//
this.btnAddMapping.Location = new System.Drawing.Point(23, 9);
this.btnAddMapping.Name = "btnAddMapping";
this.btnAddMapping.Size = new System.Drawing.Size(150, 47);
this.btnAddMapping.TabIndex = 2;
this.btnAddMapping.Text = "新增映射";
this.btnAddMapping.UseVisualStyleBackColor = true;
this.btnAddMapping.Click += new System.EventHandler(this.btnAddMapping_Click);
//
// btnDatabaseConfig
//
this.btnDatabaseConfig.Location = new System.Drawing.Point(719, 9);
this.btnDatabaseConfig.Name = "btnDatabaseConfig";
this.btnDatabaseConfig.Size = new System.Drawing.Size(150, 47);
this.btnDatabaseConfig.TabIndex = 3;
this.btnDatabaseConfig.Text = "配置数据库";
this.btnDatabaseConfig.UseVisualStyleBackColor = true;
this.btnDatabaseConfig.Click += new System.EventHandler(this.btnDatabaseConfig_Click);
//
// panel12
//
this.panel12.Location = new System.Drawing.Point(1522, 0);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(102, 43);
this.panel12.TabIndex = 0;
//
// panel4
//
this.panel4.Controls.Add(this.panel13);
this.panel4.Controls.Add(this.panel6);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1745, 876);
this.panel4.TabIndex = 2;
//
// panel13
//
this.panel13.Controls.Add(this.pnlAll);
this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel13.Location = new System.Drawing.Point(0, 0);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(1745, 874);
this.panel13.TabIndex = 2;
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.ControlDark;
this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel6.Location = new System.Drawing.Point(0, 874);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(1745, 2);
this.panel6.TabIndex = 1;
//
// frmSyncParams
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1745, 993);
this.Controls.Add(this.panel4);
this.Controls.Add(this.pnBottom);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmSyncParams";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "仪器数据取数端配置界面";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSyncParams_FormClosing);
this.Load += new System.EventHandler(this.frmSyncParams_Load);
this.Resize += new System.EventHandler(this.frmSyncParams_Resize);
this.pnlAll.ResumeLayout(false);
this.pnlBodyCenter.ResumeLayout(false);
this.pnlRigh.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.splitContainerCol.Panel1.ResumeLayout(false);
this.splitContainerCol.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerCol)).EndInit();
this.splitContainerCol.ResumeLayout(false);
this.grpDevice.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvInstrument)).EndInit();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.grpDetail.ResumeLayout(false);
this.splitContainerCenter.Panel1.ResumeLayout(false);
this.splitContainerCenter.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerCenter)).EndInit();
this.splitContainerCenter.ResumeLayout(false);
this.panel15.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvMapping)).EndInit();
this.cmsMapping.ResumeLayout(false);
this.pnHeader.ResumeLayout(false);
this.pnHeader.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.splitContainerFields.Panel1.ResumeLayout(false);
this.splitContainerFields.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerFields)).EndInit();
this.splitContainerFields.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvInstruDS)).EndInit();
this.pnlleft.ResumeLayout(false);
this.pnlleft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvCnas)).EndInit();
this.pnlRight.ResumeLayout(false);
this.pnlRight.PerformLayout();
this.pnlMenuTop.ResumeLayout(false);
this.pnlMenuTop.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.pnBottom.ResumeLayout(false);
this.pnSave.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.pnFieldButtons.ResumeLayout(false);
this.pnCodeBottom.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel13.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlAll;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ContextMenuStrip cmsMapping;
private System.Windows.Forms.ToolStripMenuItem btnDelMap;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel pnlRigh;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel pnBottom;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel pnlMenuTop;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem tsmSystemSetting;
private System.Windows.Forms.ToolStripMenuItem tsmSourceSetting;
private System.Windows.Forms.ToolStripMenuItem tsmHelper;
private System.Windows.Forms.Panel pnlBodyCenter;
private System.Windows.Forms.ToolStripMenuItem tsmServiceSetting;
private System.Windows.Forms.SplitContainer splitContainerCol;
private System.Windows.Forms.GroupBox grpDevice;
private System.Windows.Forms.DataGridView dgvInstrument;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Label lbCurrSel;
private System.Windows.Forms.GroupBox grpDetail;
private System.Windows.Forms.SplitContainer splitContainerCenter;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.DataGridView dgvMapping;
private System.Windows.Forms.Panel pnHeader;
private System.Windows.Forms.TextBox txtInstrumentColumn;
private System.Windows.Forms.ComboBox cbxCNASColumn;
private System.Windows.Forms.Label lbDevField;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.SplitContainer splitContainerFields;
private System.Windows.Forms.DataGridView dgvInstruDS;
private System.Windows.Forms.Panel pnlleft;
private System.Windows.Forms.ComboBox cbxInstrument;
private System.Windows.Forms.Label lbDevFields;
private System.Windows.Forms.DataGridView dgvCnas;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.ComboBox cbxCnas;
private System.Windows.Forms.Label lbCnasFields;
private System.Windows.Forms.DataGridViewTextBoxColumn Code;
private System.Windows.Forms.DataGridViewTextBoxColumn InstrumentField;
private System.Windows.Forms.DataGridViewTextBoxColumn CnasField;
private System.Windows.Forms.DataGridViewCheckBoxColumn PrimaryKey;
private System.Windows.Forms.DataGridViewCheckBoxColumn DateKey;
private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName;
private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType;
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName;
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType;
private System.Windows.Forms.Panel pnFieldButtons;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Button btnSourceFilter;
private System.Windows.Forms.Button btnCNASFieldConfig;
private System.Windows.Forms.Button btnLoadDBData;
private System.Windows.Forms.Button btnAddMapping;
private System.Windows.Forms.Button btnDatabaseConfig;
private System.Windows.Forms.Panel pnSave;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel pnCodeBottom;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnDel;
}
}