| | |
| | | this.tabCloseCurrent, |
| | | this.tabCloseAll}); |
| | | this.cms1.Name = "contextMenuStrip1"; |
| | | this.cms1.Size = new System.Drawing.Size(158, 56); |
| | | this.cms1.Size = new System.Drawing.Size(215, 84); |
| | | // |
| | | // tabCloseCurrent |
| | | // |
| | | this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.close_16x16; |
| | | this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.deletelist2_16x16; |
| | | this.tabCloseCurrent.Name = "tabCloseCurrent"; |
| | | this.tabCloseCurrent.Size = new System.Drawing.Size(157, 26); |
| | | this.tabCloseCurrent.Size = new System.Drawing.Size(214, 26); |
| | | this.tabCloseCurrent.Text = "关闭当前页"; |
| | | // |
| | | // tabCloseAll |
| | | // |
| | | this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.close_16x16; |
| | | this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x161; |
| | | this.tabCloseAll.Name = "tabCloseAll"; |
| | | this.tabCloseAll.Size = new System.Drawing.Size(157, 26); |
| | | this.tabCloseAll.Size = new System.Drawing.Size(214, 26); |
| | | this.tabCloseAll.Text = "关闭其它页"; |
| | | // |
| | | // FrmMain |