UcResponsePara.Designer.cs
8.52 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
namespace SunVoteARSPPT
{
partial class UcResponsePara
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.gbxNameAuthorize = new System.Windows.Forms.GroupBox();
this.cboFieldVoteRate = new System.Windows.Forms.ComboBox();
this.rbtNameModeOff = new System.Windows.Forms.RadioButton();
this.cboBackMusic = new System.Windows.Forms.ComboBox();
this.rbtNameModeOn = new System.Windows.Forms.RadioButton();
this.cboCanVote = new System.Windows.Forms.ComboBox();
this.lblFieldVoteRate = new System.Windows.Forms.Label();
this.lblAuthorize = new System.Windows.Forms.Label();
this.lblBackMusic = new System.Windows.Forms.Label();
this.gbxNameAuthorize.SuspendLayout();
this.SuspendLayout();
//
// gbxNameAuthorize
//
this.gbxNameAuthorize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxNameAuthorize.BackColor = System.Drawing.Color.White;
this.gbxNameAuthorize.Controls.Add(this.cboFieldVoteRate);
this.gbxNameAuthorize.Controls.Add(this.rbtNameModeOff);
this.gbxNameAuthorize.Controls.Add(this.cboBackMusic);
this.gbxNameAuthorize.Controls.Add(this.rbtNameModeOn);
this.gbxNameAuthorize.Controls.Add(this.cboCanVote);
this.gbxNameAuthorize.Controls.Add(this.lblFieldVoteRate);
this.gbxNameAuthorize.Controls.Add(this.lblAuthorize);
this.gbxNameAuthorize.Controls.Add(this.lblBackMusic);
this.gbxNameAuthorize.Location = new System.Drawing.Point(0, 3);
this.gbxNameAuthorize.Name = "gbxNameAuthorize";
this.gbxNameAuthorize.Size = new System.Drawing.Size(237, 139);
this.gbxNameAuthorize.TabIndex = 10;
this.gbxNameAuthorize.TabStop = false;
this.gbxNameAuthorize.Text = "投票参数设置";
this.gbxNameAuthorize.Resize += new System.EventHandler(this.gbxNameAuthorize_Resize);
//
// cboFieldVoteRate
//
this.cboFieldVoteRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFieldVoteRate.FormattingEnabled = true;
this.cboFieldVoteRate.Items.AddRange(new object[] {
"键盘编号",
"姓名",
"分组",
"签到码"});
this.cboFieldVoteRate.Location = new System.Drawing.Point(123, 109);
this.cboFieldVoteRate.Name = "cboFieldVoteRate";
this.cboFieldVoteRate.Size = new System.Drawing.Size(109, 20);
this.cboFieldVoteRate.TabIndex = 42;
this.cboFieldVoteRate.SelectedIndexChanged += new System.EventHandler(this.cboFieldVoteRate_SelectedIndexChanged);
//
// rbtNameModeOff
//
this.rbtNameModeOff.AutoSize = true;
this.rbtNameModeOff.Location = new System.Drawing.Point(123, 22);
this.rbtNameModeOff.Name = "rbtNameModeOff";
this.rbtNameModeOff.Size = new System.Drawing.Size(59, 16);
this.rbtNameModeOff.TabIndex = 43;
this.rbtNameModeOff.Text = "不记名";
this.rbtNameModeOff.UseVisualStyleBackColor = true;
this.rbtNameModeOff.CheckedChanged += new System.EventHandler(this.rbtNameMode_CheckedChanged);
//
// cboBackMusic
//
this.cboBackMusic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboBackMusic.FormattingEnabled = true;
this.cboBackMusic.Location = new System.Drawing.Point(123, 79);
this.cboBackMusic.Name = "cboBackMusic";
this.cboBackMusic.Size = new System.Drawing.Size(109, 20);
this.cboBackMusic.TabIndex = 39;
this.cboBackMusic.SelectedIndexChanged += new System.EventHandler(this.cboBackMusic_SelectedIndexChanged);
//
// rbtNameModeOn
//
this.rbtNameModeOn.AutoSize = true;
this.rbtNameModeOn.Checked = true;
this.rbtNameModeOn.Location = new System.Drawing.Point(3, 22);
this.rbtNameModeOn.Name = "rbtNameModeOn";
this.rbtNameModeOn.Size = new System.Drawing.Size(47, 16);
this.rbtNameModeOn.TabIndex = 42;
this.rbtNameModeOn.TabStop = true;
this.rbtNameModeOn.Text = "记名";
this.rbtNameModeOn.UseVisualStyleBackColor = true;
this.rbtNameModeOn.CheckedChanged += new System.EventHandler(this.rbtNameMode_CheckedChanged);
//
// cboCanVote
//
this.cboCanVote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCanVote.FormattingEnabled = true;
this.cboCanVote.Items.AddRange(new object[] {
"所有人",
"指定名单",
"指定题目选项"});
this.cboCanVote.Location = new System.Drawing.Point(123, 49);
this.cboCanVote.Name = "cboCanVote";
this.cboCanVote.Size = new System.Drawing.Size(109, 20);
this.cboCanVote.TabIndex = 40;
this.cboCanVote.SelectedIndexChanged += new System.EventHandler(this.cboCanVote_SelectedIndexChanged);
//
// lblFieldVoteRate
//
this.lblFieldVoteRate.AutoSize = true;
this.lblFieldVoteRate.Location = new System.Drawing.Point(3, 114);
this.lblFieldVoteRate.Name = "lblFieldVoteRate";
this.lblFieldVoteRate.Size = new System.Drawing.Size(77, 12);
this.lblFieldVoteRate.TabIndex = 41;
this.lblFieldVoteRate.Text = "投票权重字段";
//
// lblAuthorize
//
this.lblAuthorize.AutoSize = true;
this.lblAuthorize.Location = new System.Drawing.Point(3, 54);
this.lblAuthorize.Name = "lblAuthorize";
this.lblAuthorize.Size = new System.Drawing.Size(53, 12);
this.lblAuthorize.TabIndex = 38;
this.lblAuthorize.Text = "键盘授权";
//
// lblBackMusic
//
this.lblBackMusic.AutoSize = true;
this.lblBackMusic.Location = new System.Drawing.Point(3, 84);
this.lblBackMusic.Name = "lblBackMusic";
this.lblBackMusic.Size = new System.Drawing.Size(53, 12);
this.lblBackMusic.TabIndex = 39;
this.lblBackMusic.Text = "背景音效";
//
// UcResponsePara
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.gbxNameAuthorize);
this.Name = "UcResponsePara";
this.Size = new System.Drawing.Size(237, 150);
this.Load += new System.EventHandler(this.UcResponsePara_Load);
this.gbxNameAuthorize.ResumeLayout(false);
this.gbxNameAuthorize.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox gbxNameAuthorize;
private System.Windows.Forms.RadioButton rbtNameModeOff;
private System.Windows.Forms.RadioButton rbtNameModeOn;
private System.Windows.Forms.ComboBox cboFieldVoteRate;
public System.Windows.Forms.ComboBox cboBackMusic;
public System.Windows.Forms.ComboBox cboCanVote;
private System.Windows.Forms.Label lblFieldVoteRate;
public System.Windows.Forms.Label lblAuthorize;
public System.Windows.Forms.Label lblBackMusic;
}
}