|
|
@@ -62,14 +62,10 @@ |
|
|
|
this.tabPage6 = new System.Windows.Forms.TabPage(); |
|
|
|
this.splitContainer2 = 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.label12 = 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.label13 = new System.Windows.Forms.Label(); |
|
|
@@ -104,6 +100,12 @@ |
|
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
|
this.panel13 = 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.描述 = 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.pnlBodyCenter.SuspendLayout(); |
|
|
|
this.pnlRigh.SuspendLayout(); |
|
|
@@ -411,7 +413,8 @@ |
|
|
|
this.dgvInstruDS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.dgvInstruDS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.InstruFieldName, |
|
|
|
this.InstruDataType}); |
|
|
|
this.InstruDataType, |
|
|
|
this.描述}); |
|
|
|
this.dgvInstruDS.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvInstruDS.Location = new System.Drawing.Point(0, 34); |
|
|
|
this.dgvInstruDS.Name = "dgvInstruDS"; |
|
|
@@ -423,22 +426,6 @@ |
|
|
|
this.dgvInstruDS.Size = new System.Drawing.Size(508, 310); |
|
|
|
this.dgvInstruDS.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; |
|
|
|
// |
|
|
|
// pnlleft |
|
|
|
// |
|
|
|
this.pnlleft.Controls.Add(this.cbxInstrument); |
|
|
@@ -483,7 +470,8 @@ |
|
|
|
this.dgvCnas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.dgvCnas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.CNASFieldName, |
|
|
|
this.CnasDataType}); |
|
|
|
this.CnasDataType, |
|
|
|
this.字段描述}); |
|
|
|
this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvCnas.Location = new System.Drawing.Point(0, 34); |
|
|
|
this.dgvCnas.Name = "dgvCnas"; |
|
|
@@ -495,22 +483,6 @@ |
|
|
|
this.dgvCnas.Size = new System.Drawing.Size(519, 310); |
|
|
|
this.dgvCnas.TabIndex = 2; |
|
|
|
// |
|
|
|
// 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; |
|
|
|
// |
|
|
|
// pnlRight |
|
|
|
// |
|
|
|
this.pnlRight.Controls.Add(this.cbxCnas); |
|
|
@@ -851,6 +823,54 @@ |
|
|
|
this.panel6.Size = new System.Drawing.Size(1207, 2); |
|
|
|
this.panel6.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 = 150; |
|
|
|
// |
|
|
|
// 描述 |
|
|
|
// |
|
|
|
this.描述.DataPropertyName = "remark"; |
|
|
|
this.描述.HeaderText = "字段描述"; |
|
|
|
this.描述.Name = "描述"; |
|
|
|
this.描述.ReadOnly = true; |
|
|
|
this.描述.Width = 150; |
|
|
|
// |
|
|
|
// 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 = 150; |
|
|
|
// |
|
|
|
// 字段描述 |
|
|
|
// |
|
|
|
this.字段描述.DataPropertyName = "remark"; |
|
|
|
this.字段描述.HeaderText = "字段描述"; |
|
|
|
this.字段描述.Name = "字段描述"; |
|
|
|
this.字段描述.ReadOnly = true; |
|
|
|
this.字段描述.Width = 150; |
|
|
|
// |
|
|
|
// frmSyncParams |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); |
|
|
@@ -970,15 +990,17 @@ |
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsmHelper; |
|
|
|
private System.Windows.Forms.Panel pnlBodyCenter; |
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsmServiceSetting; |
|
|
|
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.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 字段属性; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 描述; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 字段描述; |
|
|
|
} |
|
|
|
} |
|
|
|
|