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

📄 ch9_demoform008.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.ieImage.Text = "ToolStripStatusLabel1";
            // 
            // statusText
            // 
            this.statusText.AutoSize = false;
            this.statusText.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.statusText.Name = "statusText";
            this.statusText.Size = new System.Drawing.Size(215, 19);
            this.statusText.Spring = true;
            this.statusText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tsWebProgressBar
            // 
            this.tsWebProgressBar.Name = "tsWebProgressBar";
            this.tsWebProgressBar.Size = new System.Drawing.Size(150, 18);
            // 
            // tsbPlaceHolder1
            // 
            this.tsbPlaceHolder1.AutoSize = false;
            this.tsbPlaceHolder1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder1.Name = "tsbPlaceHolder1";
            this.tsbPlaceHolder1.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder2
            // 
            this.tsbPlaceHolder2.AutoSize = false;
            this.tsbPlaceHolder2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder2.Name = "tsbPlaceHolder2";
            this.tsbPlaceHolder2.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder3
            // 
            this.tsbPlaceHolder3.AutoSize = false;
            this.tsbPlaceHolder3.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder3.Name = "tsbPlaceHolder3";
            this.tsbPlaceHolder3.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder4
            // 
            this.tsbPlaceHolder4.AutoSize = false;
            this.tsbPlaceHolder4.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder4.Name = "tsbPlaceHolder4";
            this.tsbPlaceHolder4.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbInternet
            // 
            this.tsbInternet.Image = global::CH9.Properties.Resources.Internet;
            this.tsbInternet.Name = "tsbInternet";
            this.tsbInternet.Size = new System.Drawing.Size(69, 19);
            this.tsbInternet.Text = "internet";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(280, 145);
            this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(300, 16);
            this.checkBox1.TabIndex = 21;
            this.checkBox1.Text = "整个应用程序启用或停用 Microsoft Office 颜色。";
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // GroupBox5
            // 
            this.GroupBox5.Controls.Add(this.rbSysForAllToolStrip);
            this.GroupBox5.Controls.Add(this.rbProForAllToolStrip);
            this.GroupBox5.Location = new System.Drawing.Point(280, 28);
            this.GroupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox5.Name = "GroupBox5";
            this.GroupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox5.Size = new System.Drawing.Size(232, 73);
            this.GroupBox5.TabIndex = 20;
            this.GroupBox5.TabStop = false;
            this.GroupBox5.Text = "统一设定应用程序所有 ToolStrip 系列控件的外观样式";
            // 
            // rbSysForAllToolStrip
            // 
            this.rbSysForAllToolStrip.AutoSize = true;
            this.rbSysForAllToolStrip.Checked = true;
            this.rbSysForAllToolStrip.Location = new System.Drawing.Point(89, 39);
            this.rbSysForAllToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbSysForAllToolStrip.Name = "rbSysForAllToolStrip";
            this.rbSysForAllToolStrip.Size = new System.Drawing.Size(59, 16);
            this.rbSysForAllToolStrip.TabIndex = 1;
            this.rbSysForAllToolStrip.TabStop = true;
            this.rbSysForAllToolStrip.Text = "&System";
            this.rbSysForAllToolStrip.Click += new System.EventHandler(this.radioButtonForAllToolStrip_CheckedChanged);
            // 
            // rbProForAllToolStrip
            // 
            this.rbProForAllToolStrip.AutoSize = true;
            this.rbProForAllToolStrip.Location = new System.Drawing.Point(12, 39);
            this.rbProForAllToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbProForAllToolStrip.Name = "rbProForAllToolStrip";
            this.rbProForAllToolStrip.Size = new System.Drawing.Size(95, 16);
            this.rbProForAllToolStrip.TabIndex = 0;
            this.rbProForAllToolStrip.Text = "&Professional";
            this.rbProForAllToolStrip.Click += new System.EventHandler(this.radioButtonForAllToolStrip_CheckedChanged);
            // 
            // GroupBox4
            // 
            this.GroupBox4.Controls.Add(this.rbSysforStatusStrip);
            this.GroupBox4.Controls.Add(this.rbProforStatusStrip);
            this.GroupBox4.Location = new System.Drawing.Point(26, 186);
            this.GroupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox4.Name = "GroupBox4";
            this.GroupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox4.Size = new System.Drawing.Size(240, 45);
            this.GroupBox4.TabIndex = 19;
            this.GroupBox4.TabStop = false;
            this.GroupBox4.Text = "状态栏的 RenderMode 属性设置";
            // 
            // rbSysforStatusStrip
            // 
            this.rbSysforStatusStrip.AutoSize = true;
            this.rbSysforStatusStrip.Checked = true;
            this.rbSysforStatusStrip.Location = new System.Drawing.Point(89, 19);
            this.rbSysforStatusStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbSysforStatusStrip.Name = "rbSysforStatusStrip";
            this.rbSysforStatusStrip.Size = new System.Drawing.Size(59, 16);
            this.rbSysforStatusStrip.TabIndex = 1;
            this.rbSysforStatusStrip.TabStop = true;
            this.rbSysforStatusStrip.Text = "&System";
            this.rbSysforStatusStrip.Click += new System.EventHandler(this.radioButtonForStatusStrip_CheckedChanged);
            // 
            // rbProforStatusStrip
            // 
            this.rbProforStatusStrip.AutoSize = true;
            this.rbProforStatusStrip.Location = new System.Drawing.Point(12, 19);
            this.rbProforStatusStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbProforStatusStrip.Name = "rbProforStatusStrip";
            this.rbProforStatusStrip.Size = new System.Drawing.Size(95, 16);
            this.rbProforStatusStrip.TabIndex = 0;
            this.rbProforStatusStrip.Text = "&Professional";
            this.rbProforStatusStrip.Click += new System.EventHandler(this.radioButtonForStatusStrip_CheckedChanged);
            // 
            // GroupBox3
            // 
            this.GroupBox3.Controls.Add(this.rbSysForBrowserToolStrip);
            this.GroupBox3.Controls.Add(this.rbProForBrowserToolStrip);
            this.GroupBox3.Location = new System.Drawing.Point(26, 126);
            this.GroupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox3.Name = "GroupBox3";
            this.GroupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox3.Size = new System.Drawing.Size(240, 45);
            this.GroupBox3.TabIndex = 18;
            this.GroupBox3.TabStop = false;
            this.GroupBox3.Text = "地址栏工具栏的 RenderMode 属性设置";
            // 
            // rbSysForBrowserToolStrip
            // 
            this.rbSysForBrowserToolStrip.AutoSize = true;
            this.rbSysForBrowserToolStrip.Checked = true;
            this.rbSysForBrowserToolStrip.Location = new System.Drawing.Point(89, 19);
            this.rbSysForBrowserToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbSysForBrowserToolStrip.Name = "rbSysForBrowserToolStrip";
            this.rbSysForBrowserToolStrip.Size = new System.Drawing.Size(59, 16);
            this.rbSysForBrowserToolStrip.TabIndex = 1;
            this.rbSysForBrowserToolStrip.TabStop = true;
            this.rbSysForBrowserToolStrip.Text = "&System";
            this.rbSysForBrowserToolStrip.Click += new System.EventHandler(this.radioButtonForBorwserToolStrip_CheckedChanged);
            // 
            // rbProForBrowserToolStrip
            // 
            this.rbProForBrowserToolStrip.AutoSize = true;
            this.rbProForBrowserToolStrip.Location = new System.Drawing.Point(12, 19);
            this.rbProForBrowserToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbProForBrowserToolStrip.Name = "rbProForBrowserToolStrip";
            this.rbProForBrowserToolStrip.Size = new System.Drawing.Size(95, 16);
            this.rbProForBrowserToolStrip.TabIndex = 0;
            this.rbProForBrowserToolStrip.Text = "&Professional";
            this.rbProForBrowserToolStrip.Click += new System.EventHandler(this.radioButtonForBorwserToolStrip_CheckedChanged);
            // 
            // GroupBox2
            // 
            this.GroupBox2.Controls.Add(this.rbSysForIeToolStrip);
            this.GroupBox2.Controls.Add(this.rbProForIeToolStrip);
            this.GroupBox2.Location = new System.Drawing.Point(26, 68);
            this.GroupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox2.Name = "GroupBox2";
            this.GroupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.GroupBox2.Size = new System.Drawing.Size(240, 45);
            this.GroupBox2.TabIndex = 17;
            this.GroupBox2.TabStop = false;
            this.GroupBox2.Text = "标准按钮工具栏的 RenderMode 属性设置";
            // 
            // rbSysForIeToolStrip
            // 
            this.rbSysForIeToolStrip.AutoSize = true;
            this.rbSysForIeToolStrip.Checked = true;
            this.rbSysForIeToolStrip.Location = new System.Drawing.Point(89, 19);
            this.rbSysForIeToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbSysForIeToolStrip.Name = "rbSysForIeToolStrip";
            this.rbSysForIeToolStrip.Size = new System.Drawing.Size(59, 16);
            this.rbSysForIeToolStrip.TabIndex = 1;
            this.rbSysForIeToolStrip.TabStop = true;
            this.rbSysForIeToolStrip.Text = "&System";
            this.rbSysForIeToolStrip.Click += new System.EventHandler(this.radioButtonForIeToolStrip_CheckedChanged);
            // 
            // rbProForIeToolStrip
            // 
            this.rbProForIeToolStrip.AutoSize = true;
            this.rbProForIeToolStrip.Location = new System.Drawing.Point(12, 19);
            this.rbProForIeToolStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbProForIeToolStrip.Name = "rbProForIeToolStrip";
            this.rbProForIeToolStrip.Size = new System.Drawing.Size(95, 16);
            this.rbProForIeToolStrip.TabIndex = 0;
            this.rbProForIeToolStrip.Text = "&Professional";
            this.rbProForIeToolStrip.Click += new System.EventHandler(this.radioButtonForIeToolStrip_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbSysForMenuStrip);
            this.groupBox1.Controls.Add(this.rbProforMenuStrip);
            this.groupBox1.Location = new System.Drawing.Point(26, 9);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Size = new System.Drawing.Size(240, 45);
            this.groupBox1.TabIndex = 16;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "功能表的 RenderMode 属性设置";
            // 
            // rbSysForMenuStrip
            // 
            this.rbSysForMenuStrip.AutoSize = true;
            this.rbSysForMenuStrip.Checked = true;
            this.rbSysForMenuStrip.Location = new System.Drawing.Point(89, 19);
            this.rbSysForMenuStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.rbSysForMenuStrip.Name = "rbSysForMenuStrip";
            this.rbSysForMenuStrip.Size = new System.Drawing.Size(59, 16);
            this.rbSysForMenuStrip.TabIndex = 1;

⌨️ 快捷键说明

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