namespace SunVoteARSPPT { partial class FrmCanVoteSlideResult { /// /// 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("1"); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("2"); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("3"); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lvwSlide = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lblOption = new System.Windows.Forms.Label(); this.lblSlide = new System.Windows.Forms.Label(); this.lvwOption = 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.btnSelectCorrect = new System.Windows.Forms.Button(); this.btnSelectAll = new System.Windows.Forms.Button(); this.chkSelectAllSlide = new System.Windows.Forms.CheckBox(); this.rbtOr = new System.Windows.Forms.RadioButton(); this.rbtAnd = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.AutoSize = true; this.btnOK.Location = new System.Drawing.Point(426, 305); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 2; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.AutoSize = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(507, 305); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lvwSlide // this.lvwSlide.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader5}); 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(12, 27); this.lvwSlide.MultiSelect = false; this.lvwSlide.Name = "lvwSlide"; this.lvwSlide.Size = new System.Drawing.Size(255, 244); this.lvwSlide.TabIndex = 14; this.lvwSlide.UseCompatibleStateImageBehavior = false; this.lvwSlide.View = System.Windows.Forms.View.Details; this.lvwSlide.SelectedIndexChanged += new System.EventHandler(this.lvwSlide_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "编号"; this.columnHeader1.Width = 45; // // columnHeader5 // this.columnHeader5.Text = "幻灯片标题"; this.columnHeader5.Width = 191; // // lblOption // this.lblOption.AutoSize = true; this.lblOption.Location = new System.Drawing.Point(280, 10); this.lblOption.Name = "lblOption"; this.lblOption.Size = new System.Drawing.Size(161, 12); this.lblOption.TabIndex = 13; this.lblOption.Text = "只允许选中打勾选项的人提交"; // // lblSlide // this.lblSlide.AutoSize = true; this.lblSlide.Location = new System.Drawing.Point(10, 10); this.lblSlide.Name = "lblSlide"; this.lblSlide.Size = new System.Drawing.Size(65, 12); this.lblSlide.TabIndex = 12; this.lblSlide.Text = "反馈幻灯片"; // // lvwOption // this.lvwOption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwOption.CheckBoxes = true; this.lvwOption.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2, this.columnHeader3}); this.lvwOption.FullRowSelect = true; this.lvwOption.Location = new System.Drawing.Point(282, 27); this.lvwOption.MultiSelect = false; this.lvwOption.Name = "lvwOption"; this.lvwOption.Size = new System.Drawing.Size(300, 244); this.lvwOption.TabIndex = 14; this.lvwOption.UseCompatibleStateImageBehavior = false; this.lvwOption.View = System.Windows.Forms.View.Details; this.lvwOption.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lvwOption_ItemCheck); // // columnHeader2 // this.columnHeader2.Text = "编号"; this.columnHeader2.Width = 96; // // columnHeader3 // this.columnHeader3.Text = "选项内容"; this.columnHeader3.Width = 181; // // btnSelectCorrect // this.btnSelectCorrect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSelectCorrect.AutoSize = true; this.btnSelectCorrect.Location = new System.Drawing.Point(255, 305); this.btnSelectCorrect.Name = "btnSelectCorrect"; this.btnSelectCorrect.Size = new System.Drawing.Size(165, 23); this.btnSelectCorrect.TabIndex = 2; this.btnSelectCorrect.Text = "选中正确答案"; this.btnSelectCorrect.UseVisualStyleBackColor = true; this.btnSelectCorrect.Click += new System.EventHandler(this.btnSelectCorrect_Click); // // btnSelectAll // this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSelectAll.AutoSize = true; this.btnSelectAll.Location = new System.Drawing.Point(174, 305); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(75, 23); this.btnSelectAll.TabIndex = 2; this.btnSelectAll.Text = "全选"; this.btnSelectAll.UseVisualStyleBackColor = true; this.btnSelectAll.Visible = false; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // 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(288, 35); this.chkSelectAllSlide.Name = "chkSelectAllSlide"; this.chkSelectAllSlide.Size = new System.Drawing.Size(12, 11); this.chkSelectAllSlide.TabIndex = 47; this.chkSelectAllSlide.UseVisualStyleBackColor = true; this.chkSelectAllSlide.CheckedChanged += new System.EventHandler(this.chkSelectAllSlide_CheckedChanged); this.chkSelectAllSlide.Click += new System.EventHandler(this.chkSelectAllSlide_Click); // // rbtOr // this.rbtOr.AutoSize = true; this.rbtOr.Location = new System.Drawing.Point(283, 279); this.rbtOr.Name = "rbtOr"; this.rbtOr.Size = new System.Drawing.Size(71, 16); this.rbtOr.TabIndex = 48; this.rbtOr.TabStop = true; this.rbtOr.Text = "包含选项"; this.rbtOr.UseVisualStyleBackColor = true; // // rbtAnd // this.rbtAnd.AutoSize = true; this.rbtAnd.Location = new System.Drawing.Point(427, 279); this.rbtAnd.Name = "rbtAnd"; this.rbtAnd.Size = new System.Drawing.Size(71, 16); this.rbtAnd.TabIndex = 48; this.rbtAnd.TabStop = true; this.rbtAnd.Text = "等于选项"; this.rbtAnd.UseVisualStyleBackColor = true; // // FrmCanVoteSlideResult // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(594, 340); this.Controls.Add(this.rbtAnd); this.Controls.Add(this.rbtOr); this.Controls.Add(this.chkSelectAllSlide); this.Controls.Add(this.lvwOption); this.Controls.Add(this.lvwSlide); this.Controls.Add(this.lblOption); this.Controls.Add(this.lblSlide); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSelectCorrect); this.Controls.Add(this.btnSelectAll); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmCanVoteSlideResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "键盘授权-指定题目选项"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCanVoteSlideResult_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmCanVoteSlideResult_FormClosed); this.Load += new System.EventHandler(this.FrmCanVoteSet_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ListView lvwSlide; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.Label lblOption; private System.Windows.Forms.Label lblSlide; private System.Windows.Forms.ListView lvwOption; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.Button btnSelectCorrect; private System.Windows.Forms.Button btnSelectAll; private System.Windows.Forms.CheckBox chkSelectAllSlide; private System.Windows.Forms.RadioButton rbtOr; private System.Windows.Forms.RadioButton rbtAnd; } }