📄 systemform.designer.cs
字号:
namespace HomeMoney
{
partial class SystemForm
{
/// <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.tabSystem = new System.Windows.Forms.TabControl();
this.tabSound = new System.Windows.Forms.TabPage();
this.tabAlert = new System.Windows.Forms.TabPage();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.panel1 = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tabSystem.SuspendLayout();
this.tabSound.SuspendLayout();
this.tabAlert.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// tabSystem
//
this.tabSystem.Controls.Add(this.tabSound);
this.tabSystem.Controls.Add(this.tabAlert);
this.tabSystem.Dock = System.Windows.Forms.DockStyle.Top;
this.tabSystem.Location = new System.Drawing.Point(0, 0);
this.tabSystem.Name = "tabSystem";
this.tabSystem.SelectedIndex = 0;
this.tabSystem.Size = new System.Drawing.Size(281, 205);
this.tabSystem.TabIndex = 0;
//
// tabSound
//
this.tabSound.BackColor = System.Drawing.SystemColors.Control;
this.tabSound.Controls.Add(this.button1);
this.tabSound.Controls.Add(this.textBox1);
this.tabSound.Controls.Add(this.checkBox1);
this.tabSound.Location = new System.Drawing.Point(4, 21);
this.tabSound.Name = "tabSound";
this.tabSound.Padding = new System.Windows.Forms.Padding(3);
this.tabSound.Size = new System.Drawing.Size(273, 180);
this.tabSound.TabIndex = 0;
this.tabSound.Text = "声音";
//
// tabAlert
//
this.tabAlert.BackColor = System.Drawing.SystemColors.Control;
this.tabAlert.Controls.Add(this.dateTimePicker1);
this.tabAlert.Controls.Add(this.label2);
this.tabAlert.Controls.Add(this.textBox2);
this.tabAlert.Controls.Add(this.label1);
this.tabAlert.Location = new System.Drawing.Point(4, 21);
this.tabAlert.Name = "tabAlert";
this.tabAlert.Padding = new System.Windows.Forms.Padding(3);
this.tabAlert.Size = new System.Drawing.Size(273, 180);
this.tabAlert.TabIndex = 1;
this.tabAlert.Text = "预警设置";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(59, 41);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(96, 16);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "启用背景音乐";
this.checkBox1.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(59, 94);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(164, 93);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "选择";
this.button1.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "时间";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(41, 114);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(200, 48);
this.textBox2.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 90);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "提示信息";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(41, 53);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
this.dateTimePicker1.TabIndex = 3;
//
// panel1
//
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Location = new System.Drawing.Point(0, 206);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(280, 37);
this.panel1.TabIndex = 1;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(47, 5);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(73, 25);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(165, 5);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(73, 25);
this.button2.TabIndex = 2;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
//
// SystemForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(281, 239);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tabSystem);
this.Name = "SystemForm";
this.Text = "系统设置";
this.tabSystem.ResumeLayout(false);
this.tabSound.ResumeLayout(false);
this.tabSound.PerformLayout();
this.tabAlert.ResumeLayout(false);
this.tabAlert.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabSystem;
private System.Windows.Forms.TabPage tabSound;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TabPage tabAlert;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnOK;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -