diff --git a/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.Designer.cs b/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.Designer.cs
index a065afb..71eef10 100644
--- a/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.Designer.cs
+++ b/minisqlquery-master/src/Contrib/MiniSqlQuery.Exports.Plugin/ExportWindow.Designer.cs
@@ -69,17 +69,17 @@
// label1
//
this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 9);
+ this.label1.Location = new System.Drawing.Point(12, 8);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(68, 13);
+ this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 0;
- this.label1.Text = "Export to file:";
+ this.label1.Text = "导出到文件:";
//
// txtFilePath
//
- this.txtFilePath.Location = new System.Drawing.Point(15, 25);
+ this.txtFilePath.Location = new System.Drawing.Point(15, 23);
this.txtFilePath.Name = "txtFilePath";
- this.txtFilePath.Size = new System.Drawing.Size(428, 20);
+ this.txtFilePath.Size = new System.Drawing.Size(428, 21);
this.txtFilePath.TabIndex = 1;
//
// button1
@@ -87,9 +87,9 @@
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.ImageKey = "VSFolder_open.bmp";
this.button1.ImageList = this.imageList1;
- this.button1.Location = new System.Drawing.Point(449, 25);
+ this.button1.Location = new System.Drawing.Point(449, 23);
this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(27, 20);
+ this.button1.Size = new System.Drawing.Size(27, 18);
this.button1.TabIndex = 2;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
@@ -104,9 +104,9 @@
//
this.rbtHtml.AutoSize = true;
this.rbtHtml.Checked = true;
- this.rbtHtml.Location = new System.Drawing.Point(15, 51);
+ this.rbtHtml.Location = new System.Drawing.Point(15, 47);
this.rbtHtml.Name = "rbtHtml";
- this.rbtHtml.Size = new System.Drawing.Size(46, 17);
+ this.rbtHtml.Size = new System.Drawing.Size(47, 16);
this.rbtHtml.TabIndex = 3;
this.rbtHtml.TabStop = true;
this.rbtHtml.Text = "Html";
@@ -116,9 +116,9 @@
// rbtCsv
//
this.rbtCsv.AutoSize = true;
- this.rbtCsv.Location = new System.Drawing.Point(77, 51);
+ this.rbtCsv.Location = new System.Drawing.Point(77, 47);
this.rbtCsv.Name = "rbtCsv";
- this.rbtCsv.Size = new System.Drawing.Size(43, 17);
+ this.rbtCsv.Size = new System.Drawing.Size(41, 16);
this.rbtCsv.TabIndex = 4;
this.rbtCsv.Text = "Csv";
this.rbtCsv.UseVisualStyleBackColor = true;
@@ -127,9 +127,9 @@
// rbtXml
//
this.rbtXml.AutoSize = true;
- this.rbtXml.Location = new System.Drawing.Point(126, 51);
+ this.rbtXml.Location = new System.Drawing.Point(126, 47);
this.rbtXml.Name = "rbtXml";
- this.rbtXml.Size = new System.Drawing.Size(42, 17);
+ this.rbtXml.Size = new System.Drawing.Size(41, 16);
this.rbtXml.TabIndex = 5;
this.rbtXml.Text = "Xml";
this.rbtXml.UseVisualStyleBackColor = true;
@@ -137,21 +137,21 @@
//
// btnCancel
//
- this.btnCancel.Location = new System.Drawing.Point(401, 359);
+ this.btnCancel.Location = new System.Drawing.Point(401, 331);
this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
+ this.btnCancel.Size = new System.Drawing.Size(75, 21);
this.btnCancel.TabIndex = 6;
- this.btnCancel.Text = "Close";
+ this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnExport
//
- this.btnExport.Location = new System.Drawing.Point(320, 359);
+ this.btnExport.Location = new System.Drawing.Point(320, 331);
this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(75, 23);
+ this.btnExport.Size = new System.Drawing.Size(75, 21);
this.btnExport.TabIndex = 7;
- this.btnExport.Text = "Export";
+ this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
@@ -159,19 +159,19 @@
//
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
- this.groupBox1.Location = new System.Drawing.Point(15, 85);
+ this.groupBox1.Location = new System.Drawing.Point(15, 78);
this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(461, 268);
+ this.groupBox1.Size = new System.Drawing.Size(461, 247);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Output settings";
+ this.groupBox1.Text = "导出设置";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.chkRowNames);
- this.groupBox3.Location = new System.Drawing.Point(6, 201);
+ this.groupBox3.Location = new System.Drawing.Point(6, 186);
this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(449, 54);
+ this.groupBox3.Size = new System.Drawing.Size(449, 50);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Csv";
@@ -181,11 +181,11 @@
this.chkRowNames.AutoSize = true;
this.chkRowNames.Checked = true;
this.chkRowNames.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkRowNames.Location = new System.Drawing.Point(9, 19);
+ this.chkRowNames.Location = new System.Drawing.Point(9, 18);
this.chkRowNames.Name = "chkRowNames";
- this.chkRowNames.Size = new System.Drawing.Size(145, 17);
+ this.chkRowNames.Size = new System.Drawing.Size(84, 16);
this.chkRowNames.TabIndex = 0;
- this.chkRowNames.Text = "Column names in first row";
+ this.chkRowNames.Text = "第一行列名";
this.chkRowNames.UseVisualStyleBackColor = true;
//
// groupBox2
@@ -205,44 +205,44 @@
this.groupBox2.Controls.Add(this.txtFontFamily);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Location = new System.Drawing.Point(6, 19);
+ this.groupBox2.Location = new System.Drawing.Point(6, 18);
this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(449, 176);
+ this.groupBox2.Size = new System.Drawing.Size(449, 162);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Html";
//
// txtRowBgAltColor
//
- this.txtRowBgAltColor.Location = new System.Drawing.Point(241, 131);
+ this.txtRowBgAltColor.Location = new System.Drawing.Point(241, 121);
this.txtRowBgAltColor.Name = "txtRowBgAltColor";
- this.txtRowBgAltColor.Size = new System.Drawing.Size(100, 20);
+ this.txtRowBgAltColor.Size = new System.Drawing.Size(100, 21);
this.txtRowBgAltColor.TabIndex = 15;
this.txtRowBgAltColor.Text = "#F2F2F2";
//
// label10
//
this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(186, 134);
+ this.label10.Location = new System.Drawing.Point(186, 124);
this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(49, 13);
+ this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 14;
this.label10.Text = "Alternate";
//
// txtRowBgcolor
//
- this.txtRowBgcolor.Location = new System.Drawing.Point(62, 131);
+ this.txtRowBgcolor.Location = new System.Drawing.Point(62, 121);
this.txtRowBgcolor.Name = "txtRowBgcolor";
- this.txtRowBgcolor.Size = new System.Drawing.Size(100, 20);
+ this.txtRowBgcolor.Size = new System.Drawing.Size(100, 21);
this.txtRowBgcolor.TabIndex = 13;
this.txtRowBgcolor.Text = "#FFFFFF";
//
// label8
//
this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(25, 134);
+ this.label8.Location = new System.Drawing.Point(25, 124);
this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(31, 13);
+ this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 12;
this.label8.Text = "Color";
//
@@ -250,7 +250,7 @@
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label9.Location = new System.Drawing.Point(6, 109);
+ this.label9.Location = new System.Drawing.Point(6, 101);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(32, 13);
this.label9.TabIndex = 11;
@@ -258,35 +258,35 @@
//
// txtHeaderBGColor
//
- this.txtHeaderBGColor.Location = new System.Drawing.Point(62, 82);
+ this.txtHeaderBGColor.Location = new System.Drawing.Point(62, 76);
this.txtHeaderBGColor.Name = "txtHeaderBGColor";
- this.txtHeaderBGColor.Size = new System.Drawing.Size(100, 20);
+ this.txtHeaderBGColor.Size = new System.Drawing.Size(100, 21);
this.txtHeaderBGColor.TabIndex = 10;
this.txtHeaderBGColor.Text = "#CAE1FF";
//
// label7
//
this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(25, 85);
+ this.label7.Location = new System.Drawing.Point(25, 78);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(31, 13);
+ this.label7.Size = new System.Drawing.Size(35, 12);
this.label7.TabIndex = 9;
this.label7.Text = "Color";
//
// txtFontColor
//
- this.txtFontColor.Location = new System.Drawing.Point(319, 35);
+ this.txtFontColor.Location = new System.Drawing.Point(319, 32);
this.txtFontColor.Name = "txtFontColor";
- this.txtFontColor.Size = new System.Drawing.Size(100, 20);
+ this.txtFontColor.Size = new System.Drawing.Size(100, 21);
this.txtFontColor.TabIndex = 8;
this.txtFontColor.Text = "#000000";
//
// label6
//
this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(282, 38);
+ this.label6.Location = new System.Drawing.Point(282, 35);
this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(31, 13);
+ this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 7;
this.label6.Text = "Color";
//
@@ -294,7 +294,7 @@
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.Location = new System.Drawing.Point(6, 16);
+ this.label5.Location = new System.Drawing.Point(6, 15);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(32, 13);
this.label5.TabIndex = 6;
@@ -302,35 +302,35 @@
//
// txtFontSize
//
- this.txtFontSize.Location = new System.Drawing.Point(223, 35);
+ this.txtFontSize.Location = new System.Drawing.Point(223, 32);
this.txtFontSize.Name = "txtFontSize";
- this.txtFontSize.Size = new System.Drawing.Size(53, 20);
+ this.txtFontSize.Size = new System.Drawing.Size(53, 21);
this.txtFontSize.TabIndex = 5;
this.txtFontSize.Text = "12px";
//
// label4
//
this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(168, 38);
+ this.label4.Location = new System.Drawing.Point(168, 35);
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(49, 13);
+ this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 4;
this.label4.Text = "Font size";
//
// txtFontFamily
//
- this.txtFontFamily.Location = new System.Drawing.Point(62, 35);
+ this.txtFontFamily.Location = new System.Drawing.Point(62, 32);
this.txtFontFamily.Name = "txtFontFamily";
- this.txtFontFamily.Size = new System.Drawing.Size(100, 20);
+ this.txtFontFamily.Size = new System.Drawing.Size(100, 21);
this.txtFontFamily.TabIndex = 3;
this.txtFontFamily.Text = "Verdana";
//
// label3
//
this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(20, 38);
+ this.label3.Location = new System.Drawing.Point(20, 35);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(36, 13);
+ this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "Family";
//
@@ -338,7 +338,7 @@
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(6, 60);
+ this.label2.Location = new System.Drawing.Point(6, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 13);
this.label2.TabIndex = 0;
@@ -348,7 +348,7 @@
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 390);
+ this.statusStrip1.Location = new System.Drawing.Point(0, 358);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(488, 22);
this.statusStrip1.TabIndex = 9;
@@ -363,9 +363,9 @@
//
// ExportWindow
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(488, 412);
+ this.ClientSize = new System.Drawing.Size(488, 380);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnExport);
@@ -379,7 +379,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ExportWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ExportWindow";
+ this.Text = "导出窗口";
this.Load += new System.EventHandler(this.ExportWindow_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);