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

📄 ch9_demoform009.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // 
            this.superCoolRendererRadio.AutoSize = true;
            this.superCoolRendererRadio.Location = new System.Drawing.Point(8, 34);
            this.superCoolRendererRadio.Margin = new System.Windows.Forms.Padding(2);
            this.superCoolRendererRadio.Name = "superCoolRendererRadio";
            this.superCoolRendererRadio.Size = new System.Drawing.Size(125, 16);
            this.superCoolRendererRadio.TabIndex = 1;
            this.superCoolRendererRadio.Text = "超炫自定义样式(&S)";
            this.superCoolRendererRadio.CheckedChanged += new System.EventHandler(this.superCoolRendererRadio_CheckedChanged);
            // 
            // normalRendererRadio
            // 
            this.normalRendererRadio.AutoSize = true;
            this.normalRendererRadio.Checked = true;
            this.normalRendererRadio.Location = new System.Drawing.Point(8, 16);
            this.normalRendererRadio.Margin = new System.Windows.Forms.Padding(2);
            this.normalRendererRadio.Name = "normalRendererRadio";
            this.normalRendererRadio.Size = new System.Drawing.Size(65, 16);
            this.normalRendererRadio.TabIndex = 0;
            this.normalRendererRadio.TabStop = true;
            this.normalRendererRadio.Text = "一般(&N)";
            this.normalRendererRadio.CheckedChanged += new System.EventHandler(this.normalRendererRadio_CheckedChanged);
            // 
            // superCoolSettingsGroupBox
            // 
            this.superCoolSettingsGroupBox.Controls.Add(this.endColorDemoPanel);
            this.superCoolSettingsGroupBox.Controls.Add(this.startColorDemoPanel);
            this.superCoolSettingsGroupBox.Controls.Add(this.endColorButton);
            this.superCoolSettingsGroupBox.Controls.Add(this.startColorButton);
            this.superCoolSettingsGroupBox.Controls.Add(this.drawToolbarBorderCheckbox);
            this.superCoolSettingsGroupBox.Location = new System.Drawing.Point(14, 115);
            this.superCoolSettingsGroupBox.Margin = new System.Windows.Forms.Padding(2);
            this.superCoolSettingsGroupBox.Name = "superCoolSettingsGroupBox";
            this.superCoolSettingsGroupBox.Padding = new System.Windows.Forms.Padding(2);
            this.superCoolSettingsGroupBox.Size = new System.Drawing.Size(284, 115);
            this.superCoolSettingsGroupBox.TabIndex = 20;
            this.superCoolSettingsGroupBox.TabStop = false;
            this.superCoolSettingsGroupBox.Text = "超炫自定义样式的设置";
            // 
            // endColorDemoPanel
            // 
            this.endColorDemoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.endColorDemoPanel.Location = new System.Drawing.Point(165, 68);
            this.endColorDemoPanel.Margin = new System.Windows.Forms.Padding(2);
            this.endColorDemoPanel.Name = "endColorDemoPanel";
            this.endColorDemoPanel.Size = new System.Drawing.Size(115, 19);
            this.endColorDemoPanel.TabIndex = 4;
            // 
            // startColorDemoPanel
            // 
            this.startColorDemoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.startColorDemoPanel.Location = new System.Drawing.Point(165, 44);
            this.startColorDemoPanel.Margin = new System.Windows.Forms.Padding(2);
            this.startColorDemoPanel.Name = "startColorDemoPanel";
            this.startColorDemoPanel.Size = new System.Drawing.Size(115, 19);
            this.startColorDemoPanel.TabIndex = 3;
            // 
            // endColorButton
            // 
            this.endColorButton.Location = new System.Drawing.Point(8, 68);
            this.endColorButton.Margin = new System.Windows.Forms.Padding(2);
            this.endColorButton.Name = "endColorButton";
            this.endColorButton.Size = new System.Drawing.Size(144, 18);
            this.endColorButton.TabIndex = 2;
            this.endColorButton.Text = "选取渐层色的结束颜色(&E)";
            this.endColorButton.Click += new System.EventHandler(this.endColorButton_Click);
            // 
            // startColorButton
            // 
            this.startColorButton.Location = new System.Drawing.Point(8, 44);
            this.startColorButton.Margin = new System.Windows.Forms.Padding(2);
            this.startColorButton.Name = "startColorButton";
            this.startColorButton.Size = new System.Drawing.Size(144, 18);
            this.startColorButton.TabIndex = 1;
            this.startColorButton.Text = "选取渐层色的初始颜色(&T)";
            this.startColorButton.Click += new System.EventHandler(this.startColorButton_Click);
            // 
            // drawToolbarBorderCheckbox
            // 
            this.drawToolbarBorderCheckbox.AutoSize = true;
            this.drawToolbarBorderCheckbox.Location = new System.Drawing.Point(8, 21);
            this.drawToolbarBorderCheckbox.Margin = new System.Windows.Forms.Padding(2);
            this.drawToolbarBorderCheckbox.Name = "drawToolbarBorderCheckbox";
            this.drawToolbarBorderCheckbox.Size = new System.Drawing.Size(186, 16);
            this.drawToolbarBorderCheckbox.TabIndex = 0;
            this.drawToolbarBorderCheckbox.Text = "为工具栏系列控件绘制边框(&D)";
            this.drawToolbarBorderCheckbox.CheckedChanged += new System.EventHandler(this.drawToolbarBorderCheckbox_CheckedChanged);
            // 
            // CH9_DemoForm009
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(430, 285);
            this.Controls.Add(this.rendererStyleGroupBox);
            this.Controls.Add(this.superCoolSettingsGroupBox);
            this.Controls.Add(this.StatusStrip1);
            this.Controls.Add(this.ToolStrip1);
            this.Controls.Add(this.ieMenu);
            this.Name = "CH9_DemoForm009";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "使用自定义的 ToolStripRenderer 类来自定义工具栏系列控件的外观样式";
            this.Load += new System.EventHandler(this.CH5_DemoForm009_Load);
            this.ieMenu.ResumeLayout(false);
            this.ieMenu.PerformLayout();
            this.ToolStrip1.ResumeLayout(false);
            this.ToolStrip1.PerformLayout();
            this.StatusStrip1.ResumeLayout(false);
            this.StatusStrip1.PerformLayout();
            this.rendererStyleGroupBox.ResumeLayout(false);
            this.rendererStyleGroupBox.PerformLayout();
            this.superCoolSettingsGroupBox.ResumeLayout(false);
            this.superCoolSettingsGroupBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip ieMenu;
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem tsmiNew;
        private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem messageToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem postToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem contactToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem internetCallToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiOpen;
        private System.Windows.Forms.ToolStripMenuItem tsmiEdit;
        private System.Windows.Forms.ToolStripMenuItem tsmiSave;
        private System.Windows.Forms.ToolStripMenuItem tsmiSaveAs;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
        private System.Windows.Forms.ToolStripMenuItem tsmiPageSetup;
        private System.Windows.Forms.ToolStripMenuItem tsmiPrint;
        private System.Windows.Forms.ToolStripMenuItem tsmiPrintPreview;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
        private System.Windows.Forms.ToolStripMenuItem tsmiSend;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem 以電子郵件傳送連結LToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem 桌面捷徑SToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiImportAndExport;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
        private System.Windows.Forms.ToolStripMenuItem tsmiProperties;
        private System.Windows.Forms.ToolStripMenuItem tsmiWorkOffline;
        private System.Windows.Forms.ToolStripMenuItem tsmiClose;
        private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
        private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
        private System.Windows.Forms.ToolStripMenuItem findonThisPageToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolbarsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem statusBarToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem explorerBarToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem2;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
        private System.Windows.Forms.ToolStripMenuItem goToToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem3;
        private System.Windows.Forms.ToolStripMenuItem stopToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
        private System.Windows.Forms.ToolStripMenuItem textSizeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem4;
        private System.Windows.Forms.ToolStripMenuItem encodingToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem5;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
        private System.Windows.Forms.ToolStripMenuItem tsmiViewSource;
        private System.Windows.Forms.ToolStripMenuItem privacyReportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fullScreenToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiFavorite;
        private System.Windows.Forms.ToolStripMenuItem addToFavoritesToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem organizeFavoritesToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
        private System.Windows.Forms.ToolStripMenuItem linksToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem6;
        private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem mailAndNewsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem7;
        private System.Windows.Forms.ToolStripMenuItem popupBlockerToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem nYIToolStripMenuItem8;
        private System.Windows.Forms.ToolStripMenuItem manageAddonsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem synctonizeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem windowsUpdateToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
        private System.Windows.Forms.ToolStripMenuItem windowsMessengerToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
        private System.Windows.Forms.ToolStripMenuItem internetOptionsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem contentsAndIndexToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tipOfTheDayToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem forNetscapeUsersToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem onlineSupportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sendFeedbackToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
        private System.Windows.Forms.ToolStripMenuItem aboutInternetExplorerToolStripMenuItem;
        internal System.Windows.Forms.ToolStrip ToolStrip1;
        internal System.Windows.Forms.ToolStripButton ButtonToolStripButton;
        internal System.Windows.Forms.ToolStripSeparator Sep1ToolStripButton;
        internal System.Windows.Forms.ToolStripLabel LabelToolStripButton;
        internal System.Windows.Forms.ToolStripTextBox TextBoxToolStripButton;
        internal System.Windows.Forms.ToolStripSplitButton SplitButtonToolStripButton;
        internal System.Windows.Forms.ToolStripMenuItem SplitButtonSubItemToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem VisualC2005開發秘訣與範例大全ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem ASPNET20開發秘訣與範例大全ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem SQLServer2005全系列ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem VisualBasic2005資料庫應用程式開發ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem VisualC2005資料庫應用程式開發ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripDropDownButton DropDownButtonToolStripButton;
        internal System.Windows.Forms.ToolStripMenuItem MVPToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem 資深顧問ToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem 資深電腦圖書作家ToolStripMenuItem;
        internal System.Windows.Forms.StatusStrip StatusStrip1;
        internal Syst

⌨️ 快捷键说明

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