namespace SunVoteARSPPT { partial class FrmVoteBarSmall { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblVoting = new System.Windows.Forms.Label(); this.lblStop = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblVoting // this.lblVoting.BackColor = System.Drawing.Color.Transparent; this.lblVoting.Font = new System.Drawing.Font("微软雅黑", 14F); this.lblVoting.ForeColor = System.Drawing.Color.White; this.lblVoting.Location = new System.Drawing.Point(12, 9); this.lblVoting.Name = "lblVoting"; this.lblVoting.Size = new System.Drawing.Size(58, 35); this.lblVoting.TabIndex = 0; this.lblVoting.Text = "Voting.."; this.lblVoting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblVoting.MouseLeave += new System.EventHandler(this.lblVoting_MouseLeave); this.lblVoting.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblVoting_MouseDown); // // lblStop // this.lblStop.BackColor = System.Drawing.Color.Transparent; this.lblStop.Font = new System.Drawing.Font("微软雅黑", 14F); this.lblStop.ForeColor = System.Drawing.Color.White; this.lblStop.Location = new System.Drawing.Point(45, 9); this.lblStop.Name = "lblStop"; this.lblStop.Size = new System.Drawing.Size(58, 35); this.lblStop.TabIndex = 1; this.lblStop.Text = "Stop"; this.lblStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStop.MouseLeave += new System.EventHandler(this.lblStop_MouseLeave); this.lblStop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblStop_MouseDown); // // FrmVoteBarSmall // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(99, 45); this.Controls.Add(this.lblVoting); this.Controls.Add(this.lblStop); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.KeyPreview = true; this.Name = "FrmVoteBarSmall"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "FrmVoteBarSmall"; this.TopMost = true; this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.Load += new System.EventHandler(this.FrmVoteBarSmall_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmVoteBarSmall_MouseDown); this.MouseLeave += new System.EventHandler(this.FrmVoteBarSmall_MouseLeave); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblVoting; private System.Windows.Forms.Label lblStop; } }