namespace Rs.Controls { partial class RsButton { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.lblTips = new System.Windows.Forms.Label(); this.lbl = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblTips // 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.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.ImageIndex = 0; this.lblTips.Location = new System.Drawing.Point(249, 0); this.lblTips.Name = "lblTips"; this.lblTips.Size = new System.Drawing.Size(24, 24); this.lblTips.TabIndex = 3; this.lblTips.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblTips.Visible = false; // // lbl // this.lbl.Anchor = System.Windows.Forms.AnchorStyles.None; this.lbl.BackColor = System.Drawing.Color.Transparent; 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.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbl.Location = new System.Drawing.Point(0, 0); this.lbl.Name = "lbl"; this.lbl.Size = new System.Drawing.Size(276, 84); this.lbl.TabIndex = 2; this.lbl.Text = "自定义按钮"; this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbl.Click += new System.EventHandler(this.lbl_MouseClick); // // 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 = 5; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Paint += new System.Windows.Forms.PaintEventHandler(this.label1_Paint); // // RsButton // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label1); this.Controls.Add(this.lblTips); this.Controls.Add(this.lbl); this.Name = "RsButton"; this.Size = new System.Drawing.Size(276, 84); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblTips; public System.Windows.Forms.Label lbl; private System.Windows.Forms.Label label1; } }