📄 frmmain.designer.cs
字号:
namespace SMS
{
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.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = 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.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel8 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.名片管理MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.增加联系人SToolStripMenuItem = 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.常用短语MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加短语KToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.所有短语GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.密码修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.锁定系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.toolStripStatusLabel4,
this.toolStripStatusLabel5,
this.toolStripStatusLabel6,
this.toolStripStatusLabel7,
this.toolStripStatusLabel8});
this.statusStrip1.Location = new System.Drawing.Point(0, 471);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(672, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(89, 17);
this.toolStripStatusLabel1.Text = "当前操作用户:";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 17);
//
// 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(89, 17);
this.toolStripStatusLabel4.Text = "当前系统时间:";
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel5.Text = "toolStripStatusLabel5";
//
// toolStripStatusLabel6
//
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
this.toolStripStatusLabel6.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel6.Text = "|";
//
// toolStripStatusLabel7
//
this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
this.toolStripStatusLabel7.Size = new System.Drawing.Size(89, 17);
this.toolStripStatusLabel7.Text = "登录系统时间:";
//
// toolStripStatusLabel8
//
this.toolStripStatusLabel8.Name = "toolStripStatusLabel8";
this.toolStripStatusLabel8.Size = new System.Drawing.Size(0, 17);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.menuStrip1.BackgroundImage = global::SMS.Properties.Resources.sort_bg_02;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.名片管理MToolStripMenuItem,
this.短信操作ToolStripMenuItem,
this.短信记录SToolStripMenuItem,
this.常用短语MToolStripMenuItem,
this.toolStripMenuItem1,
this.关于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(672, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
//
// 名片管理MToolStripMenuItem
//
this.名片管理MToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.增加联系人SToolStripMenuItem,
this.所有联系人CToolStripMenuItem});
this.名片管理MToolStripMenuItem.Name = "名片管理MToolStripMenuItem";
this.名片管理MToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.名片管理MToolStripMenuItem.Text = "名片管理(&M)";
//
// 增加联系人SToolStripMenuItem
//
this.增加联系人SToolStripMenuItem.Name = "增加联系人SToolStripMenuItem";
this.增加联系人SToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.增加联系人SToolStripMenuItem.Text = "增加联系人[&L]";
this.增加联系人SToolStripMenuItem.Click += new System.EventHandler(this.增加联系人SToolStripMenuItem_Click);
//
// 所有联系人CToolStripMenuItem
//
this.所有联系人CToolStripMenuItem.Name = "所有联系人CToolStripMenuItem";
this.所有联系人CToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.所有联系人CToolStripMenuItem.Text = "所有联系人[&C]";
this.所有联系人CToolStripMenuItem.Click += new System.EventHandler(this.所有联系人CToolStripMenuItem_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -