namespace SunVoteARSPPT { partial class FrmRankVoter { /// /// 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.clbRosterField = new System.Windows.Forms.CheckedListBox(); 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.lblVoterListField = new System.Windows.Forms.Label(); this.dgvRank = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblRankItem = new System.Windows.Forms.Label(); this.clbSortField = new System.Windows.Forms.CheckedListBox(); this.chkSelectAllSlide = new System.Windows.Forms.CheckBox(); this.btnExport = new System.Windows.Forms.Button(); this.gbxOrderBy = new System.Windows.Forms.GroupBox(); this.lblBySpeed2 = new System.Windows.Forms.Label(); this.chkBySpeed2 = new System.Windows.Forms.CheckBox(); this.chkByNoAnswered = new System.Windows.Forms.CheckBox(); this.chkBySpeed = new System.Windows.Forms.CheckBox(); this.rbtByCorrectCount = new System.Windows.Forms.RadioButton(); this.rbtByCorrectRate = new System.Windows.Forms.RadioButton(); this.rbtByScore = new System.Windows.Forms.RadioButton(); this.btnNewSlide = new System.Windows.Forms.Button(); this.btnSaveSlide = new System.Windows.Forms.Button(); ((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); // // clbRosterField // this.clbRosterField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.clbRosterField.CheckOnClick = true; this.clbRosterField.FormattingEnabled = true; this.clbRosterField.Items.AddRange(new object[] { "键盘编号", "姓名", "部门"}); this.clbRosterField.Location = new System.Drawing.Point(587, 272); this.clbRosterField.Name = "clbRosterField"; this.clbRosterField.Size = new System.Drawing.Size(193, 100); this.clbRosterField.TabIndex = 42; this.clbRosterField.SelectedValueChanged += new System.EventHandler(this.clbRosterField_SelectedValueChanged); // // 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, 242); 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; // // lblVoterListField // this.lblVoterListField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblVoterListField.AutoSize = true; this.lblVoterListField.Location = new System.Drawing.Point(585, 257); this.lblVoterListField.Name = "lblVoterListField"; this.lblVoterListField.Size = new System.Drawing.Size(77, 12); this.lblVoterListField.TabIndex = 40; this.lblVoterListField.Text = "人员名单字段"; // // 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.Column2, 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 = 43; // // Column1 // this.Column1.HeaderText = "名次"; this.Column1.Name = "Column1"; // // Column2 // this.Column2.HeaderText = "键盘编号"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.HeaderText = "姓名"; this.Column3.Name = "Column3"; // // Column4 // this.Column4.HeaderText = "得分"; this.Column4.Name = "Column4"; // // 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, 447); this.lblRankItem.Name = "lblRankItem"; this.lblRankItem.Size = new System.Drawing.Size(53, 12); this.lblRankItem.TabIndex = 40; this.lblRankItem.Text = "排序项目"; // // 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, 462); this.clbSortField.Name = "clbSortField"; this.clbSortField.Size = new System.Drawing.Size(193, 68); this.clbSortField.TabIndex = 42; this.clbSortField.Visible = false; this.clbSortField.SelectedValueChanged += new System.EventHandler(this.clbSortField_SelectedValueChanged); // // 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 = 44; 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 = 45; this.btnExport.Text = "生成报表"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // gbxOrderBy // this.gbxOrderBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.gbxOrderBy.Controls.Add(this.lblBySpeed2); this.gbxOrderBy.Controls.Add(this.chkBySpeed2); this.gbxOrderBy.Controls.Add(this.chkByNoAnswered); this.gbxOrderBy.Controls.Add(this.chkBySpeed); this.gbxOrderBy.Controls.Add(this.rbtByCorrectCount); this.gbxOrderBy.Controls.Add(this.rbtByCorrectRate); this.gbxOrderBy.Controls.Add(this.rbtByScore); this.gbxOrderBy.Location = new System.Drawing.Point(587, 378); this.gbxOrderBy.Name = "gbxOrderBy"; this.gbxOrderBy.Size = new System.Drawing.Size(193, 152); this.gbxOrderBy.TabIndex = 47; this.gbxOrderBy.TabStop = false; this.gbxOrderBy.Text = "统计信息"; // // lblBySpeed2 // this.lblBySpeed2.AutoSize = true; this.lblBySpeed2.Location = new System.Drawing.Point(134, 85); this.lblBySpeed2.Name = "lblBySpeed2"; this.lblBySpeed2.Size = new System.Drawing.Size(53, 12); this.lblBySpeed2.TabIndex = 5; this.lblBySpeed2.Text = "(答对)"; this.lblBySpeed2.Visible = false; // // chkBySpeed2 // this.chkBySpeed2.AutoSize = true; this.chkBySpeed2.Location = new System.Drawing.Point(11, 85); this.chkBySpeed2.Name = "chkBySpeed2"; this.chkBySpeed2.Size = new System.Drawing.Size(120, 16); this.chkBySpeed2.TabIndex = 4; this.chkBySpeed2.Text = "答题速度(答对)"; this.chkBySpeed2.UseVisualStyleBackColor = true; this.chkBySpeed2.CheckedChanged += new System.EventHandler(this.OrderFieldCheckedChanged); // // chkByNoAnswered // this.chkByNoAnswered.AutoSize = true; this.chkByNoAnswered.Location = new System.Drawing.Point(11, 129); this.chkByNoAnswered.Name = "chkByNoAnswered"; this.chkByNoAnswered.Size = new System.Drawing.Size(72, 16); this.chkByNoAnswered.TabIndex = 4; this.chkByNoAnswered.Text = "未答题数"; this.chkByNoAnswered.UseVisualStyleBackColor = true; this.chkByNoAnswered.CheckedChanged += new System.EventHandler(this.OrderFieldCheckedChanged); // // chkBySpeed // this.chkBySpeed.AutoSize = true; 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.OrderFieldCheckedChanged); // // 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(71, 16); this.rbtByCorrectCount.TabIndex = 3; this.rbtByCorrectCount.Text = "答对个数"; this.rbtByCorrectCount.UseVisualStyleBackColor = true; this.rbtByCorrectCount.CheckedChanged += new System.EventHandler(this.OrderFieldCheckedChanged); // // 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(59, 16); this.rbtByCorrectRate.TabIndex = 3; this.rbtByCorrectRate.Text = "正确率"; this.rbtByCorrectRate.UseVisualStyleBackColor = true; this.rbtByCorrectRate.CheckedChanged += new System.EventHandler(this.OrderFieldCheckedChanged); // // 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(47, 16); this.rbtByScore.TabIndex = 2; this.rbtByScore.TabStop = true; this.rbtByScore.Text = "得分"; this.rbtByScore.UseVisualStyleBackColor = true; this.rbtByScore.CheckedChanged += new System.EventHandler(this.OrderFieldCheckedChanged); // // btnNewSlide // this.btnNewSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnNewSlide.AutoSize = true; this.btnNewSlide.Location = new System.Drawing.Point(12, 536); this.btnNewSlide.Name = "btnNewSlide"; this.btnNewSlide.Size = new System.Drawing.Size(129, 23); this.btnNewSlide.TabIndex = 34; this.btnNewSlide.Text = "生成幻灯片"; this.btnNewSlide.UseVisualStyleBackColor = true; this.btnNewSlide.Visible = false; this.btnNewSlide.Click += new System.EventHandler(this.btnNewSlide_Click); // // btnSaveSlide // this.btnSaveSlide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSaveSlide.AutoSize = true; this.btnSaveSlide.Location = new System.Drawing.Point(147, 536); this.btnSaveSlide.Name = "btnSaveSlide"; this.btnSaveSlide.Size = new System.Drawing.Size(129, 23); this.btnSaveSlide.TabIndex = 34; this.btnSaveSlide.Text = "保存幻灯片参数"; this.btnSaveSlide.UseVisualStyleBackColor = true; this.btnSaveSlide.Visible = false; // // FrmRankVoter // 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.chkSelectAllSlide); this.Controls.Add(this.btnExport); this.Controls.Add(this.dgvRank); this.Controls.Add(this.lblRankItem); this.Controls.Add(this.clbRosterField); this.Controls.Add(this.lvwSlide); this.Controls.Add(this.btnSaveSlide); this.Controls.Add(this.btnNewSlide); this.Controls.Add(this.btnShowFull); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblVoterListField); this.Controls.Add(this.clbSortField); this.Name = "FrmRankVoter"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "个人排行"; this.Load += new System.EventHandler(this.FrmRankVoter_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.CheckedListBox clbRosterField; private System.Windows.Forms.ListView lvwSlide; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.Label lblVoterListField; private System.Windows.Forms.DataGridView dgvRank; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.Label lblRankItem; private System.Windows.Forms.CheckedListBox clbSortField; private System.Windows.Forms.CheckBox chkSelectAllSlide; private System.Windows.Forms.Button btnExport; 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.RadioButton rbtByCorrectCount; private System.Windows.Forms.Button btnNewSlide; private System.Windows.Forms.CheckBox chkBySpeed2; private System.Windows.Forms.Label lblBySpeed2; private System.Windows.Forms.CheckBox chkByNoAnswered; private System.Windows.Forms.Button btnSaveSlide; } }