📄 dlg_system.designer.cs
字号:
namespace test1
{
partial class dlg_system
{
/// <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.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
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.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.maskedTextBox10 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox9 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox8 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox7 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox6 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(361, 43);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 47;
this.label12.Text = "10";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(338, 43);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(11, 12);
this.label11.TabIndex = 46;
this.label11.Text = "9";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(312, 43);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(11, 12);
this.label10.TabIndex = 45;
this.label10.Text = "8";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(283, 43);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(11, 12);
this.label9.TabIndex = 44;
this.label9.Text = "7";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(258, 43);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(11, 12);
this.label8.TabIndex = 43;
this.label8.Text = "6";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(230, 43);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 42;
this.label7.Text = "5";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(204, 43);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(11, 12);
this.label6.TabIndex = 41;
this.label6.Text = "4";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(176, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(11, 12);
this.label5.TabIndex = 40;
this.label5.Text = "3";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(148, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(11, 12);
this.label4.TabIndex = 39;
this.label4.Text = "2";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(122, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(11, 12);
this.label3.TabIndex = 38;
this.label3.Text = "1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 12);
this.label2.TabIndex = 37;
this.label2.Text = "资源数(1-10):";
//
// maskedTextBox10
//
this.maskedTextBox10.Location = new System.Drawing.Point(358, 57);
this.maskedTextBox10.Mask = "999";
this.maskedTextBox10.Name = "maskedTextBox10";
this.maskedTextBox10.PromptChar = ' ';
this.maskedTextBox10.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox10.TabIndex = 36;
this.maskedTextBox10.Text = "100";
this.maskedTextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox9
//
this.maskedTextBox9.Location = new System.Drawing.Point(331, 57);
this.maskedTextBox9.Mask = "999";
this.maskedTextBox9.Name = "maskedTextBox9";
this.maskedTextBox9.PromptChar = ' ';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -