📄 message.designer.cs
字号:
// debugToolStripMenuItem
//
this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.testConnectionsToolStripMenuItem,
this.getAConnectionToolStripMenuItem,
this.releaseItToolStripMenuItem});
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
this.debugToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
this.debugToolStripMenuItem.Text = "debug";
this.debugToolStripMenuItem.Visible = false;
//
// testConnectionsToolStripMenuItem
//
this.testConnectionsToolStripMenuItem.Name = "testConnectionsToolStripMenuItem";
this.testConnectionsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.testConnectionsToolStripMenuItem.Text = "testConnections";
this.testConnectionsToolStripMenuItem.Click += new System.EventHandler(this.testConnectionsToolStripMenuItem_Click);
//
// getAConnectionToolStripMenuItem
//
this.getAConnectionToolStripMenuItem.Name = "getAConnectionToolStripMenuItem";
this.getAConnectionToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.getAConnectionToolStripMenuItem.Text = "getAConnection";
this.getAConnectionToolStripMenuItem.Click += new System.EventHandler(this.getAConnectionToolStripMenuItem_Click);
//
// releaseItToolStripMenuItem
//
this.releaseItToolStripMenuItem.Name = "releaseItToolStripMenuItem";
this.releaseItToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.releaseItToolStripMenuItem.Text = "release it";
this.releaseItToolStripMenuItem.Click += new System.EventHandler(this.releaseItToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.statusStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel2,
this.lblStatus,
this.statusLabel3,
this.toolStripStatusLabel1,
this.lblTime,
this.statusLabel1,
this.lblSysInfo});
this.statusStrip1.Location = new System.Drawing.Point(0, 684);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1016, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// statusLabel2
//
this.statusLabel2.Name = "statusLabel2";
this.statusLabel2.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.statusLabel2.Size = new System.Drawing.Size(71, 17);
this.statusLabel2.Text = "系统状态: ";
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.lblStatus.Size = new System.Drawing.Size(73, 17);
this.lblStatus.Text = "就绪 ";
//
// statusLabel3
//
this.statusLabel3.Name = "statusLabel3";
this.statusLabel3.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.statusLabel3.Size = new System.Drawing.Size(59, 17);
this.statusLabel3.Text = "当前时间:";
this.statusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// lblTime
//
this.lblTime.Name = "lblTime";
this.lblTime.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.lblTime.Size = new System.Drawing.Size(55, 17);
this.lblTime.Text = " ";
//
// statusLabel1
//
this.statusLabel1.Name = "statusLabel1";
this.statusLabel1.Size = new System.Drawing.Size(67, 17);
this.statusLabel1.Text = "系统消息 ";
this.statusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
//
// lblSysInfo
//
this.lblSysInfo.Name = "lblSysInfo";
this.lblSysInfo.Size = new System.Drawing.Size(76, 17);
this.lblSysInfo.Text = " ";
//
// toolStrip2
//
this.toolStrip2.Location = new System.Drawing.Point(0, 24);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(1016, 25);
this.toolStrip2.TabIndex = 5;
this.toolStrip2.Text = "toolStrip2";
this.toolStrip2.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip2_ItemClicked);
//
// Main_message
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1016, 706);
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Main_message";
this.Text = "主菜单";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Main_message_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.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem manage_MenuItem;
private System.Windows.Forms.ToolStripMenuItem main_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem hand_disposeMenuItem;
private System.Windows.Forms.ToolStripMenuItem sys_recordMenuItem;
private System.Windows.Forms.ToolStripMenuItem ShutDown;
private System.Windows.Forms.ToolStripMenuItem prod_MenuItem;
private System.Windows.Forms.ToolStripMenuItem prod_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem prod_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem prod_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem fi_MenuItem;
private System.Windows.Forms.ToolStripMenuItem fi_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem fi_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem fi_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem bug_MenuItem;
private System.Windows.Forms.ToolStripMenuItem bug_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem bug_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem bug_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem dis_MenuItem;
private System.Windows.Forms.ToolStripMenuItem dis_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem dis_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem dis_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem sec_MenuItem;
private System.Windows.Forms.ToolStripMenuItem sec_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem sec_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem sec_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem edu_MenuItem;
private System.Windows.Forms.ToolStripMenuItem edu_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem edu_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem edu_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem pol_MenuItem;
private System.Windows.Forms.ToolStripMenuItem pol_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem pol_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem pol_seeMenuItem;
private System.Windows.Forms.ToolStripMenuItem event_MenuItem;
private System.Windows.Forms.ToolStripMenuItem event_staffMenuItem;
private System.Windows.Forms.ToolStripMenuItem event_sendMenuItem;
private System.Windows.Forms.ToolStripMenuItem event_seeMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel statusLabel1;
private System.Windows.Forms.ToolStripStatusLabel statusLabel2;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ToolStripStatusLabel statusLabel3;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem testConnectionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem getAConnectionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem releaseItToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel lblTime;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
public void setTimeStatus(string timeStatus)
{
lblTime.Text = timeStatus;
}
public void setSysInfo(string sysInfo)
{
lblSysInfo.Text = sysInfo;
}
private System.Windows.Forms.ToolStripStatusLabel lblSysInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -