📄 短信自动回复.designer.cs
字号:
this.label1.Size = new System.Drawing.Size(101, 20);
this.label1.Text = "电话记录:";
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.SystemColors.Control;
this.textBox2.Enabled = false;
this.textBox2.ForeColor = System.Drawing.Color.Blue;
this.textBox2.Location = new System.Drawing.Point(128, 40);
this.textBox2.MaxLength = 5;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(10, 21);
this.textBox2.TabIndex = 24;
this.textBox2.Text = ":";
//
// sysStat
//
this.sysStat.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.sysStat.ForeColor = System.Drawing.Color.Red;
this.sysStat.Location = new System.Drawing.Point(12, 122);
this.sysStat.Name = "sysStat";
this.sysStat.Size = new System.Drawing.Size(165, 20);
this.sysStat.Text = "剩余时间: 30分钟";
//
// comRType
//
this.comRType.BackColor = System.Drawing.SystemColors.Control;
this.comRType.Font = new System.Drawing.Font("Segoe Condensed", 9F, System.Drawing.FontStyle.Regular);
this.comRType.Items.Add("消息框方式");
this.comRType.Items.Add("短信方式");
this.comRType.Location = new System.Drawing.Point(103, 146);
this.comRType.Name = "comRType";
this.comRType.Size = new System.Drawing.Size(109, 21);
this.comRType.TabIndex = 26;
//
// timeNow
//
this.timeNow.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.timeNow.ForeColor = System.Drawing.Color.Blue;
this.timeNow.Location = new System.Drawing.Point(12, 98);
this.timeNow.Name = "timeNow";
this.timeNow.Size = new System.Drawing.Size(165, 20);
this.timeNow.Text = "当前时间:";
//
// textkey
//
this.textkey.BackColor = System.Drawing.SystemColors.Control;
this.textkey.ForeColor = System.Drawing.Color.Red;
this.textkey.HideSelection = false;
this.textkey.Location = new System.Drawing.Point(103, 13);
this.textkey.MaxLength = 5;
this.textkey.Name = "textkey";
this.textkey.Size = new System.Drawing.Size(109, 21);
this.textkey.TabIndex = 27;
this.textkey.Text = "开会";
this.textkey.GotFocus += new System.EventHandler(this.textkey_GotFocus);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(12, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 20);
this.label4.Text = "持续时间:";
//
// label6
//
this.label6.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.label6.Location = new System.Drawing.Point(12, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 20);
this.label6.Text = "关键字:";
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(12, 42);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 20);
this.label3.Text = "开始时间:";
//
// textStarth
//
this.textStarth.BackColor = System.Drawing.SystemColors.Control;
this.textStarth.ForeColor = System.Drawing.Color.Blue;
this.textStarth.Location = new System.Drawing.Point(103, 40);
this.textStarth.MaxLength = 2;
this.textStarth.Name = "textStarth";
this.textStarth.Size = new System.Drawing.Size(27, 21);
this.textStarth.TabIndex = 29;
this.textStarth.Text = "08";
this.textStarth.GotFocus += new System.EventHandler(this.textStarth_GotFocus);
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(12, 146);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.Text = "回应方式:";
//
// comboHis
//
this.comboHis.BackColor = System.Drawing.SystemColors.Control;
this.comboHis.Font = new System.Drawing.Font("Segoe Condensed", 8F, System.Drawing.FontStyle.Regular);
this.comboHis.ForeColor = System.Drawing.Color.Lime;
this.comboHis.Location = new System.Drawing.Point(12, 193);
this.comboHis.Name = "comboHis";
this.comboHis.Size = new System.Drawing.Size(200, 20);
this.comboHis.TabIndex = 25;
//
// textEndh
//
this.textEndh.BackColor = System.Drawing.SystemColors.Control;
this.textEndh.ForeColor = System.Drawing.Color.Red;
this.textEndh.Location = new System.Drawing.Point(103, 67);
this.textEndh.MaxLength = 3;
this.textEndh.Name = "textEndh";
this.textEndh.Size = new System.Drawing.Size(62, 21);
this.textEndh.TabIndex = 30;
this.textEndh.GotFocus += new System.EventHandler(this.textEndh_GotFocus);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gold;
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.textEndh);
this.panel1.Controls.Add(this.comboHis);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textStarth);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.textkey);
this.panel1.Controls.Add(this.timeNow);
this.panel1.Controls.Add(this.comRType);
this.panel1.Controls.Add(this.sysStat);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.textStartm);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(229, 235);
//
// label7
//
this.label7.BackColor = System.Drawing.SystemColors.Control;
this.label7.Font = new System.Drawing.Font("Segoe Condensed", 8F, System.Drawing.FontStyle.Regular);
this.label7.Location = new System.Drawing.Point(124, 44);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(10, 15);
this.label7.Text = ":";
this.label7.Visible = false;
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.WindowText;
this.panel2.Controls.Add(this.panel1);
this.panel2.Location = new System.Drawing.Point(2, 15);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(236, 243);
//
// 短信自动回复
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(240, 266);
this.Controls.Add(this.panel2);
this.Menu = this.mainMenu1;
this.Name = "短信自动回复";
this.Text = "短信自动回复";
this.Load += new System.EventHandler(this.短信自动回复_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MainMenu mainMenu1;
private System.Windows.Forms.MenuItem menuHide;
private System.Windows.Forms.MenuItem menuMore;
private System.Windows.Forms.MenuItem menuSetTime;
private System.Windows.Forms.MenuItem menuSetTimeQuit;
private System.Windows.Forms.MenuItem menu10m;
private System.Windows.Forms.MenuItem menu20m;
private System.Windows.Forms.MenuItem menu30m;
private System.Windows.Forms.MenuItem menu60m;
private System.Windows.Forms.MenuItem menu90m;
private System.Windows.Forms.MenuItem menu2h;
private System.Windows.Forms.MenuItem menu3h;
private System.Windows.Forms.MenuItem menu5h;
private System.Windows.Forms.MenuItem menuReback;
private System.Windows.Forms.MenuItem menuTry1;
private System.Windows.Forms.MenuItem menuAbout;
private System.Windows.Forms.MenuItem menuHelp;
private System.Windows.Forms.MenuItem menuExit;
private System.Windows.Forms.MainMenu mainMenu2;
private System.Windows.Forms.MenuItem menuOK;
private System.Windows.Forms.MenuItem menuCancle;
private System.Windows.Forms.Timer tim;
private System.Windows.Forms.Timer tim_time;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textStartm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label sysStat;
private System.Windows.Forms.ComboBox comRType;
private System.Windows.Forms.Label timeNow;
private System.Windows.Forms.TextBox textkey;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textStarth;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboHis;
private System.Windows.Forms.TextBox textEndh;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -