📄 frmmain.designer.cs
字号:
namespace SMS.Forms
{
partial class frmMain
{
/// <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.components = new System.ComponentModel.Container();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.名片管理MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.增加联系人LToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.所有联系人CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.短信操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.短信群发RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.短信记录SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.已发送短信FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.已接收短信GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.常用短语WToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加短语KToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.所有短语TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统管理PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改密码UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出系统VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.锁定系统BToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusadminname = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.名片管理MToolStripMenuItem,
this.短信操作ToolStripMenuItem,
this.短信记录SToolStripMenuItem,
this.常用短语WToolStripMenuItem,
this.系统管理PToolStripMenuItem,
this.帮助HToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1241, 25);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
// 名片管理MToolStripMenuItem
//
this.名片管理MToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.增加联系人LToolStripMenuItem,
this.所有联系人CToolStripMenuItem});
this.名片管理MToolStripMenuItem.Name = "名片管理MToolStripMenuItem";
this.名片管理MToolStripMenuItem.Size = new System.Drawing.Size(88, 21);
this.名片管理MToolStripMenuItem.Text = "名片管理(&M)";
//
// 增加联系人LToolStripMenuItem
//
this.增加联系人LToolStripMenuItem.Name = "增加联系人LToolStripMenuItem";
this.增加联系人LToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.增加联系人LToolStripMenuItem.Text = "增加联系人(&L)";
this.增加联系人LToolStripMenuItem.Click += new System.EventHandler(this.增加联系人LToolStripMenuItem_Click);
//
// 所有联系人CToolStripMenuItem
//
this.所有联系人CToolStripMenuItem.Name = "所有联系人CToolStripMenuItem";
this.所有联系人CToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.所有联系人CToolStripMenuItem.Text = "所有联系人(&C)";
this.所有联系人CToolStripMenuItem.Click += new System.EventHandler(this.所有联系人CToolStripMenuItem_Click);
//
// 短信操作ToolStripMenuItem
//
this.短信操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.短信群发RToolStripMenuItem});
this.短信操作ToolStripMenuItem.Name = "短信操作ToolStripMenuItem";
this.短信操作ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
this.短信操作ToolStripMenuItem.Text = "短信操作(&I)";
//
// 短信群发RToolStripMenuItem
//
this.短信群发RToolStripMenuItem.Name = "短信群发RToolStripMenuItem";
this.短信群发RToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.短信群发RToolStripMenuItem.Text = "短信群发(&R)";
this.短信群发RToolStripMenuItem.Click += new System.EventHandler(this.短信群发RToolStripMenuItem_Click);
//
// 短信记录SToolStripMenuItem
//
this.短信记录SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.已发送短信FToolStripMenuItem,
this.已接收短信GToolStripMenuItem});
this.短信记录SToolStripMenuItem.Name = "短信记录SToolStripMenuItem";
this.短信记录SToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
this.短信记录SToolStripMenuItem.Text = "短信记录(&S)";
//
// 已发送短信FToolStripMenuItem
//
this.已发送短信FToolStripMenuItem.Name = "已发送短信FToolStripMenuItem";
this.已发送短信FToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.已发送短信FToolStripMenuItem.Text = "已发送短信(&F)";
this.已发送短信FToolStripMenuItem.Click += new System.EventHandler(this.已发送短信FToolStripMenuItem_Click);
//
// 已接收短信GToolStripMenuItem
//
this.已接收短信GToolStripMenuItem.Name = "已接收短信GToolStripMenuItem";
this.已接收短信GToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.已接收短信GToolStripMenuItem.Text = "已接收短信(&G)";
this.已接收短信GToolStripMenuItem.Click += new System.EventHandler(this.已接收短信GToolStripMenuItem_Click);
//
// 常用短语WToolStripMenuItem
//
this.常用短语WToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加短语KToolStripMenuItem,
this.所有短语TToolStripMenuItem});
this.常用短语WToolStripMenuItem.Name = "常用短语WToolStripMenuItem";
this.常用短语WToolStripMenuItem.Size = new System.Drawing.Size(88, 21);
this.常用短语WToolStripMenuItem.Text = "常用短语(&W)";
//
// 添加短语KToolStripMenuItem
//
this.添加短语KToolStripMenuItem.Name = "添加短语KToolStripMenuItem";
this.添加短语KToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -