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 61 additions and 61 deletions.
Modified +61 -61
Modified +61 -61
diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.designer.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.designer.cs
index e1b4401..e44747c 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.designer.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/GoToLineForm.designer.cs
@@ -28,67 +28,67 @@
 		/// </summary>
 		private void InitializeComponent()
 		{
-			this.lblLinePrompt = new System.Windows.Forms.Label();
-			this.txtLine = new System.Windows.Forms.TextBox();
-			this.btnOk = new System.Windows.Forms.Button();
-			this.btnCancel = new System.Windows.Forms.Button();
-			this.SuspendLayout();
-			// 
-			// lblLinePrompt
-			// 
-			this.lblLinePrompt.AutoSize = true;
-			this.lblLinePrompt.Location = new System.Drawing.Point(12, 9);
-			this.lblLinePrompt.Name = "lblLinePrompt";
-			this.lblLinePrompt.Size = new System.Drawing.Size(30, 13);
-			this.lblLinePrompt.TabIndex = 0;
-			this.lblLinePrompt.Text = "&Line:";
-			// 
-			// txtLine
-			// 
-			this.txtLine.Location = new System.Drawing.Point(12, 25);
-			this.txtLine.Name = "txtLine";
-			this.txtLine.Size = new System.Drawing.Size(300, 20);
-			this.txtLine.TabIndex = 1;
-			// 
-			// btnOk
-			// 
-			this.btnOk.Location = new System.Drawing.Point(156, 51);
-			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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
-			this.btnCancel.Location = new System.Drawing.Point(237, 51);
-			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;
-			// 
-			// GoToLineForm
-			// 
-			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(324, 86);
-			this.Controls.Add(this.btnCancel);
-			this.Controls.Add(this.btnOk);
-			this.Controls.Add(this.txtLine);
-			this.Controls.Add(this.lblLinePrompt);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
-			this.Name = "GoToLineForm";
-			this.Opacity = 0.8;
-			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
-			this.Text = "Go to Line";
-			this.Load += new System.EventHandler(this.GoToLineForm_Load);
-			this.ResumeLayout(false);
-			this.PerformLayout();
+            this.lblLinePrompt = new System.Windows.Forms.Label();
+            this.txtLine = new System.Windows.Forms.TextBox();
+            this.btnOk = new System.Windows.Forms.Button();
+            this.btnCancel = new System.Windows.Forms.Button();
+            this.SuspendLayout();
+            // 
+            // lblLinePrompt
+            // 
+            this.lblLinePrompt.AutoSize = true;
+            this.lblLinePrompt.Location = new System.Drawing.Point(12, 8);
+            this.lblLinePrompt.Name = "lblLinePrompt";
+            this.lblLinePrompt.Size = new System.Drawing.Size(29, 12);
+            this.lblLinePrompt.TabIndex = 0;
+            this.lblLinePrompt.Text = "&L行:";
+            // 
+            // txtLine
+            // 
+            this.txtLine.Location = new System.Drawing.Point(12, 23);
+            this.txtLine.Name = "txtLine";
+            this.txtLine.Size = new System.Drawing.Size(300, 21);
+            this.txtLine.TabIndex = 1;
+            // 
+            // btnOk
+            // 
+            this.btnOk.Location = new System.Drawing.Point(156, 47);
+            this.btnOk.Name = "btnOk";
+            this.btnOk.Size = new System.Drawing.Size(75, 21);
+            this.btnOk.TabIndex = 2;
+            this.btnOk.Text = "确定";
+            this.btnOk.UseVisualStyleBackColor = true;
+            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
+            // 
+            // btnCancel
+            // 
+            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
+            this.btnCancel.Location = new System.Drawing.Point(237, 47);
+            this.btnCancel.Name = "btnCancel";
+            this.btnCancel.Size = new System.Drawing.Size(75, 21);
+            this.btnCancel.TabIndex = 3;
+            this.btnCancel.Text = "取消";
+            this.btnCancel.UseVisualStyleBackColor = true;
+            // 
+            // GoToLineForm
+            // 
+            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(324, 79);
+            this.Controls.Add(this.btnCancel);
+            this.Controls.Add(this.btnOk);
+            this.Controls.Add(this.txtLine);
+            this.Controls.Add(this.lblLinePrompt);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
+            this.Name = "GoToLineForm";
+            this.Opacity = 0.8D;
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+            this.Text = "转到行";
+            this.Load += new System.EventHandler(this.GoToLineForm_Load);
+            this.ResumeLayout(false);
+            this.PerformLayout();
 
 		}