📄 form3.designer.cs
字号:
namespace Localisation
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// comboBox1
//
this.comboBox1.Location = new System.Drawing.Point(3, 3);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(234, 22);
this.comboBox1.TabIndex = 0;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.label1.Location = new System.Drawing.Point(4, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(233, 20);
this.label1.Text = "Name:";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.textBox1.Location = new System.Drawing.Point(4, 49);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(233, 21);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "textBox1";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(4, 89);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(233, 21);
this.textBox2.TabIndex = 4;
this.textBox2.Text = "textBox2";
//
// label2
//
this.label2.Location = new System.Drawing.Point(4, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 20);
this.label2.Text = "English Name:";
//
// textBox3
//
this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.textBox3.Location = new System.Drawing.Point(4, 128);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(233, 21);
this.textBox3.TabIndex = 7;
this.textBox3.Text = "textBox3";
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.label3.Location = new System.Drawing.Point(4, 113);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(233, 20);
this.label3.Text = "Native Name:";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(4, 167);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(233, 21);
this.textBox4.TabIndex = 10;
this.textBox4.Text = "textBox4";
//
// label4
//
this.label4.Location = new System.Drawing.Point(4, 152);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(112, 20);
this.label4.Text = "LCID:";
//
// textBox5
//
this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.textBox5.Location = new System.Drawing.Point(4, 206);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(233, 21);
this.textBox5.TabIndex = 13;
this.textBox5.Text = "textBox5";
//
// label5
//
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.label5.Location = new System.Drawing.Point(4, 191);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(233, 20);
this.label5.Text = "1st Day of week:";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(4, 247);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(233, 21);
this.textBox6.TabIndex = 16;
this.textBox6.Text = "textBox6";
//
// label6
//
this.label6.Location = new System.Drawing.Point(4, 231);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(112, 20);
this.label6.Text = "Currency:";
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.comboBox1);
this.Menu = this.mainMenu1;
this.MinimizeBox = false;
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -