📄 dlg_system.designer.cs
字号:
this.maskedTextBox9.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox9.TabIndex = 35;
this.maskedTextBox9.Text = "100";
this.maskedTextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox8
//
this.maskedTextBox8.Location = new System.Drawing.Point(304, 57);
this.maskedTextBox8.Mask = "999";
this.maskedTextBox8.Name = "maskedTextBox8";
this.maskedTextBox8.PromptChar = ' ';
this.maskedTextBox8.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox8.TabIndex = 34;
this.maskedTextBox8.Text = "100";
this.maskedTextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox7
//
this.maskedTextBox7.Location = new System.Drawing.Point(277, 57);
this.maskedTextBox7.Mask = "999";
this.maskedTextBox7.Name = "maskedTextBox7";
this.maskedTextBox7.PromptChar = ' ';
this.maskedTextBox7.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox7.TabIndex = 33;
this.maskedTextBox7.Text = "100";
this.maskedTextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox6
//
this.maskedTextBox6.Location = new System.Drawing.Point(250, 57);
this.maskedTextBox6.Mask = "999";
this.maskedTextBox6.Name = "maskedTextBox6";
this.maskedTextBox6.PromptChar = ' ';
this.maskedTextBox6.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox6.TabIndex = 32;
this.maskedTextBox6.Text = "100";
this.maskedTextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox5
//
this.maskedTextBox5.Location = new System.Drawing.Point(223, 57);
this.maskedTextBox5.Mask = "999";
this.maskedTextBox5.Name = "maskedTextBox5";
this.maskedTextBox5.PromptChar = ' ';
this.maskedTextBox5.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox5.TabIndex = 31;
this.maskedTextBox5.Text = "100";
this.maskedTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox4
//
this.maskedTextBox4.Location = new System.Drawing.Point(196, 57);
this.maskedTextBox4.Mask = "999";
this.maskedTextBox4.Name = "maskedTextBox4";
this.maskedTextBox4.PromptChar = ' ';
this.maskedTextBox4.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox4.TabIndex = 30;
this.maskedTextBox4.Text = "100";
this.maskedTextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox3
//
this.maskedTextBox3.Location = new System.Drawing.Point(169, 57);
this.maskedTextBox3.Mask = "999";
this.maskedTextBox3.Name = "maskedTextBox3";
this.maskedTextBox3.PromptChar = ' ';
this.maskedTextBox3.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox3.TabIndex = 29;
this.maskedTextBox3.Text = "100";
this.maskedTextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox2
//
this.maskedTextBox2.Location = new System.Drawing.Point(142, 57);
this.maskedTextBox2.Mask = "999";
this.maskedTextBox2.Name = "maskedTextBox2";
this.maskedTextBox2.PromptChar = ' ';
this.maskedTextBox2.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox2.TabIndex = 28;
this.maskedTextBox2.Text = "100";
this.maskedTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// maskedTextBox1
//
this.maskedTextBox1.Location = new System.Drawing.Point(115, 57);
this.maskedTextBox1.Mask = "999";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.PromptChar = ' ';
this.maskedTextBox1.Size = new System.Drawing.Size(25, 21);
this.maskedTextBox1.TabIndex = 27;
this.maskedTextBox1.Text = "100";
this.maskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button1
//
this.button1.Location = new System.Drawing.Point(163, 160);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 48;
this.button1.Text = "完成";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dlg_system
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(394, 206);
this.Controls.Add(this.button1);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.maskedTextBox10);
this.Controls.Add(this.maskedTextBox9);
this.Controls.Add(this.maskedTextBox8);
this.Controls.Add(this.maskedTextBox7);
this.Controls.Add(this.maskedTextBox6);
this.Controls.Add(this.maskedTextBox5);
this.Controls.Add(this.maskedTextBox4);
this.Controls.Add(this.maskedTextBox3);
this.Controls.Add(this.maskedTextBox2);
this.Controls.Add(this.maskedTextBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "dlg_system";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置系统资源数";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
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 label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox maskedTextBox10;
private System.Windows.Forms.MaskedTextBox maskedTextBox9;
private System.Windows.Forms.MaskedTextBox maskedTextBox8;
private System.Windows.Forms.MaskedTextBox maskedTextBox7;
private System.Windows.Forms.MaskedTextBox maskedTextBox6;
private System.Windows.Forms.MaskedTextBox maskedTextBox5;
private System.Windows.Forms.MaskedTextBox maskedTextBox4;
private System.Windows.Forms.MaskedTextBox maskedTextBox3;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -