PanelVote.Designer.cs
15.4 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
namespace SunVoteARSPPT
{
partial class PanelVote
{
/// <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.gbxVote = new System.Windows.Forms.GroupBox();
this.pnlVoteMode = new System.Windows.Forms.Panel();
this.rbtItem2 = new System.Windows.Forms.RadioButton();
this.rbtItem3 = new System.Windows.Forms.RadioButton();
this.numPassByCount = new System.Windows.Forms.NumericUpDown();
this.pnlPassMode = new System.Windows.Forms.Panel();
this.rbtPassMode2 = new System.Windows.Forms.RadioButton();
this.rbtPassMode1 = new System.Windows.Forms.RadioButton();
this.rbtPassByCount = new System.Windows.Forms.RadioButton();
this.rbtPassByRate = new System.Windows.Forms.RadioButton();
this.cboPassRateMode = new System.Windows.Forms.ComboBox();
this.lblPassMode = new System.Windows.Forms.Label();
this.lblPassRate = new System.Windows.Forms.Label();
this.txtPassByRate = new System.Windows.Forms.TextBox();
this.lblNoPress = new System.Windows.Forms.Label();
this.cboNoPress = new System.Windows.Forms.ComboBox();
this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
this.gbxVote.SuspendLayout();
this.pnlVoteMode.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numPassByCount)).BeginInit();
this.pnlPassMode.SuspendLayout();
this.SuspendLayout();
//
// gbxVote
//
this.gbxVote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxVote.BackColor = System.Drawing.Color.White;
this.gbxVote.Controls.Add(this.pnlVoteMode);
this.gbxVote.Controls.Add(this.numPassByCount);
this.gbxVote.Controls.Add(this.pnlPassMode);
this.gbxVote.Controls.Add(this.rbtPassByCount);
this.gbxVote.Controls.Add(this.rbtPassByRate);
this.gbxVote.Controls.Add(this.cboPassRateMode);
this.gbxVote.Controls.Add(this.lblPassMode);
this.gbxVote.Controls.Add(this.lblPassRate);
this.gbxVote.Controls.Add(this.txtPassByRate);
this.gbxVote.Controls.Add(this.lblNoPress);
this.gbxVote.Controls.Add(this.cboNoPress);
this.gbxVote.Location = new System.Drawing.Point(0, 0);
this.gbxVote.Name = "gbxVote";
this.gbxVote.Size = new System.Drawing.Size(210, 235);
this.gbxVote.TabIndex = 13;
this.gbxVote.TabStop = false;
this.gbxVote.Text = "表决模式";
this.gbxVote.Resize += new System.EventHandler(this.gbxVote_Resize);
//
// pnlVoteMode
//
this.pnlVoteMode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlVoteMode.Controls.Add(this.rbtItem2);
this.pnlVoteMode.Controls.Add(this.rbtItem3);
this.pnlVoteMode.Location = new System.Drawing.Point(2, 18);
this.pnlVoteMode.Name = "pnlVoteMode";
this.pnlVoteMode.Size = new System.Drawing.Size(206, 49);
this.pnlVoteMode.TabIndex = 48;
//
// rbtItem2
//
this.rbtItem2.AutoSize = true;
this.rbtItem2.Location = new System.Drawing.Point(3, 28);
this.rbtItem2.Name = "rbtItem2";
this.rbtItem2.Size = new System.Drawing.Size(77, 16);
this.rbtItem2.TabIndex = 34;
this.rbtItem2.Text = "赞成/反对";
this.rbtItem2.UseVisualStyleBackColor = true;
this.rbtItem2.CheckedChanged += new System.EventHandler(this.rbtItem2_CheckedChanged);
//
// rbtItem3
//
this.rbtItem3.AutoSize = true;
this.rbtItem3.Checked = true;
this.rbtItem3.Location = new System.Drawing.Point(3, 3);
this.rbtItem3.Name = "rbtItem3";
this.rbtItem3.Size = new System.Drawing.Size(107, 16);
this.rbtItem3.TabIndex = 34;
this.rbtItem3.TabStop = true;
this.rbtItem3.Text = "赞成/反对/弃权";
this.rbtItem3.UseVisualStyleBackColor = true;
this.rbtItem3.CheckedChanged += new System.EventHandler(this.rbtItem3_CheckedChanged);
//
// numPassByCount
//
this.numPassByCount.Location = new System.Drawing.Point(112, 200);
this.numPassByCount.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.numPassByCount.Name = "numPassByCount";
this.numPassByCount.Size = new System.Drawing.Size(95, 21);
this.numPassByCount.TabIndex = 47;
this.numPassByCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numPassByCount.ValueChanged += new System.EventHandler(this.numPassByCount_ValueChanged);
//
// pnlPassMode
//
this.pnlPassMode.Controls.Add(this.rbtPassMode2);
this.pnlPassMode.Controls.Add(this.rbtPassMode1);
this.pnlPassMode.Location = new System.Drawing.Point(112, 103);
this.pnlPassMode.Name = "pnlPassMode";
this.pnlPassMode.Size = new System.Drawing.Size(95, 26);
this.pnlPassMode.TabIndex = 46;
//
// rbtPassMode2
//
this.rbtPassMode2.AutoSize = true;
this.rbtPassMode2.Location = new System.Drawing.Point(58, 5);
this.rbtPassMode2.Name = "rbtPassMode2";
this.rbtPassMode2.Size = new System.Drawing.Size(29, 16);
this.rbtPassMode2.TabIndex = 45;
this.rbtPassMode2.Text = ">";
this.rbtPassMode2.UseVisualStyleBackColor = true;
this.rbtPassMode2.CheckedChanged += new System.EventHandler(this.rbtPassMode2_CheckedChanged);
//
// rbtPassMode1
//
this.rbtPassMode1.AutoSize = true;
this.rbtPassMode1.Checked = true;
this.rbtPassMode1.Location = new System.Drawing.Point(3, 5);
this.rbtPassMode1.Name = "rbtPassMode1";
this.rbtPassMode1.Size = new System.Drawing.Size(35, 16);
this.rbtPassMode1.TabIndex = 44;
this.rbtPassMode1.TabStop = true;
this.rbtPassMode1.Text = ">=";
this.rbtPassMode1.UseVisualStyleBackColor = true;
this.rbtPassMode1.CheckedChanged += new System.EventHandler(this.rbtPassMode1_CheckedChanged);
//
// rbtPassByCount
//
this.rbtPassByCount.AutoSize = true;
this.rbtPassByCount.Location = new System.Drawing.Point(3, 200);
this.rbtPassByCount.Name = "rbtPassByCount";
this.rbtPassByCount.Size = new System.Drawing.Size(71, 16);
this.rbtPassByCount.TabIndex = 44;
this.rbtPassByCount.Text = "按绝对值";
this.rbtPassByCount.UseVisualStyleBackColor = true;
this.rbtPassByCount.CheckedChanged += new System.EventHandler(this.rbtPassByCount_CheckedChanged);
//
// rbtPassByRate
//
this.rbtPassByRate.AutoSize = true;
this.rbtPassByRate.Checked = true;
this.rbtPassByRate.Location = new System.Drawing.Point(3, 140);
this.rbtPassByRate.Name = "rbtPassByRate";
this.rbtPassByRate.Size = new System.Drawing.Size(71, 16);
this.rbtPassByRate.TabIndex = 44;
this.rbtPassByRate.TabStop = true;
this.rbtPassByRate.Text = "按通过率";
this.rbtPassByRate.UseVisualStyleBackColor = true;
this.rbtPassByRate.CheckedChanged += new System.EventHandler(this.rbtPassByRate_CheckedChanged);
//
// cboPassRateMode
//
this.cboPassRateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboPassRateMode.FormattingEnabled = true;
this.cboPassRateMode.Items.AddRange(new object[] {
"按参与人数",
"按提交人数",
"按Yes+No"});
this.cboPassRateMode.Location = new System.Drawing.Point(112, 165);
this.cboPassRateMode.Name = "cboPassRateMode";
this.cboPassRateMode.Size = new System.Drawing.Size(95, 20);
this.cboPassRateMode.TabIndex = 38;
this.cboPassRateMode.SelectedIndexChanged += new System.EventHandler(this.cboPassRateMode_SelectedIndexChanged);
//
// lblPassMode
//
this.lblPassMode.AutoSize = true;
this.lblPassMode.Location = new System.Drawing.Point(3, 110);
this.lblPassMode.Name = "lblPassMode";
this.lblPassMode.Size = new System.Drawing.Size(77, 12);
this.lblPassMode.TabIndex = 36;
this.lblPassMode.Text = "结果判断模式";
this.lblPassMode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblPassRate
//
this.lblPassRate.AutoSize = true;
this.lblPassRate.Location = new System.Drawing.Point(3, 168);
this.lblPassRate.Name = "lblPassRate";
this.lblPassRate.Size = new System.Drawing.Size(53, 12);
this.lblPassRate.TabIndex = 39;
this.lblPassRate.Text = "比率统计";
//
// txtPassByRate
//
this.txtPassByRate.Location = new System.Drawing.Point(112, 139);
this.txtPassByRate.Name = "txtPassByRate";
this.txtPassByRate.Size = new System.Drawing.Size(95, 21);
this.txtPassByRate.TabIndex = 37;
this.txtPassByRate.Text = "1/2";
this.txtPassByRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtPassByRate.TextChanged += new System.EventHandler(this.txtPassByRate_TextChanged);
//
// lblNoPress
//
this.lblNoPress.AutoSize = true;
this.lblNoPress.Location = new System.Drawing.Point(3, 80);
this.lblNoPress.Name = "lblNoPress";
this.lblNoPress.Size = new System.Drawing.Size(53, 12);
this.lblNoPress.TabIndex = 36;
this.lblNoPress.Text = "未按处理";
//
// cboNoPress
//
this.cboNoPress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboNoPress.FormattingEnabled = true;
this.cboNoPress.Items.AddRange(new object[] {
"未按",
"赞成",
"反对",
"弃权"});
this.cboNoPress.Location = new System.Drawing.Point(112, 77);
this.cboNoPress.Name = "cboNoPress";
this.cboNoPress.Size = new System.Drawing.Size(95, 20);
this.cboNoPress.TabIndex = 35;
this.cboNoPress.SelectedIndexChanged += new System.EventHandler(this.cboNoPress_SelectedIndexChanged);
//
// ucResponsePara
//
this.ucResponsePara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ucResponsePara.BackColor = System.Drawing.Color.White;
this.ucResponsePara.Location = new System.Drawing.Point(0, 241);
this.ucResponsePara.Name = "ucResponsePara";
this.ucResponsePara.Size = new System.Drawing.Size(210, 148);
this.ucResponsePara.TabIndex = 12;
this.ucResponsePara.TagSet = null;
//
// ucKeypadPara
//
this.ucKeypadPara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ucKeypadPara.BackColor = System.Drawing.Color.White;
this.ucKeypadPara.Location = new System.Drawing.Point(0, 395);
this.ucKeypadPara.Name = "ucKeypadPara";
this.ucKeypadPara.Size = new System.Drawing.Size(210, 116);
this.ucKeypadPara.TabIndex = 11;
this.ucKeypadPara.TagSet = null;
//
// PanelVote
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.gbxVote);
this.Controls.Add(this.ucResponsePara);
this.Controls.Add(this.ucKeypadPara);
this.Name = "PanelVote";
this.Size = new System.Drawing.Size(210, 610);
this.Load += new System.EventHandler(this.PanelVote_Load);
this.gbxVote.ResumeLayout(false);
this.gbxVote.PerformLayout();
this.pnlVoteMode.ResumeLayout(false);
this.pnlVoteMode.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numPassByCount)).EndInit();
this.pnlPassMode.ResumeLayout(false);
this.pnlPassMode.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private SunVoteARSPPT.UcResponsePara ucResponsePara;
public System.Windows.Forms.GroupBox gbxVote;
private System.Windows.Forms.RadioButton rbtItem2;
private System.Windows.Forms.RadioButton rbtItem3;
public UcKeypadPara ucKeypadPara;
public System.Windows.Forms.Label lblNoPress;
public System.Windows.Forms.ComboBox cboNoPress;
private System.Windows.Forms.TextBox txtPassByRate;
private System.Windows.Forms.Label lblPassRate;
private System.Windows.Forms.RadioButton rbtPassMode2;
private System.Windows.Forms.RadioButton rbtPassMode1;
public System.Windows.Forms.Label lblPassMode;
private System.Windows.Forms.NumericUpDown numPassByCount;
private System.Windows.Forms.Panel pnlPassMode;
private System.Windows.Forms.RadioButton rbtPassByCount;
private System.Windows.Forms.RadioButton rbtPassByRate;
private System.Windows.Forms.ComboBox cboPassRateMode;
private System.Windows.Forms.Panel pnlVoteMode;
}
}