namespace MiniSqlQuery.PlugIns.SearchTools { partial class GoToLineForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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, 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(); } #endregion private System.Windows.Forms.Label lblLinePrompt; private System.Windows.Forms.TextBox txtLine; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; } }