📄 settingform.designer.cs
字号:
namespace MyTetris
{
partial class SettingForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.gbEnvironmeSet = new System.Windows.Forms.GroupBox();
this.labBackColor = new System.Windows.Forms.Label();
this.txtGridPix = new System.Windows.Forms.TextBox();
this.txtVGrid = new System.Windows.Forms.TextBox();
this.txtHGrid = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.gbKeySet = new System.Windows.Forms.GroupBox();
this.txtDiseconomics = new System.Windows.Forms.TextBox();
this.txtDeasil = new System.Windows.Forms.TextBox();
this.txtDrop = new System.Windows.Forms.TextBox();
this.txtDown = new System.Windows.Forms.TextBox();
this.txtRight = new System.Windows.Forms.TextBox();
this.txtLeft = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnUpdateBlock = new System.Windows.Forms.Button();
this.btnClearLabMode = new System.Windows.Forms.Button();
this.btnDelBlock = new System.Windows.Forms.Button();
this.btnAddBlock = new System.Windows.Forms.Button();
this.listVBlock = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.labColor = new System.Windows.Forms.Label();
this.labMode = new System.Windows.Forms.Label();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.btnSaveConfig = new System.Windows.Forms.Button();
this.btnEsc = new System.Windows.Forms.Button();
this.numTest = new System.Windows.Forms.NumericUpDown();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.gbEnvironmeSet.SuspendLayout();
this.gbKeySet.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numTest)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(552, 413);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.gbEnvironmeSet);
this.tabPage1.Controls.Add(this.gbKeySet);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(530, 388);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "参数配置";
this.tabPage1.UseVisualStyleBackColor = true;
//
// gbEnvironmeSet
//
this.gbEnvironmeSet.Controls.Add(this.numTest);
this.gbEnvironmeSet.Controls.Add(this.labBackColor);
this.gbEnvironmeSet.Controls.Add(this.txtGridPix);
this.gbEnvironmeSet.Controls.Add(this.txtVGrid);
this.gbEnvironmeSet.Controls.Add(this.txtHGrid);
this.gbEnvironmeSet.Controls.Add(this.label10);
this.gbEnvironmeSet.Controls.Add(this.label9);
this.gbEnvironmeSet.Controls.Add(this.label8);
this.gbEnvironmeSet.Controls.Add(this.label7);
this.gbEnvironmeSet.Location = new System.Drawing.Point(282, 44);
this.gbEnvironmeSet.Name = "gbEnvironmeSet";
this.gbEnvironmeSet.Size = new System.Drawing.Size(223, 330);
this.gbEnvironmeSet.TabIndex = 1;
this.gbEnvironmeSet.TabStop = false;
this.gbEnvironmeSet.Text = "环境设置";
//
// labBackColor
//
this.labBackColor.BackColor = System.Drawing.Color.Black;
this.labBackColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labBackColor.Location = new System.Drawing.Point(98, 153);
this.labBackColor.Name = "labBackColor";
this.labBackColor.Size = new System.Drawing.Size(103, 21);
this.labBackColor.TabIndex = 7;
this.labBackColor.Click += new System.EventHandler(this.labBackColor_Click);
//
// txtGridPix
//
this.txtGridPix.Location = new System.Drawing.Point(98, 114);
this.txtGridPix.Name = "txtGridPix";
this.txtGridPix.Size = new System.Drawing.Size(103, 21);
this.txtGridPix.TabIndex = 6;
//
// txtVGrid
//
this.txtVGrid.Location = new System.Drawing.Point(98, 75);
this.txtVGrid.Name = "txtVGrid";
this.txtVGrid.Size = new System.Drawing.Size(103, 21);
this.txtVGrid.TabIndex = 5;
//
// txtHGrid
//
this.txtHGrid.Location = new System.Drawing.Point(98, 36);
this.txtHGrid.Name = "txtHGrid";
this.txtHGrid.Size = new System.Drawing.Size(103, 21);
this.txtHGrid.TabIndex = 4;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(16, 156);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 3;
this.label10.Text = "背 景 色";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 117);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 2;
this.label9.Text = "格子像素";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 78);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 1;
this.label8.Text = "垂直格子数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 39);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 0;
this.label7.Text = "水平格子数";
//
// gbKeySet
//
this.gbKeySet.Controls.Add(this.txtDiseconomics);
this.gbKeySet.Controls.Add(this.txtDeasil);
this.gbKeySet.Controls.Add(this.txtDrop);
this.gbKeySet.Controls.Add(this.txtDown);
this.gbKeySet.Controls.Add(this.txtRight);
this.gbKeySet.Controls.Add(this.txtLeft);
this.gbKeySet.Controls.Add(this.label5);
this.gbKeySet.Controls.Add(this.label6);
this.gbKeySet.Controls.Add(this.label3);
this.gbKeySet.Controls.Add(this.label4);
this.gbKeySet.Controls.Add(this.label2);
this.gbKeySet.Controls.Add(this.label1);
this.gbKeySet.Location = new System.Drawing.Point(29, 44);
this.gbKeySet.Name = "gbKeySet";
this.gbKeySet.Size = new System.Drawing.Size(198, 330);
this.gbKeySet.TabIndex = 0;
this.gbKeySet.TabStop = false;
this.gbKeySet.Text = "键盘设置";
//
// txtDiseconomics
//
this.txtDiseconomics.Location = new System.Drawing.Point(79, 231);
this.txtDiseconomics.Name = "txtDiseconomics";
this.txtDiseconomics.ReadOnly = true;
this.txtDiseconomics.Size = new System.Drawing.Size(90, 21);
this.txtDiseconomics.TabIndex = 11;
this.txtDiseconomics.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// txtDeasil
//
this.txtDeasil.Location = new System.Drawing.Point(79, 192);
this.txtDeasil.Name = "txtDeasil";
this.txtDeasil.ReadOnly = true;
this.txtDeasil.Size = new System.Drawing.Size(90, 21);
this.txtDeasil.TabIndex = 10;
this.txtDeasil.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// txtDrop
//
this.txtDrop.Location = new System.Drawing.Point(79, 153);
this.txtDrop.Name = "txtDrop";
this.txtDrop.ReadOnly = true;
this.txtDrop.Size = new System.Drawing.Size(90, 21);
this.txtDrop.TabIndex = 9;
this.txtDrop.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// txtDown
//
this.txtDown.Location = new System.Drawing.Point(79, 114);
this.txtDown.Name = "txtDown";
this.txtDown.ReadOnly = true;
this.txtDown.Size = new System.Drawing.Size(90, 21);
this.txtDown.TabIndex = 8;
this.txtDown.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// txtRight
//
this.txtRight.Location = new System.Drawing.Point(79, 75);
this.txtRight.Name = "txtRight";
this.txtRight.ReadOnly = true;
this.txtRight.Size = new System.Drawing.Size(90, 21);
this.txtRight.TabIndex = 7;
this.txtRight.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// txtLeft
//
this.txtLeft.Location = new System.Drawing.Point(79, 36);
this.txtLeft.Name = "txtLeft";
this.txtLeft.ReadOnly = true;
this.txtLeft.Size = new System.Drawing.Size(90, 21);
this.txtLeft.TabIndex = 6;
this.txtLeft.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDiseconomics_KeyDown);
//
// label5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -