namespace SunVoteARSPPT
{
partial class FrmRankGroup
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
"1",
""}, -1);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("2");
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3");
this.btnShowFull = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.lvwSlide = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lblGroup = new System.Windows.Forms.Label();
this.lblRankItem = new System.Windows.Forms.Label();
this.clbSortField = new System.Windows.Forms.CheckedListBox();
this.cboRosterField = new System.Windows.Forms.ComboBox();
this.chkSelectAllSlide = new System.Windows.Forms.CheckBox();
this.btnExport = new System.Windows.Forms.Button();
this.dgvRank = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gbxOrderBy = new System.Windows.Forms.GroupBox();
this.chkMVP = new System.Windows.Forms.CheckBox();
this.rbtByCorrectCountSum = new System.Windows.Forms.RadioButton();
this.rbtByCorrectCount = new System.Windows.Forms.RadioButton();
this.chkBySpeed = new System.Windows.Forms.CheckBox();
this.rbtByCorrectRate = new System.Windows.Forms.RadioButton();
this.rbtByScore = new System.Windows.Forms.RadioButton();
this.lblGroupType = new System.Windows.Forms.Label();
this.cboGroupType = new System.Windows.Forms.ComboBox();
this.clbGroupItem = new System.Windows.Forms.CheckedListBox();
this.lblGroupItem = new System.Windows.Forms.Label();
this.chkSelectAllGroupItem = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.dgvRank)).BeginInit();
this.gbxOrderBy.SuspendLayout();
this.SuspendLayout();
//
// btnShowFull
//
this.btnShowFull.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnShowFull.AutoSize = true;
this.btnShowFull.Location = new System.Drawing.Point(469, 538);
this.btnShowFull.Name = "btnShowFull";
this.btnShowFull.Size = new System.Drawing.Size(112, 23);
this.btnShowFull.TabIndex = 34;
this.btnShowFull.Text = "全屏显示";
this.btnShowFull.UseVisualStyleBackColor = true;
this.btnShowFull.Click += new System.EventHandler(this.btnShowFull_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.AutoSize = true;
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(705, 538);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 33;
this.btnClose.Text = "退出";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lvwSlide
//
this.lvwSlide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvwSlide.CheckBoxes = true;
this.lvwSlide.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3});
this.lvwSlide.FullRowSelect = true;
this.lvwSlide.HideSelection = false;
listViewItem1.StateImageIndex = 0;
listViewItem2.StateImageIndex = 0;
listViewItem3.StateImageIndex = 0;
this.lvwSlide.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3});
this.lvwSlide.Location = new System.Drawing.Point(587, 12);
this.lvwSlide.MultiSelect = false;
this.lvwSlide.Name = "lvwSlide";
this.lvwSlide.Size = new System.Drawing.Size(193, 240);
this.lvwSlide.TabIndex = 39;
this.lvwSlide.UseCompatibleStateImageBehavior = false;
this.lvwSlide.View = System.Windows.Forms.View.Details;
this.lvwSlide.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvwSlide_ItemChecked);
//
// columnHeader2
//
this.columnHeader2.Text = "";
this.columnHeader2.Width = 40;
//
// columnHeader3
//
this.columnHeader3.Text = "反馈题目";
this.columnHeader3.Width = 129;
//
// lblGroup
//
this.lblGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblGroup.AutoSize = true;
this.lblGroup.Location = new System.Drawing.Point(585, 361);
this.lblGroup.Name = "lblGroup";
this.lblGroup.Size = new System.Drawing.Size(77, 12);
this.lblGroup.TabIndex = 40;
this.lblGroup.Text = "人员分组字段";
//
// lblRankItem
//
this.lblRankItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblRankItem.AutoSize = true;
this.lblRankItem.Location = new System.Drawing.Point(585, 365);
this.lblRankItem.Name = "lblRankItem";
this.lblRankItem.Size = new System.Drawing.Size(53, 12);
this.lblRankItem.TabIndex = 40;
this.lblRankItem.Text = "排序项目";
this.lblRankItem.Visible = false;
//
// clbSortField
//
this.clbSortField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.clbSortField.CheckOnClick = true;
this.clbSortField.FormattingEnabled = true;
this.clbSortField.Items.AddRange(new object[] {
"平均得分",
"平均答对题数",
"平均答题速度",
"总得分",
"总答对题数",
"总答题速度"});
this.clbSortField.Location = new System.Drawing.Point(587, 430);
this.clbSortField.Name = "clbSortField";
this.clbSortField.Size = new System.Drawing.Size(193, 100);
this.clbSortField.TabIndex = 42;
this.clbSortField.Visible = false;
this.clbSortField.SelectedValueChanged += new System.EventHandler(this.clbGroupItem_SelectedValueChanged);
//
// cboRosterField
//
this.cboRosterField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cboRosterField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboRosterField.FormattingEnabled = true;
this.cboRosterField.Items.AddRange(new object[] {
"性别",
"部门",
"分组"});
this.cboRosterField.Location = new System.Drawing.Point(587, 344);
this.cboRosterField.Name = "cboRosterField";
this.cboRosterField.Size = new System.Drawing.Size(193, 20);
this.cboRosterField.TabIndex = 45;
this.cboRosterField.SelectedIndexChanged += new System.EventHandler(this.cboRosterField_SelectedIndexChanged);
//
// chkSelectAllSlide
//
this.chkSelectAllSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSelectAllSlide.AutoSize = true;
this.chkSelectAllSlide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkSelectAllSlide.Location = new System.Drawing.Point(596, 16);
this.chkSelectAllSlide.Name = "chkSelectAllSlide";
this.chkSelectAllSlide.Size = new System.Drawing.Size(12, 11);
this.chkSelectAllSlide.TabIndex = 46;
this.chkSelectAllSlide.UseVisualStyleBackColor = true;
this.chkSelectAllSlide.CheckedChanged += new System.EventHandler(this.chkSelectAllSlide_CheckedChanged);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.AutoSize = true;
this.btnExport.Location = new System.Drawing.Point(587, 538);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(112, 23);
this.btnExport.TabIndex = 34;
this.btnExport.Text = "生成报表";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// dgvRank
//
this.dgvRank.AllowUserToAddRows = false;
this.dgvRank.AllowUserToDeleteRows = false;
this.dgvRank.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvRank.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRank.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column3,
this.Column4});
this.dgvRank.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgvRank.Location = new System.Drawing.Point(12, 12);
this.dgvRank.Name = "dgvRank";
this.dgvRank.RowHeadersVisible = false;
this.dgvRank.RowTemplate.Height = 23;
this.dgvRank.Size = new System.Drawing.Size(567, 518);
this.dgvRank.TabIndex = 47;
//
// Column1
//
this.Column1.HeaderText = "名次";
this.Column1.Name = "Column1";
//
// Column3
//
this.Column3.HeaderText = "分组";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = "得分";
this.Column4.Name = "Column4";
//
// gbxOrderBy
//
this.gbxOrderBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.gbxOrderBy.Controls.Add(this.chkMVP);
this.gbxOrderBy.Controls.Add(this.rbtByCorrectCountSum);
this.gbxOrderBy.Controls.Add(this.rbtByCorrectCount);
this.gbxOrderBy.Controls.Add(this.chkBySpeed);
this.gbxOrderBy.Controls.Add(this.rbtByCorrectRate);
this.gbxOrderBy.Controls.Add(this.rbtByScore);
this.gbxOrderBy.Location = new System.Drawing.Point(587, 402);
this.gbxOrderBy.Name = "gbxOrderBy";
this.gbxOrderBy.Size = new System.Drawing.Size(193, 128);
this.gbxOrderBy.TabIndex = 48;
this.gbxOrderBy.TabStop = false;
this.gbxOrderBy.Text = "统计信息";
//
// chkMVP
//
this.chkMVP.AutoSize = true;
this.chkMVP.Location = new System.Drawing.Point(118, 107);
this.chkMVP.Name = "chkMVP";
this.chkMVP.Size = new System.Drawing.Size(42, 16);
this.chkMVP.TabIndex = 49;
this.chkMVP.Text = "MVP";
this.chkMVP.UseVisualStyleBackColor = true;
this.chkMVP.Visible = false;
this.chkMVP.CheckedChanged += new System.EventHandler(this.chkMVP_CheckedChanged);
//
// rbtByCorrectCountSum
//
this.rbtByCorrectCountSum.AutoSize = true;
this.rbtByCorrectCountSum.Location = new System.Drawing.Point(11, 85);
this.rbtByCorrectCountSum.Name = "rbtByCorrectCountSum";
this.rbtByCorrectCountSum.Size = new System.Drawing.Size(101, 16);
this.rbtByCorrectCountSum.TabIndex = 5;
this.rbtByCorrectCountSum.Text = "答对个数(Sum)";
this.rbtByCorrectCountSum.UseVisualStyleBackColor = true;
this.rbtByCorrectCountSum.CheckedChanged += new System.EventHandler(this.OrderBy_CheckedChanged);
//
// rbtByCorrectCount
//
this.rbtByCorrectCount.AutoSize = true;
this.rbtByCorrectCount.Location = new System.Drawing.Point(11, 63);
this.rbtByCorrectCount.Name = "rbtByCorrectCount";
this.rbtByCorrectCount.Size = new System.Drawing.Size(101, 16);
this.rbtByCorrectCount.TabIndex = 5;
this.rbtByCorrectCount.Text = "答对个数(Avg)";
this.rbtByCorrectCount.UseVisualStyleBackColor = true;
this.rbtByCorrectCount.CheckedChanged += new System.EventHandler(this.OrderBy_CheckedChanged);
//
// chkBySpeed
//
this.chkBySpeed.AutoSize = true;
this.chkBySpeed.Checked = true;
this.chkBySpeed.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkBySpeed.Location = new System.Drawing.Point(11, 107);
this.chkBySpeed.Name = "chkBySpeed";
this.chkBySpeed.Size = new System.Drawing.Size(72, 16);
this.chkBySpeed.TabIndex = 4;
this.chkBySpeed.Text = "答题速度";
this.chkBySpeed.UseVisualStyleBackColor = true;
this.chkBySpeed.CheckedChanged += new System.EventHandler(this.OrderBy_CheckedChanged);
//
// rbtByCorrectRate
//
this.rbtByCorrectRate.AutoSize = true;
this.rbtByCorrectRate.Location = new System.Drawing.Point(11, 41);
this.rbtByCorrectRate.Name = "rbtByCorrectRate";
this.rbtByCorrectRate.Size = new System.Drawing.Size(89, 16);
this.rbtByCorrectRate.TabIndex = 3;
this.rbtByCorrectRate.Text = "正确率(Avg)";
this.rbtByCorrectRate.UseVisualStyleBackColor = true;
this.rbtByCorrectRate.CheckedChanged += new System.EventHandler(this.OrderBy_CheckedChanged);
//
// rbtByScore
//
this.rbtByScore.AutoSize = true;
this.rbtByScore.Checked = true;
this.rbtByScore.Location = new System.Drawing.Point(11, 19);
this.rbtByScore.Name = "rbtByScore";
this.rbtByScore.Size = new System.Drawing.Size(77, 16);
this.rbtByScore.TabIndex = 2;
this.rbtByScore.TabStop = true;
this.rbtByScore.Text = "得分(Avg)";
this.rbtByScore.UseVisualStyleBackColor = true;
this.rbtByScore.CheckedChanged += new System.EventHandler(this.OrderBy_CheckedChanged);
//
// lblGroupType
//
this.lblGroupType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblGroupType.AutoSize = true;
this.lblGroupType.Location = new System.Drawing.Point(585, 255);
this.lblGroupType.Name = "lblGroupType";
this.lblGroupType.Size = new System.Drawing.Size(53, 12);
this.lblGroupType.TabIndex = 40;
this.lblGroupType.Text = "分组方式";
//
// cboGroupType
//
this.cboGroupType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cboGroupType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGroupType.FormattingEnabled = true;
this.cboGroupType.Items.AddRange(new object[] {
"性别",
"部门",
"职务",
"男女分组",
"反馈分组",
""});
this.cboGroupType.Location = new System.Drawing.Point(587, 270);
this.cboGroupType.Name = "cboGroupType";
this.cboGroupType.Size = new System.Drawing.Size(193, 20);
this.cboGroupType.TabIndex = 45;
this.cboGroupType.SelectedIndexChanged += new System.EventHandler(this.cboGroupType_SelectedIndexChanged);
//
// clbGroupItem
//
this.clbGroupItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.clbGroupItem.CheckOnClick = true;
this.clbGroupItem.FormattingEnabled = true;
this.clbGroupItem.Items.AddRange(new object[] {
"销售部",
"技术部",
"行政部",
"4",
"5",
"6"});
this.clbGroupItem.Location = new System.Drawing.Point(587, 296);
this.clbGroupItem.Name = "clbGroupItem";
this.clbGroupItem.Size = new System.Drawing.Size(193, 100);
this.clbGroupItem.TabIndex = 42;
this.clbGroupItem.SelectedValueChanged += new System.EventHandler(this.clbGroupItem_SelectedValueChanged);
//
// lblGroupItem
//
this.lblGroupItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblGroupItem.AutoSize = true;
this.lblGroupItem.Location = new System.Drawing.Point(605, 296);
this.lblGroupItem.Name = "lblGroupItem";
this.lblGroupItem.Size = new System.Drawing.Size(53, 12);
this.lblGroupItem.TabIndex = 40;
this.lblGroupItem.Text = "分组信息";
//
// chkSelectAllGroupItem
//
this.chkSelectAllGroupItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSelectAllGroupItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkSelectAllGroupItem.Location = new System.Drawing.Point(591, 299);
this.chkSelectAllGroupItem.Name = "chkSelectAllGroupItem";
this.chkSelectAllGroupItem.Size = new System.Drawing.Size(12, 12);
this.chkSelectAllGroupItem.TabIndex = 46;
this.chkSelectAllGroupItem.UseVisualStyleBackColor = true;
this.chkSelectAllGroupItem.CheckedChanged += new System.EventHandler(this.chkSelectAllGroupItem_CheckedChanged);
//
// FrmRankGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(792, 573);
this.Controls.Add(this.gbxOrderBy);
this.Controls.Add(this.clbGroupItem);
this.Controls.Add(this.chkSelectAllGroupItem);
this.Controls.Add(this.chkSelectAllSlide);
this.Controls.Add(this.dgvRank);
this.Controls.Add(this.cboGroupType);
this.Controls.Add(this.cboRosterField);
this.Controls.Add(this.lvwSlide);
this.Controls.Add(this.btnExport);
this.Controls.Add(this.btnShowFull);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblGroupType);
this.Controls.Add(this.lblRankItem);
this.Controls.Add(this.lblGroupItem);
this.Controls.Add(this.lblGroup);
this.Controls.Add(this.clbSortField);
this.Name = "FrmRankGroup";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "团队排行";
this.Load += new System.EventHandler(this.FrmRankGroup_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvRank)).EndInit();
this.gbxOrderBy.ResumeLayout(false);
this.gbxOrderBy.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnShowFull;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ListView lvwSlide;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.Label lblGroup;
private System.Windows.Forms.Label lblRankItem;
private System.Windows.Forms.CheckedListBox clbSortField;
private System.Windows.Forms.ComboBox cboRosterField;
private System.Windows.Forms.CheckBox chkSelectAllSlide;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.DataGridView dgvRank;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.GroupBox gbxOrderBy;
private System.Windows.Forms.CheckBox chkBySpeed;
private System.Windows.Forms.RadioButton rbtByCorrectRate;
private System.Windows.Forms.RadioButton rbtByScore;
private System.Windows.Forms.Label lblGroupType;
private System.Windows.Forms.ComboBox cboGroupType;
private System.Windows.Forms.CheckedListBox clbGroupItem;
private System.Windows.Forms.Label lblGroupItem;
private System.Windows.Forms.CheckBox chkSelectAllGroupItem;
private System.Windows.Forms.RadioButton rbtByCorrectCount;
private System.Windows.Forms.RadioButton rbtByCorrectCountSum;
private System.Windows.Forms.CheckBox chkMVP;
}
}