namespace SunVoteARSPPT { partial class FrmKeypadCountSet { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.nudMemberNumber = new System.Windows.Forms.NumericUpDown(); this.lblMemberNumber = new System.Windows.Forms.Label(); this.txtKeypadZone = new System.Windows.Forms.TextBox(); this.lblHelpKeypadZone1 = new System.Windows.Forms.Label(); this.lblHelpKeypadZone2 = new System.Windows.Forms.Label(); this.lblHelpKeypadZone3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.nudMemberNumber)).BeginInit(); this.SuspendLayout(); // // btnOK // this.btnOK.AutoSize = true; this.btnOK.Location = new System.Drawing.Point(274, 272); this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(112, 34); this.btnOK.TabIndex = 2; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.AutoSize = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(396, 272); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(112, 34); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // nudMemberNumber // this.nudMemberNumber.AutoSize = true; this.nudMemberNumber.Location = new System.Drawing.Point(21, 45); this.nudMemberNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.nudMemberNumber.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.nudMemberNumber.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudMemberNumber.Name = "nudMemberNumber"; this.nudMemberNumber.Size = new System.Drawing.Size(132, 28); this.nudMemberNumber.TabIndex = 6; this.nudMemberNumber.Value = new decimal(new int[] { 50, 0, 0, 0}); this.nudMemberNumber.ValueChanged += new System.EventHandler(this.nudMemberNumber_ValueChanged); // // lblMemberNumber // this.lblMemberNumber.AutoSize = true; this.lblMemberNumber.Location = new System.Drawing.Point(18, 22); this.lblMemberNumber.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblMemberNumber.Name = "lblMemberNumber"; this.lblMemberNumber.Size = new System.Drawing.Size(98, 18); this.lblMemberNumber.TabIndex = 4; this.lblMemberNumber.Text = "参与者人数"; // // txtKeypadZone // this.txtKeypadZone.Location = new System.Drawing.Point(21, 174); this.txtKeypadZone.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtKeypadZone.Multiline = true; this.txtKeypadZone.Name = "txtKeypadZone"; this.txtKeypadZone.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtKeypadZone.Size = new System.Drawing.Size(486, 74); this.txtKeypadZone.TabIndex = 7; this.txtKeypadZone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKeypadZone_KeyPress); // // lblHelpKeypadZone1 // this.lblHelpKeypadZone1.Location = new System.Drawing.Point(18, 96); this.lblHelpKeypadZone1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblHelpKeypadZone1.Name = "lblHelpKeypadZone1"; this.lblHelpKeypadZone1.Size = new System.Drawing.Size(484, 26); this.lblHelpKeypadZone1.TabIndex = 4; this.lblHelpKeypadZone1.Text = "可设置有效键盘范围"; // // lblHelpKeypadZone2 // this.lblHelpKeypadZone2.Location = new System.Drawing.Point(18, 122); this.lblHelpKeypadZone2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblHelpKeypadZone2.Name = "lblHelpKeypadZone2"; this.lblHelpKeypadZone2.Size = new System.Drawing.Size(484, 21); this.lblHelpKeypadZone2.TabIndex = 8; this.lblHelpKeypadZone2.Text = "可用“,”隔开,或用“-”表示连续编号,"; // // lblHelpKeypadZone3 // this.lblHelpKeypadZone3.Location = new System.Drawing.Point(21, 149); this.lblHelpKeypadZone3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblHelpKeypadZone3.Name = "lblHelpKeypadZone3"; this.lblHelpKeypadZone3.Size = new System.Drawing.Size(484, 30); this.lblHelpKeypadZone3.TabIndex = 9; this.lblHelpKeypadZone3.Text = "如:“1,2,3,11-20”"; // // FrmKeypadCountSet // this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(526, 332); this.Controls.Add(this.txtKeypadZone); this.Controls.Add(this.nudMemberNumber); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblHelpKeypadZone2); this.Controls.Add(this.lblHelpKeypadZone1); this.Controls.Add(this.lblHelpKeypadZone3); this.Controls.Add(this.lblMemberNumber); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmKeypadCountSet"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设置参与者人数"; this.Load += new System.EventHandler(this.FrmKeypadCountSet_Load); ((System.ComponentModel.ISupportInitialize)(this.nudMemberNumber)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.NumericUpDown nudMemberNumber; private System.Windows.Forms.Label lblMemberNumber; private System.Windows.Forms.TextBox txtKeypadZone; private System.Windows.Forms.Label lblHelpKeypadZone1; private System.Windows.Forms.Label lblHelpKeypadZone2; private System.Windows.Forms.Label lblHelpKeypadZone3; } }