📄 culturedemoform.designer.cs
字号:
namespace CultureDemo
{
partial class CultureDemoForm
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeCultures = new System.Windows.Forms.TreeView();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.textEnglishName = new System.Windows.Forms.TextBox();
this.textNativeName = new System.Windows.Forms.TextBox();
this.textCalendar = new System.Windows.Forms.TextBox();
this.listCalendars = new System.Windows.Forms.ListBox();
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
this.textName = new System.Windows.Forms.TextBox();
this.checkIsNeutral = new System.Windows.Forms.CheckBox();
this.groupSamples = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.textSampleNumber = new System.Windows.Forms.TextBox();
this.textSampleDate = new System.Windows.Forms.TextBox();
this.textSampleTime = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupRegionInformation = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textRegionName = new System.Windows.Forms.TextBox();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.textCurrency = new System.Windows.Forms.TextBox();
this.textCurrencyName = new System.Windows.Forms.TextBox();
this.checkIsMetric = new System.Windows.Forms.CheckBox();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.groupSamples.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.groupRegionInformation.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeCultures);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
this.splitContainer1.Size = new System.Drawing.Size(546, 472);
this.splitContainer1.SplitterDistance = 201;
this.splitContainer1.TabIndex = 0;
this.splitContainer1.Text = "splitContainer1";
//
// treeCultures
//
this.treeCultures.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeCultures.Location = new System.Drawing.Point(0, 0);
this.treeCultures.Name = "treeCultures";
this.treeCultures.Size = new System.Drawing.Size(201, 472);
this.treeCultures.TabIndex = 0;
this.treeCultures.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnSelectCulture);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 341F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.groupSamples, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupRegionInformation, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 194F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(341, 472);
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.label6, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.label7, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.label8, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label9, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.label10, 0, 4);
this.tableLayoutPanel2.Controls.Add(this.textEnglishName, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.textNativeName, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.textCalendar, 1, 3);
this.tableLayoutPanel2.Controls.Add(this.listCalendars, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel6, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 5;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.15385F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.15385F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.23077F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.23077F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.23077F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(335, 188);
this.tableLayoutPanel2.TabIndex = 0;
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(74, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Culture Name:";
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(12, 52);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(75, 13);
this.label7.TabIndex = 1;
this.label7.Text = "English Name:";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 89);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 13);
this.label8.TabIndex = 3;
this.label8.Text = "Native Name:";
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(5, 125);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(89, 13);
this.label9.TabIndex = 5;
this.label9.Text = "Default Calendar:";
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(21, 156);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(57, 26);
this.label10.TabIndex = 7;
this.label10.Text = "Optional Calendars:";
//
// textEnglishName
//
this.textEnglishName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.textEnglishName.Location = new System.Drawing.Point(157, 48);
this.textEnglishName.Name = "textEnglishName";
this.textEnglishName.Size = new System.Drawing.Size(120, 20);
this.textEnglishName.TabIndex = 2;
//
// textNativeName
//
this.textNativeName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.textNativeName.Location = new System.Drawing.Point(157, 86);
this.textNativeName.Name = "textNativeName";
this.textNativeName.Size = new System.Drawing.Size(120, 20);
this.textNativeName.TabIndex = 4;
//
// textCalendar
//
this.textCalendar.Anchor = System.Windows.Forms.AnchorStyles.None;
this.textCalendar.Location = new System.Drawing.Point(157, 122);
this.textCalendar.Name = "textCalendar";
this.textCalendar.Size = new System.Drawing.Size(120, 20);
this.textCalendar.TabIndex = 6;
//
// listCalendars
//
this.listCalendars.Anchor = System.Windows.Forms.AnchorStyles.None;
this.listCalendars.FormattingEnabled = true;
this.listCalendars.Location = new System.Drawing.Point(157, 160);
this.listCalendars.Name = "listCalendars";
this.listCalendars.Size = new System.Drawing.Size(120, 17);
this.listCalendars.TabIndex = 8;
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 155F));
this.tableLayoutPanel6.Controls.Add(this.textName, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.checkIsNeutral, 1, 0);
this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel6.Location = new System.Drawing.Point(103, 3);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 1;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
this.tableLayoutPanel6.Size = new System.Drawing.Size(229, 33);
this.tableLayoutPanel6.TabIndex = 19;
//
// textName
//
this.textName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.textName.Location = new System.Drawing.Point(3, 6);
this.textName.Name = "textName";
this.textName.Size = new System.Drawing.Size(68, 20);
this.textName.TabIndex = 0;
//
// checkIsNeutral
//
this.checkIsNeutral.Anchor = System.Windows.Forms.AnchorStyles.None;
this.checkIsNeutral.AutoSize = true;
this.checkIsNeutral.Location = new System.Drawing.Point(116, 8);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -