|
@@ -95,14 +95,15 @@ |
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
this.panel13 = new System.Windows.Forms.Panel(); |
|
|
this.panel13 = new System.Windows.Forms.Panel(); |
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
|
|
|
this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.InstrumentField = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.CnasField = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
this.PrimaryKey = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
this.DateKey = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
this.InstruFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.InstruDataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.CNASFieldName = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.CnasDataType = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
|
|
|
this.字段属性 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.pnlAll.SuspendLayout(); |
|
|
this.pnlAll.SuspendLayout(); |
|
|
this.pnlBodyCenter.SuspendLayout(); |
|
|
this.pnlBodyCenter.SuspendLayout(); |
|
|
this.pnlRigh.SuspendLayout(); |
|
|
this.pnlRigh.SuspendLayout(); |
|
@@ -237,7 +238,8 @@ |
|
|
this.InstrumentField, |
|
|
this.InstrumentField, |
|
|
this.CnasField, |
|
|
this.CnasField, |
|
|
this.PrimaryKey, |
|
|
this.PrimaryKey, |
|
|
this.DateKey}); |
|
|
|
|
|
|
|
|
this.DateKey, |
|
|
|
|
|
this.字段属性}); |
|
|
this.dgvMapping.ContextMenuStrip = this.cmsMapping; |
|
|
this.dgvMapping.ContextMenuStrip = this.cmsMapping; |
|
|
this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
this.dgvMapping.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
this.dgvMapping.Location = new System.Drawing.Point(0, 0); |
|
|
this.dgvMapping.Location = new System.Drawing.Point(0, 0); |
|
@@ -780,13 +782,45 @@ |
|
|
this.panel6.Size = new System.Drawing.Size(1207, 2); |
|
|
this.panel6.Size = new System.Drawing.Size(1207, 2); |
|
|
this.panel6.TabIndex = 1; |
|
|
this.panel6.TabIndex = 1; |
|
|
// |
|
|
// |
|
|
|
|
|
// InstruFieldName |
|
|
|
|
|
// |
|
|
|
|
|
this.InstruFieldName.DataPropertyName = "InstruFieldName"; |
|
|
|
|
|
this.InstruFieldName.HeaderText = "列名"; |
|
|
|
|
|
this.InstruFieldName.Name = "InstruFieldName"; |
|
|
|
|
|
this.InstruFieldName.ReadOnly = true; |
|
|
|
|
|
this.InstruFieldName.Width = 220; |
|
|
|
|
|
// |
|
|
|
|
|
// InstruDataType |
|
|
|
|
|
// |
|
|
|
|
|
this.InstruDataType.DataPropertyName = "InstruDataType"; |
|
|
|
|
|
this.InstruDataType.HeaderText = "数据类型"; |
|
|
|
|
|
this.InstruDataType.Name = "InstruDataType"; |
|
|
|
|
|
this.InstruDataType.ReadOnly = true; |
|
|
|
|
|
this.InstruDataType.Width = 240; |
|
|
|
|
|
// |
|
|
|
|
|
// CnasDataType |
|
|
|
|
|
// |
|
|
|
|
|
this.CnasDataType.DataPropertyName = "CnasDataType"; |
|
|
|
|
|
this.CnasDataType.HeaderText = "数据类型"; |
|
|
|
|
|
this.CnasDataType.Name = "CnasDataType"; |
|
|
|
|
|
this.CnasDataType.ReadOnly = true; |
|
|
|
|
|
this.CnasDataType.Width = 240; |
|
|
|
|
|
// |
|
|
|
|
|
// CNASFieldName |
|
|
|
|
|
// |
|
|
|
|
|
this.CNASFieldName.DataPropertyName = "CnasFieldName"; |
|
|
|
|
|
this.CNASFieldName.HeaderText = "列名"; |
|
|
|
|
|
this.CNASFieldName.Name = "CNASFieldName"; |
|
|
|
|
|
this.CNASFieldName.ReadOnly = true; |
|
|
|
|
|
this.CNASFieldName.Width = 220; |
|
|
|
|
|
// |
|
|
// InstrumentField |
|
|
// InstrumentField |
|
|
// |
|
|
// |
|
|
this.InstrumentField.DataPropertyName = "SourceField"; |
|
|
this.InstrumentField.DataPropertyName = "SourceField"; |
|
|
this.InstrumentField.HeaderText = "设备数据列"; |
|
|
this.InstrumentField.HeaderText = "设备数据列"; |
|
|
this.InstrumentField.Name = "InstrumentField"; |
|
|
this.InstrumentField.Name = "InstrumentField"; |
|
|
this.InstrumentField.ReadOnly = true; |
|
|
this.InstrumentField.ReadOnly = true; |
|
|
this.InstrumentField.Width = 240; |
|
|
|
|
|
|
|
|
this.InstrumentField.Width = 200; |
|
|
// |
|
|
// |
|
|
// CnasField |
|
|
// CnasField |
|
|
// |
|
|
// |
|
@@ -794,53 +828,28 @@ |
|
|
this.CnasField.HeaderText = "CNAS数据列"; |
|
|
this.CnasField.HeaderText = "CNAS数据列"; |
|
|
this.CnasField.Name = "CnasField"; |
|
|
this.CnasField.Name = "CnasField"; |
|
|
this.CnasField.ReadOnly = true; |
|
|
this.CnasField.ReadOnly = true; |
|
|
this.CnasField.Width = 240; |
|
|
|
|
|
|
|
|
this.CnasField.Width = 200; |
|
|
// |
|
|
// |
|
|
// PrimaryKey |
|
|
// PrimaryKey |
|
|
// |
|
|
// |
|
|
this.PrimaryKey.DataPropertyName = "IfPrimaryKey"; |
|
|
this.PrimaryKey.DataPropertyName = "IfPrimaryKey"; |
|
|
this.PrimaryKey.HeaderText = "关键字段"; |
|
|
this.PrimaryKey.HeaderText = "关键字段"; |
|
|
this.PrimaryKey.Name = "PrimaryKey"; |
|
|
this.PrimaryKey.Name = "PrimaryKey"; |
|
|
this.PrimaryKey.Width = 240; |
|
|
|
|
|
|
|
|
this.PrimaryKey.Width = 200; |
|
|
// |
|
|
// |
|
|
// DateKey |
|
|
// DateKey |
|
|
// |
|
|
// |
|
|
this.DateKey.DataPropertyName = "IfDateField"; |
|
|
this.DateKey.DataPropertyName = "IfDateField"; |
|
|
this.DateKey.HeaderText = "日期字段"; |
|
|
this.DateKey.HeaderText = "日期字段"; |
|
|
this.DateKey.Name = "DateKey"; |
|
|
this.DateKey.Name = "DateKey"; |
|
|
this.DateKey.Width = 240; |
|
|
|
|
|
// |
|
|
|
|
|
// InstruFieldName |
|
|
|
|
|
// |
|
|
|
|
|
this.InstruFieldName.DataPropertyName = "InstruFieldName"; |
|
|
|
|
|
this.InstruFieldName.HeaderText = "列名"; |
|
|
|
|
|
this.InstruFieldName.Name = "InstruFieldName"; |
|
|
|
|
|
this.InstruFieldName.ReadOnly = true; |
|
|
|
|
|
this.InstruFieldName.Width = 220; |
|
|
|
|
|
// |
|
|
|
|
|
// InstruDataType |
|
|
|
|
|
|
|
|
this.DateKey.Width = 200; |
|
|
// |
|
|
// |
|
|
this.InstruDataType.DataPropertyName = "InstruDataType"; |
|
|
|
|
|
this.InstruDataType.HeaderText = "数据类型"; |
|
|
|
|
|
this.InstruDataType.Name = "InstruDataType"; |
|
|
|
|
|
this.InstruDataType.ReadOnly = true; |
|
|
|
|
|
this.InstruDataType.Width = 240; |
|
|
|
|
|
|
|
|
// 字段属性 |
|
|
// |
|
|
// |
|
|
// CNASFieldName |
|
|
|
|
|
// |
|
|
|
|
|
this.CNASFieldName.DataPropertyName = "CnasFieldName"; |
|
|
|
|
|
this.CNASFieldName.HeaderText = "列名"; |
|
|
|
|
|
this.CNASFieldName.Name = "CNASFieldName"; |
|
|
|
|
|
this.CNASFieldName.ReadOnly = true; |
|
|
|
|
|
this.CNASFieldName.Width = 220; |
|
|
|
|
|
// |
|
|
|
|
|
// CnasDataType |
|
|
|
|
|
// |
|
|
|
|
|
this.CnasDataType.DataPropertyName = "CnasDataType"; |
|
|
|
|
|
this.CnasDataType.HeaderText = "数据类型"; |
|
|
|
|
|
this.CnasDataType.Name = "CnasDataType"; |
|
|
|
|
|
this.CnasDataType.ReadOnly = true; |
|
|
|
|
|
this.CnasDataType.Width = 240; |
|
|
|
|
|
|
|
|
this.字段属性.DataPropertyName = "DataType"; |
|
|
|
|
|
this.字段属性.HeaderText = "数据类型"; |
|
|
|
|
|
this.字段属性.Name = "字段属性"; |
|
|
|
|
|
this.字段属性.Width = 200; |
|
|
// |
|
|
// |
|
|
// frmSyncParams |
|
|
// frmSyncParams |
|
|
// |
|
|
// |
|
@@ -961,14 +970,15 @@ |
|
|
private System.Windows.Forms.ToolStripMenuItem tsmHelper; |
|
|
private System.Windows.Forms.ToolStripMenuItem tsmHelper; |
|
|
private System.Windows.Forms.Panel pnlBodyCenter; |
|
|
private System.Windows.Forms.Panel pnlBodyCenter; |
|
|
private System.Windows.Forms.ToolStripMenuItem tsmServiceSetting; |
|
|
private System.Windows.Forms.ToolStripMenuItem tsmServiceSetting; |
|
|
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 InstruFieldName; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType; |
|
|
|
|
|
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 字段属性; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|