📄 message.designer.cs
字号:
namespace MsgSystem
{
partial class Main_message
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main_message));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.manage_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.main_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hand_disposeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sys_recordMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ShutDown = new System.Windows.Forms.ToolStripMenuItem();
this.prod_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.prod_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.prod_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.prod_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fi_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fi_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fi_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fi_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bug_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bug_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bug_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bug_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dis_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dis_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dis_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dis_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sec_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sec_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sec_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sec_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.edu_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.edu_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.edu_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.edu_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pol_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pol_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pol_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pol_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.event_MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.event_staffMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.event_sendMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.event_seeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.testConnectionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.getAConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.releaseItToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.statusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.lblTime = new System.Windows.Forms.ToolStripStatusLabel();
this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.lblSysInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.manage_MenuItem,
this.prod_MenuItem,
this.fi_MenuItem,
this.bug_MenuItem,
this.dis_MenuItem,
this.sec_MenuItem,
this.edu_MenuItem,
this.pol_MenuItem,
this.event_MenuItem,
this.debugToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1016, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// manage_MenuItem
//
this.manage_MenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.main_staffMenuItem,
this.hand_disposeMenuItem,
this.sys_recordMenuItem,
this.ShutDown});
this.manage_MenuItem.Name = "manage_MenuItem";
this.manage_MenuItem.Size = new System.Drawing.Size(67, 20);
this.manage_MenuItem.Text = "系统管理";
//
// main_staffMenuItem
//
this.main_staffMenuItem.Name = "main_staffMenuItem";
this.main_staffMenuItem.Size = new System.Drawing.Size(152, 22);
this.main_staffMenuItem.Text = "系统人员管理";
this.main_staffMenuItem.Click += new System.EventHandler(this.main_staffMenuItem_Click);
//
// hand_disposeMenuItem
//
this.hand_disposeMenuItem.Name = "hand_disposeMenuItem";
this.hand_disposeMenuItem.Size = new System.Drawing.Size(152, 22);
this.hand_disposeMenuItem.Text = "手工处理消息";
this.hand_disposeMenuItem.Click += new System.EventHandler(this.hand_disposeMenuItem_Click);
//
// sys_recordMenuItem
//
this.sys_recordMenuItem.Name = "sys_recordMenuItem";
this.sys_recordMenuItem.Size = new System.Drawing.Size(152, 22);
this.sys_recordMenuItem.Text = "系统记录";
this.sys_recordMenuItem.Click += new System.EventHandler(this.sys_recordMenuItem_Click);
//
// ShutDown
//
this.ShutDown.Name = "ShutDown";
this.ShutDown.Size = new System.Drawing.Size(152, 22);
this.ShutDown.Text = "关闭系统";
this.ShutDown.Click += new System.EventHandler(this.ShutDown_Click);
//
// prod_MenuItem
//
this.prod_MenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.prod_staffMenuItem,
this.prod_sendMenuItem,
this.prod_seeMenuItem});
this.prod_MenuItem.Name = "prod_MenuItem";
this.prod_MenuItem.Size = new System.Drawing.Size(55, 20);
this.prod_MenuItem.Text = "农产品";
//
// prod_staffMenuItem
//
this.prod_staffMenuItem.Name = "prod_staffMenuItem";
this.prod_staffMenuItem.Size = new System.Drawing.Size(152, 22);
this.prod_staffMenuItem.Text = "人员增删";
this.prod_staffMenuItem.Click += new System.EventHandler(this.prod_staffMenuItem_Click);
//
// prod_sendMenuItem
//
this.prod_sendMenuItem.Name = "prod_sendMenuItem";
this.prod_sendMenuItem.Size = new System.Drawing.Size(152, 22);
this.prod_sendMenuItem.Text = "消息发送";
this.prod_sendMenuItem.Click += new System.EventHandler(this.prod_sendMenuItem_Click);
//
// prod_seeMenuItem
//
this.prod_seeMenuItem.Name = "prod_seeMenuItem";
this.prod_seeMenuItem.Size = new System.Drawing.Size(152, 22);
this.prod_seeMenuItem.Text = "消息查看";
this.prod_seeMenuItem.Click += new System.EventHandler(this.prod_seeMenuItem_Click);
//
// fi_MenuItem
//
this.fi_MenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fi_staffMenuItem,
this.fi_sendMenuItem,
this.fi_seeMenuItem});
this.fi_MenuItem.Enabled = false;
this.fi_MenuItem.Name = "fi_MenuItem";
this.fi_MenuItem.Size = new System.Drawing.Size(79, 20);
this.fi_MenuItem.Text = "农资/农技";
//
// fi_staffMenuItem
//
this.fi_staffMenuItem.Name = "fi_staffMenuItem";
this.fi_staffMenuItem.Size = new System.Drawing.Size(152, 22);
this.fi_staffMenuItem.Text = "人员增删";
this.fi_staffMenuItem.Click += new System.EventHandler(this.fi_staffMenuItem_Click);
//
// fi_sendMenuItem
//
this.fi_sendMenuItem.Name = "fi_sendMenuItem";
this.fi_sendMenuItem.Size = new System.Drawing.Size(152, 22);
this.fi_sendMenuItem.Text = "消息发送";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -