|
|
@ -30,12 +30,13 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.lblTips = new System.Windows.Forms.Label();
|
|
|
|
this.lblTips = new System.Windows.Forms.Label();
|
|
|
|
this.lbl = new System.Windows.Forms.Label();
|
|
|
|
this.lbl = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// lblTips
|
|
|
|
// lblTips
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.lblTips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.lblTips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.lblTips.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lblTips.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
|
|
this.lblTips.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
this.lblTips.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
this.lblTips.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lblTips.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lblTips.ImageIndex = 0;
|
|
|
|
this.lblTips.ImageIndex = 0;
|
|
|
@ -50,7 +51,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.lbl.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
this.lbl.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
|
|
this.lbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.lbl.Font = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
this.lbl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
this.lbl.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lbl.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lbl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
this.lbl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
this.lbl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
this.lbl.Location = new System.Drawing.Point(0, 0);
|
|
|
@ -60,11 +61,26 @@
|
|
|
|
this.lbl.Text = "自定义按钮";
|
|
|
|
this.lbl.Text = "自定义按钮";
|
|
|
|
this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
this.lbl.Click += new System.EventHandler(this.lbl_MouseClick);
|
|
|
|
this.lbl.Click += new System.EventHandler(this.lbl_MouseClick);
|
|
|
|
|
|
|
|
this.lbl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_MouseDown);
|
|
|
|
|
|
|
|
this.lbl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lbl_MouseUp);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label1
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(104, 84);
|
|
|
|
|
|
|
|
this.label1.TabIndex = 4;
|
|
|
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
|
|
|
this.label1.Paint += new System.Windows.Forms.PaintEventHandler(this.label1_Paint);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// RsButton
|
|
|
|
// RsButton
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
this.Controls.Add(this.lblTips);
|
|
|
|
this.Controls.Add(this.lblTips);
|
|
|
|
this.Controls.Add(this.lbl);
|
|
|
|
this.Controls.Add(this.lbl);
|
|
|
|
this.Name = "RsButton";
|
|
|
|
this.Name = "RsButton";
|
|
|
@ -77,5 +93,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label lblTips;
|
|
|
|
private System.Windows.Forms.Label lblTips;
|
|
|
|
public System.Windows.Forms.Label lbl;
|
|
|
|
public System.Windows.Forms.Label lbl;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|