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

📄 form1.designer.cs

📁 windows mobile 5 下的渐变Button 按钮.
💻 CS
字号:
namespace DeviceApplication1
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu mainMenu1;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.coolButton5 = new PdaButton.CoolButton();
            this.coolButton4 = new PdaButton.CoolButton();
            this.coolButton3 = new PdaButton.CoolButton();
            this.coolButton2 = new PdaButton.CoolButton();
            this.coolButton1 = new PdaButton.CoolButton();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(70, 30);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(72, 20);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(18, 3);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(147, 21);
            this.textBox1.TabIndex = 7;
            this.textBox1.Text = "textBox1";
            // 
            // coolButton5
            // 
            this.coolButton5.ButtonFlag = 6;
            this.coolButton5.FrameColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.coolButton5.Location = new System.Drawing.Point(70, 232);
            this.coolButton5.Name = "coolButton5";
            this.coolButton5.Size = new System.Drawing.Size(78, 33);
            this.coolButton5.TabIndex = 6;
            this.coolButton5.Text = "BT1";
            // 
            // coolButton4
            // 
            this.coolButton4.ButtonFlag = 1;
            this.coolButton4.FrameColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.coolButton4.Location = new System.Drawing.Point(70, 105);
            this.coolButton4.Name = "coolButton4";
            this.coolButton4.RoundLength = 31;
            this.coolButton4.RoundRect = true;
            this.coolButton4.Size = new System.Drawing.Size(78, 31);
            this.coolButton4.TabIndex = 5;
            this.coolButton4.Text = "BT1";
            this.coolButton4.Click += new System.EventHandler(this.coolButton4_Click);
            // 
            // coolButton3
            // 
            this.coolButton3.ButtonFlag = 9;
            this.coolButton3.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.coolButton3.FrameColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.coolButton3.Location = new System.Drawing.Point(70, 68);
            this.coolButton3.Name = "coolButton3";
            this.coolButton3.RoundLength = 5;
            this.coolButton3.RoundRect = true;
            this.coolButton3.Size = new System.Drawing.Size(78, 31);
            this.coolButton3.TabIndex = 4;
            this.coolButton3.Text = "BT3";
            // 
            // coolButton2
            // 
            this.coolButton2.ButtonFlag = 2;
            this.coolButton2.FrameColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.coolButton2.Location = new System.Drawing.Point(86, 142);
            this.coolButton2.Name = "coolButton2";
            this.coolButton2.RoundLength = 40;
            this.coolButton2.RoundRect = true;
            this.coolButton2.Size = new System.Drawing.Size(45, 45);
            this.coolButton2.TabIndex = 3;
            this.coolButton2.Text = "BT2";
            this.coolButton2.YsFlag = true;
            // 
            // coolButton1
            // 
            this.coolButton1.ButtonFlag = 3;
            this.coolButton1.FrameColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.coolButton1.Location = new System.Drawing.Point(70, 194);
            this.coolButton1.Name = "coolButton1";
            this.coolButton1.Size = new System.Drawing.Size(78, 32);
            this.coolButton1.TabIndex = 0;
            this.coolButton1.Text = "BT1";
            this.coolButton1.Click += new System.EventHandler(this.coolButton1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.Color.Silver;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.coolButton5);
            this.Controls.Add(this.coolButton4);
            this.Controls.Add(this.coolButton3);
            this.Controls.Add(this.coolButton2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.coolButton1);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
            this.ResumeLayout(false);

        }

        #endregion

        private PdaButton.CoolButton coolButton1;
        private System.Windows.Forms.Button button1;
        private PdaButton.CoolButton coolButton2;
        private PdaButton.CoolButton coolButton3;
        private PdaButton.CoolButton coolButton4;
        private PdaButton.CoolButton coolButton5;
        private System.Windows.Forms.TextBox textBox1;



    }
}

⌨️ 快捷键说明

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