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

📄 culturedemoform.designer.cs

📁 C#高级编程第6版随书源代码 值得下载
💻 CS
📖 第 1 页 / 共 2 页
字号:
         this.checkIsNeutral.Name = "checkIsNeutral";
         this.checkIsNeutral.Size = new System.Drawing.Size(71, 17);
         this.checkIsNeutral.TabIndex = 1;
         this.checkIsNeutral.Text = "Is Neutral";
         // 
         // groupSamples
         // 
         this.groupSamples.Controls.Add(this.tableLayoutPanel3);
         this.groupSamples.Dock = System.Windows.Forms.DockStyle.Fill;
         this.groupSamples.Location = new System.Drawing.Point(3, 197);
         this.groupSamples.Name = "groupSamples";
         this.groupSamples.Size = new System.Drawing.Size(335, 133);
         this.groupSamples.TabIndex = 1;
         this.groupSamples.TabStop = false;
         this.groupSamples.Text = "Samples";
         // 
         // tableLayoutPanel3
         // 
         this.tableLayoutPanel3.ColumnCount = 2;
         this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
         this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
         this.tableLayoutPanel3.Controls.Add(this.textSampleNumber, 1, 0);
         this.tableLayoutPanel3.Controls.Add(this.textSampleDate, 1, 1);
         this.tableLayoutPanel3.Controls.Add(this.textSampleTime, 1, 2);
         this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
         this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
         this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
         this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
         this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
         this.tableLayoutPanel3.Name = "tableLayoutPanel3";
         this.tableLayoutPanel3.RowCount = 3;
         this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
         this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
         this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
         this.tableLayoutPanel3.Size = new System.Drawing.Size(329, 114);
         this.tableLayoutPanel3.TabIndex = 0;
         // 
         // textSampleNumber
         // 
         this.textSampleNumber.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textSampleNumber.Location = new System.Drawing.Point(154, 8);
         this.textSampleNumber.Name = "textSampleNumber";
         this.textSampleNumber.Size = new System.Drawing.Size(120, 20);
         this.textSampleNumber.TabIndex = 1;
         // 
         // textSampleDate
         // 
         this.textSampleDate.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textSampleDate.Location = new System.Drawing.Point(154, 45);
         this.textSampleDate.Name = "textSampleDate";
         this.textSampleDate.Size = new System.Drawing.Size(120, 20);
         this.textSampleDate.TabIndex = 3;
         // 
         // textSampleTime
         // 
         this.textSampleTime.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textSampleTime.Location = new System.Drawing.Point(154, 84);
         this.textSampleTime.Name = "textSampleTime";
         this.textSampleTime.Size = new System.Drawing.Size(120, 20);
         this.textSampleTime.TabIndex = 5;
         // 
         // label1
         // 
         this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.label1.AutoSize = true;
         this.label1.Location = new System.Drawing.Point(26, 12);
         this.label1.Name = "label1";
         this.label1.Size = new System.Drawing.Size(47, 13);
         this.label1.TabIndex = 0;
         this.label1.Text = "Number:";
         // 
         // label2
         // 
         this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.label2.AutoSize = true;
         this.label2.Location = new System.Drawing.Point(24, 49);
         this.label2.Name = "label2";
         this.label2.Size = new System.Drawing.Size(52, 13);
         this.label2.TabIndex = 2;
         this.label2.Text = "Full Date:";
         // 
         // label3
         // 
         this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.label3.AutoSize = true;
         this.label3.Location = new System.Drawing.Point(33, 87);
         this.label3.Name = "label3";
         this.label3.Size = new System.Drawing.Size(33, 13);
         this.label3.TabIndex = 4;
         this.label3.Text = "Time:";
         // 
         // groupRegionInformation
         // 
         this.groupRegionInformation.Controls.Add(this.tableLayoutPanel4);
         this.groupRegionInformation.Dock = System.Windows.Forms.DockStyle.Fill;
         this.groupRegionInformation.Location = new System.Drawing.Point(3, 336);
         this.groupRegionInformation.Name = "groupRegionInformation";
         this.groupRegionInformation.Size = new System.Drawing.Size(335, 133);
         this.groupRegionInformation.TabIndex = 2;
         this.groupRegionInformation.TabStop = false;
         this.groupRegionInformation.Text = "Region Information";
         // 
         // tableLayoutPanel4
         // 
         this.tableLayoutPanel4.ColumnCount = 2;
         this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
         this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
         this.tableLayoutPanel4.Controls.Add(this.label4, 0, 0);
         this.tableLayoutPanel4.Controls.Add(this.label5, 0, 1);
         this.tableLayoutPanel4.Controls.Add(this.textRegionName, 1, 0);
         this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 1, 1);
         this.tableLayoutPanel4.Controls.Add(this.checkIsMetric, 1, 2);
         this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
         this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
         this.tableLayoutPanel4.Name = "tableLayoutPanel4";
         this.tableLayoutPanel4.RowCount = 3;
         this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
         this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
         this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
         this.tableLayoutPanel4.Size = new System.Drawing.Size(329, 114);
         this.tableLayoutPanel4.TabIndex = 0;
         // 
         // label4
         // 
         this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.label4.AutoSize = true;
         this.label4.Location = new System.Drawing.Point(28, 12);
         this.label4.Name = "label4";
         this.label4.Size = new System.Drawing.Size(44, 13);
         this.label4.TabIndex = 0;
         this.label4.Text = "Region:";
         // 
         // label5
         // 
         this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.label5.AutoSize = true;
         this.label5.Location = new System.Drawing.Point(24, 49);
         this.label5.Name = "label5";
         this.label5.Size = new System.Drawing.Size(52, 13);
         this.label5.TabIndex = 2;
         this.label5.Text = "Currency:";
         // 
         // textRegionName
         // 
         this.textRegionName.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textRegionName.Location = new System.Drawing.Point(154, 8);
         this.textRegionName.Name = "textRegionName";
         this.textRegionName.Size = new System.Drawing.Size(120, 20);
         this.textRegionName.TabIndex = 1;
         // 
         // tableLayoutPanel5
         // 
         this.tableLayoutPanel5.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.tableLayoutPanel5.ColumnCount = 2;
         this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F));
         this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
         this.tableLayoutPanel5.Controls.Add(this.textCurrency, 0, 0);
         this.tableLayoutPanel5.Controls.Add(this.textCurrencyName, 1, 0);
         this.tableLayoutPanel5.Location = new System.Drawing.Point(143, 43);
         this.tableLayoutPanel5.Name = "tableLayoutPanel5";
         this.tableLayoutPanel5.RowCount = 1;
         this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
         this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
         this.tableLayoutPanel5.Size = new System.Drawing.Size(142, 24);
         this.tableLayoutPanel5.TabIndex = 3;
         // 
         // textCurrency
         // 
         this.textCurrency.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textCurrency.Location = new System.Drawing.Point(3, 3);
         this.textCurrency.Name = "textCurrency";
         this.textCurrency.Size = new System.Drawing.Size(56, 20);
         this.textCurrency.TabIndex = 0;
         // 
         // textCurrencyName
         // 
         this.textCurrencyName.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.textCurrencyName.Location = new System.Drawing.Point(65, 3);
         this.textCurrencyName.Name = "textCurrencyName";
         this.textCurrencyName.Size = new System.Drawing.Size(74, 20);
         this.textCurrencyName.TabIndex = 1;
         // 
         // checkIsMetric
         // 
         this.checkIsMetric.Anchor = System.Windows.Forms.AnchorStyles.None;
         this.checkIsMetric.AutoSize = true;
         this.checkIsMetric.Location = new System.Drawing.Point(181, 85);
         this.checkIsMetric.Name = "checkIsMetric";
         this.checkIsMetric.Size = new System.Drawing.Size(66, 17);
         this.checkIsMetric.TabIndex = 4;
         this.checkIsMetric.Text = "Is Metric";
         // 
         // CultureDemoForm
         // 
         this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
         this.ClientSize = new System.Drawing.Size(546, 472);
         this.Controls.Add(this.splitContainer1);
         this.Name = "CultureDemoForm";
         this.Text = "Culture Demo";
         this.splitContainer1.Panel1.ResumeLayout(false);
         this.splitContainer1.Panel2.ResumeLayout(false);
         this.splitContainer1.ResumeLayout(false);
         this.tableLayoutPanel1.ResumeLayout(false);
         this.tableLayoutPanel2.ResumeLayout(false);
         this.tableLayoutPanel2.PerformLayout();
         this.tableLayoutPanel6.ResumeLayout(false);
         this.tableLayoutPanel6.PerformLayout();
         this.groupSamples.ResumeLayout(false);
         this.tableLayoutPanel3.ResumeLayout(false);
         this.tableLayoutPanel3.PerformLayout();
         this.groupRegionInformation.ResumeLayout(false);
         this.tableLayoutPanel4.ResumeLayout(false);
         this.tableLayoutPanel4.PerformLayout();
         this.tableLayoutPanel5.ResumeLayout(false);
         this.tableLayoutPanel5.PerformLayout();
         this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.SplitContainer splitContainer1;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
		private System.Windows.Forms.GroupBox groupSamples;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
		private System.Windows.Forms.TextBox textSampleNumber;
		private System.Windows.Forms.TextBox textSampleDate;
		private System.Windows.Forms.TextBox textSampleTime;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.GroupBox groupRegionInformation;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox textRegionName;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
		private System.Windows.Forms.TextBox textCurrency;
		private System.Windows.Forms.TextBox textCurrencyName;
		private System.Windows.Forms.CheckBox checkIsMetric;
		private System.Windows.Forms.TextBox textEnglishName;
		private System.Windows.Forms.TextBox textNativeName;
		private System.Windows.Forms.TextBox textCalendar;
		private System.Windows.Forms.ListBox listCalendars;
		private System.Windows.Forms.TreeView treeCultures;
		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
		private System.Windows.Forms.TextBox textName;
		private System.Windows.Forms.CheckBox checkIsNeutral;
	}
}

⌨️ 快捷键说明

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