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

📄 resourcedemoform.designer.cs

📁 C#高级编程第6版随书源代码 值得下载
💻 CS
字号:
namespace ResourceDemo
{
	partial class ResourceDemoForm
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.pictureLogo = new System.Windows.Forms.PictureBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textChapter = new System.Windows.Forms.TextBox();
			this.textAuthor = new System.Windows.Forms.TextBox();
			this.textPublisher = new System.Windows.Forms.TextBox();
			this.textTitle = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.tableLayoutPanel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).BeginInit();
			this.SuspendLayout();
// 
// tableLayoutPanel1
// 
			this.tableLayoutPanel1.ColumnCount = 2;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
			this.tableLayoutPanel1.Controls.Add(this.pictureLogo, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
			this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
			this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
			this.tableLayoutPanel1.Controls.Add(this.textChapter, 1, 2);
			this.tableLayoutPanel1.Controls.Add(this.textAuthor, 1, 3);
			this.tableLayoutPanel1.Controls.Add(this.textPublisher, 1, 4);
			this.tableLayoutPanel1.Controls.Add(this.textTitle, 1, 1);
			this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 5;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(292, 273);
			this.tableLayoutPanel1.TabIndex = 0;
// 
// pictureLogo
// 
			this.pictureLogo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureLogo.Location = new System.Drawing.Point(3, 3);
			this.pictureLogo.Name = "pictureLogo";
			this.pictureLogo.Size = new System.Drawing.Size(94, 54);
			this.pictureLogo.TabIndex = 10;
			this.pictureLogo.TabStop = false;
// 
// label2
// 
			this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(28, 132);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(44, 14);
			this.label2.TabIndex = 12;
			this.label2.Text = "Chapter";
// 
// label3
// 
			this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(31, 185);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(38, 14);
			this.label3.TabIndex = 13;
			this.label3.Text = "Author";
// 
// label4
// 
			this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(24, 239);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(52, 14);
			this.label4.TabIndex = 14;
			this.label4.Text = "Publisher";
// 
// textChapter
// 
			this.textChapter.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.textChapter.Location = new System.Drawing.Point(146, 129);
			this.textChapter.Name = "textChapter";
			this.textChapter.TabIndex = 16;
			this.textChapter.Text = "textChapter";
// 
// textAuthor
// 
			this.textAuthor.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.textAuthor.Location = new System.Drawing.Point(146, 182);
			this.textAuthor.Name = "textAuthor";
			this.textAuthor.TabIndex = 17;
			this.textAuthor.Text = "textAuthor";
// 
// textPublisher
// 
			this.textPublisher.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.textPublisher.Location = new System.Drawing.Point(146, 236);
			this.textPublisher.Name = "textPublisher";
			this.textPublisher.TabIndex = 18;
			this.textPublisher.Text = "textPublisher";
// 
// textTitle
// 
			this.textTitle.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.textTitle.Location = new System.Drawing.Point(146, 76);
			this.textTitle.Name = "textTitle";
			this.textTitle.TabIndex = 15;
			this.textTitle.Text = "textTitle";
// 
// label1
// 
			this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(37, 79);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(26, 14);
			this.label1.TabIndex = 11;
			this.label1.Text = "Title";
// 
// ResourceDemoForm
// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackColor = System.Drawing.Color.White;
			this.ClientSize = new System.Drawing.Size(292, 273);
			this.Controls.Add(this.tableLayoutPanel1);
			this.Name = "ResourceDemoForm";
			this.Text = "Resource Demo";
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).EndInit();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
		private System.Windows.Forms.PictureBox pictureLogo;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox textTitle;
		private System.Windows.Forms.TextBox textChapter;
		private System.Windows.Forms.TextBox textAuthor;
		private System.Windows.Forms.TextBox textPublisher;
	}
}

⌨️ 快捷键说明

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