📄 settingform.designer.cs
字号:
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(16, 195);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 5;
this.label5.Text = "顺时针转";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(16, 156);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 4;
this.label6.Text = "丢 下";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 234);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 3;
this.label3.Text = "逆时针转";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(16, 117);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 2;
this.label4.Text = "向 下";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 1;
this.label2.Text = "右 移";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "左 移";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btnUpdateBlock);
this.tabPage2.Controls.Add(this.btnClearLabMode);
this.tabPage2.Controls.Add(this.btnDelBlock);
this.tabPage2.Controls.Add(this.btnAddBlock);
this.tabPage2.Controls.Add(this.listVBlock);
this.tabPage2.Controls.Add(this.labColor);
this.tabPage2.Controls.Add(this.labMode);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(544, 388);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "方块样式设置";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btnUpdateBlock
//
this.btnUpdateBlock.Location = new System.Drawing.Point(12, 265);
this.btnUpdateBlock.Name = "btnUpdateBlock";
this.btnUpdateBlock.Size = new System.Drawing.Size(60, 22);
this.btnUpdateBlock.TabIndex = 6;
this.btnUpdateBlock.Text = "修 改";
this.btnUpdateBlock.UseVisualStyleBackColor = true;
this.btnUpdateBlock.Click += new System.EventHandler(this.btnUpdateBlock_Click);
//
// btnClearLabMode
//
this.btnClearLabMode.Location = new System.Drawing.Point(110, 265);
this.btnClearLabMode.Name = "btnClearLabMode";
this.btnClearLabMode.Size = new System.Drawing.Size(55, 23);
this.btnClearLabMode.TabIndex = 5;
this.btnClearLabMode.Text = "清 空";
this.btnClearLabMode.UseVisualStyleBackColor = true;
this.btnClearLabMode.Click += new System.EventHandler(this.btnClearLabMode_Click);
//
// btnDelBlock
//
this.btnDelBlock.Location = new System.Drawing.Point(110, 225);
this.btnDelBlock.Name = "btnDelBlock";
this.btnDelBlock.Size = new System.Drawing.Size(55, 24);
this.btnDelBlock.TabIndex = 4;
this.btnDelBlock.Text = "删 除";
this.btnDelBlock.UseVisualStyleBackColor = true;
this.btnDelBlock.Click += new System.EventHandler(this.btnDelBlock_Click);
//
// btnAddBlock
//
this.btnAddBlock.Location = new System.Drawing.Point(11, 225);
this.btnAddBlock.Name = "btnAddBlock";
this.btnAddBlock.Size = new System.Drawing.Size(62, 24);
this.btnAddBlock.TabIndex = 3;
this.btnAddBlock.Text = " 添 加";
this.btnAddBlock.UseVisualStyleBackColor = true;
this.btnAddBlock.Click += new System.EventHandler(this.btnAddBlock_Click);
//
// listVBlock
//
this.listVBlock.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listVBlock.Font = new System.Drawing.Font("宋体", 12F);
this.listVBlock.GridLines = true;
this.listVBlock.Location = new System.Drawing.Point(182, 18);
this.listVBlock.MultiSelect = false;
this.listVBlock.Name = "listVBlock";
this.listVBlock.Size = new System.Drawing.Size(310, 245);
this.listVBlock.TabIndex = 2;
this.listVBlock.UseCompatibleStateImageBehavior = false;
this.listVBlock.View = System.Windows.Forms.View.Details;
this.listVBlock.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listVBlock_ItemSelectionChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "编 码";
this.columnHeader1.Width = 107;
//
// columnHeader2
//
this.columnHeader2.Text = "颜 色";
this.columnHeader2.Width = 115;
//
// labColor
//
this.labColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labColor.Location = new System.Drawing.Point(11, 181);
this.labColor.Name = "labColor";
this.labColor.Size = new System.Drawing.Size(154, 27);
this.labColor.TabIndex = 1;
this.labColor.Click += new System.EventHandler(this.labColor_Click);
//
// labMode
//
this.labMode.BackColor = System.Drawing.Color.Black;
this.labMode.Location = new System.Drawing.Point(10, 15);
this.labMode.Name = "labMode";
this.labMode.Size = new System.Drawing.Size(156, 156);
this.labMode.TabIndex = 0;
this.labMode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.labMode_MouseClick);
this.labMode.Paint += new System.Windows.Forms.PaintEventHandler(this.labMode_Paint);
//
// btnSaveConfig
//
this.btnSaveConfig.Location = new System.Drawing.Point(96, 419);
this.btnSaveConfig.Name = "btnSaveConfig";
this.btnSaveConfig.Size = new System.Drawing.Size(125, 26);
this.btnSaveConfig.TabIndex = 2;
this.btnSaveConfig.Text = "确 定";
this.btnSaveConfig.UseVisualStyleBackColor = true;
this.btnSaveConfig.Click += new System.EventHandler(this.btnSaveConfig_Click);
//
// btnEsc
//
this.btnEsc.Location = new System.Drawing.Point(247, 418);
this.btnEsc.Name = "btnEsc";
this.btnEsc.Size = new System.Drawing.Size(111, 26);
this.btnEsc.TabIndex = 3;
this.btnEsc.Text = "取 消";
this.btnEsc.UseVisualStyleBackColor = true;
this.btnEsc.Click += new System.EventHandler(this.btnEsc_Click);
//
// numTest
//
this.numTest.Location = new System.Drawing.Point(86, 214);
this.numTest.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numTest.Name = "numTest";
this.numTest.Size = new System.Drawing.Size(120, 21);
this.numTest.TabIndex = 8;
this.numTest.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// SettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(552, 455);
this.Controls.Add(this.btnEsc);
this.Controls.Add(this.btnSaveConfig);
this.Controls.Add(this.tabControl1);
this.Name = "SettingForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SettingForm";
this.Load += new System.EventHandler(this.SettingForm_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.gbEnvironmeSet.ResumeLayout(false);
this.gbEnvironmeSet.PerformLayout();
this.gbKeySet.ResumeLayout(false);
this.gbKeySet.PerformLayout();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numTest)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label labMode;
private System.Windows.Forms.Label labColor;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ListView listVBlock;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.Button btnAddBlock;
private System.Windows.Forms.Button btnDelBlock;
private System.Windows.Forms.Button btnClearLabMode;
private System.Windows.Forms.Button btnUpdateBlock;
private System.Windows.Forms.GroupBox gbKeySet;
private System.Windows.Forms.GroupBox gbEnvironmeSet;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtDiseconomics;
private System.Windows.Forms.TextBox txtDeasil;
private System.Windows.Forms.TextBox txtDrop;
private System.Windows.Forms.TextBox txtDown;
private System.Windows.Forms.TextBox txtRight;
private System.Windows.Forms.TextBox txtLeft;
private System.Windows.Forms.TextBox txtGridPix;
private System.Windows.Forms.TextBox txtVGrid;
private System.Windows.Forms.TextBox txtHGrid;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label labBackColor;
private System.Windows.Forms.Button btnSaveConfig;
private System.Windows.Forms.Button btnEsc;
private System.Windows.Forms.NumericUpDown numTest;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -