📄 formmain.designer.cs
字号:
this.ButSendGroupMsg.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.ButSendGroupMsg.ImagePaddingHorizontal = 8;
this.ButSendGroupMsg.Name = "ButSendGroupMsg";
this.ButSendGroupMsg.SubItemsExpandWidth = 24;
this.ButSendGroupMsg.Text = "群发消息(&G)";
this.ButSendGroupMsg.Click += new System.EventHandler(this.but_Click);
//
// butMsgMis
//
this.butMsgMis.ImagePaddingHorizontal = 8;
this.butMsgMis.Name = "butMsgMis";
this.butMsgMis.Text = "信息管理器";
this.butMsgMis.Click += new System.EventHandler(this.but_Click);
//
// MenuSystemSet
//
this.MenuSystemSet.BeginGroup = true;
this.MenuSystemSet.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.MenuSystemSet.ImagePaddingHorizontal = 8;
this.MenuSystemSet.Name = "MenuSystemSet";
this.MenuSystemSet.SubItemsExpandWidth = 24;
this.MenuSystemSet.Text = "设置(&S)";
this.MenuSystemSet.Click += new System.EventHandler(this.but_Click);
//
// butAbout
//
this.butAbout.BeginGroup = true;
this.butAbout.ImagePaddingHorizontal = 8;
this.butAbout.Name = "butAbout";
this.butAbout.Text = "关于(&A)";
this.butAbout.Click += new System.EventHandler(this.but_Click);
//
// itemContainer5
//
//
//
//
this.itemContainer5.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
this.itemContainer5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
this.itemContainer5.MinimumSize = new System.Drawing.Size(0, 0);
this.itemContainer5.Name = "itemContainer5";
this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.butClose,
this.butExit});
//
// butClose
//
this.butClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.butClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.butClose.ImagePaddingHorizontal = 8;
this.butClose.Name = "butClose";
this.butClose.SubItemsExpandWidth = 24;
this.butClose.Text = "关闭(&C)";
this.butClose.Click += new System.EventHandler(this.but_Click);
//
// butExit
//
this.butExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.butExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.butExit.ImagePaddingHorizontal = 8;
this.butExit.Name = "butExit";
this.butExit.SubItemsExpandWidth = 24;
this.butExit.Text = "退出(&Q)";
this.butExit.Click += new System.EventHandler(this.but_Click);
//
// open
//
this.open.Enabled = false;
this.open.ImagePaddingHorizontal = 8;
this.open.Name = "open";
this.open.Text = " ";
//
// buttonItem1
//
this.buttonItem1.ImagePaddingHorizontal = 8;
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.Text = "buttonItem1";
//
// bar1
//
this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
this.bar1.AccessibleName = "DotNetBar Bar";
this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
this.bar1.AntiAlias = true;
this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.labelStatus,
this.labelPosition});
this.bar1.ItemSpacing = 2;
this.bar1.Location = new System.Drawing.Point(4, 437);
this.bar1.Name = "bar1";
this.bar1.Size = new System.Drawing.Size(192, 17);
this.bar1.Stretch = true;
this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.bar1.TabIndex = 11;
this.bar1.TabStop = false;
this.bar1.Text = "barStatus";
//
// labelStatus
//
this.labelStatus.Name = "labelStatus";
this.labelStatus.PaddingLeft = 2;
this.labelStatus.PaddingRight = 2;
this.labelStatus.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
this.labelStatus.Stretch = true;
//
// labelPosition
//
this.labelPosition.Name = "labelPosition";
this.labelPosition.PaddingLeft = 2;
this.labelPosition.PaddingRight = 2;
this.labelPosition.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
this.labelPosition.Width = 100;
//
// tabControlMain
//
this.tabControlMain.AllowDrop = true;
this.tabControlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
this.tabControlMain.CanReorderTabs = false;
this.tabControlMain.Controls.Add(this.tabControlPanel1);
this.tabControlMain.Controls.Add(this.tabControlPanel3);
this.tabControlMain.Controls.Add(this.tabControlPanel2);
this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlMain.Location = new System.Drawing.Point(4, 53);
this.tabControlMain.Name = "tabControlMain";
this.tabControlMain.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.tabControlMain.SelectedTabIndex = 0;
this.tabControlMain.Size = new System.Drawing.Size(192, 384);
this.tabControlMain.Style = DevComponents.DotNetBar.eTabStripStyle.VS2005Document;
this.tabControlMain.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
this.tabControlMain.TabIndex = 12;
this.tabControlMain.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
this.tabControlMain.Tabs.Add(this.TabUsers);
this.tabControlMain.Tabs.Add(this.HomePage);
this.tabControlMain.Tabs.Add(this.tabItem1);
this.tabControlMain.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControlMain_SelectedTabChanged);
//
// tabControlPanel1
//
this.tabControlPanel1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tabControlPanel1.Controls.Add(this.TreeUsers);
this.tabControlPanel1.Controls.Add(this.panel3);
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel1.Location = new System.Drawing.Point(26, 0);
this.tabControlPanel1.Name = "tabControlPanel1";
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel1.Size = new System.Drawing.Size(166, 384);
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(250)))), ((int)(((byte)(247)))));
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.TabIndex = 1;
this.tabControlPanel1.TabItem = this.TabUsers;
//
// TreeUsers
//
this.TreeUsers.AllowDrop = true;
this.TreeUsers.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TreeUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.TreeUsers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TreeUsers.ImageIndex = 14;
this.TreeUsers.ImageList = this.imageList1;
this.TreeUsers.ItemHeight = 20;
this.TreeUsers.Location = new System.Drawing.Point(1, 5);
this.TreeUsers.Name = "TreeUsers";
this.TreeUsers.SelectedImageIndex = 15;
this.TreeUsers.ShowLines = false;
this.TreeUsers.ShowRootLines = false;
this.TreeUsers.Size = new System.Drawing.Size(164, 378);
this.TreeUsers.TabIndex = 29;
this.TreeUsers.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeUsers_NodeMouseDoubleClick);
this.TreeUsers.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.TreeUsers_AfterCheck);
this.TreeUsers.DragDrop += new System.Windows.Forms.DragEventHandler(this.TreeUsers_DragDrop);
this.TreeUsers.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TreeUsers_MouseMove);
this.TreeUsers.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeUsers_NodeMouseClick);
this.TreeUsers.DragEnter += new System.Windows.Forms.DragEventHandler(this.TreeUsers_DragEnter);
this.TreeUsers.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeUsers_MouseDown);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.White;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "");
this.imageList1.Images.SetKeyName(3, "");
this.imageList1.Images.SetKeyName(4, "");
this.imageList1.Images.SetKeyName(5, "");
this.imageList1.Images.SetKeyName(6, "");
this.imageList1.Images.SetKeyName(7, "");
this.imageList1.Images.SetKeyName(8, "");
this.imageList1.Images.SetKeyName(9, "");
this.imageList1.Images.SetKeyName(10, "");
this.imageList1.Images.SetKeyName(11, "");
this.imageList1.Images.SetKeyName(12, "");
this.imageList1.Images.SetKeyName(13, "");
this.imageList1.Images.SetKeyName(14, "");
this.imageList1.Images.SetKeyName(15, "");
this.imageList1.Images.SetKeyName(16, "");
this.imageList1.Images.SetKeyName(17, "");
this.imageList1.Images.SetKeyName(18, "");
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.Window;
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(1, 1);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(164, 4);
this.panel3.TabIndex = 15;
//
// TabUsers
//
this.TabUsers.AttachedControl = this.tabControlPanel1;
this.TabUsers.Icon = ((System.Drawing.Icon)(resources.GetObject("TabUsers.Icon")));
this.TabUsers.Name = "TabUsers";
this.TabUsers.Text = "员工面板";
//
// tabControlPanel3
//
this.tabControlPanel3.Controls.Add(this.webBrowser2);
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel3.Location = new System.Drawing.Point(26, 0);
this.tabControlPanel3.Name = "tabControlPanel3";
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel3.Size = new System.Drawing.Size(166, 384);
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(250)))), ((int)(((byte)(247)))));
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel3.TabIndex = 3;
this.tabControlPanel3.TabItem = this.tabItem1;
//
// webBrowser2
//
this.webBrowser2.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser2.Location = new System.Drawing.Point(1, 1);
this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.Size = new System.Drawing.Size(164, 382);
this.webBrowser2.TabIndex = 1;
this.webBrowser2.Url = new System.Uri("", System.UriKind.Relative);
this.webBrowser2.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser2_DocumentCompleted);
//
// tabItem1
//
this.tabItem1.AttachedControl = this.tabControlPanel3;
this.tabItem1.Name = "tabItem1";
this.tabItem1.Text = "邮箱";
this.tabItem1.Visible = false;
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.webBrowser1);
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel2.Location = new System.Drawing.Point(26, 0);
this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel2.Size = new System.Drawing.Size(166, 384);
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(250)))), ((int)(((byte)(247)))));
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.TabIndex = 2;
this.tabControlPanel2.TabItem = this.HomePage;
//
// webBrowser1
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -