namespace SunVoteARSPPT
{
partial class FrmRushAnswer
{
///
/// 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.components = new System.ComponentModel.Container();
this.lblTitle = new System.Windows.Forms.Label();
this.picNum = new System.Windows.Forms.PictureBox();
this.picClose = new System.Windows.Forms.PictureBox();
this.lblMsg = new System.Windows.Forms.Label();
this.trm = new System.Windows.Forms.Timer(this.components);
this.tmrSelect = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.picNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit();
this.SuspendLayout();
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.Transparent;
this.lblTitle.Font = new System.Drawing.Font("Arial", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Location = new System.Drawing.Point(10, 22);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(580, 86);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "请准备抢答";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblTitle.Visible = false;
//
// picNum
//
this.picNum.BackColor = System.Drawing.Color.Transparent;
this.picNum.BackgroundImage = global::SunVoteARSPPT.Properties.Resources._3;
this.picNum.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.picNum.Location = new System.Drawing.Point(225, 142);
this.picNum.Name = "picNum";
this.picNum.Size = new System.Drawing.Size(150, 150);
this.picNum.TabIndex = 1;
this.picNum.TabStop = false;
//
// picClose
//
this.picClose.BackColor = System.Drawing.Color.Transparent;
this.picClose.BackgroundImage = global::SunVoteARSPPT.Properties.Resources.Close;
this.picClose.Location = new System.Drawing.Point(571, 5);
this.picClose.Name = "picClose";
this.picClose.Size = new System.Drawing.Size(24, 24);
this.picClose.TabIndex = 2;
this.picClose.TabStop = false;
this.picClose.Click += new System.EventHandler(this.picClose_Click);
//
// lblMsg
//
this.lblMsg.BackColor = System.Drawing.Color.Transparent;
this.lblMsg.Font = new System.Drawing.Font("Arial", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(152)))));
this.lblMsg.Location = new System.Drawing.Point(10, 92);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(580, 250);
this.lblMsg.TabIndex = 3;
this.lblMsg.Text = "请XXXX作答!";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// trm
//
this.trm.Tick += new System.EventHandler(this.trm_Tick);
//
// tmrSelect
//
this.tmrSelect.Enabled = true;
this.tmrSelect.Tick += new System.EventHandler(this.tmrSelect_Tick);
//
// FrmRushAnswer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImage = global::SunVoteARSPPT.Properties.Resources.RushAnswerBG;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(600, 450);
this.Controls.Add(this.picNum);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.picClose);
this.Controls.Add(this.lblTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.Name = "FrmRushAnswer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmRushAnswer";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRushAnswer_FormClosing);
this.Load += new System.EventHandler(this.FrmRushAnswer_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmRushAnswer_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.picNum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picNum;
private System.Windows.Forms.PictureBox picClose;
private System.Windows.Forms.Timer trm;
public System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Timer tmrSelect;
}
}