Files
ClientServerProject/软件系统客户端模版/FormMainWindow.Designer.cs

731 lines
41 KiB
C#
Raw Normal View History

2017-02-22 14:30:10 +08:00
namespace
{
partial class FormMainWindow
{
/// <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.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();
2017-02-22 14:30:10 +08:00
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.panel_right = new System.Windows.Forms.Panel();
this.panel_right_mini = new System.Windows.Forms.Panel();
this.netClientOnline1 = new ClientsLibrary.BasicSupport.NetClientOnline();
this.label_file_count = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
2017-02-22 20:09:28 +08:00
this.label_factory = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
2017-02-22 14:30:10 +08:00
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.linkLabel_logout = new System.Windows.Forms.LinkLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox_right_profile = new System.Windows.Forms.PictureBox();
this.pictureBox_right_restore = new System.Windows.Forms.PictureBox();
this.pictureBox_right_shrink = new System.Windows.Forms.PictureBox();
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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
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.pictureBox_right_file = new System.Windows.Forms.PictureBox();
2017-02-22 14:30:10 +08:00
this.statusStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.panel_right.SuspendLayout();
this.panel_right_mini.SuspendLayout();
this.panel_left.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_profile)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_restore)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_shrink)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_file)).BeginInit();
2017-02-22 14:30:10 +08:00
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});
2017-02-22 14:30:10 +08:00
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 = "时间:";
//
2017-02-22 14:30:10 +08:00
// 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);
2017-02-22 14:30:10 +08:00
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.panel_right_mini);
this.panel_right.Controls.Add(this.pictureBox_right_shrink);
this.panel_right.Controls.Add(this.netClientOnline1);
this.panel_right.Controls.Add(this.label_file_count);
this.panel_right.Controls.Add(this.label8);
this.panel_right.Controls.Add(this.label_factory);
this.panel_right.Controls.Add(this.label9);
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;
2017-02-22 14:30:10 +08:00
//
// panel_right_mini
//
this.panel_right_mini.Controls.Add(this.pictureBox_right_file);
this.panel_right_mini.Controls.Add(this.pictureBox_right_profile);
this.panel_right_mini.Controls.Add(this.pictureBox_right_restore);
this.panel_right_mini.Location = new System.Drawing.Point(0, 0);
this.panel_right_mini.Name = "panel_right_mini";
this.panel_right_mini.Size = new System.Drawing.Size(25, 418);
this.panel_right_mini.TabIndex = 21;
this.panel_right_mini.Visible = false;
//
// netClientOnline1
//
this.netClientOnline1.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.netClientOnline1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.netClientOnline1.Location = new System.Drawing.Point(5, 164);
this.netClientOnline1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.netClientOnline1.Name = "netClientOnline1";
this.netClientOnline1.Size = new System.Drawing.Size(214, 250);
this.netClientOnline1.TabIndex = 19;
//
// 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(137, 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 = "文件数量:";
//
2017-02-22 20:09:28 +08:00
// 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 = "所属分厂:";
//
2017-02-22 14:30:10 +08:00
// 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(571, 33);
2017-02-22 14:30:10 +08:00
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;
//
// linkLabel_logout
//
this.linkLabel_logout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.linkLabel_logout.AutoSize = true;
this.linkLabel_logout.Location = new System.Drawing.Point(854, 3);
this.linkLabel_logout.Name = "linkLabel_logout";
this.linkLabel_logout.Size = new System.Drawing.Size(29, 12);
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);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2017-07-07 10:18:28 +08:00
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Location = new System.Drawing.Point(887, 1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
2017-07-07 10:18:28 +08:00
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// pictureBox_right_profile
//
this.pictureBox_right_profile.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox_right_profile.Image = global::.Properties.Resources.UserProfilenode_8706;
this.pictureBox_right_profile.Location = new System.Drawing.Point(3, 24);
this.pictureBox_right_profile.Name = "pictureBox_right_profile";
this.pictureBox_right_profile.Size = new System.Drawing.Size(17, 17);
this.pictureBox_right_profile.TabIndex = 22;
this.pictureBox_right_profile.TabStop = false;
this.pictureBox_right_profile.Click += new System.EventHandler(this.pictureBox_right_profile_Click);
//
// pictureBox_right_restore
//
this.pictureBox_right_restore.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox_right_restore.Image = global::.Properties.Resources.Association;
this.pictureBox_right_restore.Location = new System.Drawing.Point(3, 4);
this.pictureBox_right_restore.Name = "pictureBox_right_restore";
this.pictureBox_right_restore.Size = new System.Drawing.Size(17, 17);
this.pictureBox_right_restore.TabIndex = 21;
this.pictureBox_right_restore.TabStop = false;
this.pictureBox_right_restore.Click += new System.EventHandler(this.pictureBox_right_restore_Click);
//
// pictureBox_right_shrink
//
this.pictureBox_right_shrink.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox_right_shrink.Image = global::.Properties.Resources.Association;
this.pictureBox_right_shrink.Location = new System.Drawing.Point(201, 4);
this.pictureBox_right_shrink.Name = "pictureBox_right_shrink";
this.pictureBox_right_shrink.Size = new System.Drawing.Size(17, 17);
this.pictureBox_right_shrink.TabIndex = 20;
this.pictureBox_right_shrink.TabStop = false;
this.pictureBox_right_shrink.Click += new System.EventHandler(this.pictureBox_right_shrink_Click);
//
// 管理员ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.toolStripSeparator1,
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);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
//
// 远程更新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});
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.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);
//
// pictureBox_right_file
//
this.pictureBox_right_file.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox_right_file.Image = global::.Properties.Resources.RolesNode_Valid_Closed;
this.pictureBox_right_file.Location = new System.Drawing.Point(3, 44);
this.pictureBox_right_file.Name = "pictureBox_right_file";
this.pictureBox_right_file.Size = new System.Drawing.Size(17, 17);
this.pictureBox_right_file.TabIndex = 23;
this.pictureBox_right_file.TabStop = false;
this.pictureBox_right_file.Click += new System.EventHandler(this.pictureBox_right_file_Click);
//
2017-02-22 14:30:10 +08:00
// 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.pictureBox1);
this.Controls.Add(this.panel_main);
this.Controls.Add(this.panel_left);
2017-02-22 14:30:10 +08:00
this.Controls.Add(this.label_Announcement);
this.Controls.Add(this.panel_right);
this.Controls.Add(this.linkLabel_logout);
2017-02-22 14:30:10 +08:00
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_right_mini.ResumeLayout(false);
this.panel_left.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_profile)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_restore)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_shrink)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_right_file)).EndInit();
2017-02-22 14:30:10 +08:00
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;
2017-02-22 14:30:10 +08:00
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.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;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private ClientsLibrary.BasicSupport.NetClientOnline netClientOnline1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.PictureBox pictureBox_right_shrink;
private System.Windows.Forms.Panel panel_right_mini;
private System.Windows.Forms.PictureBox pictureBox_right_restore;
private System.Windows.Forms.LinkLabel linkLabel_logout;
private System.Windows.Forms.PictureBox pictureBox_right_profile;
private System.Windows.Forms.PictureBox pictureBox_right_file;
2017-02-22 14:30:10 +08:00
}
}