namespace SunVoteARSPPT { partial class FrmReport { /// /// 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() { this.tabReportType = new System.Windows.Forms.TabControl(); this.tpgVoteDetail = new System.Windows.Forms.TabPage(); this.dgvVoteDetail = new System.Windows.Forms.DataGridView(); this.colTopicN = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTopicType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colTopicName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tpgVoteResult = new System.Windows.Forms.TabPage(); this.dgvVoteResult = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlBottom = new System.Windows.Forms.Panel(); this.btnExit = new System.Windows.Forms.Button(); this.btnExport = new System.Windows.Forms.Button(); this.tabReportType.SuspendLayout(); this.tpgVoteDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVoteDetail)).BeginInit(); this.tpgVoteResult.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvVoteResult)).BeginInit(); this.pnlBottom.SuspendLayout(); this.SuspendLayout(); // // tabReportType // this.tabReportType.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabReportType.Controls.Add(this.tpgVoteDetail); this.tabReportType.Controls.Add(this.tpgVoteResult); this.tabReportType.Dock = System.Windows.Forms.DockStyle.Fill; this.tabReportType.Location = new System.Drawing.Point(0, 0); this.tabReportType.Name = "tabReportType"; this.tabReportType.SelectedIndex = 0; this.tabReportType.Size = new System.Drawing.Size(804, 532); this.tabReportType.TabIndex = 28; // // tpgVoteDetail // this.tpgVoteDetail.Controls.Add(this.dgvVoteDetail); this.tpgVoteDetail.Location = new System.Drawing.Point(4, 4); this.tpgVoteDetail.Name = "tpgVoteDetail"; this.tpgVoteDetail.Padding = new System.Windows.Forms.Padding(3); this.tpgVoteDetail.Size = new System.Drawing.Size(796, 506); this.tpgVoteDetail.TabIndex = 0; this.tpgVoteDetail.Text = "人员按键明细"; this.tpgVoteDetail.UseVisualStyleBackColor = true; // // dgvVoteDetail // this.dgvVoteDetail.AllowUserToAddRows = false; this.dgvVoteDetail.AllowUserToDeleteRows = false; this.dgvVoteDetail.AllowUserToOrderColumns = true; this.dgvVoteDetail.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.dgvVoteDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvVoteDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.colTopicN, this.colTopicType, this.colTopicName, this.Column1, this.Column2, this.Column3, this.Column4, this.Column6, this.Column5, this.Column7}); this.dgvVoteDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgvVoteDetail.Location = new System.Drawing.Point(6, 6); this.dgvVoteDetail.Name = "dgvVoteDetail"; this.dgvVoteDetail.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvVoteDetail.RowTemplate.Height = 23; this.dgvVoteDetail.Size = new System.Drawing.Size(784, 494); this.dgvVoteDetail.TabIndex = 0; // // colTopicN // this.colTopicN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colTopicN.HeaderText = "编号"; this.colTopicN.Name = "colTopicN"; // // colTopicType // this.colTopicType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colTopicType.HeaderText = "反馈类型"; this.colTopicType.Name = "colTopicType"; // // colTopicName // this.colTopicName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.colTopicName.HeaderText = "反馈内容"; this.colTopicName.Name = "colTopicName"; // // Column1 // this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column1.HeaderText = "键盘编号"; this.Column1.Name = "Column1"; // // Column2 // this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column2.HeaderText = "[姓名]"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.HeaderText = "按键值"; this.Column3.Name = "Column3"; // // Column4 // this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column4.HeaderText = "得分"; this.Column4.Name = "Column4"; // // Column6 // this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column6.HeaderText = "答对"; this.Column6.Name = "Column6"; // // Column5 // this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column5.HeaderText = "按键速度"; this.Column5.Name = "Column5"; // // Column7 // this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column7.HeaderText = "反馈时间"; this.Column7.Name = "Column7"; // // tpgVoteResult // this.tpgVoteResult.Controls.Add(this.dgvVoteResult); this.tpgVoteResult.Location = new System.Drawing.Point(4, 4); this.tpgVoteResult.Name = "tpgVoteResult"; this.tpgVoteResult.Padding = new System.Windows.Forms.Padding(3); this.tpgVoteResult.Size = new System.Drawing.Size(796, 506); this.tpgVoteResult.TabIndex = 1; this.tpgVoteResult.Text = "反馈题目结果"; this.tpgVoteResult.UseVisualStyleBackColor = true; // // dgvVoteResult // this.dgvVoteResult.AllowUserToAddRows = false; this.dgvVoteResult.AllowUserToDeleteRows = false; this.dgvVoteResult.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.dgvVoteResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvVoteResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.Column8, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn3}); this.dgvVoteResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgvVoteResult.Location = new System.Drawing.Point(6, 6); this.dgvVoteResult.Name = "dgvVoteResult"; this.dgvVoteResult.RowTemplate.Height = 23; this.dgvVoteResult.Size = new System.Drawing.Size(784, 494); this.dgvVoteResult.TabIndex = 1; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn1.HeaderText = "编号"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column8.HeaderText = "反馈类型"; this.Column8.Name = "Column8"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.HeaderText = "标题"; this.dataGridViewTextBoxColumn2.MinimumWidth = 200; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn4.HeaderText = "投票人数"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn3.HeaderText = "选项内容及结果"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // pnlBottom // this.pnlBottom.Controls.Add(this.btnExit); this.pnlBottom.Controls.Add(this.btnExport); this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlBottom.Location = new System.Drawing.Point(0, 532); this.pnlBottom.Name = "pnlBottom"; this.pnlBottom.Size = new System.Drawing.Size(804, 41); this.pnlBottom.TabIndex = 27; // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.AutoSize = true; this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnExit.Location = new System.Drawing.Point(712, 7); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(80, 23); this.btnExit.TabIndex = 21; this.btnExit.Text = "退出"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // 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(626, 7); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(80, 23); this.btnExport.TabIndex = 20; this.btnExport.Text = "导出"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // FrmReport // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnExit; this.ClientSize = new System.Drawing.Size(804, 573); this.Controls.Add(this.tabReportType); this.Controls.Add(this.pnlBottom); this.Name = "FrmReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "报表"; this.Load += new System.EventHandler(this.FrmReport_Load); this.tabReportType.ResumeLayout(false); this.tpgVoteDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvVoteDetail)).EndInit(); this.tpgVoteResult.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvVoteResult)).EndInit(); this.pnlBottom.ResumeLayout(false); this.pnlBottom.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabReportType; private System.Windows.Forms.TabPage tpgVoteDetail; private System.Windows.Forms.DataGridView dgvVoteDetail; private System.Windows.Forms.DataGridViewTextBoxColumn colTopicN; private System.Windows.Forms.DataGridViewTextBoxColumn colTopicType; private System.Windows.Forms.DataGridViewTextBoxColumn colTopicName; 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.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.TabPage tpgVoteResult; private System.Windows.Forms.DataGridView dgvVoteResult; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnExport; } }