diff --git a/minisqlquery-master/src/MiniSqlQuery/AboutForm.Designer.cs b/minisqlquery-master/src/MiniSqlQuery/AboutForm.Designer.cs
index c0b6920..6c559da 100644
--- a/minisqlquery-master/src/MiniSqlQuery/AboutForm.Designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/AboutForm.Designer.cs
@@ -36,18 +36,18 @@
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPageReadMe = new System.Windows.Forms.TabPage();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
+ this.tabChangeLog = new System.Windows.Forms.TabPage();
+ this.txtChangeLog = new System.Windows.Forms.TextBox();
this.tabPageLicense = new System.Windows.Forms.TabPage();
this.txtLicense = new System.Windows.Forms.TextBox();
this.tabPagePlugins = new System.Windows.Forms.TabPage();
this.pic = new System.Windows.Forms.PictureBox();
- this.tabChangeLog = new System.Windows.Forms.TabPage();
- this.txtChangeLog = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPageReadMe.SuspendLayout();
+ this.tabChangeLog.SuspendLayout();
this.tabPageLicense.SuspendLayout();
this.tabPagePlugins.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
- this.tabChangeLog.SuspendLayout();
this.SuspendLayout();
//
// textBoxDescription
@@ -55,13 +55,13 @@
this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxDescription.BackColor = System.Drawing.SystemColors.Window;
- this.textBoxDescription.Location = new System.Drawing.Point(12, 77);
+ this.textBoxDescription.Location = new System.Drawing.Point(12, 71);
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
this.textBoxDescription.Multiline = true;
this.textBoxDescription.Name = "textBoxDescription";
this.textBoxDescription.ReadOnly = true;
this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBoxDescription.Size = new System.Drawing.Size(615, 54);
+ this.textBoxDescription.Size = new System.Drawing.Size(615, 50);
this.textBoxDescription.TabIndex = 23;
this.textBoxDescription.TabStop = false;
this.textBoxDescription.Text = "Description";
@@ -70,9 +70,9 @@
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.okButton.Location = new System.Drawing.Point(552, 437);
+ this.okButton.Location = new System.Drawing.Point(552, 403);
this.okButton.Name = "okButton";
- this.okButton.Size = new System.Drawing.Size(75, 23);
+ this.okButton.Size = new System.Drawing.Size(75, 21);
this.okButton.TabIndex = 24;
this.okButton.Text = "&OK";
this.okButton.Click += new System.EventHandler(this.okButton_Click);
@@ -82,17 +82,17 @@
this.pluginList.Dock = System.Windows.Forms.DockStyle.Fill;
this.pluginList.Location = new System.Drawing.Point(3, 3);
this.pluginList.Name = "pluginList";
- this.pluginList.Size = new System.Drawing.Size(601, 262);
+ this.pluginList.Size = new System.Drawing.Size(601, 239);
this.pluginList.TabIndex = 0;
//
// labelVersion
//
this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.labelVersion.Location = new System.Drawing.Point(81, 35);
+ this.labelVersion.Location = new System.Drawing.Point(81, 32);
this.labelVersion.Margin = new System.Windows.Forms.Padding(0);
this.labelVersion.Name = "labelVersion";
- this.labelVersion.Size = new System.Drawing.Size(546, 17);
+ this.labelVersion.Size = new System.Drawing.Size(546, 16);
this.labelVersion.TabIndex = 0;
this.labelVersion.Text = "Version";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -103,10 +103,10 @@
this.labelProductName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelProductName.Location = new System.Drawing.Point(81, 9);
+ this.labelProductName.Location = new System.Drawing.Point(81, 8);
this.labelProductName.Margin = new System.Windows.Forms.Padding(0);
this.labelProductName.Name = "labelProductName";
- this.labelProductName.Size = new System.Drawing.Size(546, 17);
+ this.labelProductName.Size = new System.Drawing.Size(546, 16);
this.labelProductName.TabIndex = 19;
this.labelProductName.Text = "Product Name";
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -115,10 +115,10 @@
//
this.labelCopyright.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
- this.labelCopyright.Location = new System.Drawing.Point(81, 52);
+ this.labelCopyright.Location = new System.Drawing.Point(81, 48);
this.labelCopyright.Margin = new System.Windows.Forms.Padding(0);
this.labelCopyright.Name = "labelCopyright";
- this.labelCopyright.Size = new System.Drawing.Size(546, 17);
+ this.labelCopyright.Size = new System.Drawing.Size(546, 16);
this.labelCopyright.TabIndex = 22;
this.labelCopyright.Text = "Copyright";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -132,10 +132,10 @@
this.tabControl1.Controls.Add(this.tabChangeLog);
this.tabControl1.Controls.Add(this.tabPageLicense);
this.tabControl1.Controls.Add(this.tabPagePlugins);
- this.tabControl1.Location = new System.Drawing.Point(12, 137);
+ this.tabControl1.Location = new System.Drawing.Point(12, 126);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(615, 294);
+ this.tabControl1.Size = new System.Drawing.Size(615, 271);
this.tabControl1.TabIndex = 25;
//
// tabPageReadMe
@@ -144,29 +144,51 @@
this.tabPageReadMe.Location = new System.Drawing.Point(4, 22);
this.tabPageReadMe.Name = "tabPageReadMe";
this.tabPageReadMe.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageReadMe.Size = new System.Drawing.Size(607, 268);
+ this.tabPageReadMe.Size = new System.Drawing.Size(607, 245);
this.tabPageReadMe.TabIndex = 2;
- this.tabPageReadMe.Text = "Read Me!";
+ this.tabPageReadMe.Text = "说明!";
this.tabPageReadMe.UseVisualStyleBackColor = true;
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(3, 3);
- this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
+ this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 18);
this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.Size = new System.Drawing.Size(601, 262);
+ this.webBrowser1.Size = new System.Drawing.Size(601, 239);
this.webBrowser1.TabIndex = 0;
//
+ // tabChangeLog
+ //
+ this.tabChangeLog.Controls.Add(this.txtChangeLog);
+ this.tabChangeLog.Location = new System.Drawing.Point(4, 22);
+ this.tabChangeLog.Name = "tabChangeLog";
+ this.tabChangeLog.Padding = new System.Windows.Forms.Padding(3);
+ this.tabChangeLog.Size = new System.Drawing.Size(607, 245);
+ this.tabChangeLog.TabIndex = 4;
+ this.tabChangeLog.Text = "修改历史";
+ this.tabChangeLog.UseVisualStyleBackColor = true;
+ //
+ // txtChangeLog
+ //
+ this.txtChangeLog.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.txtChangeLog.Location = new System.Drawing.Point(3, 3);
+ this.txtChangeLog.Multiline = true;
+ this.txtChangeLog.Name = "txtChangeLog";
+ this.txtChangeLog.ReadOnly = true;
+ this.txtChangeLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.txtChangeLog.Size = new System.Drawing.Size(601, 239);
+ this.txtChangeLog.TabIndex = 1;
+ //
// tabPageLicense
//
this.tabPageLicense.Controls.Add(this.txtLicense);
this.tabPageLicense.Location = new System.Drawing.Point(4, 22);
this.tabPageLicense.Name = "tabPageLicense";
this.tabPageLicense.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageLicense.Size = new System.Drawing.Size(607, 268);
+ this.tabPageLicense.Size = new System.Drawing.Size(607, 245);
this.tabPageLicense.TabIndex = 3;
- this.tabPageLicense.Text = "License";
+ this.tabPageLicense.Text = "授权";
this.tabPageLicense.UseVisualStyleBackColor = true;
//
// txtLicense
@@ -177,7 +199,7 @@
this.txtLicense.Name = "txtLicense";
this.txtLicense.ReadOnly = true;
this.txtLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtLicense.Size = new System.Drawing.Size(601, 262);
+ this.txtLicense.Size = new System.Drawing.Size(601, 239);
this.txtLicense.TabIndex = 0;
//
// tabPagePlugins
@@ -186,49 +208,27 @@
this.tabPagePlugins.Location = new System.Drawing.Point(4, 22);
this.tabPagePlugins.Name = "tabPagePlugins";
this.tabPagePlugins.Padding = new System.Windows.Forms.Padding(3);
- this.tabPagePlugins.Size = new System.Drawing.Size(607, 268);
+ this.tabPagePlugins.Size = new System.Drawing.Size(607, 245);
this.tabPagePlugins.TabIndex = 1;
- this.tabPagePlugins.Text = "Plugins";
+ this.tabPagePlugins.Text = "插件";
this.tabPagePlugins.UseVisualStyleBackColor = true;
//
// pic
//
- this.pic.Location = new System.Drawing.Point(26, 20);
+ this.pic.Location = new System.Drawing.Point(26, 18);
this.pic.Name = "pic";
- this.pic.Size = new System.Drawing.Size(32, 32);
+ this.pic.Size = new System.Drawing.Size(32, 30);
this.pic.TabIndex = 26;
this.pic.TabStop = false;
//
- // tabChangeLog
- //
- this.tabChangeLog.Controls.Add(this.txtChangeLog);
- this.tabChangeLog.Location = new System.Drawing.Point(4, 22);
- this.tabChangeLog.Name = "tabChangeLog";
- this.tabChangeLog.Padding = new System.Windows.Forms.Padding(3);
- this.tabChangeLog.Size = new System.Drawing.Size(607, 268);
- this.tabChangeLog.TabIndex = 4;
- this.tabChangeLog.Text = "Change Log";
- this.tabChangeLog.UseVisualStyleBackColor = true;
- //
- // txtChangeLog
- //
- this.txtChangeLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtChangeLog.Location = new System.Drawing.Point(3, 3);
- this.txtChangeLog.Multiline = true;
- this.txtChangeLog.Name = "txtChangeLog";
- this.txtChangeLog.ReadOnly = true;
- this.txtChangeLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtChangeLog.Size = new System.Drawing.Size(601, 262);
- this.txtChangeLog.TabIndex = 1;
- //
// AboutForm
//
this.AcceptButton = this.okButton;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.okButton;
- this.ClientSize = new System.Drawing.Size(639, 472);
+ this.ClientSize = new System.Drawing.Size(639, 436);
this.Controls.Add(this.pic);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.okButton);
@@ -240,20 +240,20 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutForm";
- this.Padding = new System.Windows.Forms.Padding(9);
+ this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "About";
+ this.Text = "关于";
this.Load += new System.EventHandler(this.AboutForm_Load);
this.tabControl1.ResumeLayout(false);
this.tabPageReadMe.ResumeLayout(false);
+ this.tabChangeLog.ResumeLayout(false);
+ this.tabChangeLog.PerformLayout();
this.tabPageLicense.ResumeLayout(false);
this.tabPageLicense.PerformLayout();
this.tabPagePlugins.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit();
- this.tabChangeLog.ResumeLayout(false);
- this.tabChangeLog.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();