PanelGradeCount.Designer.cs
6.78 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
namespace SunVoteARSPPT
{
partial class PanelGradeCount
{
/// <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.gbxChoise = new System.Windows.Forms.GroupBox();
this.btnOptionText = new System.Windows.Forms.Button();
this.nudOptionCount = new System.Windows.Forms.NumericUpDown();
this.lblChoiseOption = new System.Windows.Forms.Label();
this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
this.gbxChoise.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).BeginInit();
this.SuspendLayout();
//
// gbxChoise
//
this.gbxChoise.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxChoise.BackColor = System.Drawing.Color.White;
this.gbxChoise.Controls.Add(this.btnOptionText);
this.gbxChoise.Controls.Add(this.nudOptionCount);
this.gbxChoise.Controls.Add(this.lblChoiseOption);
this.gbxChoise.Location = new System.Drawing.Point(0, 0);
this.gbxChoise.Name = "gbxChoise";
this.gbxChoise.Size = new System.Drawing.Size(210, 51);
this.gbxChoise.TabIndex = 13;
this.gbxChoise.TabStop = false;
this.gbxChoise.Text = "评议参数设置";
//
// btnOptionText
//
this.btnOptionText.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOptionText.ForeColor = System.Drawing.Color.Blue;
this.btnOptionText.Location = new System.Drawing.Point(6, 17);
this.btnOptionText.Name = "btnOptionText";
this.btnOptionText.Size = new System.Drawing.Size(23, 20);
this.btnOptionText.TabIndex = 37;
this.btnOptionText.Text = "T";
this.btnOptionText.UseVisualStyleBackColor = true;
this.btnOptionText.Visible = false;
this.btnOptionText.Click += new System.EventHandler(this.btnOptionText_Click);
//
// nudOptionCount
//
this.nudOptionCount.Location = new System.Drawing.Point(145, 18);
this.nudOptionCount.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.nudOptionCount.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudOptionCount.Name = "nudOptionCount";
this.nudOptionCount.Size = new System.Drawing.Size(60, 21);
this.nudOptionCount.TabIndex = 0;
this.nudOptionCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudOptionCount.Value = new decimal(new int[] {
4,
0,
0,
0});
this.nudOptionCount.ValueChanged += new System.EventHandler(this.nudOptionCount_ValueChanged);
//
// lblChoiseOption
//
this.lblChoiseOption.AutoSize = true;
this.lblChoiseOption.Location = new System.Drawing.Point(30, 21);
this.lblChoiseOption.Name = "lblChoiseOption";
this.lblChoiseOption.Size = new System.Drawing.Size(53, 12);
this.lblChoiseOption.TabIndex = 33;
this.lblChoiseOption.Text = "选项个数";
//
// 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, 57);
this.ucResponsePara.Name = "ucResponsePara";
this.ucResponsePara.Size = new System.Drawing.Size(210, 176);
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, 239);
this.ucKeypadPara.Name = "ucKeypadPara";
this.ucKeypadPara.Size = new System.Drawing.Size(210, 116);
this.ucKeypadPara.TabIndex = 11;
this.ucKeypadPara.TagSet = null;
//
// PanelGradeCount
//
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.gbxChoise);
this.Controls.Add(this.ucResponsePara);
this.Controls.Add(this.ucKeypadPara);
this.Name = "PanelGradeCount";
this.Size = new System.Drawing.Size(210, 366);
this.Load += new System.EventHandler(this.PanelGradeCount_Load);
this.gbxChoise.ResumeLayout(false);
this.gbxChoise.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SunVoteARSPPT.UcResponsePara ucResponsePara;
public System.Windows.Forms.GroupBox gbxChoise;
public System.Windows.Forms.NumericUpDown nudOptionCount;
public System.Windows.Forms.Label lblChoiseOption;
private System.Windows.Forms.Button btnOptionText;
public UcKeypadPara ucKeypadPara;
}
}