FrmRushAnswer.designer.cs
6.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
namespace SunVoteARSPPT
{
partial class FrmRushAnswer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}