@@ -49,16 +49,17 @@ | |||
this.pnlAll.Controls.Add(this.groupBox1); | |||
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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.pnlAll.Name = "pnlAll"; | |||
this.pnlAll.Size = new System.Drawing.Size(401, 162); | |||
this.pnlAll.Size = new System.Drawing.Size(811, 326); | |||
this.pnlAll.TabIndex = 1; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(306, 127); | |||
this.btnOK.Location = new System.Drawing.Point(678, 275); | |||
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.Size = new System.Drawing.Size(120, 38); | |||
this.btnOK.TabIndex = 1; | |||
this.btnOK.Text = "确定"; | |||
this.btnOK.UseVisualStyleBackColor = true; | |||
@@ -75,9 +76,11 @@ | |||
this.groupBox1.Controls.Add(this.label2); | |||
this.groupBox1.Controls.Add(this.label1); | |||
this.groupBox1.Controls.Add(this.txtPrama1); | |||
this.groupBox1.Location = new System.Drawing.Point(12, 11); | |||
this.groupBox1.Location = new System.Drawing.Point(16, 14); | |||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(381, 110); | |||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.groupBox1.Size = new System.Drawing.Size(782, 253); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "参数"; | |||
@@ -89,16 +92,18 @@ | |||
this.cbxParams2.Items.AddRange(new object[] { | |||
"数值相加", | |||
"数值相减"}); | |||
this.cbxParams2.Location = new System.Drawing.Point(90, 50); | |||
this.cbxParams2.Location = new System.Drawing.Point(120, 100); | |||
this.cbxParams2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.cbxParams2.Name = "cbxParams2"; | |||
this.cbxParams2.Size = new System.Drawing.Size(188, 20); | |||
this.cbxParams2.Size = new System.Drawing.Size(466, 23); | |||
this.cbxParams2.TabIndex = 9; | |||
// | |||
// btnSelect3 | |||
// | |||
this.btnSelect3.Location = new System.Drawing.Point(284, 79); | |||
this.btnSelect3.Location = new System.Drawing.Point(662, 171); | |||
this.btnSelect3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.btnSelect3.Name = "btnSelect3"; | |||
this.btnSelect3.Size = new System.Drawing.Size(66, 23); | |||
this.btnSelect3.Size = new System.Drawing.Size(88, 29); | |||
this.btnSelect3.TabIndex = 8; | |||
this.btnSelect3.Text = "选择"; | |||
this.btnSelect3.UseVisualStyleBackColor = true; | |||
@@ -106,9 +111,10 @@ | |||
// | |||
// btnSelect1 | |||
// | |||
this.btnSelect1.Location = new System.Drawing.Point(284, 21); | |||
this.btnSelect1.Location = new System.Drawing.Point(662, 26); | |||
this.btnSelect1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.btnSelect1.Name = "btnSelect1"; | |||
this.btnSelect1.Size = new System.Drawing.Size(66, 23); | |||
this.btnSelect1.Size = new System.Drawing.Size(88, 29); | |||
this.btnSelect1.TabIndex = 6; | |||
this.btnSelect1.Text = "选择"; | |||
this.btnSelect1.UseVisualStyleBackColor = true; | |||
@@ -117,51 +123,57 @@ | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(33, 83); | |||
this.label3.Location = new System.Drawing.Point(44, 176); | |||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(47, 12); | |||
this.label3.Size = new System.Drawing.Size(60, 15); | |||
this.label3.TabIndex = 5; | |||
this.label3.Text = "参数3:"; | |||
// | |||
// txtPrama3 | |||
// | |||
this.txtPrama3.Location = new System.Drawing.Point(90, 79); | |||
this.txtPrama3.Location = new System.Drawing.Point(120, 171); | |||
this.txtPrama3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.txtPrama3.Name = "txtPrama3"; | |||
this.txtPrama3.Size = new System.Drawing.Size(188, 21); | |||
this.txtPrama3.Size = new System.Drawing.Size(466, 25); | |||
this.txtPrama3.TabIndex = 4; | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(33, 53); | |||
this.label2.Location = new System.Drawing.Point(44, 104); | |||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(47, 12); | |||
this.label2.Size = new System.Drawing.Size(60, 15); | |||
this.label2.TabIndex = 3; | |||
this.label2.Text = "参数2:"; | |||
// | |||
// label1 | |||
// | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(33, 24); | |||
this.label1.Location = new System.Drawing.Point(44, 30); | |||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(47, 12); | |||
this.label1.Size = new System.Drawing.Size(60, 15); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "参数1:"; | |||
// | |||
// txtPrama1 | |||
// | |||
this.txtPrama1.Location = new System.Drawing.Point(90, 21); | |||
this.txtPrama1.Location = new System.Drawing.Point(120, 26); | |||
this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.txtPrama1.Name = "txtPrama1"; | |||
this.txtPrama1.Size = new System.Drawing.Size(188, 21); | |||
this.txtPrama1.Size = new System.Drawing.Size(466, 25); | |||
this.txtPrama1.TabIndex = 0; | |||
// | |||
// frmAddSubtract | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(401, 162); | |||
this.ClientSize = new System.Drawing.Size(811, 326); | |||
this.Controls.Add(this.pnlAll); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.MaximizeBox = false; | |||
this.MinimizeBox = false; | |||
this.Name = "frmAddSubtract"; | |||
@@ -56,7 +56,7 @@ | |||
this.pnlLeft.Location = new System.Drawing.Point(0, 0); | |||
this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlLeft.Name = "pnlLeft"; | |||
this.pnlLeft.Size = new System.Drawing.Size(10, 403); | |||
this.pnlLeft.Size = new System.Drawing.Size(10, 628); | |||
this.pnlLeft.TabIndex = 0; | |||
// | |||
// pnlTop | |||
@@ -65,25 +65,25 @@ | |||
this.pnlTop.Location = new System.Drawing.Point(10, 0); | |||
this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlTop.Name = "pnlTop"; | |||
this.pnlTop.Size = new System.Drawing.Size(512, 10); | |||
this.pnlTop.Size = new System.Drawing.Size(782, 10); | |||
this.pnlTop.TabIndex = 1; | |||
// | |||
// pnlBottom | |||
// | |||
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.pnlBottom.Location = new System.Drawing.Point(10, 393); | |||
this.pnlBottom.Location = new System.Drawing.Point(10, 618); | |||
this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlBottom.Name = "pnlBottom"; | |||
this.pnlBottom.Size = new System.Drawing.Size(512, 10); | |||
this.pnlBottom.Size = new System.Drawing.Size(782, 10); | |||
this.pnlBottom.TabIndex = 1; | |||
// | |||
// pnlRight | |||
// | |||
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.pnlRight.Location = new System.Drawing.Point(512, 10); | |||
this.pnlRight.Location = new System.Drawing.Point(782, 10); | |||
this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlRight.Name = "pnlRight"; | |||
this.pnlRight.Size = new System.Drawing.Size(10, 383); | |||
this.pnlRight.Size = new System.Drawing.Size(10, 608); | |||
this.pnlRight.TabIndex = 1; | |||
// | |||
// pnlCenter | |||
@@ -94,7 +94,7 @@ | |||
this.pnlCenter.Location = new System.Drawing.Point(10, 10); | |||
this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlCenter.Name = "pnlCenter"; | |||
this.pnlCenter.Size = new System.Drawing.Size(502, 383); | |||
this.pnlCenter.Size = new System.Drawing.Size(772, 608); | |||
this.pnlCenter.TabIndex = 2; | |||
// | |||
// groupBox1 | |||
@@ -105,7 +105,7 @@ | |||
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.groupBox1.Size = new System.Drawing.Size(502, 344); | |||
this.groupBox1.Size = new System.Drawing.Size(772, 569); | |||
this.groupBox1.TabIndex = 1; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "CNAS列"; | |||
@@ -122,11 +122,11 @@ | |||
this.condition, | |||
this.Value}); | |||
this.dgvCnas.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.dgvCnas.Location = new System.Drawing.Point(3, 20); | |||
this.dgvCnas.Location = new System.Drawing.Point(3, 24); | |||
this.dgvCnas.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.dgvCnas.Name = "dgvCnas"; | |||
this.dgvCnas.RowTemplate.Height = 23; | |||
this.dgvCnas.Size = new System.Drawing.Size(496, 320); | |||
this.dgvCnas.Size = new System.Drawing.Size(766, 541); | |||
this.dgvCnas.TabIndex = 0; | |||
this.dgvCnas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellClick); | |||
this.dgvCnas.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCnas_CellDoubleClick); | |||
@@ -139,19 +139,19 @@ | |||
this.pnlCenterBottom.Controls.Add(this.btnDelete); | |||
this.pnlCenterBottom.Controls.Add(this.btnOK); | |||
this.pnlCenterBottom.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.pnlCenterBottom.Location = new System.Drawing.Point(0, 344); | |||
this.pnlCenterBottom.Location = new System.Drawing.Point(0, 569); | |||
this.pnlCenterBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlCenterBottom.Name = "pnlCenterBottom"; | |||
this.pnlCenterBottom.Size = new System.Drawing.Size(502, 39); | |||
this.pnlCenterBottom.Size = new System.Drawing.Size(772, 39); | |||
this.pnlCenterBottom.TabIndex = 0; | |||
// | |||
// btnDelete | |||
// | |||
this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | |||
this.btnDelete.Location = new System.Drawing.Point(332, 8); | |||
this.btnDelete.Location = new System.Drawing.Point(574, 4); | |||
this.btnDelete.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.btnDelete.Name = "btnDelete"; | |||
this.btnDelete.Size = new System.Drawing.Size(71, 25); | |||
this.btnDelete.Size = new System.Drawing.Size(79, 33); | |||
this.btnDelete.TabIndex = 1; | |||
this.btnDelete.Text = "全部清除"; | |||
this.btnDelete.UseVisualStyleBackColor = true; | |||
@@ -161,7 +161,7 @@ | |||
// | |||
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | |||
this.btnOK.Location = new System.Drawing.Point(409, 4); | |||
this.btnOK.Location = new System.Drawing.Point(659, 4); | |||
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
@@ -176,7 +176,7 @@ | |||
this.TableName.HeaderText = "表名"; | |||
this.TableName.Name = "TableName"; | |||
this.TableName.Visible = false; | |||
this.TableName.Width = 120; | |||
this.TableName.Width = 240; | |||
// | |||
// TableColumn | |||
// | |||
@@ -184,7 +184,7 @@ | |||
this.TableColumn.HeaderText = "列名"; | |||
this.TableColumn.Name = "TableColumn"; | |||
this.TableColumn.ReadOnly = true; | |||
this.TableColumn.Width = 150; | |||
this.TableColumn.Width = 260; | |||
// | |||
// DataType | |||
// | |||
@@ -193,7 +193,7 @@ | |||
this.DataType.Name = "DataType"; | |||
this.DataType.ReadOnly = true; | |||
this.DataType.Visible = false; | |||
this.DataType.Width = 120; | |||
this.DataType.Width = 240; | |||
// | |||
// condition | |||
// | |||
@@ -201,18 +201,19 @@ | |||
this.condition.Name = "condition"; | |||
this.condition.ReadOnly = true; | |||
this.condition.Resizable = System.Windows.Forms.DataGridViewTriState.True; | |||
this.condition.Width = 200; | |||
// | |||
// Value | |||
// | |||
this.Value.HeaderText = "值"; | |||
this.Value.Name = "Value"; | |||
this.Value.Width = 150; | |||
this.Value.Width = 300; | |||
// | |||
// frmCNASValue | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(522, 403); | |||
this.ClientSize = new System.Drawing.Size(792, 628); | |||
this.Controls.Add(this.pnlCenter); | |||
this.Controls.Add(this.pnlRight); | |||
this.Controls.Add(this.pnlBottom); | |||
@@ -52,12 +52,12 @@ | |||
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(435, 184); | |||
this.pnlAll.Size = new System.Drawing.Size(661, 299); | |||
this.pnlAll.TabIndex = 0; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(336, 149); | |||
this.btnOK.Location = new System.Drawing.Point(559, 257); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 1; | |||
@@ -79,16 +79,16 @@ | |||
this.groupBox1.Controls.Add(this.txtPrama1); | |||
this.groupBox1.Location = new System.Drawing.Point(12, 12); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(414, 131); | |||
this.groupBox1.Size = new System.Drawing.Size(637, 239); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "条件XXX参数"; | |||
// | |||
// btnSelect3 | |||
// | |||
this.btnSelect3.Location = new System.Drawing.Point(270, 89); | |||
this.btnSelect3.Location = new System.Drawing.Point(546, 156); | |||
this.btnSelect3.Name = "btnSelect3"; | |||
this.btnSelect3.Size = new System.Drawing.Size(66, 23); | |||
this.btnSelect3.Size = new System.Drawing.Size(66, 30); | |||
this.btnSelect3.TabIndex = 8; | |||
this.btnSelect3.Text = "选择"; | |||
this.btnSelect3.UseVisualStyleBackColor = true; | |||
@@ -96,9 +96,9 @@ | |||
// | |||
// btnSelect2 | |||
// | |||
this.btnSelect2.Location = new System.Drawing.Point(270, 60); | |||
this.btnSelect2.Location = new System.Drawing.Point(546, 91); | |||
this.btnSelect2.Name = "btnSelect2"; | |||
this.btnSelect2.Size = new System.Drawing.Size(66, 23); | |||
this.btnSelect2.Size = new System.Drawing.Size(66, 31); | |||
this.btnSelect2.TabIndex = 7; | |||
this.btnSelect2.Text = "选择"; | |||
this.btnSelect2.UseVisualStyleBackColor = true; | |||
@@ -106,9 +106,9 @@ | |||
// | |||
// btnSelect1 | |||
// | |||
this.btnSelect1.Location = new System.Drawing.Point(270, 31); | |||
this.btnSelect1.Location = new System.Drawing.Point(546, 31); | |||
this.btnSelect1.Name = "btnSelect1"; | |||
this.btnSelect1.Size = new System.Drawing.Size(66, 23); | |||
this.btnSelect1.Size = new System.Drawing.Size(66, 27); | |||
this.btnSelect1.TabIndex = 6; | |||
this.btnSelect1.Text = "选择"; | |||
this.btnSelect1.UseVisualStyleBackColor = true; | |||
@@ -117,34 +117,34 @@ | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(19, 92); | |||
this.label3.Location = new System.Drawing.Point(19, 159); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(51, 17); | |||
this.label3.Size = new System.Drawing.Size(63, 20); | |||
this.label3.TabIndex = 5; | |||
this.label3.Text = "参数3:"; | |||
// | |||
// txtPrama3 | |||
// | |||
this.txtPrama3.Location = new System.Drawing.Point(76, 89); | |||
this.txtPrama3.Location = new System.Drawing.Point(97, 159); | |||
this.txtPrama3.Name = "txtPrama3"; | |||
this.txtPrama3.Size = new System.Drawing.Size(188, 23); | |||
this.txtPrama3.Size = new System.Drawing.Size(314, 27); | |||
this.txtPrama3.TabIndex = 4; | |||
this.txtPrama3.TextChanged += new System.EventHandler(this.txtPrama3_TextChanged); | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(19, 63); | |||
this.label2.Location = new System.Drawing.Point(19, 94); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(51, 17); | |||
this.label2.Size = new System.Drawing.Size(63, 20); | |||
this.label2.TabIndex = 3; | |||
this.label2.Text = "参数2:"; | |||
// | |||
// txtPrama2 | |||
// | |||
this.txtPrama2.Location = new System.Drawing.Point(76, 60); | |||
this.txtPrama2.Location = new System.Drawing.Point(97, 95); | |||
this.txtPrama2.Name = "txtPrama2"; | |||
this.txtPrama2.Size = new System.Drawing.Size(188, 23); | |||
this.txtPrama2.Size = new System.Drawing.Size(314, 27); | |||
this.txtPrama2.TabIndex = 2; | |||
this.txtPrama2.TextChanged += new System.EventHandler(this.txtPrama2_TextChanged); | |||
// | |||
@@ -153,22 +153,22 @@ | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(19, 34); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(51, 17); | |||
this.label1.Size = new System.Drawing.Size(63, 20); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "参数1:"; | |||
// | |||
// txtPrama1 | |||
// | |||
this.txtPrama1.Location = new System.Drawing.Point(76, 31); | |||
this.txtPrama1.Location = new System.Drawing.Point(97, 31); | |||
this.txtPrama1.Name = "txtPrama1"; | |||
this.txtPrama1.Size = new System.Drawing.Size(188, 23); | |||
this.txtPrama1.Size = new System.Drawing.Size(314, 27); | |||
this.txtPrama1.TabIndex = 0; | |||
// | |||
// frmConditionParam | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(435, 184); | |||
this.ClientSize = new System.Drawing.Size(661, 299); | |||
this.Controls.Add(this.pnlAll); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
@@ -33,11 +33,11 @@ | |||
this.pnlAll = new System.Windows.Forms.Panel(); | |||
this.btnOK = new System.Windows.Forms.Button(); | |||
this.groupBox1 = new System.Windows.Forms.GroupBox(); | |||
this.cbxInstrument = new System.Windows.Forms.ComboBox(); | |||
this.btnDelete = new System.Windows.Forms.Button(); | |||
this.dgvIfThen = new System.Windows.Forms.DataGridView(); | |||
this.btnAdd = new System.Windows.Forms.Button(); | |||
this.label1 = new System.Windows.Forms.Label(); | |||
this.dgvIfThen = new System.Windows.Forms.DataGridView(); | |||
this.btnDelete = new System.Windows.Forms.Button(); | |||
this.cbxInstrument = new System.Windows.Forms.ComboBox(); | |||
this.CalcuCondition = new System.Windows.Forms.DataGridViewComboBoxColumn(); | |||
this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |||
this.CurrentValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |||
@@ -55,12 +55,12 @@ | |||
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(486, 302); | |||
this.pnlAll.Size = new System.Drawing.Size(738, 476); | |||
this.pnlAll.TabIndex = 1; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(384, 264); | |||
this.btnOK.Location = new System.Drawing.Point(625, 434); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 1; | |||
@@ -78,29 +78,29 @@ | |||
this.groupBox1.Controls.Add(this.label1); | |||
this.groupBox1.Location = new System.Drawing.Point(12, 12); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(462, 246); | |||
this.groupBox1.Size = new System.Drawing.Size(703, 404); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "条件XXX参数"; | |||
// | |||
// btnAdd | |||
// cbxInstrument | |||
// | |||
this.btnAdd.Location = new System.Drawing.Point(316, 26); | |||
this.btnAdd.Name = "btnAdd"; | |||
this.btnAdd.Size = new System.Drawing.Size(66, 23); | |||
this.btnAdd.TabIndex = 6; | |||
this.btnAdd.Text = "新增条件"; | |||
this.btnAdd.UseVisualStyleBackColor = true; | |||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); | |||
this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |||
this.cbxInstrument.FormattingEnabled = true; | |||
this.cbxInstrument.Location = new System.Drawing.Point(80, 24); | |||
this.cbxInstrument.Name = "cbxInstrument"; | |||
this.cbxInstrument.Size = new System.Drawing.Size(354, 28); | |||
this.cbxInstrument.TabIndex = 9; | |||
// | |||
// label1 | |||
// btnDelete | |||
// | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(6, 29); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(68, 17); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "条件列名:"; | |||
this.btnDelete.Location = new System.Drawing.Point(580, 17); | |||
this.btnDelete.Name = "btnDelete"; | |||
this.btnDelete.Size = new System.Drawing.Size(66, 30); | |||
this.btnDelete.TabIndex = 8; | |||
this.btnDelete.Text = "删除条件"; | |||
this.btnDelete.UseVisualStyleBackColor = true; | |||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); | |||
// | |||
// dgvIfThen | |||
// | |||
@@ -127,27 +127,27 @@ | |||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | |||
this.dgvIfThen.RowsDefaultCellStyle = dataGridViewCellStyle2; | |||
this.dgvIfThen.RowTemplate.Height = 23; | |||
this.dgvIfThen.Size = new System.Drawing.Size(447, 181); | |||
this.dgvIfThen.Size = new System.Drawing.Size(688, 343); | |||
this.dgvIfThen.TabIndex = 7; | |||
// | |||
// btnDelete | |||
// btnAdd | |||
// | |||
this.btnDelete.Location = new System.Drawing.Point(388, 26); | |||
this.btnDelete.Name = "btnDelete"; | |||
this.btnDelete.Size = new System.Drawing.Size(66, 23); | |||
this.btnDelete.TabIndex = 8; | |||
this.btnDelete.Text = "删除条件"; | |||
this.btnDelete.UseVisualStyleBackColor = true; | |||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); | |||
this.btnAdd.Location = new System.Drawing.Point(490, 17); | |||
this.btnAdd.Name = "btnAdd"; | |||
this.btnAdd.Size = new System.Drawing.Size(66, 30); | |||
this.btnAdd.TabIndex = 6; | |||
this.btnAdd.Text = "新增条件"; | |||
this.btnAdd.UseVisualStyleBackColor = true; | |||
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); | |||
// | |||
// cbxInstrument | |||
// label1 | |||
// | |||
this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |||
this.cbxInstrument.FormattingEnabled = true; | |||
this.cbxInstrument.Location = new System.Drawing.Point(80, 24); | |||
this.cbxInstrument.Name = "cbxInstrument"; | |||
this.cbxInstrument.Size = new System.Drawing.Size(175, 25); | |||
this.cbxInstrument.TabIndex = 9; | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(6, 29); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(84, 20); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "条件列名:"; | |||
// | |||
// CalcuCondition | |||
// | |||
@@ -156,18 +156,19 @@ | |||
this.CalcuCondition.Items.AddRange(new object[] { | |||
"等于"}); | |||
this.CalcuCondition.Name = "CalcuCondition"; | |||
this.CalcuCondition.Width = 200; | |||
// | |||
// ColumnValue | |||
// | |||
this.ColumnValue.HeaderText = "条件列值"; | |||
this.ColumnValue.Name = "ColumnValue"; | |||
this.ColumnValue.Width = 150; | |||
this.ColumnValue.Width = 200; | |||
// | |||
// CurrentValue | |||
// | |||
this.CurrentValue.HeaderText = "当前列值"; | |||
this.CurrentValue.Name = "CurrentValue"; | |||
this.CurrentValue.Width = 150; | |||
this.CurrentValue.Width = 200; | |||
// | |||
// ID | |||
// | |||
@@ -178,9 +179,9 @@ | |||
// | |||
// frmIfThenParams | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(486, 302); | |||
this.ClientSize = new System.Drawing.Size(738, 476); | |||
this.Controls.Add(this.pnlAll); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
@@ -36,15 +36,15 @@ | |||
// | |||
// txtCode | |||
// | |||
this.txtCode.Location = new System.Drawing.Point(83, 25); | |||
this.txtCode.Location = new System.Drawing.Point(128, 56); | |||
this.txtCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.txtCode.Name = "txtCode"; | |||
this.txtCode.Size = new System.Drawing.Size(275, 23); | |||
this.txtCode.Size = new System.Drawing.Size(319, 27); | |||
this.txtCode.TabIndex = 0; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(293, 66); | |||
this.btnOK.Location = new System.Drawing.Point(490, 132); | |||
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
@@ -56,17 +56,17 @@ | |||
// label1 | |||
// | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(11, 28); | |||
this.label1.Location = new System.Drawing.Point(56, 59); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(68, 17); | |||
this.label1.Size = new System.Drawing.Size(84, 20); | |||
this.label1.TabIndex = 2; | |||
this.label1.Text = "仪器编号:"; | |||
// | |||
// frmInstrumentCode | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(395, 101); | |||
this.ClientSize = new System.Drawing.Size(601, 175); | |||
this.Controls.Add(this.label1); | |||
this.Controls.Add(this.btnOK); | |||
this.Controls.Add(this.txtCode); | |||
@@ -36,29 +36,29 @@ | |||
// | |||
// txtOldPwd | |||
// | |||
this.txtOldPwd.Location = new System.Drawing.Point(67, 31); | |||
this.txtOldPwd.Location = new System.Drawing.Point(114, 50); | |||
this.txtOldPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.txtOldPwd.Name = "txtOldPwd"; | |||
this.txtOldPwd.PasswordChar = '*'; | |||
this.txtOldPwd.Size = new System.Drawing.Size(214, 23); | |||
this.txtOldPwd.Size = new System.Drawing.Size(300, 27); | |||
this.txtOldPwd.TabIndex = 35; | |||
this.txtOldPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOperationPwd_KeyDown); | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(20, 34); | |||
this.label2.Location = new System.Drawing.Point(44, 52); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(44, 17); | |||
this.label2.Size = new System.Drawing.Size(54, 20); | |||
this.label2.TabIndex = 34; | |||
this.label2.Text = "密码:"; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(296, 29); | |||
this.btnOK.Location = new System.Drawing.Point(457, 49); | |||
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(60, 25); | |||
this.btnOK.Size = new System.Drawing.Size(60, 28); | |||
this.btnOK.TabIndex = 36; | |||
this.btnOK.Text = "确定"; | |||
this.btnOK.UseVisualStyleBackColor = true; | |||
@@ -66,9 +66,9 @@ | |||
// | |||
// frmOperationPwd | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(386, 85); | |||
this.ClientSize = new System.Drawing.Size(588, 151); | |||
this.Controls.Add(this.btnOK); | |||
this.Controls.Add(this.txtOldPwd); | |||
this.Controls.Add(this.label2); | |||
@@ -48,12 +48,12 @@ | |||
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(502, 329); | |||
this.pnlAll.Size = new System.Drawing.Size(762, 517); | |||
this.pnlAll.TabIndex = 0; | |||
// | |||
// btnCancel | |||
// | |||
this.btnCancel.Location = new System.Drawing.Point(400, 46); | |||
this.btnCancel.Location = new System.Drawing.Point(634, 46); | |||
this.btnCancel.Name = "btnCancel"; | |||
this.btnCancel.Size = new System.Drawing.Size(90, 28); | |||
this.btnCancel.TabIndex = 4; | |||
@@ -63,7 +63,7 @@ | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(400, 12); | |||
this.btnOK.Location = new System.Drawing.Point(634, 12); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 28); | |||
this.btnOK.TabIndex = 3; | |||
@@ -94,7 +94,7 @@ | |||
this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle2; | |||
this.dgvInstruDS.RowTemplate.Height = 23; | |||
this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | |||
this.dgvInstruDS.Size = new System.Drawing.Size(377, 309); | |||
this.dgvInstruDS.Size = new System.Drawing.Size(620, 488); | |||
this.dgvInstruDS.TabIndex = 2; | |||
// | |||
// InstruFieldName | |||
@@ -103,7 +103,7 @@ | |||
this.InstruFieldName.HeaderText = "列名"; | |||
this.InstruFieldName.Name = "InstruFieldName"; | |||
this.InstruFieldName.ReadOnly = true; | |||
this.InstruFieldName.Width = 150; | |||
this.InstruFieldName.Width = 280; | |||
// | |||
// InstruDataType | |||
// | |||
@@ -111,12 +111,13 @@ | |||
this.InstruDataType.HeaderText = "数据类型"; | |||
this.InstruDataType.Name = "InstruDataType"; | |||
this.InstruDataType.ReadOnly = true; | |||
this.InstruDataType.Width = 280; | |||
// | |||
// frmSelectInstruItem | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(502, 329); | |||
this.ClientSize = new System.Drawing.Size(762, 517); | |||
this.Controls.Add(this.pnlAll); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
@@ -138,8 +139,8 @@ | |||
private System.Windows.Forms.Panel pnlAll; | |||
private System.Windows.Forms.Button btnOK; | |||
private System.Windows.Forms.DataGridView dgvInstruDS; | |||
private System.Windows.Forms.Button btnCancel; | |||
private System.Windows.Forms.DataGridViewTextBoxColumn InstruFieldName; | |||
private System.Windows.Forms.DataGridViewTextBoxColumn InstruDataType; | |||
private System.Windows.Forms.Button btnCancel; | |||
} | |||
} |
@@ -68,7 +68,7 @@ | |||
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(435, 183); | |||
this.pnlAll.Size = new System.Drawing.Size(661, 298); | |||
this.pnlAll.TabIndex = 0; | |||
// | |||
// pnlCenter | |||
@@ -79,7 +79,7 @@ | |||
this.pnlCenter.Location = new System.Drawing.Point(12, 14); | |||
this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlCenter.Name = "pnlCenter"; | |||
this.pnlCenter.Size = new System.Drawing.Size(411, 159); | |||
this.pnlCenter.Size = new System.Drawing.Size(637, 274); | |||
this.pnlCenter.TabIndex = 4; | |||
// | |||
// panel3 | |||
@@ -89,7 +89,7 @@ | |||
this.panel3.Location = new System.Drawing.Point(0, 0); | |||
this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.panel3.Name = "panel3"; | |||
this.panel3.Size = new System.Drawing.Size(411, 115); | |||
this.panel3.Size = new System.Drawing.Size(637, 230); | |||
this.panel3.TabIndex = 1; | |||
// | |||
// groupBox1 | |||
@@ -105,7 +105,7 @@ | |||
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.groupBox1.Size = new System.Drawing.Size(411, 115); | |||
this.groupBox1.Size = new System.Drawing.Size(637, 230); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "设置"; | |||
@@ -114,44 +114,44 @@ | |||
// | |||
this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm"; | |||
this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | |||
this.dtpSource.Location = new System.Drawing.Point(159, 68); | |||
this.dtpSource.Location = new System.Drawing.Point(202, 128); | |||
this.dtpSource.Name = "dtpSource"; | |||
this.dtpSource.Size = new System.Drawing.Size(179, 23); | |||
this.dtpSource.Size = new System.Drawing.Size(179, 27); | |||
this.dtpSource.TabIndex = 5; | |||
this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0); | |||
// | |||
// label4 | |||
// | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(40, 71); | |||
this.label4.Location = new System.Drawing.Point(40, 133); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(116, 17); | |||
this.label4.Size = new System.Drawing.Size(144, 20); | |||
this.label4.TabIndex = 4; | |||
this.label4.Text = "获取数据初始时间:"; | |||
// | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(342, 39); | |||
this.label3.Location = new System.Drawing.Point(396, 38); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(32, 17); | |||
this.label3.Size = new System.Drawing.Size(39, 20); | |||
this.label3.TabIndex = 3; | |||
this.label3.Text = "分钟"; | |||
// | |||
// numService | |||
// | |||
this.numService.Location = new System.Drawing.Point(196, 35); | |||
this.numService.Location = new System.Drawing.Point(241, 36); | |||
this.numService.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.numService.Name = "numService"; | |||
this.numService.Size = new System.Drawing.Size(140, 23); | |||
this.numService.Size = new System.Drawing.Size(140, 27); | |||
this.numService.TabIndex = 2; | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(156, 38); | |||
this.label2.Location = new System.Drawing.Point(180, 38); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(32, 17); | |||
this.label2.Size = new System.Drawing.Size(39, 20); | |||
this.label2.TabIndex = 1; | |||
this.label2.Text = "每隔"; | |||
// | |||
@@ -160,7 +160,7 @@ | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(40, 38); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(116, 17); | |||
this.label1.Size = new System.Drawing.Size(144, 20); | |||
this.label1.TabIndex = 0; | |||
this.label1.Text = "数据同步执行时间:"; | |||
// | |||
@@ -169,10 +169,10 @@ | |||
this.panel1.Controls.Add(this.cbxAutoStart); | |||
this.panel1.Controls.Add(this.panel2); | |||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.panel1.Location = new System.Drawing.Point(0, 115); | |||
this.panel1.Location = new System.Drawing.Point(0, 230); | |||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.panel1.Name = "panel1"; | |||
this.panel1.Size = new System.Drawing.Size(411, 44); | |||
this.panel1.Size = new System.Drawing.Size(637, 44); | |||
this.panel1.TabIndex = 0; | |||
// | |||
// cbxAutoStart | |||
@@ -180,7 +180,7 @@ | |||
this.cbxAutoStart.AutoSize = true; | |||
this.cbxAutoStart.Location = new System.Drawing.Point(24, 8); | |||
this.cbxAutoStart.Name = "cbxAutoStart"; | |||
this.cbxAutoStart.Size = new System.Drawing.Size(99, 21); | |||
this.cbxAutoStart.Size = new System.Drawing.Size(121, 24); | |||
this.cbxAutoStart.TabIndex = 1; | |||
this.cbxAutoStart.Text = "是否开机启动"; | |||
this.cbxAutoStart.UseVisualStyleBackColor = true; | |||
@@ -190,7 +190,7 @@ | |||
this.panel2.Controls.Add(this.btnInstallService); | |||
this.panel2.Controls.Add(this.btnRun); | |||
this.panel2.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.panel2.Location = new System.Drawing.Point(205, 0); | |||
this.panel2.Location = new System.Drawing.Point(431, 0); | |||
this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.panel2.Name = "panel2"; | |||
this.panel2.Size = new System.Drawing.Size(206, 44); | |||
@@ -221,10 +221,10 @@ | |||
// pnlRight | |||
// | |||
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.pnlRight.Location = new System.Drawing.Point(423, 14); | |||
this.pnlRight.Location = new System.Drawing.Point(649, 14); | |||
this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlRight.Name = "pnlRight"; | |||
this.pnlRight.Size = new System.Drawing.Size(12, 159); | |||
this.pnlRight.Size = new System.Drawing.Size(12, 274); | |||
this.pnlRight.TabIndex = 3; | |||
// | |||
// pnlLeft | |||
@@ -233,16 +233,16 @@ | |||
this.pnlLeft.Location = new System.Drawing.Point(0, 14); | |||
this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlLeft.Name = "pnlLeft"; | |||
this.pnlLeft.Size = new System.Drawing.Size(12, 159); | |||
this.pnlLeft.Size = new System.Drawing.Size(12, 274); | |||
this.pnlLeft.TabIndex = 2; | |||
// | |||
// pnlBottom | |||
// | |||
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 173); | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 288); | |||
this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); | |||
this.pnlBottom.Name = "pnlBottom"; | |||
this.pnlBottom.Size = new System.Drawing.Size(435, 10); | |||
this.pnlBottom.Size = new System.Drawing.Size(661, 10); | |||
this.pnlBottom.TabIndex = 1; | |||
// | |||
// pnlTop | |||
@@ -251,14 +251,14 @@ | |||
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(435, 14); | |||
this.pnlTop.Size = new System.Drawing.Size(661, 14); | |||
this.pnlTop.TabIndex = 0; | |||
// | |||
// frmServiceConfig | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(435, 183); | |||
this.ClientSize = new System.Drawing.Size(661, 298); | |||
this.Controls.Add(this.pnlAll); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; | |||
@@ -60,7 +60,7 @@ | |||
this.groupBox1.Controls.Add(this.label1); | |||
this.groupBox1.Location = new System.Drawing.Point(13, 13); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(617, 358); | |||
this.groupBox1.Size = new System.Drawing.Size(923, 580); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "来源数据过滤"; | |||
@@ -70,7 +70,7 @@ | |||
this.txtCurrentTableName.Location = new System.Drawing.Point(82, 24); | |||
this.txtCurrentTableName.Name = "txtCurrentTableName"; | |||
this.txtCurrentTableName.ReadOnly = true; | |||
this.txtCurrentTableName.Size = new System.Drawing.Size(160, 23); | |||
this.txtCurrentTableName.Size = new System.Drawing.Size(160, 27); | |||
this.txtCurrentTableName.TabIndex = 16; | |||
// | |||
// label2 | |||
@@ -78,7 +78,7 @@ | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(281, 26); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(80, 17); | |||
this.label2.Size = new System.Drawing.Size(99, 20); | |||
this.label2.TabIndex = 15; | |||
this.label2.Text = "条件间关系:"; | |||
// | |||
@@ -89,16 +89,16 @@ | |||
this.cbxConditionLink.Items.AddRange(new object[] { | |||
"与", | |||
"或"}); | |||
this.cbxConditionLink.Location = new System.Drawing.Point(364, 22); | |||
this.cbxConditionLink.Location = new System.Drawing.Point(386, 23); | |||
this.cbxConditionLink.Name = "cbxConditionLink"; | |||
this.cbxConditionLink.Size = new System.Drawing.Size(59, 25); | |||
this.cbxConditionLink.Size = new System.Drawing.Size(255, 28); | |||
this.cbxConditionLink.TabIndex = 14; | |||
// | |||
// btnDelete | |||
// | |||
this.btnDelete.Location = new System.Drawing.Point(532, 23); | |||
this.btnDelete.Location = new System.Drawing.Point(782, 22); | |||
this.btnDelete.Name = "btnDelete"; | |||
this.btnDelete.Size = new System.Drawing.Size(66, 23); | |||
this.btnDelete.Size = new System.Drawing.Size(90, 30); | |||
this.btnDelete.TabIndex = 13; | |||
this.btnDelete.Text = "删除条件"; | |||
this.btnDelete.UseVisualStyleBackColor = true; | |||
@@ -122,7 +122,7 @@ | |||
this.Algorithm, | |||
this.ConditionValue, | |||
this.ColumnDataType}); | |||
this.dgvConditions.Location = new System.Drawing.Point(6, 58); | |||
this.dgvConditions.Location = new System.Drawing.Point(6, 55); | |||
this.dgvConditions.MultiSelect = false; | |||
this.dgvConditions.Name = "dgvConditions"; | |||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | |||
@@ -137,7 +137,7 @@ | |||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | |||
this.dgvConditions.RowsDefaultCellStyle = dataGridViewCellStyle3; | |||
this.dgvConditions.RowTemplate.Height = 23; | |||
this.dgvConditions.Size = new System.Drawing.Size(605, 294); | |||
this.dgvConditions.Size = new System.Drawing.Size(917, 515); | |||
this.dgvConditions.TabIndex = 12; | |||
this.dgvConditions.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvConditions_CellClick); | |||
this.dgvConditions.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvConditions_CellDoubleClick); | |||
@@ -148,9 +148,9 @@ | |||
// | |||
// btnAdd | |||
// | |||
this.btnAdd.Location = new System.Drawing.Point(460, 23); | |||
this.btnAdd.Location = new System.Drawing.Point(685, 22); | |||
this.btnAdd.Name = "btnAdd"; | |||
this.btnAdd.Size = new System.Drawing.Size(66, 23); | |||
this.btnAdd.Size = new System.Drawing.Size(91, 27); | |||
this.btnAdd.TabIndex = 11; | |||
this.btnAdd.Text = "新增条件"; | |||
this.btnAdd.UseVisualStyleBackColor = true; | |||
@@ -161,13 +161,13 @@ | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(8, 27); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(68, 17); | |||
this.label1.Size = new System.Drawing.Size(84, 20); | |||
this.label1.TabIndex = 10; | |||
this.label1.Text = "当前表名:"; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(540, 377); | |||
this.btnOK.Location = new System.Drawing.Point(846, 599); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 1; | |||
@@ -181,7 +181,7 @@ | |||
this.ColumnName.HeaderText = "条件列"; | |||
this.ColumnName.Name = "ColumnName"; | |||
this.ColumnName.ReadOnly = true; | |||
this.ColumnName.Width = 200; | |||
this.ColumnName.Width = 250; | |||
// | |||
// Algorithm | |||
// | |||
@@ -191,6 +191,7 @@ | |||
this.Algorithm.ReadOnly = true; | |||
this.Algorithm.Resizable = System.Windows.Forms.DataGridViewTriState.True; | |||
this.Algorithm.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | |||
this.Algorithm.Width = 250; | |||
// | |||
// ConditionValue | |||
// | |||
@@ -198,7 +199,7 @@ | |||
this.ConditionValue.HeaderText = "条件值"; | |||
this.ConditionValue.Name = "ConditionValue"; | |||
this.ConditionValue.ReadOnly = true; | |||
this.ConditionValue.Width = 250; | |||
this.ConditionValue.Width = 300; | |||
// | |||
// ColumnDataType | |||
// | |||
@@ -210,9 +211,9 @@ | |||
// | |||
// frmSourceFilter | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(642, 412); | |||
this.ClientSize = new System.Drawing.Size(972, 641); | |||
this.Controls.Add(this.btnOK); | |||
this.Controls.Add(this.groupBox1); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
@@ -146,7 +146,7 @@ | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(567, 6); | |||
this.btnOK.Location = new System.Drawing.Point(965, 9); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 0; | |||
@@ -158,9 +158,9 @@ | |||
// | |||
this.pnlBottom.Controls.Add(this.btnOK); | |||
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 504); | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 501); | |||
this.pnlBottom.Name = "pnlBottom"; | |||
this.pnlBottom.Size = new System.Drawing.Size(936, 42); | |||
this.pnlBottom.Size = new System.Drawing.Size(1182, 42); | |||
this.pnlBottom.TabIndex = 3; | |||
// | |||
// pnlTop | |||
@@ -168,7 +168,7 @@ | |||
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; | |||
this.pnlTop.Location = new System.Drawing.Point(0, 0); | |||
this.pnlTop.Name = "pnlTop"; | |||
this.pnlTop.Size = new System.Drawing.Size(936, 10); | |||
this.pnlTop.Size = new System.Drawing.Size(1182, 10); | |||
this.pnlTop.TabIndex = 2; | |||
// | |||
// pnlCenter | |||
@@ -177,7 +177,7 @@ | |||
this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.pnlCenter.Location = new System.Drawing.Point(0, 10); | |||
this.pnlCenter.Name = "pnlCenter"; | |||
this.pnlCenter.Size = new System.Drawing.Size(936, 494); | |||
this.pnlCenter.Size = new System.Drawing.Size(1182, 491); | |||
this.pnlCenter.TabIndex = 4; | |||
// | |||
// tabcDS | |||
@@ -194,7 +194,7 @@ | |||
this.tabcDS.Location = new System.Drawing.Point(0, 0); | |||
this.tabcDS.Name = "tabcDS"; | |||
this.tabcDS.SelectedIndex = 0; | |||
this.tabcDS.Size = new System.Drawing.Size(936, 494); | |||
this.tabcDS.Size = new System.Drawing.Size(1182, 491); | |||
this.tabcDS.TabIndex = 7; | |||
this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected); | |||
// | |||
@@ -213,17 +213,17 @@ | |||
this.tabExcel.Controls.Add(this.cbxExcelOldVersion); | |||
this.tabExcel.Controls.Add(this.lbExcelDateFormat); | |||
this.tabExcel.Controls.Add(this.txtExcelSpecialDateColumnFormat); | |||
this.tabExcel.Location = new System.Drawing.Point(8, 45); | |||
this.tabExcel.Location = new System.Drawing.Point(4, 29); | |||
this.tabExcel.Name = "tabExcel"; | |||
this.tabExcel.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabExcel.Size = new System.Drawing.Size(920, 441); | |||
this.tabExcel.Size = new System.Drawing.Size(1174, 458); | |||
this.tabExcel.TabIndex = 0; | |||
this.tabExcel.Text = "Excel"; | |||
this.tabExcel.UseVisualStyleBackColor = true; | |||
// | |||
// txtExcelAutoSql | |||
// | |||
this.txtExcelAutoSql.Location = new System.Drawing.Point(209, 193); | |||
this.txtExcelAutoSql.Location = new System.Drawing.Point(232, 250); | |||
this.txtExcelAutoSql.Multiline = true; | |||
this.txtExcelAutoSql.Name = "txtExcelAutoSql"; | |||
this.txtExcelAutoSql.Size = new System.Drawing.Size(501, 184); | |||
@@ -233,9 +233,9 @@ | |||
// | |||
// txtExcelAutoSqlName | |||
// | |||
this.txtExcelAutoSqlName.Location = new System.Drawing.Point(209, 158); | |||
this.txtExcelAutoSqlName.Location = new System.Drawing.Point(232, 206); | |||
this.txtExcelAutoSqlName.Name = "txtExcelAutoSqlName"; | |||
this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtExcelAutoSqlName.TabIndex = 47; | |||
this.txtExcelAutoSqlName.Enter += new System.EventHandler(this.txtExcelAutoSqlName_Enter); | |||
this.txtExcelAutoSqlName.Leave += new System.EventHandler(this.txtExcelAutoSqlName_Leave); | |||
@@ -243,18 +243,18 @@ | |||
// lbExcelDynQuery | |||
// | |||
this.lbExcelDynQuery.AutoSize = true; | |||
this.lbExcelDynQuery.Location = new System.Drawing.Point(97, 161); | |||
this.lbExcelDynQuery.Location = new System.Drawing.Point(97, 209); | |||
this.lbExcelDynQuery.Name = "lbExcelDynQuery"; | |||
this.lbExcelDynQuery.Size = new System.Drawing.Size(206, 31); | |||
this.lbExcelDynQuery.Size = new System.Drawing.Size(129, 20); | |||
this.lbExcelDynQuery.TabIndex = 46; | |||
this.lbExcelDynQuery.Text = "自定义查询语句:"; | |||
// | |||
// cbxExcelReadFolder | |||
// | |||
this.cbxExcelReadFolder.AutoSize = true; | |||
this.cbxExcelReadFolder.Location = new System.Drawing.Point(561, 121); | |||
this.cbxExcelReadFolder.Location = new System.Drawing.Point(560, 150); | |||
this.cbxExcelReadFolder.Name = "cbxExcelReadFolder"; | |||
this.cbxExcelReadFolder.Size = new System.Drawing.Size(166, 35); | |||
this.cbxExcelReadFolder.Size = new System.Drawing.Size(106, 24); | |||
this.cbxExcelReadFolder.TabIndex = 32; | |||
this.cbxExcelReadFolder.Text = "读取文件夹"; | |||
this.cbxExcelReadFolder.UseVisualStyleBackColor = true; | |||
@@ -265,9 +265,9 @@ | |||
this.cbxExcelReadFile.AutoSize = true; | |||
this.cbxExcelReadFile.Checked = true; | |||
this.cbxExcelReadFile.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxExcelReadFile.Location = new System.Drawing.Point(312, 121); | |||
this.cbxExcelReadFile.Location = new System.Drawing.Point(311, 150); | |||
this.cbxExcelReadFile.Name = "cbxExcelReadFile"; | |||
this.cbxExcelReadFile.Size = new System.Drawing.Size(142, 35); | |||
this.cbxExcelReadFile.Size = new System.Drawing.Size(91, 24); | |||
this.cbxExcelReadFile.TabIndex = 31; | |||
this.cbxExcelReadFile.Text = "读取文件"; | |||
this.cbxExcelReadFile.UseVisualStyleBackColor = true; | |||
@@ -278,7 +278,7 @@ | |||
this.cbxExcelNewVersion.AutoSize = true; | |||
this.cbxExcelNewVersion.Location = new System.Drawing.Point(561, 14); | |||
this.cbxExcelNewVersion.Name = "cbxExcelNewVersion"; | |||
this.cbxExcelNewVersion.Size = new System.Drawing.Size(268, 35); | |||
this.cbxExcelNewVersion.Size = new System.Drawing.Size(172, 24); | |||
this.cbxExcelNewVersion.TabIndex = 25; | |||
this.cbxExcelNewVersion.Text = "office 2007以后版本"; | |||
this.cbxExcelNewVersion.UseVisualStyleBackColor = true; | |||
@@ -289,33 +289,33 @@ | |||
this.label22.AutoSize = true; | |||
this.label22.Location = new System.Drawing.Point(90, 15); | |||
this.label22.Name = "label22"; | |||
this.label22.Size = new System.Drawing.Size(218, 31); | |||
this.label22.Size = new System.Drawing.Size(138, 20); | |||
this.label22.TabIndex = 24; | |||
this.label22.Text = "Office Excel版本:"; | |||
// | |||
// lblExcelRemotePwd | |||
// | |||
this.lblExcelRemotePwd.AutoSize = true; | |||
this.lblExcelRemotePwd.Location = new System.Drawing.Point(60, 121); | |||
this.lblExcelRemotePwd.Location = new System.Drawing.Point(59, 150); | |||
this.lblExcelRemotePwd.Name = "lblExcelRemotePwd"; | |||
this.lblExcelRemotePwd.Size = new System.Drawing.Size(280, 31); | |||
this.lblExcelRemotePwd.Size = new System.Drawing.Size(175, 20); | |||
this.lblExcelRemotePwd.TabIndex = 10; | |||
this.lblExcelRemotePwd.Text = "读取模式(文件/文件夹):"; | |||
// | |||
// lblExcelRemoteUser | |||
// | |||
this.lblExcelRemoteUser.AutoSize = true; | |||
this.lblExcelRemoteUser.Location = new System.Drawing.Point(85, 87); | |||
this.lblExcelRemoteUser.Location = new System.Drawing.Point(86, 97); | |||
this.lblExcelRemoteUser.Name = "lblExcelRemoteUser"; | |||
this.lblExcelRemoteUser.Size = new System.Drawing.Size(230, 31); | |||
this.lblExcelRemoteUser.Size = new System.Drawing.Size(144, 20); | |||
this.lblExcelRemoteUser.TabIndex = 8; | |||
this.lblExcelRemoteUser.Text = "自定义文件名格式:"; | |||
// | |||
// txtExcelFileNameFormat | |||
// | |||
this.txtExcelFileNameFormat.Location = new System.Drawing.Point(207, 84); | |||
this.txtExcelFileNameFormat.Location = new System.Drawing.Point(236, 94); | |||
this.txtExcelFileNameFormat.Name = "txtExcelFileNameFormat"; | |||
this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtExcelFileNameFormat.TabIndex = 6; | |||
this.txtExcelFileNameFormat.Enter += new System.EventHandler(this.txtExcelFileNameFormat_Enter); | |||
this.txtExcelFileNameFormat.Leave += new System.EventHandler(this.txtExcelFileNameFormat_Leave); | |||
@@ -327,7 +327,7 @@ | |||
this.cbxExcelOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxExcelOldVersion.Location = new System.Drawing.Point(312, 14); | |||
this.cbxExcelOldVersion.Name = "cbxExcelOldVersion"; | |||
this.cbxExcelOldVersion.Size = new System.Drawing.Size(268, 35); | |||
this.cbxExcelOldVersion.Size = new System.Drawing.Size(172, 24); | |||
this.cbxExcelOldVersion.TabIndex = 4; | |||
this.cbxExcelOldVersion.Text = "office 2007以前版本"; | |||
this.cbxExcelOldVersion.UseVisualStyleBackColor = true; | |||
@@ -338,15 +338,15 @@ | |||
this.lbExcelDateFormat.AutoSize = true; | |||
this.lbExcelDateFormat.Location = new System.Drawing.Point(97, 50); | |||
this.lbExcelDateFormat.Name = "lbExcelDateFormat"; | |||
this.lbExcelDateFormat.Size = new System.Drawing.Size(206, 31); | |||
this.lbExcelDateFormat.Size = new System.Drawing.Size(129, 20); | |||
this.lbExcelDateFormat.TabIndex = 5; | |||
this.lbExcelDateFormat.Text = "日期列特殊格式:"; | |||
// | |||
// txtExcelSpecialDateColumnFormat | |||
// | |||
this.txtExcelSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 47); | |||
this.txtExcelSpecialDateColumnFormat.Location = new System.Drawing.Point(235, 47); | |||
this.txtExcelSpecialDateColumnFormat.Name = "txtExcelSpecialDateColumnFormat"; | |||
this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtExcelSpecialDateColumnFormat.TabIndex = 5; | |||
this.txtExcelSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Enter); | |||
this.txtExcelSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Leave); | |||
@@ -366,10 +366,10 @@ | |||
this.tabFoxPro.Controls.Add(this.txtFoxProFileNameFormat); | |||
this.tabFoxPro.Controls.Add(this.label39); | |||
this.tabFoxPro.Controls.Add(this.txtFoxProSpecialDateColumnFormat); | |||
this.tabFoxPro.Location = new System.Drawing.Point(8, 45); | |||
this.tabFoxPro.Location = new System.Drawing.Point(4, 29); | |||
this.tabFoxPro.Name = "tabFoxPro"; | |||
this.tabFoxPro.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabFoxPro.Size = new System.Drawing.Size(920, 441); | |||
this.tabFoxPro.Size = new System.Drawing.Size(1174, 568); | |||
this.tabFoxPro.TabIndex = 6; | |||
this.tabFoxPro.Text = "FoxPro"; | |||
this.tabFoxPro.UseVisualStyleBackColor = true; | |||
@@ -378,14 +378,14 @@ | |||
// | |||
this.txtFoxProSpecialMethodName.Location = new System.Drawing.Point(213, 221); | |||
this.txtFoxProSpecialMethodName.Name = "txtFoxProSpecialMethodName"; | |||
this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 39); | |||
this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 27); | |||
this.txtFoxProSpecialMethodName.TabIndex = 65; | |||
this.txtFoxProSpecialMethodName.Enter += new System.EventHandler(this.txtFoxProSpecialMethodName_Enter); | |||
this.txtFoxProSpecialMethodName.Leave += new System.EventHandler(this.txtFoxProSpecialMethodName_Leave); | |||
// | |||
// txtFoxProSpecialMethod | |||
// | |||
this.txtFoxProSpecialMethod.Location = new System.Drawing.Point(213, 250); | |||
this.txtFoxProSpecialMethod.Location = new System.Drawing.Point(213, 261); | |||
this.txtFoxProSpecialMethod.Multiline = true; | |||
this.txtFoxProSpecialMethod.Name = "txtFoxProSpecialMethod"; | |||
this.txtFoxProSpecialMethod.Size = new System.Drawing.Size(230, 64); | |||
@@ -398,7 +398,7 @@ | |||
this.label27.AutoSize = true; | |||
this.label27.Location = new System.Drawing.Point(133, 224); | |||
this.label27.Name = "label27"; | |||
this.label27.Size = new System.Drawing.Size(134, 31); | |||
this.label27.Size = new System.Drawing.Size(84, 20); | |||
this.label27.TabIndex = 64; | |||
this.label27.Text = "补充方法:"; | |||
// | |||
@@ -407,7 +407,7 @@ | |||
this.label33.AutoSize = true; | |||
this.label33.Location = new System.Drawing.Point(97, 127); | |||
this.label33.Name = "label33"; | |||
this.label33.Size = new System.Drawing.Size(206, 31); | |||
this.label33.Size = new System.Drawing.Size(129, 20); | |||
this.label33.TabIndex = 63; | |||
this.label33.Text = "自定义查询语句:"; | |||
// | |||
@@ -415,7 +415,7 @@ | |||
// | |||
this.txtFoxProAutoSqlName.Location = new System.Drawing.Point(213, 124); | |||
this.txtFoxProAutoSqlName.Name = "txtFoxProAutoSqlName"; | |||
this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtFoxProAutoSqlName.TabIndex = 58; | |||
this.txtFoxProAutoSqlName.Enter += new System.EventHandler(this.txtFoxProAutoSqlName_Enter); | |||
this.txtFoxProAutoSqlName.Leave += new System.EventHandler(this.txtFoxProAutoSqlName_Leave); | |||
@@ -425,7 +425,7 @@ | |||
this.cbxFoxProReadFolder.AutoSize = true; | |||
this.cbxFoxProReadFolder.Location = new System.Drawing.Point(296, 14); | |||
this.cbxFoxProReadFolder.Name = "cbxFoxProReadFolder"; | |||
this.cbxFoxProReadFolder.Size = new System.Drawing.Size(166, 35); | |||
this.cbxFoxProReadFolder.Size = new System.Drawing.Size(106, 24); | |||
this.cbxFoxProReadFolder.TabIndex = 62; | |||
this.cbxFoxProReadFolder.Text = "读取文件夹"; | |||
this.cbxFoxProReadFolder.UseVisualStyleBackColor = true; | |||
@@ -448,7 +448,7 @@ | |||
this.cbxFoxProReadFile.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxFoxProReadFile.Location = new System.Drawing.Point(215, 14); | |||
this.cbxFoxProReadFile.Name = "cbxFoxProReadFile"; | |||
this.cbxFoxProReadFile.Size = new System.Drawing.Size(142, 35); | |||
this.cbxFoxProReadFile.Size = new System.Drawing.Size(91, 24); | |||
this.cbxFoxProReadFile.TabIndex = 61; | |||
this.cbxFoxProReadFile.Text = "读取文件"; | |||
this.cbxFoxProReadFile.UseVisualStyleBackColor = true; | |||
@@ -459,7 +459,7 @@ | |||
this.label35.AutoSize = true; | |||
this.label35.Location = new System.Drawing.Point(60, 15); | |||
this.label35.Name = "label35"; | |||
this.label35.Size = new System.Drawing.Size(280, 31); | |||
this.label35.Size = new System.Drawing.Size(175, 20); | |||
this.label35.TabIndex = 53; | |||
this.label35.Text = "读取模式(文件/文件夹):"; | |||
// | |||
@@ -468,7 +468,7 @@ | |||
this.label38.AutoSize = true; | |||
this.label38.Location = new System.Drawing.Point(85, 90); | |||
this.label38.Name = "label38"; | |||
this.label38.Size = new System.Drawing.Size(230, 31); | |||
this.label38.Size = new System.Drawing.Size(144, 20); | |||
this.label38.TabIndex = 52; | |||
this.label38.Text = "自定义文件名格式:"; | |||
// | |||
@@ -476,7 +476,7 @@ | |||
// | |||
this.txtFoxProFileNameFormat.Location = new System.Drawing.Point(213, 87); | |||
this.txtFoxProFileNameFormat.Name = "txtFoxProFileNameFormat"; | |||
this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtFoxProFileNameFormat.TabIndex = 51; | |||
this.txtFoxProFileNameFormat.Enter += new System.EventHandler(this.txtFoxProFileNameFormat_Enter); | |||
this.txtFoxProFileNameFormat.Leave += new System.EventHandler(this.txtFoxProFileNameFormat_Leave); | |||
@@ -486,7 +486,7 @@ | |||
this.label39.AutoSize = true; | |||
this.label39.Location = new System.Drawing.Point(97, 53); | |||
this.label39.Name = "label39"; | |||
this.label39.Size = new System.Drawing.Size(206, 31); | |||
this.label39.Size = new System.Drawing.Size(129, 20); | |||
this.label39.TabIndex = 49; | |||
this.label39.Text = "日期列特殊格式:"; | |||
// | |||
@@ -494,7 +494,7 @@ | |||
// | |||
this.txtFoxProSpecialDateColumnFormat.Location = new System.Drawing.Point(213, 50); | |||
this.txtFoxProSpecialDateColumnFormat.Name = "txtFoxProSpecialDateColumnFormat"; | |||
this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtFoxProSpecialDateColumnFormat.TabIndex = 50; | |||
this.txtFoxProSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Enter); | |||
this.txtFoxProSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Leave); | |||
@@ -516,10 +516,10 @@ | |||
this.tabAccess.Controls.Add(this.cbxAccessOldVersion); | |||
this.tabAccess.Controls.Add(this.label31); | |||
this.tabAccess.Controls.Add(this.txtAccessSpecialDateColumnFormat); | |||
this.tabAccess.Location = new System.Drawing.Point(8, 45); | |||
this.tabAccess.Location = new System.Drawing.Point(4, 29); | |||
this.tabAccess.Name = "tabAccess"; | |||
this.tabAccess.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabAccess.Size = new System.Drawing.Size(920, 441); | |||
this.tabAccess.Size = new System.Drawing.Size(928, 461); | |||
this.tabAccess.TabIndex = 1; | |||
this.tabAccess.Text = "Access"; | |||
this.tabAccess.UseVisualStyleBackColor = true; | |||
@@ -529,7 +529,7 @@ | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(106, 53); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(187, 31); | |||
this.label2.Size = new System.Drawing.Size(119, 20); | |||
this.label2.TabIndex = 48; | |||
this.label2.Text = "Access后缀名:"; | |||
// | |||
@@ -537,7 +537,7 @@ | |||
// | |||
this.txtAccessSuffix.Location = new System.Drawing.Point(205, 50); | |||
this.txtAccessSuffix.Name = "txtAccessSuffix"; | |||
this.txtAccessSuffix.Size = new System.Drawing.Size(230, 39); | |||
this.txtAccessSuffix.Size = new System.Drawing.Size(230, 27); | |||
this.txtAccessSuffix.TabIndex = 49; | |||
this.txtAccessSuffix.Enter += new System.EventHandler(this.txtAccessSuffix_Enter); | |||
this.txtAccessSuffix.Leave += new System.EventHandler(this.txtAccessSuffix_Leave); | |||
@@ -547,7 +547,7 @@ | |||
this.cbxAccessReadFolder.AutoSize = true; | |||
this.cbxAccessReadFolder.Location = new System.Drawing.Point(290, 161); | |||
this.cbxAccessReadFolder.Name = "cbxAccessReadFolder"; | |||
this.cbxAccessReadFolder.Size = new System.Drawing.Size(166, 35); | |||
this.cbxAccessReadFolder.Size = new System.Drawing.Size(106, 24); | |||
this.cbxAccessReadFolder.TabIndex = 47; | |||
this.cbxAccessReadFolder.Text = "读取文件夹"; | |||
this.cbxAccessReadFolder.UseVisualStyleBackColor = true; | |||
@@ -560,7 +560,7 @@ | |||
this.cbxAccessReadFile.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxAccessReadFile.Location = new System.Drawing.Point(208, 161); | |||
this.cbxAccessReadFile.Name = "cbxAccessReadFile"; | |||
this.cbxAccessReadFile.Size = new System.Drawing.Size(142, 35); | |||
this.cbxAccessReadFile.Size = new System.Drawing.Size(91, 24); | |||
this.cbxAccessReadFile.TabIndex = 46; | |||
this.cbxAccessReadFile.Text = "读取文件"; | |||
this.cbxAccessReadFile.UseVisualStyleBackColor = true; | |||
@@ -580,7 +580,7 @@ | |||
// | |||
this.txtAccessAutoSqlName.Location = new System.Drawing.Point(205, 195); | |||
this.txtAccessAutoSqlName.Name = "txtAccessAutoSqlName"; | |||
this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtAccessAutoSqlName.TabIndex = 43; | |||
this.txtAccessAutoSqlName.Enter += new System.EventHandler(this.txtAccessAutoSqlName_Enter); | |||
this.txtAccessAutoSqlName.Leave += new System.EventHandler(this.txtAccessAutoSqlName_Leave); | |||
@@ -590,7 +590,7 @@ | |||
this.label11.AutoSize = true; | |||
this.label11.Location = new System.Drawing.Point(97, 198); | |||
this.label11.Name = "label11"; | |||
this.label11.Size = new System.Drawing.Size(206, 31); | |||
this.label11.Size = new System.Drawing.Size(129, 20); | |||
this.label11.TabIndex = 41; | |||
this.label11.Text = "自定义查询语句:"; | |||
// | |||
@@ -599,7 +599,7 @@ | |||
this.cbxAccessNewVersion.AutoSize = true; | |||
this.cbxAccessNewVersion.Location = new System.Drawing.Point(352, 14); | |||
this.cbxAccessNewVersion.Name = "cbxAccessNewVersion"; | |||
this.cbxAccessNewVersion.Size = new System.Drawing.Size(268, 35); | |||
this.cbxAccessNewVersion.Size = new System.Drawing.Size(172, 24); | |||
this.cbxAccessNewVersion.TabIndex = 40; | |||
this.cbxAccessNewVersion.Text = "office 2007以后版本"; | |||
this.cbxAccessNewVersion.UseVisualStyleBackColor = true; | |||
@@ -610,7 +610,7 @@ | |||
this.label15.AutoSize = true; | |||
this.label15.Location = new System.Drawing.Point(80, 15); | |||
this.label15.Name = "label15"; | |||
this.label15.Size = new System.Drawing.Size(238, 31); | |||
this.label15.Size = new System.Drawing.Size(151, 20); | |||
this.label15.TabIndex = 39; | |||
this.label15.Text = "Office Access版本:"; | |||
// | |||
@@ -619,7 +619,7 @@ | |||
this.label16.AutoSize = true; | |||
this.label16.Location = new System.Drawing.Point(60, 161); | |||
this.label16.Name = "label16"; | |||
this.label16.Size = new System.Drawing.Size(280, 31); | |||
this.label16.Size = new System.Drawing.Size(175, 20); | |||
this.label16.TabIndex = 38; | |||
this.label16.Text = "读取模式(文件/文件夹):"; | |||
// | |||
@@ -628,7 +628,7 @@ | |||
this.label21.AutoSize = true; | |||
this.label21.Location = new System.Drawing.Point(85, 127); | |||
this.label21.Name = "label21"; | |||
this.label21.Size = new System.Drawing.Size(230, 31); | |||
this.label21.Size = new System.Drawing.Size(144, 20); | |||
this.label21.TabIndex = 37; | |||
this.label21.Text = "自定义文件名格式:"; | |||
// | |||
@@ -636,7 +636,7 @@ | |||
// | |||
this.txtAccessFileName.Location = new System.Drawing.Point(205, 124); | |||
this.txtAccessFileName.Name = "txtAccessFileName"; | |||
this.txtAccessFileName.Size = new System.Drawing.Size(230, 39); | |||
this.txtAccessFileName.Size = new System.Drawing.Size(230, 27); | |||
this.txtAccessFileName.TabIndex = 36; | |||
this.txtAccessFileName.Enter += new System.EventHandler(this.txtAccessFileName_Enter); | |||
this.txtAccessFileName.Leave += new System.EventHandler(this.txtAccessFileName_Leave); | |||
@@ -648,7 +648,7 @@ | |||
this.cbxAccessOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxAccessOldVersion.Location = new System.Drawing.Point(206, 14); | |||
this.cbxAccessOldVersion.Name = "cbxAccessOldVersion"; | |||
this.cbxAccessOldVersion.Size = new System.Drawing.Size(268, 35); | |||
this.cbxAccessOldVersion.Size = new System.Drawing.Size(172, 24); | |||
this.cbxAccessOldVersion.TabIndex = 33; | |||
this.cbxAccessOldVersion.Text = "office 2007以前版本"; | |||
this.cbxAccessOldVersion.UseVisualStyleBackColor = true; | |||
@@ -659,7 +659,7 @@ | |||
this.label31.AutoSize = true; | |||
this.label31.Location = new System.Drawing.Point(97, 90); | |||
this.label31.Name = "label31"; | |||
this.label31.Size = new System.Drawing.Size(206, 31); | |||
this.label31.Size = new System.Drawing.Size(129, 20); | |||
this.label31.TabIndex = 34; | |||
this.label31.Text = "日期列特殊格式:"; | |||
// | |||
@@ -667,7 +667,7 @@ | |||
// | |||
this.txtAccessSpecialDateColumnFormat.Location = new System.Drawing.Point(205, 87); | |||
this.txtAccessSpecialDateColumnFormat.Name = "txtAccessSpecialDateColumnFormat"; | |||
this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtAccessSpecialDateColumnFormat.TabIndex = 35; | |||
this.txtAccessSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Enter); | |||
this.txtAccessSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Leave); | |||
@@ -684,9 +684,9 @@ | |||
this.tabSQLite.Controls.Add(this.txtSqliteFileNameFormat); | |||
this.tabSQLite.Controls.Add(this.label8); | |||
this.tabSQLite.Controls.Add(this.txtSqliteSpecialDateColumnFormat); | |||
this.tabSQLite.Location = new System.Drawing.Point(8, 45); | |||
this.tabSQLite.Location = new System.Drawing.Point(4, 29); | |||
this.tabSQLite.Name = "tabSQLite"; | |||
this.tabSQLite.Size = new System.Drawing.Size(920, 441); | |||
this.tabSQLite.Size = new System.Drawing.Size(928, 461); | |||
this.tabSQLite.TabIndex = 2; | |||
this.tabSQLite.Text = "SQLLite"; | |||
this.tabSQLite.UseVisualStyleBackColor = true; | |||
@@ -696,7 +696,7 @@ | |||
this.label5.AutoSize = true; | |||
this.label5.Location = new System.Drawing.Point(97, 123); | |||
this.label5.Name = "label5"; | |||
this.label5.Size = new System.Drawing.Size(206, 31); | |||
this.label5.Size = new System.Drawing.Size(129, 20); | |||
this.label5.TabIndex = 76; | |||
this.label5.Text = "自定义查询语句:"; | |||
// | |||
@@ -704,7 +704,7 @@ | |||
// | |||
this.txtSqliteAutoSqlName.Location = new System.Drawing.Point(206, 120); | |||
this.txtSqliteAutoSqlName.Name = "txtSqliteAutoSqlName"; | |||
this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtSqliteAutoSqlName.TabIndex = 72; | |||
this.txtSqliteAutoSqlName.Enter += new System.EventHandler(this.txtSqliteAutoSqlName_Enter); | |||
this.txtSqliteAutoSqlName.Leave += new System.EventHandler(this.txtSqliteAutoSqlName_Leave); | |||
@@ -714,7 +714,7 @@ | |||
this.cbxSqliteReadFolder.AutoSize = true; | |||
this.cbxSqliteReadFolder.Location = new System.Drawing.Point(288, 15); | |||
this.cbxSqliteReadFolder.Name = "cbxSqliteReadFolder"; | |||
this.cbxSqliteReadFolder.Size = new System.Drawing.Size(166, 35); | |||
this.cbxSqliteReadFolder.Size = new System.Drawing.Size(106, 24); | |||
this.cbxSqliteReadFolder.TabIndex = 75; | |||
this.cbxSqliteReadFolder.Text = "读取文件夹"; | |||
this.cbxSqliteReadFolder.UseVisualStyleBackColor = true; | |||
@@ -737,7 +737,7 @@ | |||
this.cbxSqliteReadFile.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxSqliteReadFile.Location = new System.Drawing.Point(206, 15); | |||
this.cbxSqliteReadFile.Name = "cbxSqliteReadFile"; | |||
this.cbxSqliteReadFile.Size = new System.Drawing.Size(142, 35); | |||
this.cbxSqliteReadFile.Size = new System.Drawing.Size(91, 24); | |||
this.cbxSqliteReadFile.TabIndex = 74; | |||
this.cbxSqliteReadFile.Text = "读取文件"; | |||
this.cbxSqliteReadFile.UseVisualStyleBackColor = true; | |||
@@ -748,7 +748,7 @@ | |||
this.label6.AutoSize = true; | |||
this.label6.Location = new System.Drawing.Point(60, 16); | |||
this.label6.Name = "label6"; | |||
this.label6.Size = new System.Drawing.Size(280, 31); | |||
this.label6.Size = new System.Drawing.Size(175, 20); | |||
this.label6.TabIndex = 71; | |||
this.label6.Text = "读取模式(文件/文件夹):"; | |||
// | |||
@@ -757,7 +757,7 @@ | |||
this.label7.AutoSize = true; | |||
this.label7.Location = new System.Drawing.Point(85, 88); | |||
this.label7.Name = "label7"; | |||
this.label7.Size = new System.Drawing.Size(230, 31); | |||
this.label7.Size = new System.Drawing.Size(144, 20); | |||
this.label7.TabIndex = 70; | |||
this.label7.Text = "自定义文件名格式:"; | |||
// | |||
@@ -765,7 +765,7 @@ | |||
// | |||
this.txtSqliteFileNameFormat.Location = new System.Drawing.Point(206, 85); | |||
this.txtSqliteFileNameFormat.Name = "txtSqliteFileNameFormat"; | |||
this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtSqliteFileNameFormat.TabIndex = 69; | |||
this.txtSqliteFileNameFormat.Enter += new System.EventHandler(this.txtSqliteFileNameFormat_Enter); | |||
this.txtSqliteFileNameFormat.Leave += new System.EventHandler(this.txtSqliteFileNameFormat_Leave); | |||
@@ -775,7 +775,7 @@ | |||
this.label8.AutoSize = true; | |||
this.label8.Location = new System.Drawing.Point(97, 53); | |||
this.label8.Name = "label8"; | |||
this.label8.Size = new System.Drawing.Size(206, 31); | |||
this.label8.Size = new System.Drawing.Size(129, 20); | |||
this.label8.TabIndex = 67; | |||
this.label8.Text = "日期列特殊格式:"; | |||
// | |||
@@ -783,7 +783,7 @@ | |||
// | |||
this.txtSqliteSpecialDateColumnFormat.Location = new System.Drawing.Point(206, 50); | |||
this.txtSqliteSpecialDateColumnFormat.Name = "txtSqliteSpecialDateColumnFormat"; | |||
this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtSqliteSpecialDateColumnFormat.TabIndex = 68; | |||
this.txtSqliteSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Enter); | |||
this.txtSqliteSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Leave); | |||
@@ -797,9 +797,9 @@ | |||
this.tabSQLServer.Controls.Add(this.txtSqlServerConnection); | |||
this.tabSQLServer.Controls.Add(this.label13); | |||
this.tabSQLServer.Controls.Add(this.txtSqlServerSpecialDateColumnFormat); | |||
this.tabSQLServer.Location = new System.Drawing.Point(8, 45); | |||
this.tabSQLServer.Location = new System.Drawing.Point(4, 29); | |||
this.tabSQLServer.Name = "tabSQLServer"; | |||
this.tabSQLServer.Size = new System.Drawing.Size(920, 441); | |||
this.tabSQLServer.Size = new System.Drawing.Size(928, 461); | |||
this.tabSQLServer.TabIndex = 3; | |||
this.tabSQLServer.Text = "SQL Server"; | |||
this.tabSQLServer.UseVisualStyleBackColor = true; | |||
@@ -809,7 +809,7 @@ | |||
this.label9.AutoSize = true; | |||
this.label9.Location = new System.Drawing.Point(98, 116); | |||
this.label9.Name = "label9"; | |||
this.label9.Size = new System.Drawing.Size(206, 31); | |||
this.label9.Size = new System.Drawing.Size(129, 20); | |||
this.label9.TabIndex = 76; | |||
this.label9.Text = "自定义查询语句:"; | |||
// | |||
@@ -817,7 +817,7 @@ | |||
// | |||
this.txtSqlServerAutoSqlName.Location = new System.Drawing.Point(208, 113); | |||
this.txtSqlServerAutoSqlName.Name = "txtSqlServerAutoSqlName"; | |||
this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtSqlServerAutoSqlName.TabIndex = 72; | |||
this.txtSqlServerAutoSqlName.Enter += new System.EventHandler(this.txtSqlServerAutoSqlName_Enter); | |||
this.txtSqlServerAutoSqlName.Leave += new System.EventHandler(this.txtSqlServerAutoSqlName_Leave); | |||
@@ -837,7 +837,7 @@ | |||
this.label12.AutoSize = true; | |||
this.label12.Location = new System.Drawing.Point(86, 53); | |||
this.label12.Name = "label12"; | |||
this.label12.Size = new System.Drawing.Size(230, 31); | |||
this.label12.Size = new System.Drawing.Size(144, 20); | |||
this.label12.TabIndex = 70; | |||
this.label12.Text = "自定义连接字符串:"; | |||
// | |||
@@ -856,7 +856,7 @@ | |||
this.label13.AutoSize = true; | |||
this.label13.Location = new System.Drawing.Point(98, 18); | |||
this.label13.Name = "label13"; | |||
this.label13.Size = new System.Drawing.Size(206, 31); | |||
this.label13.Size = new System.Drawing.Size(129, 20); | |||
this.label13.TabIndex = 67; | |||
this.label13.Text = "日期列特殊格式:"; | |||
// | |||
@@ -864,7 +864,7 @@ | |||
// | |||
this.txtSqlServerSpecialDateColumnFormat.Location = new System.Drawing.Point(208, 15); | |||
this.txtSqlServerSpecialDateColumnFormat.Name = "txtSqlServerSpecialDateColumnFormat"; | |||
this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtSqlServerSpecialDateColumnFormat.TabIndex = 68; | |||
this.txtSqlServerSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Enter); | |||
this.txtSqlServerSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Leave); | |||
@@ -876,9 +876,9 @@ | |||
this.tabMySql.Controls.Add(this.txtMySqlAutoSql); | |||
this.tabMySql.Controls.Add(this.label18); | |||
this.tabMySql.Controls.Add(this.txtMySqlSpecialDateColumnFormat); | |||
this.tabMySql.Location = new System.Drawing.Point(8, 45); | |||
this.tabMySql.Location = new System.Drawing.Point(4, 29); | |||
this.tabMySql.Name = "tabMySql"; | |||
this.tabMySql.Size = new System.Drawing.Size(920, 441); | |||
this.tabMySql.Size = new System.Drawing.Size(928, 461); | |||
this.tabMySql.TabIndex = 4; | |||
this.tabMySql.Text = "MySql"; | |||
this.tabMySql.UseVisualStyleBackColor = true; | |||
@@ -888,7 +888,7 @@ | |||
this.label14.AutoSize = true; | |||
this.label14.Location = new System.Drawing.Point(99, 60); | |||
this.label14.Name = "label14"; | |||
this.label14.Size = new System.Drawing.Size(206, 31); | |||
this.label14.Size = new System.Drawing.Size(129, 20); | |||
this.label14.TabIndex = 86; | |||
this.label14.Text = "自定义查询语句:"; | |||
// | |||
@@ -896,7 +896,7 @@ | |||
// | |||
this.txtMySqlAutoSqlName.Location = new System.Drawing.Point(207, 57); | |||
this.txtMySqlAutoSqlName.Name = "txtMySqlAutoSqlName"; | |||
this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtMySqlAutoSqlName.TabIndex = 84; | |||
this.txtMySqlAutoSqlName.Enter += new System.EventHandler(this.txtMySqlAutoSqlName_Enter); | |||
this.txtMySqlAutoSqlName.Leave += new System.EventHandler(this.txtMySqlAutoSqlName_Leave); | |||
@@ -916,7 +916,7 @@ | |||
this.label18.AutoSize = true; | |||
this.label18.Location = new System.Drawing.Point(97, 25); | |||
this.label18.Name = "label18"; | |||
this.label18.Size = new System.Drawing.Size(206, 31); | |||
this.label18.Size = new System.Drawing.Size(129, 20); | |||
this.label18.TabIndex = 80; | |||
this.label18.Text = "日期列特殊格式:"; | |||
// | |||
@@ -924,7 +924,7 @@ | |||
// | |||
this.txtMySqlSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 22); | |||
this.txtMySqlSpecialDateColumnFormat.Name = "txtMySqlSpecialDateColumnFormat"; | |||
this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtMySqlSpecialDateColumnFormat.TabIndex = 81; | |||
this.txtMySqlSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Enter); | |||
this.txtMySqlSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Leave); | |||
@@ -936,10 +936,10 @@ | |||
this.tabOracle.Controls.Add(this.txtOracleAutoSql); | |||
this.tabOracle.Controls.Add(this.label10); | |||
this.tabOracle.Controls.Add(this.txtOracleSpecialDateColumnFormat); | |||
this.tabOracle.Location = new System.Drawing.Point(8, 45); | |||
this.tabOracle.Location = new System.Drawing.Point(4, 29); | |||
this.tabOracle.Name = "tabOracle"; | |||
this.tabOracle.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabOracle.Size = new System.Drawing.Size(920, 441); | |||
this.tabOracle.Size = new System.Drawing.Size(928, 461); | |||
this.tabOracle.TabIndex = 5; | |||
this.tabOracle.Text = "Oracle"; | |||
this.tabOracle.UseVisualStyleBackColor = true; | |||
@@ -949,7 +949,7 @@ | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(102, 65); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(206, 31); | |||
this.label4.Size = new System.Drawing.Size(129, 20); | |||
this.label4.TabIndex = 91; | |||
this.label4.Text = "自定义查询语句:"; | |||
// | |||
@@ -957,7 +957,7 @@ | |||
// | |||
this.txtOracleAutoSqlName.Location = new System.Drawing.Point(210, 62); | |||
this.txtOracleAutoSqlName.Name = "txtOracleAutoSqlName"; | |||
this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 39); | |||
this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 27); | |||
this.txtOracleAutoSqlName.TabIndex = 89; | |||
this.txtOracleAutoSqlName.Enter += new System.EventHandler(this.txtOracleAutoSqlName_Enter); | |||
this.txtOracleAutoSqlName.Leave += new System.EventHandler(this.txtOracleAutoSqlName_Leave); | |||
@@ -977,7 +977,7 @@ | |||
this.label10.AutoSize = true; | |||
this.label10.Location = new System.Drawing.Point(97, 30); | |||
this.label10.Name = "label10"; | |||
this.label10.Size = new System.Drawing.Size(206, 31); | |||
this.label10.Size = new System.Drawing.Size(129, 20); | |||
this.label10.TabIndex = 87; | |||
this.label10.Text = "日期列特殊格式:"; | |||
// | |||
@@ -985,7 +985,7 @@ | |||
// | |||
this.txtOracleSpecialDateColumnFormat.Location = new System.Drawing.Point(210, 27); | |||
this.txtOracleSpecialDateColumnFormat.Name = "txtOracleSpecialDateColumnFormat"; | |||
this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtOracleSpecialDateColumnFormat.TabIndex = 88; | |||
this.txtOracleSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Enter); | |||
this.txtOracleSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Leave); | |||
@@ -1010,10 +1010,10 @@ | |||
this.tabTxt.Controls.Add(this.txtNormalFileNameFormat); | |||
this.tabTxt.Controls.Add(this.label28); | |||
this.tabTxt.Controls.Add(this.txtNormalFileSpecialDateColumnFormat); | |||
this.tabTxt.Location = new System.Drawing.Point(8, 45); | |||
this.tabTxt.Location = new System.Drawing.Point(4, 29); | |||
this.tabTxt.Name = "tabTxt"; | |||
this.tabTxt.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabTxt.Size = new System.Drawing.Size(920, 441); | |||
this.tabTxt.Size = new System.Drawing.Size(928, 461); | |||
this.tabTxt.TabIndex = 7; | |||
this.tabTxt.Text = "TXT"; | |||
this.tabTxt.UseVisualStyleBackColor = true; | |||
@@ -1025,7 +1025,7 @@ | |||
this.cbxNormalFileNoCustomDate.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxNormalFileNoCustomDate.Location = new System.Drawing.Point(270, 283); | |||
this.cbxNormalFileNoCustomDate.Name = "cbxNormalFileNoCustomDate"; | |||
this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(70, 35); | |||
this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(46, 24); | |||
this.cbxNormalFileNoCustomDate.TabIndex = 67; | |||
this.cbxNormalFileNoCustomDate.Text = "否"; | |||
this.cbxNormalFileNoCustomDate.UseVisualStyleBackColor = true; | |||
@@ -1036,7 +1036,7 @@ | |||
this.cbxNormalFileCustomDate.AutoSize = true; | |||
this.cbxNormalFileCustomDate.Location = new System.Drawing.Point(208, 283); | |||
this.cbxNormalFileCustomDate.Name = "cbxNormalFileCustomDate"; | |||
this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(70, 35); | |||
this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(46, 24); | |||
this.cbxNormalFileCustomDate.TabIndex = 66; | |||
this.cbxNormalFileCustomDate.Text = "是"; | |||
this.cbxNormalFileCustomDate.UseVisualStyleBackColor = true; | |||
@@ -1051,7 +1051,7 @@ | |||
0, | |||
0}); | |||
this.numNormalFileStartIndex.Name = "numNormalFileStartIndex"; | |||
this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 39); | |||
this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 27); | |||
this.numNormalFileStartIndex.TabIndex = 65; | |||
this.numNormalFileStartIndex.Value = new decimal(new int[] { | |||
1, | |||
@@ -1064,7 +1064,7 @@ | |||
this.label20.AutoSize = true; | |||
this.label20.Location = new System.Drawing.Point(61, 283); | |||
this.label20.Name = "label20"; | |||
this.label20.Size = new System.Drawing.Size(278, 31); | |||
this.label20.Size = new System.Drawing.Size(174, 20); | |||
this.label20.TabIndex = 64; | |||
this.label20.Text = "是否由系统创建日期列:"; | |||
// | |||
@@ -1073,7 +1073,7 @@ | |||
this.label19.AutoSize = true; | |||
this.label19.Location = new System.Drawing.Point(97, 248); | |||
this.label19.Name = "label19"; | |||
this.label19.Size = new System.Drawing.Size(206, 31); | |||
this.label19.Size = new System.Drawing.Size(129, 20); | |||
this.label19.TabIndex = 62; | |||
this.label19.Text = "数据行起始行号:"; | |||
// | |||
@@ -1082,7 +1082,7 @@ | |||
this.label17.AutoSize = true; | |||
this.label17.Location = new System.Drawing.Point(97, 209); | |||
this.label17.Name = "label17"; | |||
this.label17.Size = new System.Drawing.Size(206, 31); | |||
this.label17.Size = new System.Drawing.Size(129, 20); | |||
this.label17.TabIndex = 60; | |||
this.label17.Text = "分割数据行选型:"; | |||
// | |||
@@ -1090,7 +1090,7 @@ | |||
// | |||
this.txtNormalFileReadSplitMode.Location = new System.Drawing.Point(207, 206); | |||
this.txtNormalFileReadSplitMode.Name = "txtNormalFileReadSplitMode"; | |||
this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 39); | |||
this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 27); | |||
this.txtNormalFileReadSplitMode.TabIndex = 59; | |||
this.txtNormalFileReadSplitMode.Enter += new System.EventHandler(this.txtNormalFileReadSplitMode_Enter); | |||
this.txtNormalFileReadSplitMode.Leave += new System.EventHandler(this.txtNormalFileReadSplitMode_Leave); | |||
@@ -1100,7 +1100,7 @@ | |||
this.label30.AutoSize = true; | |||
this.label30.Location = new System.Drawing.Point(109, 170); | |||
this.label30.Name = "label30"; | |||
this.label30.Size = new System.Drawing.Size(182, 31); | |||
this.label30.Size = new System.Drawing.Size(114, 20); | |||
this.label30.TabIndex = 58; | |||
this.label30.Text = "读取方法选型:"; | |||
// | |||
@@ -1108,7 +1108,7 @@ | |||
// | |||
this.txtNormalFileReadDataMode.Location = new System.Drawing.Point(207, 167); | |||
this.txtNormalFileReadDataMode.Name = "txtNormalFileReadDataMode"; | |||
this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 39); | |||
this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 27); | |||
this.txtNormalFileReadDataMode.TabIndex = 57; | |||
this.txtNormalFileReadDataMode.Enter += new System.EventHandler(this.txtNormalFileReadDataMode_Enter); | |||
this.txtNormalFileReadDataMode.Leave += new System.EventHandler(this.txtNormalFileReadDataMode_Leave); | |||
@@ -1118,7 +1118,7 @@ | |||
this.label29.AutoSize = true; | |||
this.label29.Location = new System.Drawing.Point(85, 132); | |||
this.label29.Name = "label29"; | |||
this.label29.Size = new System.Drawing.Size(230, 31); | |||
this.label29.Size = new System.Drawing.Size(144, 20); | |||
this.label29.TabIndex = 56; | |||
this.label29.Text = "自定义文件后缀名:"; | |||
// | |||
@@ -1126,7 +1126,7 @@ | |||
// | |||
this.txtNormalFileSuffix.Location = new System.Drawing.Point(207, 129); | |||
this.txtNormalFileSuffix.Name = "txtNormalFileSuffix"; | |||
this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 39); | |||
this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 27); | |||
this.txtNormalFileSuffix.TabIndex = 55; | |||
this.txtNormalFileSuffix.Enter += new System.EventHandler(this.txtNormalFileSuffix_Enter); | |||
this.txtNormalFileSuffix.Leave += new System.EventHandler(this.txtNormalFileSuffix_Leave); | |||
@@ -1136,7 +1136,7 @@ | |||
this.cbxNormalFileReadFolder.AutoSize = true; | |||
this.cbxNormalFileReadFolder.Location = new System.Drawing.Point(288, 20); | |||
this.cbxNormalFileReadFolder.Name = "cbxNormalFileReadFolder"; | |||
this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(166, 35); | |||
this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(106, 24); | |||
this.cbxNormalFileReadFolder.TabIndex = 54; | |||
this.cbxNormalFileReadFolder.Text = "读取文件夹"; | |||
this.cbxNormalFileReadFolder.UseVisualStyleBackColor = true; | |||
@@ -1149,7 +1149,7 @@ | |||
this.cbxNormalFileReadFile.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxNormalFileReadFile.Location = new System.Drawing.Point(207, 20); | |||
this.cbxNormalFileReadFile.Name = "cbxNormalFileReadFile"; | |||
this.cbxNormalFileReadFile.Size = new System.Drawing.Size(142, 35); | |||
this.cbxNormalFileReadFile.Size = new System.Drawing.Size(91, 24); | |||
this.cbxNormalFileReadFile.TabIndex = 53; | |||
this.cbxNormalFileReadFile.Text = "读取文件"; | |||
this.cbxNormalFileReadFile.UseVisualStyleBackColor = true; | |||
@@ -1160,7 +1160,7 @@ | |||
this.label25.AutoSize = true; | |||
this.label25.Location = new System.Drawing.Point(60, 20); | |||
this.label25.Name = "label25"; | |||
this.label25.Size = new System.Drawing.Size(280, 31); | |||
this.label25.Size = new System.Drawing.Size(175, 20); | |||
this.label25.TabIndex = 52; | |||
this.label25.Text = "读取模式(文件/文件夹):"; | |||
// | |||
@@ -1169,7 +1169,7 @@ | |||
this.label26.AutoSize = true; | |||
this.label26.Location = new System.Drawing.Point(85, 93); | |||
this.label26.Name = "label26"; | |||
this.label26.Size = new System.Drawing.Size(230, 31); | |||
this.label26.Size = new System.Drawing.Size(144, 20); | |||
this.label26.TabIndex = 51; | |||
this.label26.Text = "自定义文件名格式:"; | |||
// | |||
@@ -1177,7 +1177,7 @@ | |||
// | |||
this.txtNormalFileNameFormat.Location = new System.Drawing.Point(207, 90); | |||
this.txtNormalFileNameFormat.Name = "txtNormalFileNameFormat"; | |||
this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtNormalFileNameFormat.TabIndex = 50; | |||
this.txtNormalFileNameFormat.Enter += new System.EventHandler(this.txtNormalFileNameFormat_Enter); | |||
this.txtNormalFileNameFormat.Leave += new System.EventHandler(this.txtNormalFileNameFormat_Leave); | |||
@@ -1187,7 +1187,7 @@ | |||
this.label28.AutoSize = true; | |||
this.label28.Location = new System.Drawing.Point(97, 56); | |||
this.label28.Name = "label28"; | |||
this.label28.Size = new System.Drawing.Size(206, 31); | |||
this.label28.Size = new System.Drawing.Size(129, 20); | |||
this.label28.TabIndex = 48; | |||
this.label28.Text = "日期列特殊格式:"; | |||
// | |||
@@ -1195,7 +1195,7 @@ | |||
// | |||
this.txtNormalFileSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 53); | |||
this.txtNormalFileSpecialDateColumnFormat.Name = "txtNormalFileSpecialDateColumnFormat"; | |||
this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 39); | |||
this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); | |||
this.txtNormalFileSpecialDateColumnFormat.TabIndex = 49; | |||
this.txtNormalFileSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Enter); | |||
this.txtNormalFileSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Leave); | |||
@@ -1208,14 +1208,14 @@ | |||
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(936, 546); | |||
this.pnlAll.Size = new System.Drawing.Size(1182, 543); | |||
this.pnlAll.TabIndex = 1; | |||
// | |||
// frmSourceSetting | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(936, 546); | |||
this.ClientSize = new System.Drawing.Size(1182, 543); | |||
this.Controls.Add(this.pnlAll); | |||
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"))); | |||
@@ -31,13 +31,13 @@ | |||
this.pnlAll = new System.Windows.Forms.Panel(); | |||
this.btnOK = new System.Windows.Forms.Button(); | |||
this.groupBox1 = new System.Windows.Forms.GroupBox(); | |||
this.label3 = new System.Windows.Forms.Label(); | |||
this.cbxPrama2 = new System.Windows.Forms.ComboBox(); | |||
this.label5 = new System.Windows.Forms.Label(); | |||
this.label4 = new System.Windows.Forms.Label(); | |||
this.label2 = new System.Windows.Forms.Label(); | |||
this.label1 = new System.Windows.Forms.Label(); | |||
this.txtPrama1 = new System.Windows.Forms.TextBox(); | |||
this.label4 = new System.Windows.Forms.Label(); | |||
this.label5 = new System.Windows.Forms.Label(); | |||
this.cbxPrama2 = new System.Windows.Forms.ComboBox(); | |||
this.label3 = new System.Windows.Forms.Label(); | |||
this.pnlAll.SuspendLayout(); | |||
this.groupBox1.SuspendLayout(); | |||
this.SuspendLayout(); | |||
@@ -50,12 +50,12 @@ | |||
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(435, 188); | |||
this.pnlAll.Size = new System.Drawing.Size(661, 305); | |||
this.pnlAll.TabIndex = 1; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(336, 149); | |||
this.btnOK.Location = new System.Drawing.Point(533, 263); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 1; | |||
@@ -75,17 +75,55 @@ | |||
this.groupBox1.Controls.Add(this.txtPrama1); | |||
this.groupBox1.Location = new System.Drawing.Point(12, 12); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(414, 131); | |||
this.groupBox1.Size = new System.Drawing.Size(611, 224); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "条件SubString参数"; | |||
// | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(15, 180); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(492, 20); | |||
this.label3.TabIndex = 10; | |||
this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; | |||
// | |||
// cbxPrama2 | |||
// | |||
this.cbxPrama2.FormattingEnabled = true; | |||
this.cbxPrama2.Items.AddRange(new object[] { | |||
"L", | |||
"R"}); | |||
this.cbxPrama2.Location = new System.Drawing.Point(75, 103); | |||
this.cbxPrama2.Name = "cbxPrama2"; | |||
this.cbxPrama2.Size = new System.Drawing.Size(121, 28); | |||
this.cbxPrama2.TabIndex = 9; | |||
// | |||
// label5 | |||
// | |||
this.label5.AutoSize = true; | |||
this.label5.Location = new System.Drawing.Point(199, 108); | |||
this.label5.Name = "label5"; | |||
this.label5.Size = new System.Drawing.Size(243, 20); | |||
this.label5.TabIndex = 7; | |||
this.label5.Text = "(截断后返回左侧(L)/右侧(R)的内容)"; | |||
// | |||
// label4 | |||
// | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(200, 35); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(79, 20); | |||
this.label4.TabIndex = 6; | |||
this.label4.Text = "(截断字符)"; | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(18, 63); | |||
this.label2.Location = new System.Drawing.Point(18, 107); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(51, 17); | |||
this.label2.Size = new System.Drawing.Size(63, 20); | |||
this.label2.TabIndex = 3; | |||
this.label2.Text = "参数2:"; | |||
// | |||
@@ -94,7 +132,7 @@ | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(18, 34); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(51, 17); | |||
this.label1.Size = new System.Drawing.Size(63, 20); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "参数1:"; | |||
// | |||
@@ -102,52 +140,14 @@ | |||
// | |||
this.txtPrama1.Location = new System.Drawing.Point(75, 31); | |||
this.txtPrama1.Name = "txtPrama1"; | |||
this.txtPrama1.Size = new System.Drawing.Size(121, 23); | |||
this.txtPrama1.Size = new System.Drawing.Size(121, 27); | |||
this.txtPrama1.TabIndex = 0; | |||
// | |||
// label4 | |||
// | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(200, 35); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(64, 17); | |||
this.label4.TabIndex = 6; | |||
this.label4.Text = "(截断字符)"; | |||
// | |||
// label5 | |||
// | |||
this.label5.AutoSize = true; | |||
this.label5.Location = new System.Drawing.Point(199, 64); | |||
this.label5.Name = "label5"; | |||
this.label5.Size = new System.Drawing.Size(195, 17); | |||
this.label5.TabIndex = 7; | |||
this.label5.Text = "(截断后返回左侧(L)/右侧(R)的内容)"; | |||
// | |||
// cbxPrama2 | |||
// | |||
this.cbxPrama2.FormattingEnabled = true; | |||
this.cbxPrama2.Items.AddRange(new object[] { | |||
"L", | |||
"R"}); | |||
this.cbxPrama2.Location = new System.Drawing.Point(75, 59); | |||
this.cbxPrama2.Name = "cbxPrama2"; | |||
this.cbxPrama2.Size = new System.Drawing.Size(121, 25); | |||
this.cbxPrama2.TabIndex = 9; | |||
// | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(15, 96); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(394, 17); | |||
this.label3.TabIndex = 10; | |||
this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; | |||
// | |||
// frmSplitParam | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(435, 188); | |||
this.ClientSize = new System.Drawing.Size(661, 305); | |||
this.Controls.Add(this.pnlAll); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
@@ -48,16 +48,17 @@ | |||
this.pnlAll.Controls.Add(this.groupBox1); | |||
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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
this.pnlAll.Name = "pnlAll"; | |||
this.pnlAll.Size = new System.Drawing.Size(436, 188); | |||
this.pnlAll.Size = new System.Drawing.Size(581, 305); | |||
this.pnlAll.TabIndex = 2; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(336, 149); | |||
this.btnOK.Location = new System.Drawing.Point(457, 239); | |||
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.Size = new System.Drawing.Size(120, 38); | |||
this.btnOK.TabIndex = 1; | |||
this.btnOK.Text = "确定"; | |||
this.btnOK.UseVisualStyleBackColor = true; | |||
@@ -73,9 +74,11 @@ | |||
this.groupBox1.Controls.Add(this.label2); | |||
this.groupBox1.Controls.Add(this.label1); | |||
this.groupBox1.Controls.Add(this.txtPrama1); | |||
this.groupBox1.Location = new System.Drawing.Point(12, 12); | |||
this.groupBox1.Location = new System.Drawing.Point(16, 15); | |||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(414, 131); | |||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.groupBox1.Size = new System.Drawing.Size(552, 216); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "截断开头/结尾字符参数"; | |||
@@ -83,9 +86,10 @@ | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(15, 96); | |||
this.label3.Location = new System.Drawing.Point(20, 170); | |||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(401, 12); | |||
this.label3.Size = new System.Drawing.Size(504, 15); | |||
this.label3.TabIndex = 10; | |||
this.label3.Text = "(说明:若操作字符串中不存在或存在多个截断字符,则直接返回初始字符串)"; | |||
// | |||
@@ -95,61 +99,68 @@ | |||
this.cbxPrama2.Items.AddRange(new object[] { | |||
"S", | |||
"E"}); | |||
this.cbxPrama2.Location = new System.Drawing.Point(75, 59); | |||
this.cbxPrama2.Location = new System.Drawing.Point(100, 104); | |||
this.cbxPrama2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.cbxPrama2.Name = "cbxPrama2"; | |||
this.cbxPrama2.Size = new System.Drawing.Size(121, 20); | |||
this.cbxPrama2.Size = new System.Drawing.Size(160, 23); | |||
this.cbxPrama2.TabIndex = 9; | |||
// | |||
// label5 | |||
// | |||
this.label5.AutoSize = true; | |||
this.label5.Location = new System.Drawing.Point(199, 64); | |||
this.label5.Location = new System.Drawing.Point(265, 110); | |||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label5.Name = "label5"; | |||
this.label5.Size = new System.Drawing.Size(107, 12); | |||
this.label5.Size = new System.Drawing.Size(139, 15); | |||
this.label5.TabIndex = 7; | |||
this.label5.Text = "(开头(S)/结尾(E))"; | |||
// | |||
// label4 | |||
// | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(200, 35); | |||
this.label4.Location = new System.Drawing.Point(267, 44); | |||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(65, 12); | |||
this.label4.Size = new System.Drawing.Size(83, 15); | |||
this.label4.TabIndex = 6; | |||
this.label4.Text = "(截断字符)"; | |||
// | |||
// label2 | |||
// | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(18, 63); | |||
this.label2.Location = new System.Drawing.Point(24, 109); | |||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(47, 12); | |||
this.label2.Size = new System.Drawing.Size(60, 15); | |||
this.label2.TabIndex = 3; | |||
this.label2.Text = "参数2:"; | |||
// | |||
// label1 | |||
// | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(18, 34); | |||
this.label1.Location = new System.Drawing.Point(24, 42); | |||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(47, 12); | |||
this.label1.Size = new System.Drawing.Size(60, 15); | |||
this.label1.TabIndex = 1; | |||
this.label1.Text = "参数1:"; | |||
// | |||
// txtPrama1 | |||
// | |||
this.txtPrama1.Location = new System.Drawing.Point(75, 31); | |||
this.txtPrama1.Location = new System.Drawing.Point(100, 39); | |||
this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.txtPrama1.Name = "txtPrama1"; | |||
this.txtPrama1.Size = new System.Drawing.Size(121, 21); | |||
this.txtPrama1.Size = new System.Drawing.Size(160, 25); | |||
this.txtPrama1.TabIndex = 0; | |||
// | |||
// frmStartEndSubstring | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(436, 188); | |||
this.ClientSize = new System.Drawing.Size(581, 305); | |||
this.Controls.Add(this.pnlAll); | |||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; | |||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); | |||
this.Name = "frmStartEndSubstring"; | |||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; | |||
this.Text = "截断开头/结尾"; | |||
@@ -46,10 +46,6 @@ | |||
this.splitContainer1 = 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.panel14 = new System.Windows.Forms.Panel(); | |||
@@ -61,14 +57,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(); | |||
@@ -103,6 +95,14 @@ | |||
this.panel4 = new System.Windows.Forms.Panel(); | |||
this.panel13 = new System.Windows.Forms.Panel(); | |||
this.panel6 = new System.Windows.Forms.Panel(); | |||
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.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.pnlAll.SuspendLayout(); | |||
this.pnlBodyCenter.SuspendLayout(); | |||
this.pnlRigh.SuspendLayout(); | |||
@@ -149,7 +149,7 @@ | |||
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(799, 468); | |||
this.pnlAll.Size = new System.Drawing.Size(1207, 748); | |||
this.pnlAll.TabIndex = 0; | |||
// | |||
// pnlBodyCenter | |||
@@ -158,7 +158,7 @@ | |||
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(789, 439); | |||
this.pnlBodyCenter.Size = new System.Drawing.Size(1197, 719); | |||
this.pnlBodyCenter.TabIndex = 7; | |||
// | |||
// pnlRigh | |||
@@ -168,7 +168,7 @@ | |||
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(789, 439); | |||
this.pnlRigh.Size = new System.Drawing.Size(1197, 719); | |||
this.pnlRigh.TabIndex = 5; | |||
// | |||
// panel5 | |||
@@ -178,7 +178,7 @@ | |||
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.panel5.Location = new System.Drawing.Point(146, 0); | |||
this.panel5.Name = "panel5"; | |||
this.panel5.Size = new System.Drawing.Size(643, 439); | |||
this.panel5.Size = new System.Drawing.Size(1051, 719); | |||
this.panel5.TabIndex = 4; | |||
// | |||
// groupBox2 | |||
@@ -187,7 +187,7 @@ | |||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.groupBox2.Location = new System.Drawing.Point(0, 0); | |||
this.groupBox2.Name = "groupBox2"; | |||
this.groupBox2.Size = new System.Drawing.Size(643, 398); | |||
this.groupBox2.Size = new System.Drawing.Size(1051, 678); | |||
this.groupBox2.TabIndex = 1; | |||
this.groupBox2.TabStop = false; | |||
this.groupBox2.Text = "详情"; | |||
@@ -195,7 +195,7 @@ | |||
// splitContainer1 | |||
// | |||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.splitContainer1.Location = new System.Drawing.Point(3, 19); | |||
this.splitContainer1.Location = new System.Drawing.Point(3, 23); | |||
this.splitContainer1.Name = "splitContainer1"; | |||
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; | |||
// | |||
@@ -207,8 +207,8 @@ | |||
// splitContainer1.Panel2 | |||
// | |||
this.splitContainer1.Panel2.Controls.Add(this.tabControl1); | |||
this.splitContainer1.Size = new System.Drawing.Size(637, 376); | |||
this.splitContainer1.SplitterDistance = 153; | |||
this.splitContainer1.Size = new System.Drawing.Size(1045, 652); | |||
this.splitContainer1.SplitterDistance = 265; | |||
this.splitContainer1.TabIndex = 2; | |||
// | |||
// panel15 | |||
@@ -217,7 +217,7 @@ | |||
this.panel15.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.panel15.Location = new System.Drawing.Point(0, 37); | |||
this.panel15.Name = "panel15"; | |||
this.panel15.Size = new System.Drawing.Size(637, 116); | |||
this.panel15.Size = new System.Drawing.Size(1045, 228); | |||
this.panel15.TabIndex = 2; | |||
// | |||
// dgvMapping | |||
@@ -248,48 +248,21 @@ | |||
this.dgvMapping.RowsDefaultCellStyle = dataGridViewCellStyle2; | |||
this.dgvMapping.RowTemplate.Height = 23; | |||
this.dgvMapping.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | |||
this.dgvMapping.Size = new System.Drawing.Size(637, 116); | |||
this.dgvMapping.Size = new System.Drawing.Size(1045, 228); | |||
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"; | |||
// | |||
// DateKey | |||
// | |||
this.DateKey.DataPropertyName = "IfDateField"; | |||
this.DateKey.HeaderText = "日期字段"; | |||
this.DateKey.Name = "DateKey"; | |||
// | |||
// cmsMapping | |||
// | |||
this.cmsMapping.ImageScalingSize = new System.Drawing.Size(20, 20); | |||
this.cmsMapping.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |||
this.btnDelMap}); | |||
this.cmsMapping.Name = "cmsMapping"; | |||
this.cmsMapping.Size = new System.Drawing.Size(101, 26); | |||
this.cmsMapping.Size = new System.Drawing.Size(109, 28); | |||
// | |||
// btnDelMap | |||
// | |||
this.btnDelMap.Name = "btnDelMap"; | |||
this.btnDelMap.Size = new System.Drawing.Size(100, 22); | |||
this.btnDelMap.Size = new System.Drawing.Size(108, 24); | |||
this.btnDelMap.Text = "移除"; | |||
this.btnDelMap.Click += new System.EventHandler(this.btnDelMap_Click); | |||
// | |||
@@ -302,7 +275,7 @@ | |||
this.panel14.Dock = System.Windows.Forms.DockStyle.Top; | |||
this.panel14.Location = new System.Drawing.Point(0, 0); | |||
this.panel14.Name = "panel14"; | |||
this.panel14.Size = new System.Drawing.Size(637, 37); | |||
this.panel14.Size = new System.Drawing.Size(1045, 37); | |||
this.panel14.TabIndex = 1; | |||
// | |||
// txtInstrumentColumn | |||
@@ -310,7 +283,7 @@ | |||
this.txtInstrumentColumn.Location = new System.Drawing.Point(429, 6); | |||
this.txtInstrumentColumn.Name = "txtInstrumentColumn"; | |||
this.txtInstrumentColumn.ReadOnly = true; | |||
this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 23); | |||
this.txtInstrumentColumn.Size = new System.Drawing.Size(195, 27); | |||
this.txtInstrumentColumn.TabIndex = 7; | |||
this.txtInstrumentColumn.DoubleClick += new System.EventHandler(this.txtInstrumentColumn_DoubleClick); | |||
// | |||
@@ -320,7 +293,7 @@ | |||
this.cbxCNASColumn.FormattingEnabled = true; | |||
this.cbxCNASColumn.Location = new System.Drawing.Point(429, 10); | |||
this.cbxCNASColumn.Name = "cbxCNASColumn"; | |||
this.cbxCNASColumn.Size = new System.Drawing.Size(184, 25); | |||
this.cbxCNASColumn.Size = new System.Drawing.Size(184, 28); | |||
this.cbxCNASColumn.TabIndex = 6; | |||
this.cbxCNASColumn.Visible = false; | |||
this.cbxCNASColumn.SelectedIndexChanged += new System.EventHandler(this.cbxCNASColumn_SelectedIndexChanged); | |||
@@ -331,7 +304,7 @@ | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(321, 10); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(113, 17); | |||
this.label3.Size = new System.Drawing.Size(141, 20); | |||
this.label3.TabIndex = 5; | |||
this.label3.Text = "CNAS仪器信息列:"; | |||
// | |||
@@ -340,7 +313,7 @@ | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(3, 10); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(92, 17); | |||
this.label2.Size = new System.Drawing.Size(114, 20); | |||
this.label2.TabIndex = 4; | |||
this.label2.Text = "字段映射信息:"; | |||
// | |||
@@ -351,16 +324,16 @@ | |||
this.tabControl1.Location = new System.Drawing.Point(0, 0); | |||
this.tabControl1.Name = "tabControl1"; | |||
this.tabControl1.SelectedIndex = 0; | |||
this.tabControl1.Size = new System.Drawing.Size(637, 219); | |||
this.tabControl1.Size = new System.Drawing.Size(1045, 383); | |||
this.tabControl1.TabIndex = 1; | |||
// | |||
// tabPage6 | |||
// | |||
this.tabPage6.Controls.Add(this.splitContainer2); | |||
this.tabPage6.Location = new System.Drawing.Point(4, 26); | |||
this.tabPage6.Location = new System.Drawing.Point(4, 29); | |||
this.tabPage6.Name = "tabPage6"; | |||
this.tabPage6.Padding = new System.Windows.Forms.Padding(3); | |||
this.tabPage6.Size = new System.Drawing.Size(629, 189); | |||
this.tabPage6.Size = new System.Drawing.Size(1037, 350); | |||
this.tabPage6.TabIndex = 1; | |||
this.tabPage6.Text = "字段"; | |||
this.tabPage6.UseVisualStyleBackColor = true; | |||
@@ -380,8 +353,8 @@ | |||
// | |||
this.splitContainer2.Panel2.Controls.Add(this.dgvCnas); | |||
this.splitContainer2.Panel2.Controls.Add(this.pnlRight); | |||
this.splitContainer2.Size = new System.Drawing.Size(623, 183); | |||
this.splitContainer2.SplitterDistance = 307; | |||
this.splitContainer2.Size = new System.Drawing.Size(1031, 344); | |||
this.splitContainer2.SplitterDistance = 508; | |||
this.splitContainer2.TabIndex = 1; | |||
// | |||
// dgvInstruDS | |||
@@ -408,24 +381,9 @@ | |||
this.dgvInstruDS.RowsDefaultCellStyle = dataGridViewCellStyle4; | |||
this.dgvInstruDS.RowTemplate.Height = 23; | |||
this.dgvInstruDS.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | |||
this.dgvInstruDS.Size = new System.Drawing.Size(307, 149); | |||
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 = 150; | |||
// | |||
// InstruDataType | |||
// | |||
this.InstruDataType.DataPropertyName = "InstruDataType"; | |||
this.InstruDataType.HeaderText = "数据类型"; | |||
this.InstruDataType.Name = "InstruDataType"; | |||
this.InstruDataType.ReadOnly = true; | |||
// | |||
// pnlleft | |||
// | |||
this.pnlleft.Controls.Add(this.cbxInstrument); | |||
@@ -433,16 +391,16 @@ | |||
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(307, 34); | |||
this.pnlleft.Size = new System.Drawing.Size(508, 34); | |||
this.pnlleft.TabIndex = 0; | |||
// | |||
// cbxInstrument | |||
// | |||
this.cbxInstrument.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |||
this.cbxInstrument.FormattingEnabled = true; | |||
this.cbxInstrument.Location = new System.Drawing.Point(104, 6); | |||
this.cbxInstrument.Location = new System.Drawing.Point(129, 6); | |||
this.cbxInstrument.Name = "cbxInstrument"; | |||
this.cbxInstrument.Size = new System.Drawing.Size(200, 25); | |||
this.cbxInstrument.Size = new System.Drawing.Size(200, 28); | |||
this.cbxInstrument.TabIndex = 1; | |||
this.cbxInstrument.SelectedIndexChanged += new System.EventHandler(this.cbxInstrument_SelectedIndexChanged); | |||
// | |||
@@ -451,7 +409,7 @@ | |||
this.label12.AutoSize = true; | |||
this.label12.Location = new System.Drawing.Point(3, 10); | |||
this.label12.Name = "label12"; | |||
this.label12.Size = new System.Drawing.Size(104, 17); | |||
this.label12.Size = new System.Drawing.Size(129, 20); | |||
this.label12.TabIndex = 0; | |||
this.label12.Text = "设备数据源表名:"; | |||
// | |||
@@ -479,24 +437,9 @@ | |||
this.dgvCnas.RowsDefaultCellStyle = dataGridViewCellStyle6; | |||
this.dgvCnas.RowTemplate.Height = 23; | |||
this.dgvCnas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | |||
this.dgvCnas.Size = new System.Drawing.Size(312, 149); | |||
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 = 150; | |||
// | |||
// CnasDataType | |||
// | |||
this.CnasDataType.DataPropertyName = "CnasDataType"; | |||
this.CnasDataType.HeaderText = "数据类型"; | |||
this.CnasDataType.Name = "CnasDataType"; | |||
this.CnasDataType.ReadOnly = true; | |||
// | |||
// pnlRight | |||
// | |||
this.pnlRight.Controls.Add(this.cbxCnas); | |||
@@ -504,16 +447,16 @@ | |||
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(312, 34); | |||
this.pnlRight.Size = new System.Drawing.Size(519, 34); | |||
this.pnlRight.TabIndex = 0; | |||
// | |||
// cbxCnas | |||
// | |||
this.cbxCnas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |||
this.cbxCnas.FormattingEnabled = true; | |||
this.cbxCnas.Location = new System.Drawing.Point(122, 6); | |||
this.cbxCnas.Location = new System.Drawing.Point(150, 6); | |||
this.cbxCnas.Name = "cbxCnas"; | |||
this.cbxCnas.Size = new System.Drawing.Size(184, 25); | |||
this.cbxCnas.Size = new System.Drawing.Size(184, 28); | |||
this.cbxCnas.TabIndex = 2; | |||
this.cbxCnas.SelectedIndexChanged += new System.EventHandler(this.cbxCnas_SelectedIndexChanged); | |||
// | |||
@@ -522,7 +465,7 @@ | |||
this.label13.AutoSize = true; | |||
this.label13.Location = new System.Drawing.Point(3, 10); | |||
this.label13.Name = "label13"; | |||
this.label13.Size = new System.Drawing.Size(113, 17); | |||
this.label13.Size = new System.Drawing.Size(141, 20); | |||
this.label13.TabIndex = 1; | |||
this.label13.Text = "CNAS数据库表名:"; | |||
// | |||
@@ -530,9 +473,9 @@ | |||
// | |||
this.panel1.Controls.Add(this.panel7); | |||
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.panel1.Location = new System.Drawing.Point(0, 398); | |||
this.panel1.Location = new System.Drawing.Point(0, 678); | |||
this.panel1.Name = "panel1"; | |||
this.panel1.Size = new System.Drawing.Size(643, 41); | |||
this.panel1.Size = new System.Drawing.Size(1051, 41); | |||
this.panel1.TabIndex = 3; | |||
// | |||
// panel7 | |||
@@ -543,7 +486,7 @@ | |||
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(229, 0); | |||
this.panel7.Location = new System.Drawing.Point(637, 0); | |||
this.panel7.Name = "panel7"; | |||
this.panel7.Size = new System.Drawing.Size(414, 41); | |||
this.panel7.TabIndex = 5; | |||
@@ -552,7 +495,7 @@ | |||
// | |||
this.btnSourceFilter.Location = new System.Drawing.Point(86, 3); | |||
this.btnSourceFilter.Name = "btnSourceFilter"; | |||
this.btnSourceFilter.Size = new System.Drawing.Size(79, 23); | |||
this.btnSourceFilter.Size = new System.Drawing.Size(79, 32); | |||
this.btnSourceFilter.TabIndex = 6; | |||
this.btnSourceFilter.Text = "来源过滤"; | |||
this.btnSourceFilter.UseVisualStyleBackColor = true; | |||
@@ -562,7 +505,7 @@ | |||
// | |||
this.btnCNASFieldConfig.Location = new System.Drawing.Point(168, 3); | |||
this.btnCNASFieldConfig.Name = "btnCNASFieldConfig"; | |||
this.btnCNASFieldConfig.Size = new System.Drawing.Size(79, 23); | |||
this.btnCNASFieldConfig.Size = new System.Drawing.Size(79, 35); | |||
this.btnCNASFieldConfig.TabIndex = 5; | |||
this.btnCNASFieldConfig.Text = "条件映射"; | |||
this.btnCNASFieldConfig.UseVisualStyleBackColor = true; | |||
@@ -572,7 +515,7 @@ | |||
// | |||
this.btnLoadDBData.Location = new System.Drawing.Point(249, 3); | |||
this.btnLoadDBData.Name = "btnLoadDBData"; | |||
this.btnLoadDBData.Size = new System.Drawing.Size(79, 23); | |||
this.btnLoadDBData.Size = new System.Drawing.Size(79, 32); | |||
this.btnLoadDBData.TabIndex = 4; | |||
this.btnLoadDBData.Text = "加载数据"; | |||
this.btnLoadDBData.UseVisualStyleBackColor = true; | |||
@@ -582,7 +525,7 @@ | |||
// | |||
this.btnAddMapping.Location = new System.Drawing.Point(3, 3); | |||
this.btnAddMapping.Name = "btnAddMapping"; | |||
this.btnAddMapping.Size = new System.Drawing.Size(79, 23); | |||
this.btnAddMapping.Size = new System.Drawing.Size(79, 32); | |||
this.btnAddMapping.TabIndex = 2; | |||
this.btnAddMapping.Text = "新增映射"; | |||
this.btnAddMapping.UseVisualStyleBackColor = true; | |||
@@ -592,7 +535,7 @@ | |||
// | |||
this.btnDatabaseConfig.Location = new System.Drawing.Point(332, 3); | |||
this.btnDatabaseConfig.Name = "btnDatabaseConfig"; | |||
this.btnDatabaseConfig.Size = new System.Drawing.Size(79, 23); | |||
this.btnDatabaseConfig.Size = new System.Drawing.Size(79, 32); | |||
this.btnDatabaseConfig.TabIndex = 3; | |||
this.btnDatabaseConfig.Text = "配置数据库"; | |||
this.btnDatabaseConfig.UseVisualStyleBackColor = true; | |||
@@ -608,7 +551,7 @@ | |||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; | |||
this.groupBox1.Location = new System.Drawing.Point(0, 0); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(146, 439); | |||
this.groupBox1.Size = new System.Drawing.Size(146, 719); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "仪器"; | |||
@@ -629,7 +572,7 @@ | |||
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, 56); | |||
this.dgvInstrument.Location = new System.Drawing.Point(6, 60); | |||
this.dgvInstrument.MultiSelect = false; | |||
this.dgvInstrument.Name = "dgvInstrument"; | |||
this.dgvInstrument.ReadOnly = true; | |||
@@ -637,7 +580,7 @@ | |||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | |||
this.dgvInstrument.RowsDefaultCellStyle = dataGridViewCellStyle8; | |||
this.dgvInstrument.RowTemplate.Height = 23; | |||
this.dgvInstrument.Size = new System.Drawing.Size(134, 334); | |||
this.dgvInstrument.Size = new System.Drawing.Size(134, 610); | |||
this.dgvInstrument.TabIndex = 0; | |||
this.dgvInstrument.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInstrument_CellDoubleClick); | |||
this.dgvInstrument.SelectionChanged += new System.EventHandler(this.dgvInstrument_SelectionChanged); | |||
@@ -653,17 +596,17 @@ | |||
// panel17 | |||
// | |||
this.panel17.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.panel17.Location = new System.Drawing.Point(140, 56); | |||
this.panel17.Location = new System.Drawing.Point(140, 60); | |||
this.panel17.Name = "panel17"; | |||
this.panel17.Size = new System.Drawing.Size(3, 334); | |||
this.panel17.Size = new System.Drawing.Size(3, 610); | |||
this.panel17.TabIndex = 8; | |||
// | |||
// panel16 | |||
// | |||
this.panel16.Dock = System.Windows.Forms.DockStyle.Left; | |||
this.panel16.Location = new System.Drawing.Point(3, 56); | |||
this.panel16.Location = new System.Drawing.Point(3, 60); | |||
this.panel16.Name = "panel16"; | |||
this.panel16.Size = new System.Drawing.Size(3, 334); | |||
this.panel16.Size = new System.Drawing.Size(3, 610); | |||
this.panel16.TabIndex = 7; | |||
// | |||
// panel9 | |||
@@ -671,7 +614,7 @@ | |||
this.panel9.Controls.Add(this.btnAdd); | |||
this.panel9.Controls.Add(this.btnDel); | |||
this.panel9.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.panel9.Location = new System.Drawing.Point(3, 390); | |||
this.panel9.Location = new System.Drawing.Point(3, 670); | |||
this.panel9.Name = "panel9"; | |||
this.panel9.Size = new System.Drawing.Size(140, 46); | |||
this.panel9.TabIndex = 5; | |||
@@ -680,7 +623,7 @@ | |||
// | |||
this.btnAdd.Location = new System.Drawing.Point(3, 11); | |||
this.btnAdd.Name = "btnAdd"; | |||
this.btnAdd.Size = new System.Drawing.Size(58, 23); | |||
this.btnAdd.Size = new System.Drawing.Size(58, 32); | |||
this.btnAdd.TabIndex = 1; | |||
this.btnAdd.Text = "新增"; | |||
this.btnAdd.UseVisualStyleBackColor = true; | |||
@@ -690,7 +633,7 @@ | |||
// | |||
this.btnDel.Location = new System.Drawing.Point(68, 11); | |||
this.btnDel.Name = "btnDel"; | |||
this.btnDel.Size = new System.Drawing.Size(58, 23); | |||
this.btnDel.Size = new System.Drawing.Size(58, 32); | |||
this.btnDel.TabIndex = 2; | |||
this.btnDel.Text = "删除"; | |||
this.btnDel.UseVisualStyleBackColor = true; | |||
@@ -700,7 +643,7 @@ | |||
// | |||
this.panel8.Controls.Add(this.label1); | |||
this.panel8.Dock = System.Windows.Forms.DockStyle.Top; | |||
this.panel8.Location = new System.Drawing.Point(3, 19); | |||
this.panel8.Location = new System.Drawing.Point(3, 23); | |||
this.panel8.Name = "panel8"; | |||
this.panel8.Size = new System.Drawing.Size(140, 37); | |||
this.panel8.TabIndex = 4; | |||
@@ -710,7 +653,7 @@ | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(3, 9); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(68, 17); | |||
this.label1.Size = new System.Drawing.Size(84, 20); | |||
this.label1.TabIndex = 3; | |||
this.label1.Text = "当前选中:"; | |||
// | |||
@@ -720,11 +663,12 @@ | |||
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(789, 29); | |||
this.pnlMenuTop.Size = new System.Drawing.Size(1197, 29); | |||
this.pnlMenuTop.TabIndex = 6; | |||
// | |||
// menuStrip1 | |||
// | |||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); | |||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |||
this.tsmSystemSetting, | |||
this.tsmServiceSetting, | |||
@@ -732,35 +676,35 @@ | |||
this.tsmHelper}); | |||
this.menuStrip1.Location = new System.Drawing.Point(0, 0); | |||
this.menuStrip1.Name = "menuStrip1"; | |||
this.menuStrip1.Size = new System.Drawing.Size(789, 25); | |||
this.menuStrip1.Size = new System.Drawing.Size(1197, 28); | |||
this.menuStrip1.TabIndex = 0; | |||
this.menuStrip1.Text = "menuStrip1"; | |||
// | |||
// tsmSystemSetting | |||
// | |||
this.tsmSystemSetting.Name = "tsmSystemSetting"; | |||
this.tsmSystemSetting.Size = new System.Drawing.Size(85, 21); | |||
this.tsmSystemSetting.Size = new System.Drawing.Size(102, 24); | |||
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(83, 21); | |||
this.tsmServiceSetting.Size = new System.Drawing.Size(100, 24); | |||
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(82, 21); | |||
this.tsmSourceSetting.Size = new System.Drawing.Size(99, 24); | |||
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(61, 21); | |||
this.tsmHelper.Size = new System.Drawing.Size(73, 24); | |||
this.tsmHelper.Text = "帮助(&H)"; | |||
this.tsmHelper.Click += new System.EventHandler(this.tsmHelper_Click); | |||
// | |||
@@ -776,7 +720,7 @@ | |||
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, 468); | |||
this.panel2.Size = new System.Drawing.Size(10, 748); | |||
this.panel2.TabIndex = 4; | |||
// | |||
// btnSave | |||
@@ -794,16 +738,16 @@ | |||
// | |||
this.panel11.Controls.Add(this.panel12); | |||
this.panel11.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.panel11.Location = new System.Drawing.Point(0, 470); | |||
this.panel11.Location = new System.Drawing.Point(0, 750); | |||
this.panel11.Name = "panel11"; | |||
this.panel11.Size = new System.Drawing.Size(799, 43); | |||
this.panel11.Size = new System.Drawing.Size(1207, 43); | |||
this.panel11.TabIndex = 1; | |||
// | |||
// panel12 | |||
// | |||
this.panel12.Controls.Add(this.btnSave); | |||
this.panel12.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.panel12.Location = new System.Drawing.Point(697, 0); | |||
this.panel12.Location = new System.Drawing.Point(1105, 0); | |||
this.panel12.Name = "panel12"; | |||
this.panel12.Size = new System.Drawing.Size(102, 43); | |||
this.panel12.TabIndex = 0; | |||
@@ -815,7 +759,7 @@ | |||
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(799, 470); | |||
this.panel4.Size = new System.Drawing.Size(1207, 750); | |||
this.panel4.TabIndex = 2; | |||
// | |||
// panel13 | |||
@@ -824,23 +768,85 @@ | |||
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(799, 468); | |||
this.panel13.Size = new System.Drawing.Size(1207, 748); | |||
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, 468); | |||
this.panel6.Location = new System.Drawing.Point(0, 748); | |||
this.panel6.Name = "panel6"; | |||
this.panel6.Size = new System.Drawing.Size(799, 2); | |||
this.panel6.Size = new System.Drawing.Size(1207, 2); | |||
this.panel6.TabIndex = 1; | |||
// | |||
// InstrumentField | |||
// | |||
this.InstrumentField.DataPropertyName = "SourceField"; | |||
this.InstrumentField.HeaderText = "设备数据列"; | |||
this.InstrumentField.Name = "InstrumentField"; | |||
this.InstrumentField.ReadOnly = true; | |||
this.InstrumentField.Width = 240; | |||
// | |||
// CnasField | |||
// | |||
this.CnasField.DataPropertyName = "TargetField"; | |||
this.CnasField.HeaderText = "CNAS数据列"; | |||
this.CnasField.Name = "CnasField"; | |||
this.CnasField.ReadOnly = true; | |||
this.CnasField.Width = 240; | |||
// | |||
// PrimaryKey | |||
// | |||
this.PrimaryKey.DataPropertyName = "IfPrimaryKey"; | |||
this.PrimaryKey.HeaderText = "关键字段"; | |||
this.PrimaryKey.Name = "PrimaryKey"; | |||
this.PrimaryKey.Width = 240; | |||
// | |||
// DateKey | |||
// | |||
this.DateKey.DataPropertyName = "IfDateField"; | |||
this.DateKey.HeaderText = "日期字段"; | |||
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.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; | |||
// | |||
// frmSyncParams | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.ClientSize = new System.Drawing.Size(799, 513); | |||
this.ClientSize = new System.Drawing.Size(1207, 793); | |||
this.Controls.Add(this.panel4); | |||
this.Controls.Add(this.panel11); | |||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); | |||
@@ -936,10 +942,6 @@ | |||
private System.Windows.Forms.Panel panel4; | |||
private System.Windows.Forms.Panel panel13; | |||
private System.Windows.Forms.Panel panel6; | |||
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.Button btnCNASFieldConfig; | |||
private System.Windows.Forms.Button btnSourceFilter; | |||
private System.Windows.Forms.Panel panel15; | |||
@@ -949,10 +951,6 @@ | |||
private System.Windows.Forms.ComboBox cbxCNASColumn; | |||
private System.Windows.Forms.Label label3; | |||
private System.Windows.Forms.TextBox txtInstrumentColumn; | |||
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 Code; | |||
private System.Windows.Forms.Panel panel17; | |||
private System.Windows.Forms.Panel panel16; | |||
@@ -963,6 +961,14 @@ | |||
private System.Windows.Forms.ToolStripMenuItem tsmHelper; | |||
private System.Windows.Forms.Panel pnlBodyCenter; | |||
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 InstruDataType; | |||
private System.Windows.Forms.DataGridViewTextBoxColumn CNASFieldName; | |||
private System.Windows.Forms.DataGridViewTextBoxColumn CnasDataType; | |||
} | |||
} | |||
@@ -269,6 +269,8 @@ namespace CNAS_DBSync | |||
if (currentSyncItem.SyncInstrumentDSInfo != null&& currentSyncItem.SyncInstrumentDSInfo.InstrumentDataSourceType!=DataSourceType.None) | |||
{ | |||
dgvMapping.DataSource = new BindingList<SyncParamasInfo>(currentSyncItem.LstSyncPramas); | |||
if(currentSyncItem.SyncInstrumentDSInfo.ServerName!="") | |||
btnLoadDBData_Click(sender, e); | |||
} | |||
else | |||
{ | |||
@@ -64,7 +64,7 @@ | |||
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(441, 226); | |||
this.pnlAll.Size = new System.Drawing.Size(670, 362); | |||
this.pnlAll.TabIndex = 0; | |||
// | |||
// pnlBody | |||
@@ -74,12 +74,12 @@ | |||
this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill; | |||
this.pnlBody.Location = new System.Drawing.Point(10, 10); | |||
this.pnlBody.Name = "pnlBody"; | |||
this.pnlBody.Size = new System.Drawing.Size(421, 206); | |||
this.pnlBody.Size = new System.Drawing.Size(650, 342); | |||
this.pnlBody.TabIndex = 4; | |||
// | |||
// btnOK | |||
// | |||
this.btnOK.Location = new System.Drawing.Point(325, 169); | |||
this.btnOK.Location = new System.Drawing.Point(537, 297); | |||
this.btnOK.Name = "btnOK"; | |||
this.btnOK.Size = new System.Drawing.Size(90, 30); | |||
this.btnOK.TabIndex = 1; | |||
@@ -100,7 +100,7 @@ | |||
this.groupBox1.Controls.Add(this.lblText1); | |||
this.groupBox1.Location = new System.Drawing.Point(2, 6); | |||
this.groupBox1.Name = "groupBox1"; | |||
this.groupBox1.Size = new System.Drawing.Size(415, 157); | |||
this.groupBox1.Size = new System.Drawing.Size(625, 285); | |||
this.groupBox1.TabIndex = 0; | |||
this.groupBox1.TabStop = false; | |||
this.groupBox1.Text = "设置"; | |||
@@ -108,25 +108,25 @@ | |||
// label3 | |||
// | |||
this.label3.AutoSize = true; | |||
this.label3.Location = new System.Drawing.Point(337, 109); | |||
this.label3.Location = new System.Drawing.Point(430, 179); | |||
this.label3.Name = "label3"; | |||
this.label3.Size = new System.Drawing.Size(20, 17); | |||
this.label3.Size = new System.Drawing.Size(24, 20); | |||
this.label3.TabIndex = 8; | |||
this.label3.Text = "天"; | |||
// | |||
// numpLogDataDays | |||
// | |||
this.numpLogDataDays.Location = new System.Drawing.Point(211, 104); | |||
this.numpLogDataDays.Location = new System.Drawing.Point(251, 177); | |||
this.numpLogDataDays.Name = "numpLogDataDays"; | |||
this.numpLogDataDays.Size = new System.Drawing.Size(120, 23); | |||
this.numpLogDataDays.Size = new System.Drawing.Size(158, 27); | |||
this.numpLogDataDays.TabIndex = 7; | |||
// | |||
// label4 | |||
// | |||
this.label4.AutoSize = true; | |||
this.label4.Location = new System.Drawing.Point(41, 106); | |||
this.label4.Location = new System.Drawing.Point(41, 177); | |||
this.label4.Name = "label4"; | |||
this.label4.Size = new System.Drawing.Size(164, 17); | |||
this.label4.Size = new System.Drawing.Size(204, 20); | |||
this.label4.TabIndex = 6; | |||
this.label4.Text = "自动生成日志记录范围:最近"; | |||
// | |||
@@ -135,9 +135,9 @@ | |||
this.cbxAutomatic.AutoSize = true; | |||
this.cbxAutomatic.Checked = true; | |||
this.cbxAutomatic.CheckState = System.Windows.Forms.CheckState.Checked; | |||
this.cbxAutomatic.Location = new System.Drawing.Point(250, 34); | |||
this.cbxAutomatic.Location = new System.Drawing.Point(348, 35); | |||
this.cbxAutomatic.Name = "cbxAutomatic"; | |||
this.cbxAutomatic.Size = new System.Drawing.Size(51, 21); | |||
this.cbxAutomatic.Size = new System.Drawing.Size(61, 24); | |||
this.cbxAutomatic.TabIndex = 5; | |||
this.cbxAutomatic.Text = "自动"; | |||
this.cbxAutomatic.UseVisualStyleBackColor = true; | |||
@@ -146,9 +146,9 @@ | |||
// cbxManual | |||
// | |||
this.cbxManual.AutoSize = true; | |||
this.cbxManual.Location = new System.Drawing.Point(185, 34); | |||
this.cbxManual.Location = new System.Drawing.Point(251, 34); | |||
this.cbxManual.Name = "cbxManual"; | |||
this.cbxManual.Size = new System.Drawing.Size(51, 21); | |||
this.cbxManual.Size = new System.Drawing.Size(61, 24); | |||
this.cbxManual.TabIndex = 4; | |||
this.cbxManual.Text = "手动"; | |||
this.cbxManual.UseVisualStyleBackColor = true; | |||
@@ -159,41 +159,41 @@ | |||
this.label2.AutoSize = true; | |||
this.label2.Location = new System.Drawing.Point(41, 35); | |||
this.label2.Name = "label2"; | |||
this.label2.Size = new System.Drawing.Size(119, 17); | |||
this.label2.Size = new System.Drawing.Size(148, 20); | |||
this.label2.TabIndex = 3; | |||
this.label2.Text = "加载来源表结构方式:"; | |||
// | |||
// label1 | |||
// | |||
this.label1.AutoSize = true; | |||
this.label1.Location = new System.Drawing.Point(337, 75); | |||
this.label1.Location = new System.Drawing.Point(430, 106); | |||
this.label1.Name = "label1"; | |||
this.label1.Size = new System.Drawing.Size(20, 17); | |||
this.label1.Size = new System.Drawing.Size(24, 20); | |||
this.label1.TabIndex = 2; | |||
this.label1.Text = "天"; | |||
// | |||
// numpShowDataDays | |||
// | |||
this.numpShowDataDays.Location = new System.Drawing.Point(211, 70); | |||
this.numpShowDataDays.Location = new System.Drawing.Point(251, 99); | |||
this.numpShowDataDays.Name = "numpShowDataDays"; | |||
this.numpShowDataDays.Size = new System.Drawing.Size(120, 23); | |||
this.numpShowDataDays.Size = new System.Drawing.Size(158, 27); | |||
this.numpShowDataDays.TabIndex = 1; | |||
// | |||
// lblText1 | |||
// | |||
this.lblText1.AutoSize = true; | |||
this.lblText1.Location = new System.Drawing.Point(41, 73); | |||
this.lblText1.Location = new System.Drawing.Point(41, 102); | |||
this.lblText1.Name = "lblText1"; | |||
this.lblText1.Size = new System.Drawing.Size(164, 17); | |||
this.lblText1.Size = new System.Drawing.Size(204, 20); | |||
this.lblText1.TabIndex = 0; | |||
this.lblText1.Text = "数据展示界面显示范围:最近"; | |||
// | |||
// pnlRight | |||
// | |||
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right; | |||
this.pnlRight.Location = new System.Drawing.Point(431, 10); | |||
this.pnlRight.Location = new System.Drawing.Point(660, 10); | |||
this.pnlRight.Name = "pnlRight"; | |||
this.pnlRight.Size = new System.Drawing.Size(10, 206); | |||
this.pnlRight.Size = new System.Drawing.Size(10, 342); | |||
this.pnlRight.TabIndex = 3; | |||
// | |||
// pnlLeft | |||
@@ -201,15 +201,15 @@ | |||
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left; | |||
this.pnlLeft.Location = new System.Drawing.Point(0, 10); | |||
this.pnlLeft.Name = "pnlLeft"; | |||
this.pnlLeft.Size = new System.Drawing.Size(10, 206); | |||
this.pnlLeft.Size = new System.Drawing.Size(10, 342); | |||
this.pnlLeft.TabIndex = 2; | |||
// | |||
// pnlBottom | |||
// | |||
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 216); | |||
this.pnlBottom.Location = new System.Drawing.Point(0, 352); | |||
this.pnlBottom.Name = "pnlBottom"; | |||
this.pnlBottom.Size = new System.Drawing.Size(441, 10); | |||
this.pnlBottom.Size = new System.Drawing.Size(670, 10); | |||
this.pnlBottom.TabIndex = 1; | |||
// | |||
// pnlTop | |||
@@ -217,15 +217,15 @@ | |||
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; | |||
this.pnlTop.Location = new System.Drawing.Point(0, 0); | |||
this.pnlTop.Name = "pnlTop"; | |||
this.pnlTop.Size = new System.Drawing.Size(441, 10); | |||
this.pnlTop.Size = new System.Drawing.Size(670, 10); | |||
this.pnlTop.TabIndex = 0; | |||
// | |||
// frmSystemSetting | |||
// | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); | |||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); | |||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
this.BackColor = System.Drawing.SystemColors.Control; | |||
this.ClientSize = new System.Drawing.Size(441, 226); | |||
this.ClientSize = new System.Drawing.Size(670, 362); | |||
this.Controls.Add(this.pnlAll); | |||
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"))); | |||