⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 http://wordnet.princeton.edu/ WordNet is a large lexical database of English, developed under the d
💻 CS
字号:
namespace WordNetParser
{
	partial class MainForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose( bool disposing )
		{
			if ( disposing && ( components != null ) )
			{
				components.Dispose();
			}
			base.Dispose( disposing );
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.label1 = new System.Windows.Forms.Label();
			this.mWordTextBox = new System.Windows.Forms.TextBox();
			this.mGoButton = new System.Windows.Forms.Button();
			this.mResultsTextBox = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point( 12, 9 );
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size( 132, 13 );
			this.label1.TabIndex = 0;
			this.label1.Text = "Enter a word to search for:";
			// 
			// mWordTextBox
			// 
			this.mWordTextBox.Anchor = ( ( System.Windows.Forms.AnchorStyles )( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
						| System.Windows.Forms.AnchorStyles.Right ) ) );
			this.mWordTextBox.Location = new System.Drawing.Point( 12, 25 );
			this.mWordTextBox.Name = "mWordTextBox";
			this.mWordTextBox.Size = new System.Drawing.Size( 395, 20 );
			this.mWordTextBox.TabIndex = 1;
			// 
			// mGoButton
			// 
			this.mGoButton.Anchor = ( ( System.Windows.Forms.AnchorStyles )( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right ) ) );
			this.mGoButton.Location = new System.Drawing.Point( 413, 23 );
			this.mGoButton.Name = "mGoButton";
			this.mGoButton.Size = new System.Drawing.Size( 34, 23 );
			this.mGoButton.TabIndex = 2;
			this.mGoButton.Text = "Go";
			this.mGoButton.UseVisualStyleBackColor = true;
			this.mGoButton.Click += new System.EventHandler( this.mGoButton_Click );
			// 
			// mResultsTextBox
			// 
			this.mResultsTextBox.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.mResultsTextBox.Location = new System.Drawing.Point( 12, 52 );
			this.mResultsTextBox.Multiline = true;
			this.mResultsTextBox.Name = "mResultsTextBox";
			this.mResultsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.mResultsTextBox.Size = new System.Drawing.Size( 435, 259 );
			this.mResultsTextBox.TabIndex = 3;
			// 
			// Form1
			// 
			this.AcceptButton = this.mGoButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size( 459, 323 );
			this.Controls.Add( this.mResultsTextBox );
			this.Controls.Add( this.mGoButton );
			this.Controls.Add( this.mWordTextBox );
			this.Controls.Add( this.label1 );
			this.Name = "Form1";
			this.Text = "Sharp WordNet";
			this.ResumeLayout( false );
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox mWordTextBox;
		private System.Windows.Forms.Button mGoButton;
		private System.Windows.Forms.TextBox mResultsTextBox;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -