namespace SunVoteARSPPT { partial class UcResponsePara { /// /// 必需的设计器变量。 /// 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.gbxNameAuthorize = new System.Windows.Forms.GroupBox(); this.cboFieldVoteRate = new System.Windows.Forms.ComboBox(); this.rbtNameModeOff = new System.Windows.Forms.RadioButton(); this.cboBackMusic = new System.Windows.Forms.ComboBox(); this.rbtNameModeOn = new System.Windows.Forms.RadioButton(); this.cboCanVote = new System.Windows.Forms.ComboBox(); this.lblFieldVoteRate = new System.Windows.Forms.Label(); this.lblAuthorize = new System.Windows.Forms.Label(); this.lblBackMusic = new System.Windows.Forms.Label(); this.gbxNameAuthorize.SuspendLayout(); this.SuspendLayout(); // // gbxNameAuthorize // this.gbxNameAuthorize.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbxNameAuthorize.BackColor = System.Drawing.Color.White; this.gbxNameAuthorize.Controls.Add(this.cboFieldVoteRate); this.gbxNameAuthorize.Controls.Add(this.rbtNameModeOff); this.gbxNameAuthorize.Controls.Add(this.cboBackMusic); this.gbxNameAuthorize.Controls.Add(this.rbtNameModeOn); this.gbxNameAuthorize.Controls.Add(this.cboCanVote); this.gbxNameAuthorize.Controls.Add(this.lblFieldVoteRate); this.gbxNameAuthorize.Controls.Add(this.lblAuthorize); this.gbxNameAuthorize.Controls.Add(this.lblBackMusic); this.gbxNameAuthorize.Location = new System.Drawing.Point(0, 3); this.gbxNameAuthorize.Name = "gbxNameAuthorize"; this.gbxNameAuthorize.Size = new System.Drawing.Size(237, 139); this.gbxNameAuthorize.TabIndex = 10; this.gbxNameAuthorize.TabStop = false; this.gbxNameAuthorize.Text = "投票参数设置"; this.gbxNameAuthorize.Resize += new System.EventHandler(this.gbxNameAuthorize_Resize); // // cboFieldVoteRate // this.cboFieldVoteRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFieldVoteRate.FormattingEnabled = true; this.cboFieldVoteRate.Items.AddRange(new object[] { "键盘编号", "姓名", "分组", "签到码"}); this.cboFieldVoteRate.Location = new System.Drawing.Point(123, 109); this.cboFieldVoteRate.Name = "cboFieldVoteRate"; this.cboFieldVoteRate.Size = new System.Drawing.Size(109, 20); this.cboFieldVoteRate.TabIndex = 42; this.cboFieldVoteRate.SelectedIndexChanged += new System.EventHandler(this.cboFieldVoteRate_SelectedIndexChanged); // // rbtNameModeOff // this.rbtNameModeOff.AutoSize = true; this.rbtNameModeOff.Location = new System.Drawing.Point(123, 22); this.rbtNameModeOff.Name = "rbtNameModeOff"; this.rbtNameModeOff.Size = new System.Drawing.Size(59, 16); this.rbtNameModeOff.TabIndex = 43; this.rbtNameModeOff.Text = "不记名"; this.rbtNameModeOff.UseVisualStyleBackColor = true; this.rbtNameModeOff.CheckedChanged += new System.EventHandler(this.rbtNameMode_CheckedChanged); // // cboBackMusic // this.cboBackMusic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboBackMusic.FormattingEnabled = true; this.cboBackMusic.Location = new System.Drawing.Point(123, 79); this.cboBackMusic.Name = "cboBackMusic"; this.cboBackMusic.Size = new System.Drawing.Size(109, 20); this.cboBackMusic.TabIndex = 39; this.cboBackMusic.SelectedIndexChanged += new System.EventHandler(this.cboBackMusic_SelectedIndexChanged); // // rbtNameModeOn // this.rbtNameModeOn.AutoSize = true; this.rbtNameModeOn.Checked = true; this.rbtNameModeOn.Location = new System.Drawing.Point(3, 22); this.rbtNameModeOn.Name = "rbtNameModeOn"; this.rbtNameModeOn.Size = new System.Drawing.Size(47, 16); this.rbtNameModeOn.TabIndex = 42; this.rbtNameModeOn.TabStop = true; this.rbtNameModeOn.Text = "记名"; this.rbtNameModeOn.UseVisualStyleBackColor = true; this.rbtNameModeOn.CheckedChanged += new System.EventHandler(this.rbtNameMode_CheckedChanged); // // cboCanVote // this.cboCanVote.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCanVote.FormattingEnabled = true; this.cboCanVote.Items.AddRange(new object[] { "所有人", "指定名单", "指定题目选项"}); this.cboCanVote.Location = new System.Drawing.Point(123, 49); this.cboCanVote.Name = "cboCanVote"; this.cboCanVote.Size = new System.Drawing.Size(109, 20); this.cboCanVote.TabIndex = 40; this.cboCanVote.SelectedIndexChanged += new System.EventHandler(this.cboCanVote_SelectedIndexChanged); // // lblFieldVoteRate // this.lblFieldVoteRate.AutoSize = true; this.lblFieldVoteRate.Location = new System.Drawing.Point(3, 114); this.lblFieldVoteRate.Name = "lblFieldVoteRate"; this.lblFieldVoteRate.Size = new System.Drawing.Size(77, 12); this.lblFieldVoteRate.TabIndex = 41; this.lblFieldVoteRate.Text = "投票权重字段"; // // lblAuthorize // this.lblAuthorize.AutoSize = true; this.lblAuthorize.Location = new System.Drawing.Point(3, 54); this.lblAuthorize.Name = "lblAuthorize"; this.lblAuthorize.Size = new System.Drawing.Size(53, 12); this.lblAuthorize.TabIndex = 38; this.lblAuthorize.Text = "键盘授权"; // // lblBackMusic // this.lblBackMusic.AutoSize = true; this.lblBackMusic.Location = new System.Drawing.Point(3, 84); this.lblBackMusic.Name = "lblBackMusic"; this.lblBackMusic.Size = new System.Drawing.Size(53, 12); this.lblBackMusic.TabIndex = 39; this.lblBackMusic.Text = "背景音效"; // // UcResponsePara // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.gbxNameAuthorize); this.Name = "UcResponsePara"; this.Size = new System.Drawing.Size(237, 150); this.Load += new System.EventHandler(this.UcResponsePara_Load); this.gbxNameAuthorize.ResumeLayout(false); this.gbxNameAuthorize.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gbxNameAuthorize; private System.Windows.Forms.RadioButton rbtNameModeOff; private System.Windows.Forms.RadioButton rbtNameModeOn; private System.Windows.Forms.ComboBox cboFieldVoteRate; public System.Windows.Forms.ComboBox cboBackMusic; public System.Windows.Forms.ComboBox cboCanVote; private System.Windows.Forms.Label lblFieldVoteRate; public System.Windows.Forms.Label lblAuthorize; public System.Windows.Forms.Label lblBackMusic; } }