📄 frmmain.designer.cs
字号:
this.添加短语KToolStripMenuItem.Text = "添加短语(&K)";
this.添加短语KToolStripMenuItem.Click += new System.EventHandler(this.添加短语KToolStripMenuItem_Click);
//
// 所有短语TToolStripMenuItem
//
this.所有短语TToolStripMenuItem.Name = "所有短语TToolStripMenuItem";
this.所有短语TToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
this.所有短语TToolStripMenuItem.Text = "所有短语(&T)";
this.所有短语TToolStripMenuItem.Click += new System.EventHandler(this.所有短语TToolStripMenuItem_Click);
//
// 系统管理PToolStripMenuItem
//
this.系统管理PToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.修改密码UToolStripMenuItem,
this.退出系统VToolStripMenuItem,
this.锁定系统BToolStripMenuItem});
this.系统管理PToolStripMenuItem.Name = "系统管理PToolStripMenuItem";
this.系统管理PToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
this.系统管理PToolStripMenuItem.Text = "系统管理(&P)";
//
// 修改密码UToolStripMenuItem
//
this.修改密码UToolStripMenuItem.Name = "修改密码UToolStripMenuItem";
this.修改密码UToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.修改密码UToolStripMenuItem.Text = "修改密码(&U)";
this.修改密码UToolStripMenuItem.Click += new System.EventHandler(this.修改密码UToolStripMenuItem_Click);
//
// 退出系统VToolStripMenuItem
//
this.退出系统VToolStripMenuItem.Name = "退出系统VToolStripMenuItem";
this.退出系统VToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.退出系统VToolStripMenuItem.Text = "退出系统(&V)";
//
// 锁定系统BToolStripMenuItem
//
this.锁定系统BToolStripMenuItem.Name = "锁定系统BToolStripMenuItem";
this.锁定系统BToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.锁定系统BToolStripMenuItem.Text = "锁定系统(&B)";
this.锁定系统BToolStripMenuItem.Click += new System.EventHandler(this.锁定系统BToolStripMenuItem_Click);
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于OToolStripMenuItem});
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
//
// 关于OToolStripMenuItem
//
this.关于OToolStripMenuItem.Name = "关于OToolStripMenuItem";
this.关于OToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.关于OToolStripMenuItem.Text = "关于(&O)";
this.关于OToolStripMenuItem.Click += new System.EventHandler(this.关于OToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusadminname,
this.toolStripStatusLabel3,
this.toolStripStatusLabel4,
this.toolStripStatusLabel5});
this.statusStrip1.Location = new System.Drawing.Point(0, 663);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1241, 22);
this.statusStrip1.TabIndex = 10;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusadminname
//
this.toolStripStatusadminname.Name = "toolStripStatusadminname";
this.toolStripStatusadminname.Size = new System.Drawing.Size(32, 17);
this.toolStripStatusadminname.Text = "用户";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel3.Text = "|";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(56, 17);
this.toolStripStatusLabel4.Text = "系统时间";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel5.Text = "toolStripStatusLabel5";
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1241, 685);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsMdiContainer = true;
this.MaximizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "企业短信群发系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolTip ToolTip;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 名片管理MToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 增加联系人LToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 所有联系人CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 短信操作ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 短信群发RToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 短信记录SToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 已发送短信FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 已接收短信GToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 常用短语WToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系统管理PToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 添加短语KToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 所有短语TToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改密码UToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统VToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 锁定系统BToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusadminname;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -