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

📄 memberform.designer.cs

📁 微软(Microsoft)出版社C井练习文件及解答
💻 CS
字号:
namespace BellRingers
{
	partial class MemberForm
	{
		/// <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()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberForm));
			this.label1 = new System.Windows.Forms.Label();
			this.firstName = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.lastName = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.towerNames = new System.Windows.Forms.ComboBox();
			this.isCaptain = new System.Windows.Forms.CheckBox();
			this.label4 = new System.Windows.Forms.Label();
			this.memberSince = new System.Windows.Forms.DateTimePicker();
			this.yearsExperience = new System.Windows.Forms.GroupBox();
			this.accomplished = new System.Windows.Forms.RadioButton();
			this.experienced = new System.Windows.Forms.RadioButton();
			this.novice = new System.Windows.Forms.RadioButton();
			this.intermediate = new System.Windows.Forms.RadioButton();
			this.methods = new System.Windows.Forms.CheckedListBox();
			this.add = new System.Windows.Forms.Button();
			this.clear = new System.Windows.Forms.Button();
			this.yearsExperience.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(10, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(92, 20);
			this.label1.TabIndex = 0;
			this.label1.Text = "First Name";
			// 
			// firstName
			// 
			this.firstName.Location = new System.Drawing.Point(120, 40);
			this.firstName.Name = "firstName";
			this.firstName.Size = new System.Drawing.Size(170, 26);
			this.firstName.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(300, 40);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(91, 20);
			this.label2.TabIndex = 2;
			this.label2.Text = "Last Name";
			// 
			// lastName
			// 
			this.lastName.Location = new System.Drawing.Point(400, 40);
			this.lastName.Name = "lastName";
			this.lastName.Size = new System.Drawing.Size(170, 26);
			this.lastName.TabIndex = 3;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(10, 92);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(53, 20);
			this.label3.TabIndex = 4;
			this.label3.Text = "Tower";
			// 
			// towerNames
			// 
			this.towerNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.towerNames.FormattingEnabled = true;
			this.towerNames.Location = new System.Drawing.Point(120, 92);
			this.towerNames.Name = "towerNames";
			this.towerNames.Size = new System.Drawing.Size(260, 28);
			this.towerNames.TabIndex = 5;
			// 
			// isCaptain
			// 
			this.isCaptain.AutoSize = true;
			this.isCaptain.Location = new System.Drawing.Point(400, 92);
			this.isCaptain.Name = "isCaptain";
			this.isCaptain.Size = new System.Drawing.Size(86, 24);
			this.isCaptain.TabIndex = 6;
			this.isCaptain.Text = "Captain";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(10, 148);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(69, 40);
			this.label4.TabIndex = 7;
			this.label4.Text = "Member\r\nSince";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// memberSince
			// 
			this.memberSince.Location = new System.Drawing.Point(120, 148);
			this.memberSince.Name = "memberSince";
			this.memberSince.Size = new System.Drawing.Size(290, 26);
			this.memberSince.TabIndex = 8;
			// 
			// yearsExperience
			// 
			this.yearsExperience.Controls.Add(this.accomplished);
			this.yearsExperience.Controls.Add(this.experienced);
			this.yearsExperience.Controls.Add(this.novice);
			this.yearsExperience.Controls.Add(this.intermediate);
			this.yearsExperience.Location = new System.Drawing.Point(10, 204);
			this.yearsExperience.Name = "yearsExperience";
			this.yearsExperience.Size = new System.Drawing.Size(260, 160);
			this.yearsExperience.TabIndex = 9;
			this.yearsExperience.TabStop = false;
			this.yearsExperience.Text = "Experience";
			// 
			// accomplished
			// 
			this.accomplished.AutoSize = true;
			this.accomplished.Location = new System.Drawing.Point(16, 128);
			this.accomplished.Name = "accomplished";
			this.accomplished.Size = new System.Drawing.Size(157, 24);
			this.accomplished.TabIndex = 4;
			this.accomplished.Text = "10 or more years";
			// 
			// experienced
			// 
			this.experienced.AutoSize = true;
			this.experienced.Location = new System.Drawing.Point(16, 96);
			this.experienced.Name = "experienced";
			this.experienced.Size = new System.Drawing.Size(117, 24);
			this.experienced.TabIndex = 3;
			this.experienced.Text = "5 to 9 years";
			// 
			// novice
			// 
			this.novice.AutoSize = true;
			this.novice.Location = new System.Drawing.Point(16, 32);
			this.novice.Name = "novice";
			this.novice.Size = new System.Drawing.Size(121, 24);
			this.novice.TabIndex = 2;
			this.novice.Text = "Up to 1 year";
			// 
			// intermediate
			// 
			this.intermediate.AutoSize = true;
			this.intermediate.Location = new System.Drawing.Point(16, 64);
			this.intermediate.Name = "intermediate";
			this.intermediate.Size = new System.Drawing.Size(117, 24);
			this.intermediate.TabIndex = 1;
			this.intermediate.Text = "1 to 4 years";
			// 
			// methods
			// 
			this.methods.FormattingEnabled = true;
			this.methods.Location = new System.Drawing.Point(300, 212);
			this.methods.Name = "methods";
			this.methods.Size = new System.Drawing.Size(270, 165);
			this.methods.Sorted = true;
			this.methods.TabIndex = 10;
			// 
			// add
			// 
			this.add.Location = new System.Drawing.Point(190, 388);
			this.add.Name = "add";
			this.add.Size = new System.Drawing.Size(75, 40);
			this.add.TabIndex = 11;
			this.add.Text = "Add";
			this.add.Click += new System.EventHandler(this.addClick);
			// 
			// clear
			// 
			this.clear.Location = new System.Drawing.Point(335, 388);
			this.clear.Name = "clear";
			this.clear.Size = new System.Drawing.Size(75, 40);
			this.clear.TabIndex = 12;
			this.clear.Text = "Clear";
			this.clear.Click += new System.EventHandler(this.clearClick);
			// 
			// MemberForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.SystemColors.Window;
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(592, 443);
			this.Controls.Add(this.clear);
			this.Controls.Add(this.add);
			this.Controls.Add(this.methods);
			this.Controls.Add(this.yearsExperience);
			this.Controls.Add(this.memberSince);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.isCaptain);
			this.Controls.Add(this.towerNames);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.lastName);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.firstName);
			this.Controls.Add(this.label1);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
			this.Name = "MemberForm";
			this.Text = "Middleshire Bell Ringers Association - Members";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.memberFormClosing);
			this.yearsExperience.ResumeLayout(false);
			this.yearsExperience.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox firstName;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox lastName;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.ComboBox towerNames;
		private System.Windows.Forms.CheckBox isCaptain;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.DateTimePicker memberSince;
		private System.Windows.Forms.GroupBox yearsExperience;
		private System.Windows.Forms.RadioButton novice;
		private System.Windows.Forms.RadioButton intermediate;
		private System.Windows.Forms.RadioButton experienced;
		private System.Windows.Forms.CheckedListBox methods;
		private System.Windows.Forms.Button add;
		private System.Windows.Forms.Button clear;
		private System.Windows.Forms.RadioButton accomplished;
	}
}

⌨️ 快捷键说明

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