namespace SunVoteARSPPT
{
partial class PanelRankMVP
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cboColShow = new System.Windows.Forms.ComboBox();
this.lblColShow = new System.Windows.Forms.Label();
this.gbxRankSet = new System.Windows.Forms.GroupBox();
this.cboRankMode = new System.Windows.Forms.ComboBox();
this.lblRankMode = new System.Windows.Forms.Label();
this.cboRankCount = new System.Windows.Forms.ComboBox();
this.lblRankCount = new System.Windows.Forms.Label();
this.cboGroupType = new System.Windows.Forms.ComboBox();
this.lblGroupType = new System.Windows.Forms.Label();
this.gbxRankSet.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// cboColShow
//
this.cboColShow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboColShow.FormattingEnabled = true;
this.cboColShow.Items.AddRange(new object[] {
"按OK提交",
"自动提交"});
this.cboColShow.Location = new System.Drawing.Point(110, 51);
this.cboColShow.Name = "cboColShow";
this.cboColShow.Size = new System.Drawing.Size(94, 20);
this.cboColShow.TabIndex = 8;
this.cboColShow.SelectedIndexChanged += new System.EventHandler(this.cboColShow_SelectedIndexChanged);
//
// lblColShow
//
this.lblColShow.AutoSize = true;
this.lblColShow.Location = new System.Drawing.Point(3, 54);
this.lblColShow.Name = "lblColShow";
this.lblColShow.Size = new System.Drawing.Size(53, 12);
this.lblColShow.TabIndex = 9;
this.lblColShow.Text = "显示内容";
//
// gbxRankSet
//
this.gbxRankSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxRankSet.Controls.Add(this.cboRankMode);
this.gbxRankSet.Controls.Add(this.lblRankMode);
this.gbxRankSet.Controls.Add(this.cboRankCount);
this.gbxRankSet.Controls.Add(this.lblRankCount);
this.gbxRankSet.Controls.Add(this.cboGroupType);
this.gbxRankSet.Controls.Add(this.lblGroupType);
this.gbxRankSet.Controls.Add(this.cboColShow);
this.gbxRankSet.Controls.Add(this.lblColShow);
this.gbxRankSet.Location = new System.Drawing.Point(0, 0);
this.gbxRankSet.Name = "gbxRankSet";
this.gbxRankSet.Size = new System.Drawing.Size(210, 133);
this.gbxRankSet.TabIndex = 10;
this.gbxRankSet.TabStop = false;
this.gbxRankSet.Text = "团队最佳个人排行设置";
//
// cboRankMode
//
this.cboRankMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboRankMode.FormattingEnabled = true;
this.cboRankMode.Items.AddRange(new object[] {
"当前累计",
"上一张"});
this.cboRankMode.Location = new System.Drawing.Point(110, 103);
this.cboRankMode.Name = "cboRankMode";
this.cboRankMode.Size = new System.Drawing.Size(94, 20);
this.cboRankMode.TabIndex = 8;
this.cboRankMode.SelectedIndexChanged += new System.EventHandler(this.cboRankMode_SelectedIndexChanged);
//
// lblRankMode
//
this.lblRankMode.AutoSize = true;
this.lblRankMode.Location = new System.Drawing.Point(3, 106);
this.lblRankMode.Name = "lblRankMode";
this.lblRankMode.Size = new System.Drawing.Size(53, 12);
this.lblRankMode.TabIndex = 9;
this.lblRankMode.Text = "分数统计";
//
// cboRankCount
//
this.cboRankCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboRankCount.FormattingEnabled = true;
this.cboRankCount.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cboRankCount.Location = new System.Drawing.Point(110, 77);
this.cboRankCount.Name = "cboRankCount";
this.cboRankCount.Size = new System.Drawing.Size(94, 20);
this.cboRankCount.TabIndex = 8;
this.cboRankCount.SelectedIndexChanged += new System.EventHandler(this.cboRankCount_SelectedIndexChanged);
//
// lblRankCount
//
this.lblRankCount.AutoSize = true;
this.lblRankCount.Location = new System.Drawing.Point(3, 80);
this.lblRankCount.Name = "lblRankCount";
this.lblRankCount.Size = new System.Drawing.Size(65, 12);
this.lblRankCount.TabIndex = 9;
this.lblRankCount.Text = "显示前xx名";
//
// cboGroupType
//
this.cboGroupType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGroupType.FormattingEnabled = true;
this.cboGroupType.Items.AddRange(new object[] {
"按OK提交",
"自动提交"});
this.cboGroupType.Location = new System.Drawing.Point(110, 25);
this.cboGroupType.Name = "cboGroupType";
this.cboGroupType.Size = new System.Drawing.Size(94, 20);
this.cboGroupType.TabIndex = 8;
this.cboGroupType.SelectedIndexChanged += new System.EventHandler(this.cboGroupType_SelectedIndexChanged);
//
// lblGroupType
//
this.lblGroupType.AutoSize = true;
this.lblGroupType.Location = new System.Drawing.Point(3, 28);
this.lblGroupType.Name = "lblGroupType";
this.lblGroupType.Size = new System.Drawing.Size(53, 12);
this.lblGroupType.TabIndex = 9;
this.lblGroupType.Text = "分组方式";
//
// PanelRankMVP
//
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.gbxRankSet);
this.Name = "PanelRankMVP";
this.Size = new System.Drawing.Size(210, 141);
this.Load += new System.EventHandler(this.PanelRankChart_Load);
this.gbxRankSet.ResumeLayout(false);
this.gbxRankSet.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
public System.Windows.Forms.ComboBox cboColShow;
public System.Windows.Forms.Label lblColShow;
public System.Windows.Forms.ComboBox cboRankMode;
public System.Windows.Forms.Label lblRankMode;
public System.Windows.Forms.ComboBox cboRankCount;
public System.Windows.Forms.Label lblRankCount;
public System.Windows.Forms.GroupBox gbxRankSet;
public System.Windows.Forms.ComboBox cboGroupType;
public System.Windows.Forms.Label lblGroupType;
}
}