namespace 软件系统客户端模版
{
partial class FormMainWindow
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_Version = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_status = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel_time = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.panel_right = new System.Windows.Forms.Panel();
this.label_file_count = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.linkLabel_logout = new System.Windows.Forms.LinkLabel();
this.label_factory = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.label_address = new System.Windows.Forms.Label();
this.label_last = new System.Windows.Forms.Label();
this.label_times = new System.Windows.Forms.Label();
this.label_register = new System.Windows.Forms.Label();
this.label_grade = new System.Windows.Forms.Label();
this.label_userName = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label_Announcement = new System.Windows.Forms.Label();
this.panel_left = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.panel_main = new System.Windows.Forms.Panel();
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.远程更新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.修改密码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.更新日志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.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.panel_right.SuspendLayout();
this.panel_left.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel_Version,
this.toolStripStatusLabel3,
this.toolStripStatusLabel_status,
this.toolStripStatusLabel4,
this.toolStripStatusLabel_time});
this.statusStrip1.Location = new System.Drawing.Point(0, 454);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(921, 22);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Gray;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(152, 17);
this.toolStripStatusLabel1.Text = "本软件著作权归某某某所有";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(68, 17);
this.toolStripStatusLabel2.Text = " 版本:";
//
// toolStripStatusLabel_Version
//
this.toolStripStatusLabel_Version.ForeColor = System.Drawing.Color.Purple;
this.toolStripStatusLabel_Version.Name = "toolStripStatusLabel_Version";
this.toolStripStatusLabel_Version.Size = new System.Drawing.Size(43, 17);
this.toolStripStatusLabel_Version.Text = "V1.0.0";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(108, 17);
this.toolStripStatusLabel3.Text = " 客户端状态:";
//
// toolStripStatusLabel_status
//
this.toolStripStatusLabel_status.Name = "toolStripStatusLabel_status";
this.toolStripStatusLabel_status.Size = new System.Drawing.Size(101, 17);
this.toolStripStatusLabel_status.Text = "正在连接服务器...";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(84, 17);
this.toolStripStatusLabel4.Text = " 温馨提示:";
//
// toolStripStatusLabel_time
//
this.toolStripStatusLabel_time.ForeColor = System.Drawing.Color.Green;
this.toolStripStatusLabel_time.Name = "toolStripStatusLabel_time";
this.toolStripStatusLabel_time.Size = new System.Drawing.Size(44, 17);
this.toolStripStatusLabel_time.Text = "时间:";
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
this.menuStrip1.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.管理员ToolStripMenuItem,
this.设置ToolStripMenuItem,
this.关于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(921, 35);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// panel_right
//
this.panel_right.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_right.Controls.Add(this.label_file_count);
this.panel_right.Controls.Add(this.label8);
this.panel_right.Controls.Add(this.linkLabel_logout);
this.panel_right.Controls.Add(this.label_factory);
this.panel_right.Controls.Add(this.label9);
this.panel_right.Controls.Add(this.label7);
this.panel_right.Controls.Add(this.listBox1);
this.panel_right.Controls.Add(this.label_address);
this.panel_right.Controls.Add(this.label_last);
this.panel_right.Controls.Add(this.label_times);
this.panel_right.Controls.Add(this.label_register);
this.panel_right.Controls.Add(this.label_grade);
this.panel_right.Controls.Add(this.label_userName);
this.panel_right.Controls.Add(this.label6);
this.panel_right.Controls.Add(this.label5);
this.panel_right.Controls.Add(this.label4);
this.panel_right.Controls.Add(this.label3);
this.panel_right.Controls.Add(this.label2);
this.panel_right.Controls.Add(this.label1);
this.panel_right.Dock = System.Windows.Forms.DockStyle.Right;
this.panel_right.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel_right.Location = new System.Drawing.Point(697, 35);
this.panel_right.Name = "panel_right";
this.panel_right.Size = new System.Drawing.Size(224, 419);
this.panel_right.TabIndex = 2;
//
// label_file_count
//
this.label_file_count.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label_file_count.Cursor = System.Windows.Forms.Cursors.Hand;
this.label_file_count.Location = new System.Drawing.Point(82, 143);
this.label_file_count.Name = "label_file_count";
this.label_file_count.Size = new System.Drawing.Size(129, 17);
this.label_file_count.TabIndex = 18;
this.label_file_count.Text = "0";
this.label_file_count.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.label_file_count.Click += new System.EventHandler(this.label_file_count_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 143);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(68, 17);
this.label8.TabIndex = 17;
this.label8.Text = "文件数量:";
//
// linkLabel_logout
//
this.linkLabel_logout.AutoSize = true;
this.linkLabel_logout.Location = new System.Drawing.Point(188, 1);
this.linkLabel_logout.Name = "linkLabel_logout";
this.linkLabel_logout.Size = new System.Drawing.Size(32, 17);
this.linkLabel_logout.TabIndex = 16;
this.linkLabel_logout.TabStop = true;
this.linkLabel_logout.Text = "注销";
this.linkLabel_logout.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_logout_LinkClicked);
//
// label_factory
//
this.label_factory.AutoSize = true;
this.label_factory.Location = new System.Drawing.Point(82, 41);
this.label_factory.Name = "label_factory";
this.label_factory.Size = new System.Drawing.Size(13, 17);
this.label_factory.TabIndex = 15;
this.label_factory.Text = "-";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 41);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(68, 17);
this.label9.TabIndex = 14;
this.label9.Text = "所属分厂:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.DimGray;
this.label7.Location = new System.Drawing.Point(8, 163);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 17);
this.label7.TabIndex = 13;
this.label7.Text = "所有在线客户端:";
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 17;
this.listBox1.Location = new System.Drawing.Point(11, 183);
this.listBox1.Name = "listBox1";
this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.None;
this.listBox1.Size = new System.Drawing.Size(200, 242);
this.listBox1.TabIndex = 12;
//
// label_address
//
this.label_address.AutoSize = true;
this.label_address.Location = new System.Drawing.Point(82, 109);
this.label_address.Name = "label_address";
this.label_address.Size = new System.Drawing.Size(13, 17);
this.label_address.TabIndex = 11;
this.label_address.Text = "-";
//
// label_last
//
this.label_last.AutoSize = true;
this.label_last.Location = new System.Drawing.Point(82, 92);
this.label_last.Name = "label_last";
this.label_last.Size = new System.Drawing.Size(13, 17);
this.label_last.TabIndex = 10;
this.label_last.Text = "-";
//
// label_times
//
this.label_times.AutoSize = true;
this.label_times.Location = new System.Drawing.Point(82, 75);
this.label_times.Name = "label_times";
this.label_times.Size = new System.Drawing.Size(13, 17);
this.label_times.TabIndex = 9;
this.label_times.Text = "-";
//
// label_register
//
this.label_register.AutoSize = true;
this.label_register.Location = new System.Drawing.Point(82, 58);
this.label_register.Name = "label_register";
this.label_register.Size = new System.Drawing.Size(13, 17);
this.label_register.TabIndex = 8;
this.label_register.Text = "-";
//
// label_grade
//
this.label_grade.AutoSize = true;
this.label_grade.Location = new System.Drawing.Point(82, 24);
this.label_grade.Name = "label_grade";
this.label_grade.Size = new System.Drawing.Size(13, 17);
this.label_grade.TabIndex = 7;
this.label_grade.Text = "-";
//
// label_userName
//
this.label_userName.AutoSize = true;
this.label_userName.Location = new System.Drawing.Point(82, 7);
this.label_userName.Name = "label_userName";
this.label_userName.Size = new System.Drawing.Size(13, 17);
this.label_userName.TabIndex = 6;
this.label_userName.Text = "-";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 109);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(79, 17);
this.label6.TabIndex = 5;
this.label6.Text = "上次登录IP:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 92);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 17);
this.label5.TabIndex = 4;
this.label5.Text = "最近登录:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 75);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 17);
this.label4.TabIndex = 3;
this.label4.Text = "登录频次:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 58);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 17);
this.label3.TabIndex = 2;
this.label3.Text = "注册时间:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 17);
this.label2.TabIndex = 1;
this.label2.Text = "权限等级:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 7);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// label_Announcement
//
this.label_Announcement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label_Announcement.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_Announcement.ForeColor = System.Drawing.Color.Red;
this.label_Announcement.Location = new System.Drawing.Point(283, 0);
this.label_Announcement.Name = "label_Announcement";
this.label_Announcement.Size = new System.Drawing.Size(638, 33);
this.label_Announcement.TabIndex = 3;
this.label_Announcement.Text = "[公告]";
this.label_Announcement.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel_left
//
this.panel_left.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_left.Controls.Add(this.label10);
this.panel_left.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_left.Location = new System.Drawing.Point(0, 35);
this.panel_left.Name = "panel_left";
this.panel_left.Size = new System.Drawing.Size(140, 419);
this.panel_left.TabIndex = 4;
//
// label10
//
this.label10.Location = new System.Drawing.Point(4, 7);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(120, 51);
this.label10.TabIndex = 0;
this.label10.Text = "左侧边栏,不需要可以隐藏";
//
// panel_main
//
this.panel_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_main.Location = new System.Drawing.Point(140, 35);
this.panel_main.Name = "panel_main";
this.panel_main.Size = new System.Drawing.Size(557, 419);
this.panel_main.TabIndex = 5;
//
// 管理员ToolStripMenuItem
//
this.管理员ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.更改公告ToolStripMenuItem,
this.日志查看ToolStripMenuItem,
this.账户管理ToolStripMenuItem,
this.远程更新ToolStripMenuItem,
this.注册账号ToolStripMenuItem,
this.消息发送ToolStripMenuItem,
this.开发中心ToolStripMenuItem});
this.管理员ToolStripMenuItem.Image = global::软件系统客户端模版.Properties.Resources.Team_32xLG;
this.管理员ToolStripMenuItem.Name = "管理员ToolStripMenuItem";
this.管理员ToolStripMenuItem.Size = new System.Drawing.Size(100, 31);
this.管理员ToolStripMenuItem.Text = "管理员";
//
// 更改公告ToolStripMenuItem
//
this.更改公告ToolStripMenuItem.Name = "更改公告ToolStripMenuItem";
this.更改公告ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.更改公告ToolStripMenuItem.Text = "更改公告";
this.更改公告ToolStripMenuItem.Click += new System.EventHandler(this.更改公告ToolStripMenuItem_Click);
//
// 日志查看ToolStripMenuItem
//
this.日志查看ToolStripMenuItem.Name = "日志查看ToolStripMenuItem";
this.日志查看ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.日志查看ToolStripMenuItem.Text = "日志查看";
this.日志查看ToolStripMenuItem.Click += new System.EventHandler(this.日志查看ToolStripMenuItem_Click);
//
// 账户管理ToolStripMenuItem
//
this.账户管理ToolStripMenuItem.Name = "账户管理ToolStripMenuItem";
this.账户管理ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.账户管理ToolStripMenuItem.Text = "账户管理";
this.账户管理ToolStripMenuItem.Click += new System.EventHandler(this.账户管理ToolStripMenuItem_Click);
//
// 远程更新ToolStripMenuItem
//
this.远程更新ToolStripMenuItem.Name = "远程更新ToolStripMenuItem";
this.远程更新ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.远程更新ToolStripMenuItem.Text = "远程更新";
this.远程更新ToolStripMenuItem.Click += new System.EventHandler(this.远程更新ToolStripMenuItem_Click);
//
// 注册账号ToolStripMenuItem
//
this.注册账号ToolStripMenuItem.Name = "注册账号ToolStripMenuItem";
this.注册账号ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.注册账号ToolStripMenuItem.Text = "注册账号";
this.注册账号ToolStripMenuItem.Click += new System.EventHandler(this.注册账号ToolStripMenuItem_Click);
//
// 消息发送ToolStripMenuItem
//
this.消息发送ToolStripMenuItem.Name = "消息发送ToolStripMenuItem";
this.消息发送ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.消息发送ToolStripMenuItem.Text = "消息发送";
this.消息发送ToolStripMenuItem.Click += new System.EventHandler(this.消息发送ToolStripMenuItem_Click);
//
// 设置ToolStripMenuItem
//
this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.修改密码ToolStripMenuItem,
this.留言板ToolStripMenuItem});
this.设置ToolStripMenuItem.Image = global::软件系统客户端模版.Properties.Resources.PickAxe_32xLG;
this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
this.设置ToolStripMenuItem.Size = new System.Drawing.Size(80, 31);
this.设置ToolStripMenuItem.Text = "设置";
//
// 修改密码ToolStripMenuItem
//
this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.修改密码ToolStripMenuItem.Text = "修改密码";
this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click);
//
// 留言板ToolStripMenuItem
//
this.留言板ToolStripMenuItem.Name = "留言板ToolStripMenuItem";
this.留言板ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.留言板ToolStripMenuItem.Text = "留言板";
this.留言板ToolStripMenuItem.Click += new System.EventHandler(this.留言板ToolStripMenuItem_Click);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于本软件ToolStripMenuItem,
this.更新日志ToolStripMenuItem,
this.版本号说明ToolStripMenuItem,
this.意见反馈ToolStripMenuItem});
this.关于ToolStripMenuItem.Image = global::软件系统客户端模版.Properties.Resources.ASCube_32xLG;
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(80, 31);
this.关于ToolStripMenuItem.Text = "关于";
//
// 关于本软件ToolStripMenuItem
//
this.关于本软件ToolStripMenuItem.Name = "关于本软件ToolStripMenuItem";
this.关于本软件ToolStripMenuItem.Size = new System.Drawing.Size(184, 32);
this.关于本软件ToolStripMenuItem.Text = "关于本软件";
this.关于本软件ToolStripMenuItem.Click += new System.EventHandler(this.关于本软件ToolStripMenuItem_Click);
//
// 更新日志ToolStripMenuItem
//
this.更新日志ToolStripMenuItem.Name = "更新日志ToolStripMenuItem";
this.更新日志ToolStripMenuItem.Size = new System.Drawing.Size(184, 32);
this.更新日志ToolStripMenuItem.Text = "更新日志";
this.更新日志ToolStripMenuItem.Click += new System.EventHandler(this.更新日志ToolStripMenuItem_Click);
//
// 版本号说明ToolStripMenuItem
//
this.版本号说明ToolStripMenuItem.Name = "版本号说明ToolStripMenuItem";
this.版本号说明ToolStripMenuItem.Size = new System.Drawing.Size(184, 32);
this.版本号说明ToolStripMenuItem.Text = "版本号说明";
this.版本号说明ToolStripMenuItem.Click += new System.EventHandler(this.版本号说明ToolStripMenuItem_Click);
//
// 意见反馈ToolStripMenuItem
//
this.意见反馈ToolStripMenuItem.Name = "意见反馈ToolStripMenuItem";
this.意见反馈ToolStripMenuItem.Size = new System.Drawing.Size(184, 32);
this.意见反馈ToolStripMenuItem.Text = "意见反馈";
this.意见反馈ToolStripMenuItem.Click += new System.EventHandler(this.意见反馈ToolStripMenuItem_Click);
//
// 开发中心ToolStripMenuItem
//
this.开发中心ToolStripMenuItem.Name = "开发中心ToolStripMenuItem";
this.开发中心ToolStripMenuItem.Size = new System.Drawing.Size(164, 32);
this.开发中心ToolStripMenuItem.Text = "开发中心";
this.开发中心ToolStripMenuItem.Click += new System.EventHandler(this.开发中心ToolStripMenuItem_Click);
//
// FormMainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(921, 476);
this.Controls.Add(this.panel_main);
this.Controls.Add(this.panel_left);
this.Controls.Add(this.label_Announcement);
this.Controls.Add(this.panel_right);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormMainWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "主界面";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMainWindow_FormClosing);
this.Load += new System.EventHandler(this.FormMainWindow_Load);
this.Shown += new System.EventHandler(this.FormMainWindow_Shown);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel_right.ResumeLayout(false);
this.panel_right.PerformLayout();
this.panel_left.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_Version;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_status;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 管理员ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于本软件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 更新日志ToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ToolStripMenuItem 版本号说明ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 更改公告ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 日志查看ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 账户管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 远程更新ToolStripMenuItem;
private System.Windows.Forms.Panel panel_right;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label_address;
private System.Windows.Forms.Label label_last;
private System.Windows.Forms.Label label_times;
private System.Windows.Forms.Label label_register;
private System.Windows.Forms.Label label_grade;
private System.Windows.Forms.Label label_userName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label_Announcement;
private System.Windows.Forms.Label label_factory;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ToolStripMenuItem 注册账号ToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_time;
private System.Windows.Forms.LinkLabel linkLabel_logout;
private System.Windows.Forms.Label label_file_count;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel_left;
private System.Windows.Forms.Panel panel_main;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ToolStripMenuItem 留言板ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 意见反馈ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 消息发送ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 开发中心ToolStripMenuItem;
}
}