diff --git a/minisqlquery-master/src/MiniSqlQuery/ErrorForm.Designer.cs b/minisqlquery-master/src/MiniSqlQuery/ErrorForm.Designer.cs
index a381647..ec3b812 100644
--- a/minisqlquery-master/src/MiniSqlQuery/ErrorForm.Designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/ErrorForm.Designer.cs
@@ -28,58 +28,58 @@
/// </summary>
private void InitializeComponent()
{
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.exceptionControl1 = new MiniSqlQuery.Core.Controls.ExceptionControl();
- this.btnOk = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.exceptionControl1);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(6);
- this.groupBox1.Size = new System.Drawing.Size(632, 337);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Error Details";
- //
- // exceptionControl1
- //
- this.exceptionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.exceptionControl1.Location = new System.Drawing.Point(6, 19);
- this.exceptionControl1.Name = "exceptionControl1";
- this.exceptionControl1.Size = new System.Drawing.Size(620, 312);
- this.exceptionControl1.TabIndex = 0;
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.Location = new System.Drawing.Point(566, 355);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 23);
- this.btnOk.TabIndex = 1;
- this.btnOk.Text = "OK";
- this.btnOk.UseVisualStyleBackColor = true;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // ErrorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(656, 390);
- this.Controls.Add(this.btnOk);
- this.Controls.Add(this.groupBox1);
- this.Name = "ErrorForm";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Unhandled Exception";
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.exceptionControl1 = new MiniSqlQuery.Core.Controls.ExceptionControl();
+ this.btnOk = new System.Windows.Forms.Button();
+ this.groupBox1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // groupBox1
+ //
+ this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.groupBox1.Controls.Add(this.exceptionControl1);
+ this.groupBox1.Location = new System.Drawing.Point(12, 11);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Padding = new System.Windows.Forms.Padding(6);
+ this.groupBox1.Size = new System.Drawing.Size(632, 311);
+ this.groupBox1.TabIndex = 0;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "错误详细信息";
+ //
+ // exceptionControl1
+ //
+ this.exceptionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.exceptionControl1.Location = new System.Drawing.Point(6, 20);
+ this.exceptionControl1.Name = "exceptionControl1";
+ this.exceptionControl1.Size = new System.Drawing.Size(620, 285);
+ this.exceptionControl1.TabIndex = 0;
+ //
+ // btnOk
+ //
+ this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOk.Location = new System.Drawing.Point(566, 328);
+ this.btnOk.Name = "btnOk";
+ this.btnOk.Size = new System.Drawing.Size(75, 21);
+ this.btnOk.TabIndex = 1;
+ this.btnOk.Text = "确定";
+ this.btnOk.UseVisualStyleBackColor = true;
+ this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
+ //
+ // ErrorForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(656, 360);
+ this.Controls.Add(this.btnOk);
+ this.Controls.Add(this.groupBox1);
+ this.Name = "ErrorForm";
+ this.ShowIcon = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "未处理的异常";
+ this.groupBox1.ResumeLayout(false);
+ this.ResumeLayout(false);
}