using System;
using DevExpress.XtraNavBar;
namespace GCAS
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
this.nbg_main = new DevExpress.XtraNavBar.NavBarGroup();
this.nbi_main_realtime = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_main_record = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_device = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_entrance = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_chart = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_report = new DevExpress.XtraNavBar.NavBarItem();
this.nbg_user = new DevExpress.XtraNavBar.NavBarGroup();
this.nbi_user_list = new DevExpress.XtraNavBar.NavBarItem();
this.nbg_entrance = new DevExpress.XtraNavBar.NavBarGroup();
this.nbi_entrance_list = new DevExpress.XtraNavBar.NavBarItem();
this.nbg_actions = new DevExpress.XtraNavBar.NavBarGroup();
this.nbi_actions = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_set_box = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_censor_list = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_client_list = new DevExpress.XtraNavBar.NavBarItem();
this.nbi_device_list = new DevExpress.XtraNavBar.NavBarItem();
this.timer_currentTime = new System.Windows.Forms.Timer(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar3 = new DevExpress.XtraBars.Bar();
this.btn_singout = new DevExpress.XtraBars.BarButtonItem();
this.btn_sysset = new DevExpress.XtraBars.BarButtonItem();
this.btn_serverset = new DevExpress.XtraBars.BarButtonItem();
this.btn_changePwd = new DevExpress.XtraBars.BarButtonItem();
this.bar_operator = new DevExpress.XtraBars.BarStaticItem();
this.bar_time = new DevExpress.XtraBars.BarStaticItem();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
this.btn_help = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.nbg_device = new DevExpress.XtraNavBar.NavBarGroup();
this.mdiManager = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.Main_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.Exit_ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mdiManager)).BeginInit();
this.contextMenu.SuspendLayout();
this.SuspendLayout();
//
// navBarControl1
//
this.navBarControl1.ActiveGroup = this.nbg_main;
resources.ApplyResources(this.navBarControl1, "navBarControl1");
this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
this.nbg_main,
this.nbg_user,
this.nbg_entrance,
this.nbg_actions});
this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
this.nbi_main_realtime,
this.nbi_main_record,
this.nbi_user_list,
this.nbi_set_box,
this.nbi_censor_list,
this.nbi_client_list,
this.nbi_device_list,
this.nbi_device,
this.nbi_entrance_list,
this.nbi_chart,
this.nbi_actions,
this.nbi_report,
this.nbi_entrance});
this.navBarControl1.Name = "navBarControl1";
this.navBarControl1.OptionsNavPane.ExpandedWidth = ((int)(resources.GetObject("resource.ExpandedWidth")));
this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
this.helpProvider1.SetShowHelp(this.navBarControl1, ((bool)(resources.GetObject("navBarControl1.ShowHelp"))));
//
// nbg_main
//
resources.ApplyResources(this.nbg_main, "nbg_main");
this.nbg_main.Expanded = true;
this.nbg_main.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbg_main.ImageOptions.LargeImage")));
this.nbg_main.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_main_realtime),
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_main_record),
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_device),
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_entrance),
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_chart),
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_report)});
this.nbg_main.Name = "nbg_main";
//
// nbi_main_realtime
//
resources.ApplyResources(this.nbi_main_realtime, "nbi_main_realtime");
this.nbi_main_realtime.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_main_realtime.ImageOptions.SmallImage")));
this.nbi_main_realtime.Name = "nbi_main_realtime";
this.nbi_main_realtime.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_main_realtime_LinkClicked);
//
// nbi_main_record
//
resources.ApplyResources(this.nbi_main_record, "nbi_main_record");
this.nbi_main_record.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_main_record.ImageOptions.SmallImage")));
this.nbi_main_record.Name = "nbi_main_record";
this.nbi_main_record.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_main_record_LinkClicked);
//
// nbi_device
//
resources.ApplyResources(this.nbi_device, "nbi_device");
this.nbi_device.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_device.ImageOptions.SmallImage")));
this.nbi_device.Name = "nbi_device";
this.nbi_device.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_device_LinkClicked);
//
// nbi_entrance
//
resources.ApplyResources(this.nbi_entrance, "nbi_entrance");
this.nbi_entrance.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_entrance.ImageOptions.SmallImage")));
this.nbi_entrance.Name = "nbi_entrance";
this.nbi_entrance.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_entrance_LinkClicked);
//
// nbi_chart
//
resources.ApplyResources(this.nbi_chart, "nbi_chart");
this.nbi_chart.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbi_chart.ImageOptions.LargeImage")));
this.nbi_chart.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_chart.ImageOptions.SmallImage")));
this.nbi_chart.Name = "nbi_chart";
this.nbi_chart.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_chart_LinkClicked);
//
// nbi_report
//
resources.ApplyResources(this.nbi_report, "nbi_report");
this.nbi_report.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_report.ImageOptions.SmallImage")));
this.nbi_report.Name = "nbi_report";
this.nbi_report.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_report_LinkClicked);
//
// nbg_user
//
resources.ApplyResources(this.nbg_user, "nbg_user");
this.nbg_user.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbg_user.ImageOptions.LargeImage")));
this.nbg_user.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_user_list)});
this.nbg_user.Name = "nbg_user";
//
// nbi_user_list
//
resources.ApplyResources(this.nbi_user_list, "nbi_user_list");
this.nbi_user_list.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_user_list.ImageOptions.SmallImage")));
this.nbi_user_list.Name = "nbi_user_list";
this.nbi_user_list.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_user_list_LinkClicked);
//
// nbg_entrance
//
resources.ApplyResources(this.nbg_entrance, "nbg_entrance");
this.nbg_entrance.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbg_entrance.ImageOptions.LargeImage")));
this.nbg_entrance.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_entrance_list)});
this.nbg_entrance.Name = "nbg_entrance";
//
// nbi_entrance_list
//
resources.ApplyResources(this.nbi_entrance_list, "nbi_entrance_list");
this.nbi_entrance_list.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_entrance_list.ImageOptions.SmallImage")));
this.nbi_entrance_list.Name = "nbi_entrance_list";
this.nbi_entrance_list.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_team_list_LinkClicked);
//
// nbg_actions
//
resources.ApplyResources(this.nbg_actions, "nbg_actions");
this.nbg_actions.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbg_actions.ImageOptions.LargeImage")));
this.nbg_actions.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.nbi_actions)});
this.nbg_actions.Name = "nbg_actions";
//
// nbi_actions
//
resources.ApplyResources(this.nbi_actions, "nbi_actions");
this.nbi_actions.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_actions.ImageOptions.SmallImage")));
this.nbi_actions.Name = "nbi_actions";
this.nbi_actions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbi_actions_LinkClicked);
//
// nbi_set_box
//
resources.ApplyResources(this.nbi_set_box, "nbi_set_box");
this.nbi_set_box.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_set_box.ImageOptions.SmallImage")));
this.nbi_set_box.Name = "nbi_set_box";
//
// nbi_censor_list
//
this.nbi_censor_list.Name = "nbi_censor_list";
//
// nbi_client_list
//
this.nbi_client_list.Name = "nbi_client_list";
//
// nbi_device_list
//
resources.ApplyResources(this.nbi_device_list, "nbi_device_list");
this.nbi_device_list.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbi_device_list.ImageOptions.LargeImage")));
this.nbi_device_list.ImageOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbi_device_list.ImageOptions.SmallImage")));
this.nbi_device_list.Name = "nbi_device_list";
//
// timer_currentTime
//
this.timer_currentTime.Tick += new System.EventHandler(this.timer_currentTime_Tick);
//
// barManager1
//
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar3});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButtonItem1,
this.barButtonItem2,
this.btn_singout,
this.barStaticItem1,
this.barHeaderItem1,
this.bar_operator,
this.bar_time,
this.btn_sysset,
this.btn_serverset,
this.btn_changePwd,
this.barButtonItem3,
this.barButtonItem4,
this.btn_help,
this.barButtonItem5,
this.barButtonItem6});
this.barManager1.MaxItemId = 16;
this.barManager1.StatusBar = this.bar3;
//
// bar3
//
this.bar3.BarName = "Status bar";
this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
this.bar3.DockCol = 0;
this.bar3.DockRow = 0;
this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_singout, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_sysset, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_serverset, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_changePwd, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bar_operator, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bar_time, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btn_help, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
this.bar3.OptionsBar.AllowQuickCustomization = false;
this.bar3.OptionsBar.DrawDragBorder = false;
this.bar3.OptionsBar.UseWholeRow = true;
resources.ApplyResources(this.bar3, "bar3");
//
// btn_singout
//
resources.ApplyResources(this.btn_singout, "btn_singout");
this.btn_singout.Id = 2;
this.btn_singout.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_singout.ImageOptions.SvgImage")));
this.btn_singout.Name = "btn_singout";
this.btn_singout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_singout_ItemClick);
//
// btn_sysset
//
resources.ApplyResources(this.btn_sysset, "btn_sysset");
this.btn_sysset.Id = 7;
this.btn_sysset.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_sysset.ImageOptions.SvgImage")));
this.btn_sysset.Name = "btn_sysset";
this.btn_sysset.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_sysset_ItemClick);
//
// btn_serverset
//
resources.ApplyResources(this.btn_serverset, "btn_serverset");
this.btn_serverset.Id = 8;
this.btn_serverset.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_serverset.ImageOptions.SvgImage")));
this.btn_serverset.Name = "btn_serverset";
this.btn_serverset.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_serverset_ItemClick);
//
// btn_changePwd
//
resources.ApplyResources(this.btn_changePwd, "btn_changePwd");
this.btn_changePwd.Id = 9;
this.btn_changePwd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_changePwd.ImageOptions.SvgImage")));
this.btn_changePwd.Name = "btn_changePwd";
this.btn_changePwd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_changePwd_ItemClick);
//
// bar_operator
//
this.bar_operator.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
resources.ApplyResources(this.bar_operator, "bar_operator");
this.bar_operator.Id = 5;
this.bar_operator.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bar_operator.ImageOptions.SvgImage")));
this.bar_operator.Name = "bar_operator";
//
// bar_time
//
this.bar_time.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.bar_time.Id = 6;
this.bar_time.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bar_time.ImageOptions.SvgImage")));
this.bar_time.Name = "bar_time";
//
// barStaticItem1
//
this.barStaticItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
resources.ApplyResources(this.barStaticItem1, "barStaticItem1");
this.barStaticItem1.Id = 3;
this.barStaticItem1.Name = "barStaticItem1";
//
// btn_help
//
resources.ApplyResources(this.btn_help, "btn_help");
this.btn_help.Id = 13;
this.btn_help.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_help.ImageOptions.SvgImage")));
this.btn_help.Name = "btn_help";
this.btn_help.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_help_ItemClick);
//
// barButtonItem6
//
this.barButtonItem6.Id = 15;
this.barButtonItem6.Name = "barButtonItem6";
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
this.barDockControlTop.Manager = this.barManager1;
this.helpProvider1.SetShowHelp(this.barDockControlTop, ((bool)(resources.GetObject("barDockControlTop.ShowHelp"))));
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
this.barDockControlBottom.Manager = this.barManager1;
this.helpProvider1.SetShowHelp(this.barDockControlBottom, ((bool)(resources.GetObject("barDockControlBottom.ShowHelp"))));
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
this.barDockControlLeft.Manager = this.barManager1;
this.helpProvider1.SetShowHelp(this.barDockControlLeft, ((bool)(resources.GetObject("barDockControlLeft.ShowHelp"))));
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
this.barDockControlRight.Manager = this.barManager1;
this.helpProvider1.SetShowHelp(this.barDockControlRight, ((bool)(resources.GetObject("barDockControlRight.ShowHelp"))));
//
// barButtonItem1
//
resources.ApplyResources(this.barButtonItem1, "barButtonItem1");
this.barButtonItem1.Id = 0;
this.barButtonItem1.Name = "barButtonItem1";
//
// barButtonItem2
//
resources.ApplyResources(this.barButtonItem2, "barButtonItem2");
this.barButtonItem2.Id = 1;
this.barButtonItem2.Name = "barButtonItem2";
//
// barHeaderItem1
//
resources.ApplyResources(this.barHeaderItem1, "barHeaderItem1");
this.barHeaderItem1.Id = 4;
this.barHeaderItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barHeaderItem1.ImageOptions.Image")));
this.barHeaderItem1.Name = "barHeaderItem1";
//
// barButtonItem3
//
this.barButtonItem3.Id = 11;
this.barButtonItem3.Name = "barButtonItem3";
//
// barButtonItem4
//
this.barButtonItem4.Id = 12;
this.barButtonItem4.Name = "barButtonItem4";
//
// barButtonItem5
//
this.barButtonItem5.Id = 14;
this.barButtonItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem5.ImageOptions.SvgImage")));
this.barButtonItem5.Name = "barButtonItem5";
//
// nbg_device
//
resources.ApplyResources(this.nbg_device, "nbg_device");
this.nbg_device.Expanded = true;
this.nbg_device.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("nbg_device.ImageOptions.LargeImage")));
this.nbg_device.Name = "nbg_device";
//
// mdiManager
//
this.mdiManager.MdiParent = this;
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenu;
resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
//
// contextMenu
//
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Main_ToolStripMenuItem,
this.Exit_ToolStripMenuItem});
this.contextMenu.Name = "contextMenu";
resources.ApplyResources(this.contextMenu, "contextMenu");
//
// Main_ToolStripMenuItem
//
this.Main_ToolStripMenuItem.Name = "Main_ToolStripMenuItem";
resources.ApplyResources(this.Main_ToolStripMenuItem, "Main_ToolStripMenuItem");
this.Main_ToolStripMenuItem.Click += new System.EventHandler(this.Main_ToolStripMenuItem_Click);
//
// Exit_ToolStripMenuItem
//
this.Exit_ToolStripMenuItem.Name = "Exit_ToolStripMenuItem";
resources.ApplyResources(this.Exit_ToolStripMenuItem, "Exit_ToolStripMenuItem");
this.Exit_ToolStripMenuItem.Click += new System.EventHandler(this.Exit_ToolStripMenuItem_Click);
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.navBarControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.DoubleBuffered = true;
this.HelpButton = true;
this.IsMdiContainer = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainForm";
this.helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.MainForm_Load);
this.Resize += new System.EventHandler(this.MainForm_Resize);
((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mdiManager)).EndInit();
this.contextMenu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraNavBar.NavBarControl navBarControl1;
private DevExpress.XtraNavBar.NavBarGroup nbg_main;
private DevExpress.XtraNavBar.NavBarItem nbi_main_realtime;
private DevExpress.XtraNavBar.NavBarItem nbi_main_record;
private DevExpress.XtraNavBar.NavBarGroup nbg_user;
private DevExpress.XtraNavBar.NavBarItem nbi_user_list;
private DevExpress.XtraNavBar.NavBarItem nbi_censor_list;
private DevExpress.XtraNavBar.NavBarItem nbi_set_box;
private DevExpress.XtraNavBar.NavBarItem nbi_client_list;
private System.Windows.Forms.Timer timer_currentTime;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.Bar bar3;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btn_singout;
private DevExpress.XtraNavBar.NavBarItem nbi_device;
private DevExpress.XtraNavBar.NavBarItem nbi_device_list;
private DevExpress.XtraNavBar.NavBarGroup nbg_device;
private DevExpress.XtraBars.BarStaticItem barStaticItem1;
private DevExpress.XtraBars.BarStaticItem bar_operator;
private DevExpress.XtraBars.BarHeaderItem barHeaderItem1;
private DevExpress.XtraBars.BarStaticItem bar_time;
private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager mdiManager;
private DevExpress.XtraBars.BarButtonItem btn_sysset;
private DevExpress.XtraNavBar.NavBarGroup nbg_entrance;
private DevExpress.XtraNavBar.NavBarItem nbi_entrance_list;
private DevExpress.XtraBars.BarButtonItem btn_serverset;
private DevExpress.XtraNavBar.NavBarItem nbi_chart;
private DevExpress.XtraBars.BarButtonItem btn_changePwd;
private DevExpress.XtraNavBar.NavBarGroup nbg_actions;
private DevExpress.XtraNavBar.NavBarItem nbi_actions;
private NavBarItem nbi_report;
private NavBarItem nbi_entrance;
private DevExpress.XtraBars.BarButtonItem barButtonItem3;
private DevExpress.XtraBars.BarButtonItem barButtonItem4;
private DevExpress.XtraBars.BarButtonItem btn_help;
private System.Windows.Forms.HelpProvider helpProvider1;
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
private DevExpress.XtraBars.BarButtonItem barButtonItem6;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenu;
private System.Windows.Forms.ToolStripMenuItem Main_ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem Exit_ToolStripMenuItem;
}
}