PanelSlideCompGroup.Designer.cs
7.31 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
namespace SunVoteARSPPT
{
partial class PanelSlideCompGroup
{
/// <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.cboSlide = new System.Windows.Forms.ComboBox();
this.lblSlide1 = new System.Windows.Forms.Label();
this.gbxSet = new System.Windows.Forms.GroupBox();
this.chkInvert = new System.Windows.Forms.CheckBox();
this.cboChartType = new System.Windows.Forms.ComboBox();
this.cboGroup = new System.Windows.Forms.ComboBox();
this.lblSlide2 = new System.Windows.Forms.Label();
this.gbxSet.SuspendLayout();
this.SuspendLayout();
//
// cboSlide
//
this.cboSlide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboSlide.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSlide.FormattingEnabled = true;
this.cboSlide.Items.AddRange(new object[] {
"按OK提交",
"自动提交"});
this.cboSlide.Location = new System.Drawing.Point(3, 38);
this.cboSlide.Name = "cboSlide";
this.cboSlide.Size = new System.Drawing.Size(204, 20);
this.cboSlide.TabIndex = 8;
this.cboSlide.SelectedIndexChanged += new System.EventHandler(this.cboSlide_SelectedIndexChanged);
//
// lblSlide1
//
this.lblSlide1.AutoSize = true;
this.lblSlide1.Location = new System.Drawing.Point(3, 23);
this.lblSlide1.Name = "lblSlide1";
this.lblSlide1.Size = new System.Drawing.Size(71, 12);
this.lblSlide1.TabIndex = 9;
this.lblSlide1.Text = "对比幻灯片1";
//
// gbxSet
//
this.gbxSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxSet.Controls.Add(this.chkInvert);
this.gbxSet.Controls.Add(this.cboChartType);
this.gbxSet.Controls.Add(this.cboGroup);
this.gbxSet.Controls.Add(this.lblSlide2);
this.gbxSet.Controls.Add(this.cboSlide);
this.gbxSet.Controls.Add(this.lblSlide1);
this.gbxSet.Location = new System.Drawing.Point(0, 0);
this.gbxSet.Name = "gbxSet";
this.gbxSet.Size = new System.Drawing.Size(209, 185);
this.gbxSet.TabIndex = 10;
this.gbxSet.TabStop = false;
this.gbxSet.Text = "对比分析";
//
// chkInvert
//
this.chkInvert.AutoSize = true;
this.chkInvert.Location = new System.Drawing.Point(8, 115);
this.chkInvert.Name = "chkInvert";
this.chkInvert.Size = new System.Drawing.Size(96, 16);
this.chkInvert.TabIndex = 10;
this.chkInvert.Text = "反转对比选项";
this.chkInvert.UseVisualStyleBackColor = true;
this.chkInvert.CheckedChanged += new System.EventHandler(this.chkInvert_CheckedChanged);
//
// cboChartType
//
this.cboChartType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartType.FormattingEnabled = true;
this.cboChartType.Items.AddRange(new object[] {
"使用堆积图",
"使用100%堆积图",
"不使用堆积图"});
this.cboChartType.Location = new System.Drawing.Point(3, 147);
this.cboChartType.Name = "cboChartType";
this.cboChartType.Size = new System.Drawing.Size(204, 20);
this.cboChartType.TabIndex = 8;
this.cboChartType.SelectedIndexChanged += new System.EventHandler(this.cboChartType_SelectedIndexChanged);
//
// cboGroup
//
this.cboGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGroup.FormattingEnabled = true;
this.cboGroup.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cboGroup.Location = new System.Drawing.Point(3, 82);
this.cboGroup.Name = "cboGroup";
this.cboGroup.Size = new System.Drawing.Size(204, 20);
this.cboGroup.TabIndex = 8;
this.cboGroup.SelectedIndexChanged += new System.EventHandler(this.cboGroup_SelectedIndexChanged);
//
// lblSlide2
//
this.lblSlide2.AutoSize = true;
this.lblSlide2.Location = new System.Drawing.Point(3, 67);
this.lblSlide2.Name = "lblSlide2";
this.lblSlide2.Size = new System.Drawing.Size(71, 12);
this.lblSlide2.TabIndex = 9;
this.lblSlide2.Text = "对比幻灯片2";
//
// PanelSlideCompGroup
//
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.gbxSet);
this.Name = "PanelSlideCompGroup";
this.Size = new System.Drawing.Size(210, 211);
this.Load += new System.EventHandler(this.PanelSlideCompChart_Load);
this.gbxSet.ResumeLayout(false);
this.gbxSet.PerformLayout();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.ComboBox cboSlide;
public System.Windows.Forms.Label lblSlide1;
public System.Windows.Forms.ComboBox cboGroup;
public System.Windows.Forms.Label lblSlide2;
public System.Windows.Forms.GroupBox gbxSet;
private System.Windows.Forms.CheckBox chkInvert;
public System.Windows.Forms.ComboBox cboChartType;
}
}