vs2019汉化99%zgc123@gmail.com authored at 11/28/2023 4:10:34 PM zgc123@gmail.com committed at 11/28/2023 4:10:51 PM
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CancelTaskCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CancelTaskCommand.cs
index b6eac44..75eae3b 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CancelTaskCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CancelTaskCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "CancelTaskCommand" /> class.
/// </summary>
public CancelTaskCommand()
- : base("&Cancel")
+ : base("&Cȡ��")
{
SmallImage = ImageResource.stop;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseActiveWindowCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseActiveWindowCommand.cs
index 964a25e..ba12075 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseActiveWindowCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseActiveWindowCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "CloseActiveWindowCommand" /> class.
/// </summary>
public CloseActiveWindowCommand()
- : base("&Close")
+ : base("&C关闭")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
index cbfa429..0a12981 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseAllWindowsCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "CloseAllWindowsCommand" /> class.
/// </summary>
public CloseAllWindowsCommand()
- : base("Close &All Windows")
+ : base("&A关闭所有窗口")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseDatabaseConnectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseDatabaseConnectionCommand.cs
index bd5f90b..ce4e2de 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseDatabaseConnectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CloseDatabaseConnectionCommand.cs
@@ -15,7 +15,7 @@ namespace MiniSqlQuery.Core.Commands
{
/// <summary>Initializes a new instance of the <see cref="CloseDatabaseConnectionCommand"/> class.</summary>
public CloseDatabaseConnectionCommand()
- : base("Close Current connection")
+ : base("关闭当前连接")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToLowerCaseCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToLowerCaseCommand.cs
index a83ec9a..7dd2a4d 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToLowerCaseCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToLowerCaseCommand.cs
@@ -15,7 +15,7 @@ namespace MiniSqlQuery.Core.Commands
{
/// <summary>Initializes a new instance of the <see cref="ConvertTextToLowerCaseCommand"/> class.</summary>
public ConvertTextToLowerCaseCommand()
- : base("Convert to 'lower case' text")
+ : base("�ı�ת����Сд")
{
ShortcutKeys = Keys.Control | Keys.U;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToTitleCaseCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToTitleCaseCommand.cs
index bb4d313..6badb28 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToTitleCaseCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToTitleCaseCommand.cs
@@ -20,7 +20,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ConvertTextToTitleCaseCommand" /> class.
/// </summary>
public ConvertTextToTitleCaseCommand()
- : base("Convert to 'Title Case' text")
+ : base("ת��Ϊ�������Сд���ı�")
{
ShortcutKeys = Keys.Control | Keys.Alt | Keys.U;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
index c87b07d..8a13643 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ConvertTextToUpperCaseCommand" /> class.
/// </summary>
public ConvertTextToUpperCaseCommand()
- : base("Convert to 'UPPER CASE' text")
+ : base("ת��Ϊ����д���ı�")
{
ShortcutKeys = Keys.Control | Keys.Shift | Keys.U;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CopyQueryEditorFileNameCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CopyQueryEditorFileNameCommand.cs
index bd0924f..e400de5 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CopyQueryEditorFileNameCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/CopyQueryEditorFileNameCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "CopyQueryEditorFileNameCommand" /> class.
/// </summary>
public CopyQueryEditorFileNameCommand()
- : base("Copy Filename")
+ : base("复制文件名")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/DisplayDbModelDependenciesCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/DisplayDbModelDependenciesCommand.cs
index 10ec35c..39fde42 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/DisplayDbModelDependenciesCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/DisplayDbModelDependenciesCommand.cs
@@ -21,7 +21,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "DisplayDbModelDependenciesCommand" /> class.
/// </summary>
public DisplayDbModelDependenciesCommand()
- : base("Order Tables by FK Dependencies")
+ : base("����������������")
{
SmallImage = ImageResource.table_link;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/EmailAuthorCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/EmailAuthorCommand.cs
index 6cb6567..e196315 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/EmailAuthorCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/EmailAuthorCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "EmailAuthorCommand" /> class.
/// </summary>
public EmailAuthorCommand()
- : base("Email the Author", "mailto:mr.paul.kohler" +
+ : base("�����߷��ʼ�", "mailto:mr.paul.kohler" +
'@' + /* bla */
"gmail.com?subject=Mini SQL Query Feedback", ImageResource.email)
{
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExecuteTaskCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExecuteTaskCommand.cs
index 43980da..62cee74 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExecuteTaskCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExecuteTaskCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ExecuteTaskCommand" /> class.
/// </summary>
public ExecuteTaskCommand()
- : base("&Execute")
+ : base("&E执行")
{
ShortcutKeys = Keys.F5;
ShortcutKeysText = "F5";
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExitApplicationCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExitApplicationCommand.cs
index 4c557fb..ecb794d 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExitApplicationCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ExitApplicationCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ExitApplicationCommand" /> class.
/// </summary>
public ExitApplicationCommand()
- : base("E&xit")
+ : base("&x退出")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
index 3df9662..1c44d9c 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/GenerateCommandCodeCommand.cs
@@ -20,7 +20,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "GenerateCommandCodeCommand" /> class.
/// </summary>
public GenerateCommandCodeCommand()
- : base("Generate Command Code")
+ : base("�����������")
{
SmallImage = ImageResource.cog;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
index 1d91a82..3215cff 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/InsertGuidCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "InsertGuidCommand" /> class.
/// </summary>
public InsertGuidCommand()
- : base("Insert GUID")
+ : base("����GUID")
{
// todo SmallImage = ImageResource.;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/NewQueryFormCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/NewQueryFormCommand.cs
index 61d72e3..0b30ac9 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/NewQueryFormCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/NewQueryFormCommand.cs
@@ -21,7 +21,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "NewQueryFormCommand" /> class.
/// </summary>
public NewQueryFormCommand()
- : base("New &Query Window")
+ : base("&Q新建查询")
{
ShortcutKeys = Keys.Control | Keys.N;
SmallImage = ImageResource.page_white;
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/OpenConnectionFileCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/OpenConnectionFileCommand.cs
index 7c58716..82b75c6 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/OpenConnectionFileCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/OpenConnectionFileCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "OpenConnectionFileCommand" /> class.
/// </summary>
public OpenConnectionFileCommand()
- : base("Open the connections file")
+ : base("�������ļ�")
{
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
index d132f55..b052d1e 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "PasteAroundSelectionCommand" /> class.
/// </summary>
public PasteAroundSelectionCommand()
- : base("Paste &Around Selection")
+ : base("ճ����ѡ���ݣ�&A��")
{
ShortcutKeys = Keys.Alt | Keys.A;
SmallImage = ImageResource.around_text;
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PrintCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PrintCommand.cs
index c2b2890..1fe0dca 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PrintCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/PrintCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "PrintCommand" /> class.
/// </summary>
public PrintCommand()
- : base("Print...")
+ : base("打印...")
{
SmallImage = ImageResource.printer;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/RefreshDatabaseConnectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/RefreshDatabaseConnectionCommand.cs
index 73ec1a8..d2b9bdc 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/RefreshDatabaseConnectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/RefreshDatabaseConnectionCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "RefreshDatabaseConnectionCommand" /> class.
/// </summary>
public RefreshDatabaseConnectionCommand()
- : base("&Refresh Database Connection")
+ : base("(&R)刷新数据库连接")
{
SmallImage = ImageResource.database_refresh;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
index 31d5faf..7a83ce6 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetLeftPasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "SetLeftPasteAroundSelectionCommand" /> class.
/// </summary>
public SetLeftPasteAroundSelectionCommand()
- : base("Set Left Paste Around Selection text")
+ : base("设置左粘贴到所选文本周围")
{
ShortcutKeys = Keys.Alt | Keys.F1;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
index e7947ff..dab1191 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/SetRightPasteAroundSelectionCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "SetRightPasteAroundSelectionCommand" /> class.
/// </summary>
public SetRightPasteAroundSelectionCommand()
- : base("Set Right Paste Around Selection text")
+ : base("设置右粘贴到所选文本周围")
{
ShortcutKeys = Keys.Alt | Keys.F2;
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowHelpCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowHelpCommand.cs
index 4addead..92c6f8d 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowHelpCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowHelpCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ShowHelpCommand" /> class.
/// </summary>
public ShowHelpCommand()
- : base("&Index (github.com ... Quickstart.md)", "https://github.com/paulkohler/minisqlquery/blob/master/src/Docs/Quickstart.md", ImageResource.help)
+ : base("&I索引 (github.com ... Quickstart.md)", "https://github.com/paulkohler/minisqlquery/blob/master/src/Docs/Quickstart.md", ImageResource.help)
{
}
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
index 9fb5322..cc0932b 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ShowWebPageCommand.cs
@@ -18,7 +18,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ShowWebPageCommand" /> class.
/// </summary>
public ShowWebPageCommand()
- : base("Mini SQL Query on GitHub", "https://github.com/paulkohler/minisqlquery", ImageResource.house)
+ : base("GitHub�ϵ�����SQL��ѯ", "https://github.com/paulkohler/minisqlquery", ImageResource.house)
{
}
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Controls/PluginListControl.Designer.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Controls/PluginListControl.Designer.cs
index f799dec..d4d7409 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Controls/PluginListControl.Designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Controls/PluginListControl.Designer.cs
@@ -56,7 +56,7 @@
//
// columnHeaderDescription
//
- this.columnHeaderDescription.Text = "Description";
+ this.columnHeaderDescription.Text = "描述";
this.columnHeaderDescription.Width = 200;
//
// columnHeaderAssembly
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.Designer.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.Designer.cs
index 4fac25e..ac7c85b 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.Designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.Designer.cs
@@ -28,72 +28,72 @@
/// </summary>
private void InitializeComponent()
{
- this.batchQuerySelectControl1 = new MiniSqlQuery.Core.Controls.BatchQuerySelectControl();
- this.label1 = new System.Windows.Forms.Label();
- this.btnOk = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // batchQuerySelectControl1
- //
- this.batchQuerySelectControl1.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.batchQuerySelectControl1.Location = new System.Drawing.Point(12, 25);
- this.batchQuerySelectControl1.Name = "batchQuerySelectControl1";
- this.batchQuerySelectControl1.Size = new System.Drawing.Size(322, 180);
- this.batchQuerySelectControl1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(9, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(138, 13);
- this.label1.TabIndex = 1;
- this.label1.Text = "Select a result set to export:";
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnOk.Location = new System.Drawing.Point(178, 211);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 23);
- this.btnOk.TabIndex = 2;
- this.btnOk.Text = "&OK";
- this.btnOk.UseVisualStyleBackColor = true;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(259, 211);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(75, 23);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "&Cancel";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // BatchQuerySelectForm
- //
- this.AcceptButton = this.btnOk;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(346, 246);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOk);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.batchQuerySelectControl1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "BatchQuerySelectForm";
- this.ShowIcon = false;
- this.Text = "Batch Query Selection";
- this.ResumeLayout(false);
- this.PerformLayout();
+ this.batchQuerySelectControl1 = new MiniSqlQuery.Core.Controls.BatchQuerySelectControl();
+ this.label1 = new System.Windows.Forms.Label();
+ this.btnOk = new System.Windows.Forms.Button();
+ this.btnCancel = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // batchQuerySelectControl1
+ //
+ this.batchQuerySelectControl1.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.batchQuerySelectControl1.Location = new System.Drawing.Point(12, 23);
+ this.batchQuerySelectControl1.Name = "batchQuerySelectControl1";
+ this.batchQuerySelectControl1.Size = new System.Drawing.Size(322, 166);
+ this.batchQuerySelectControl1.TabIndex = 0;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(9, 8);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(125, 12);
+ this.label1.TabIndex = 1;
+ this.label1.Text = "选择要导出的结果集:";
+ //
+ // btnOk
+ //
+ this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.btnOk.Location = new System.Drawing.Point(178, 195);
+ this.btnOk.Name = "btnOk";
+ this.btnOk.Size = new System.Drawing.Size(75, 21);
+ this.btnOk.TabIndex = 2;
+ this.btnOk.Text = "&O确定";
+ this.btnOk.UseVisualStyleBackColor = true;
+ this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
+ //
+ // btnCancel
+ //
+ this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+ this.btnCancel.Location = new System.Drawing.Point(259, 195);
+ this.btnCancel.Name = "btnCancel";
+ this.btnCancel.Size = new System.Drawing.Size(75, 21);
+ this.btnCancel.TabIndex = 3;
+ this.btnCancel.Text = "&C取消";
+ this.btnCancel.UseVisualStyleBackColor = true;
+ //
+ // BatchQuerySelectForm
+ //
+ this.AcceptButton = this.btnOk;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.CancelButton = this.btnCancel;
+ this.ClientSize = new System.Drawing.Size(346, 227);
+ this.Controls.Add(this.btnCancel);
+ this.Controls.Add(this.btnOk);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.batchQuerySelectControl1);
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "BatchQuerySelectForm";
+ this.ShowIcon = false;
+ this.Text = "批量查询选择";
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.resx b/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.resx
index 19dc0dd..d58980a 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.resx
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Forms/BatchQuerySelectForm.resx
@@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs b/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
index ade2447..ec56670 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/SqlQueryRunner.cs
@@ -41,7 +41,7 @@ namespace MiniSqlQuery.Core
{
foreach (SqlError error in exp.Errors)
{
- Messages += string.Format("Error line {0}: {1}.{2}", error.LineNumber, error.Message, Environment.NewLine);
+ Messages += string.Format("���� {0}�ϵĴ���: {1}.{2}", error.LineNumber, error.Message, Environment.NewLine);
}
}
}