⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm-mdi.designer.cs

📁 这是我个人写的一个实例用于登记公司的电脑信息
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.AboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
            // 
            // ExitToolStripMenuItem
            // 
            this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
            this.ExitToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
            this.ExitToolStripMenuItem.Text = "退出";
            this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 387);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(721, 0);
            this.dockSite4.TabIndex = 8;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Controls.Add(this.bar1);
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
            ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 114, 387)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
            this.dockSite1.Location = new System.Drawing.Point(0, 0);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(117, 387);
            this.dockSite1.TabIndex = 5;
            this.dockSite1.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.AutoSyncBarCaption = true;
            this.bar1.BarType = DevComponents.DotNetBar.eBarType.MenuBar;
            this.bar1.CloseSingleTab = true;
            this.bar1.Controls.Add(this.panelDockContainer1);
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.dockContainerItem1});
            this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(114, 387);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "操作面板";
            // 
            // panelDockContainer1
            // 
            this.panelDockContainer1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelDockContainer1.Controls.Add(this.btnOnLineIP);
            this.panelDockContainer1.Controls.Add(this.btnAbout);
            this.panelDockContainer1.Controls.Add(this.btnDepartmentModify);
            this.panelDockContainer1.Controls.Add(this.btnExit);
            this.panelDockContainer1.Controls.Add(this.buttonX1);
            this.panelDockContainer1.Controls.Add(this.btnSwitch);
            this.panelDockContainer1.Controls.Add(this.btnIPFind);
            this.panelDockContainer1.Controls.Add(this.btnComputer);
            this.panelDockContainer1.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
            this.panelDockContainer1.Name = "panelDockContainer1";
            this.panelDockContainer1.Size = new System.Drawing.Size(108, 361);
            this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelDockContainer1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelDockContainer1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelDockContainer1.Style.GradientAngle = 90;
            this.panelDockContainer1.TabIndex = 0;
            // 
            // btnOnLineIP
            // 
            this.btnOnLineIP.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnOnLineIP.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnOnLineIP.Location = new System.Drawing.Point(3, 128);
            this.btnOnLineIP.Name = "btnOnLineIP";
            this.btnOnLineIP.Size = new System.Drawing.Size(97, 23);
            this.btnOnLineIP.TabIndex = 14;
            this.btnOnLineIP.Text = "IP状态(&S)";
            this.btnOnLineIP.Click += new System.EventHandler(this.OnLineIPToolStripMenuItem_Click);
            // 
            // btnAbout
            // 
            this.btnAbout.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnAbout.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnAbout.Location = new System.Drawing.Point(3, 153);
            this.btnAbout.Name = "btnAbout";
            this.btnAbout.Size = new System.Drawing.Size(97, 23);
            this.btnAbout.TabIndex = 14;
            this.btnAbout.Text = "关于(&A)";
            this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
            // 
            // btnDepartmentModify
            // 
            this.btnDepartmentModify.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnDepartmentModify.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnDepartmentModify.Location = new System.Drawing.Point(3, 78);
            this.btnDepartmentModify.Name = "btnDepartmentModify";
            this.btnDepartmentModify.Size = new System.Drawing.Size(97, 23);
            this.btnDepartmentModify.TabIndex = 14;
            this.btnDepartmentModify.Text = "部门信息维护(&M)";
            this.btnDepartmentModify.Click += new System.EventHandler(this.DepartmentModifyToolStripMenuItem_Click);
            // 
            // btnExit
            // 
            this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnExit.Location = new System.Drawing.Point(3, 286);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(97, 23);
            this.btnExit.TabIndex = 13;
            this.btnExit.Text = "退出(&Q)";
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.buttonX1.Location = new System.Drawing.Point(3, 103);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(97, 23);
            this.buttonX1.TabIndex = 13;
            this.buttonX1.Text = "密码设置(&P)";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // btnSwitch
            // 
            this.btnSwitch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSwitch.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnSwitch.Location = new System.Drawing.Point(3, 53);
            this.btnSwitch.Name = "btnSwitch";
            this.btnSwitch.Size = new System.Drawing.Size(97, 23);
            this.btnSwitch.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSwitchAdd,
            this.btnSwitchModify,
            this.btnSwitchFind});
            this.btnSwitch.TabIndex = 13;
            this.btnSwitch.Text = "交换机管理";
            // 
            // btnSwitchAdd
            // 
            this.btnSwitchAdd.ImagePaddingHorizontal = 8;
            this.btnSwitchAdd.Name = "btnSwitchAdd";
            this.btnSwitchAdd.Text = "新增";
            this.btnSwitchAdd.Click += new System.EventHandler(this.btnSwitchAdd_Click);
            // 
            // btnSwitchModify
            // 
            this.btnSwitchModify.ImagePaddingHorizontal = 8;
            this.btnSwitchModify.Name = "btnSwitchModify";
            this.btnSwitchModify.Text = "维护";
            this.btnSwitchModify.Click += new System.EventHandler(this.btnSwitchModify_Click);
            // 
            // btnSwitchFind
            // 
            this.btnSwitchFind.ImagePaddingHorizontal = 8;
            this.btnSwitchFind.Name = "btnSwitchFind";
            this.btnSwitchFind.Text = "查询";
            this.btnSwitchFind.Click += new System.EventHandler(this.btnSwitchFind_Click);
            // 
            // btnIPFind
            // 
            this.btnIPFind.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnIPFind.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnIPFind.Location = new System.Drawing.Point(3, 28);
            this.btnIPFind.Name = "btnIPFind";
            this.btnIPFind.Size = new System.Drawing.Size(97, 23);
            this.btnIPFind.TabIndex = 13;
            this.btnIPFind.Text = "IP查询(&F)";
            this.btnIPFind.Click += new System.EventHandler(this.btnIPFind_Click);
            // 
            // btnComputer
            // 
            this.btnComputer.AccessibleRole = System.Windows.Forms.AccessibleRole.ButtonMenu;
            this.btnComputer.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnComputer.Location = new System.Drawing.Point(3, 3);
            this.btnComputer.Name = "btnComputer";
            this.btnComputer.Size = new System.Drawing.Size(97, 23);
            this.btnComputer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnComputerAdd,
            this.btnComputerModify,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -