miniSql

汉化
zgc authored at 11/28/2023 1:00:12 PM zgc committed at 11/28/2023 1:00:26 PM
93a03c2
Tree
1 Parent(s) 6136600
Summary: 1 changed files with 26 additions and 25 deletions.
Modified +26 -25
Modified +26 -25
diff --git a/minisqlquery-master/src/MiniSqlQuery/CopyForm.Designer.cs b/minisqlquery-master/src/MiniSqlQuery/CopyForm.Designer.cs
index 0c308c0..02da639 100644
--- a/minisqlquery-master/src/MiniSqlQuery/CopyForm.Designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/CopyForm.Designer.cs
@@ -37,21 +37,21 @@ namespace MiniSqlQuery {
             // rbCSV
             // 
             this.rbCSV.AutoSize = true;
-            this.rbCSV.Location = new System.Drawing.Point(6, 19);
+            this.rbCSV.Location = new System.Drawing.Point(6, 18);
             this.rbCSV.Name = "rbCSV";
-            this.rbCSV.Size = new System.Drawing.Size(60, 17);
+            this.rbCSV.Size = new System.Drawing.Size(47, 16);
             this.rbCSV.TabIndex = 3;
             this.rbCSV.TabStop = true;
-            this.rbCSV.Text = "Comma";
+            this.rbCSV.Text = "����";
             this.rbCSV.UseVisualStyleBackColor = true;
             // 
             // rbTAB
             // 
             this.rbTAB.AutoSize = true;
             this.rbTAB.Checked = true;
-            this.rbTAB.Location = new System.Drawing.Point(6, 42);
+            this.rbTAB.Location = new System.Drawing.Point(6, 39);
             this.rbTAB.Name = "rbTAB";
-            this.rbTAB.Size = new System.Drawing.Size(46, 17);
+            this.rbTAB.Size = new System.Drawing.Size(41, 16);
             this.rbTAB.TabIndex = 4;
             this.rbTAB.TabStop = true;
             this.rbTAB.Text = "TAB";
@@ -60,12 +60,12 @@ namespace MiniSqlQuery {
             // rbOther
             // 
             this.rbOther.AutoSize = true;
-            this.rbOther.Location = new System.Drawing.Point(6, 65);
+            this.rbOther.Location = new System.Drawing.Point(6, 60);
             this.rbOther.Name = "rbOther";
-            this.rbOther.Size = new System.Drawing.Size(51, 17);
+            this.rbOther.Size = new System.Drawing.Size(47, 16);
             this.rbOther.TabIndex = 5;
             this.rbOther.TabStop = true;
-            this.rbOther.Text = "Other";
+            this.rbOther.Text = "����";
             this.rbOther.UseVisualStyleBackColor = true;
             // 
             // groupBox1
@@ -74,58 +74,58 @@ namespace MiniSqlQuery {
             this.groupBox1.Controls.Add(this.rbCSV);
             this.groupBox1.Controls.Add(this.rbOther);
             this.groupBox1.Controls.Add(this.rbTAB);
-            this.groupBox1.Location = new System.Drawing.Point(12, 35);
+            this.groupBox1.Location = new System.Drawing.Point(12, 32);
             this.groupBox1.Name = "groupBox1";
-            this.groupBox1.Size = new System.Drawing.Size(142, 91);
+            this.groupBox1.Size = new System.Drawing.Size(142, 84);
             this.groupBox1.TabIndex = 2;
             this.groupBox1.TabStop = false;
-            this.groupBox1.Text = "Delimiter";
+            this.groupBox1.Text = "�ָ��";
             // 
             // txtOther
             // 
-            this.txtOther.Location = new System.Drawing.Point(63, 62);
+            this.txtOther.Location = new System.Drawing.Point(63, 57);
             this.txtOther.Name = "txtOther";
-            this.txtOther.Size = new System.Drawing.Size(59, 20);
+            this.txtOther.Size = new System.Drawing.Size(59, 21);
             this.txtOther.TabIndex = 6;
             this.txtOther.Text = "|";
             // 
             // xbIncludeHeaders
             // 
             this.xbIncludeHeaders.AutoSize = true;
-            this.xbIncludeHeaders.Location = new System.Drawing.Point(12, 12);
+            this.xbIncludeHeaders.Location = new System.Drawing.Point(12, 11);
             this.xbIncludeHeaders.Name = "xbIncludeHeaders";
-            this.xbIncludeHeaders.Size = new System.Drawing.Size(142, 17);
+            this.xbIncludeHeaders.Size = new System.Drawing.Size(84, 16);
             this.xbIncludeHeaders.TabIndex = 1;
-            this.xbIncludeHeaders.Text = "Include Column Headers";
+            this.xbIncludeHeaders.Text = "�������";
             this.xbIncludeHeaders.UseVisualStyleBackColor = true;
             // 
             // cancelButton
             // 
             this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-            this.cancelButton.Location = new System.Drawing.Point(89, 143);
+            this.cancelButton.Location = new System.Drawing.Point(89, 132);
             this.cancelButton.Name = "cancelButton";
-            this.cancelButton.Size = new System.Drawing.Size(65, 23);
+            this.cancelButton.Size = new System.Drawing.Size(65, 21);
             this.cancelButton.TabIndex = 9;
-            this.cancelButton.Text = "&Cancel";
+            this.cancelButton.Text = "&Cȡ��";
             this.cancelButton.UseVisualStyleBackColor = true;
             this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
             // 
             // okButton
             // 
             this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
-            this.okButton.Location = new System.Drawing.Point(12, 143);
+            this.okButton.Location = new System.Drawing.Point(12, 132);
             this.okButton.Name = "okButton";
-            this.okButton.Size = new System.Drawing.Size(65, 23);
+            this.okButton.Size = new System.Drawing.Size(65, 21);
             this.okButton.TabIndex = 8;
-            this.okButton.Text = "&OK";
+            this.okButton.Text = "&Oȷ��";
             this.okButton.Click += new System.EventHandler(this.okButton_Click);
             // 
             // CopyForm
             // 
             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.ClientSize = new System.Drawing.Size(163, 174);
+            this.ClientSize = new System.Drawing.Size(163, 161);
             this.Controls.Add(this.okButton);
             this.Controls.Add(this.cancelButton);
             this.Controls.Add(this.xbIncludeHeaders);
@@ -137,7 +137,8 @@ namespace MiniSqlQuery {
             this.ShowIcon = false;
             this.ShowInTaskbar = false;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
-            this.Text = "Copy";
+            this.Text = "����";
+            this.Load += new System.EventHandler(this.CopyForm_Load);
             this.groupBox1.ResumeLayout(false);
             this.groupBox1.PerformLayout();
             this.ResumeLayout(false);