PanelPoll.Designer.cs 27.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
namespace SunVoteARSPPT
{
    partial class PanelPoll
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.gbxChoise = new System.Windows.Forms.GroupBox();
            this.panLimitNumber = new System.Windows.Forms.Panel();
            this.lblRange1 = new System.Windows.Forms.Label();
            this.lblChoiseLimitMin = new System.Windows.Forms.Label();
            this.panRange = new System.Windows.Forms.Panel();
            this.numRangeEnd3 = new System.Windows.Forms.NumericUpDown();
            this.numRangeStart3 = new System.Windows.Forms.NumericUpDown();
            this.numRangeEnd2 = new System.Windows.Forms.NumericUpDown();
            this.numRangeStart2 = new System.Windows.Forms.NumericUpDown();
            this.numRangeEnd1 = new System.Windows.Forms.NumericUpDown();
            this.numRangeStart1 = new System.Windows.Forms.NumericUpDown();
            this.lblRangeSplit3 = new System.Windows.Forms.Label();
            this.lblRangeSplit2 = new System.Windows.Forms.Label();
            this.lblRangeSplit1 = new System.Windows.Forms.Label();
            this.chkRange3 = new System.Windows.Forms.CheckBox();
            this.chkRange2 = new System.Windows.Forms.CheckBox();
            this.chkCanRepeat = new System.Windows.Forms.CheckBox();
            this.numChoiseLimitMin = new System.Windows.Forms.NumericUpDown();
            this.lblChoiseLimit = new System.Windows.Forms.Label();
            this.lblOptionCount = new System.Windows.Forms.Label();
            this.btnPollList = new System.Windows.Forms.Button();
            this.chkUseModeLimitNumber = new System.Windows.Forms.CheckBox();
            this.nudOptionLimit = new System.Windows.Forms.NumericUpDown();
            this.nudOptionCount = new System.Windows.Forms.NumericUpDown();
            this.lblChoiseOption = new System.Windows.Forms.Label();
            this.chkChoiseLimit = new System.Windows.Forms.CheckBox();
            this.ucResponsePara = new SunVoteARSPPT.UcResponsePara();
            this.ucKeypadPara = new SunVoteARSPPT.UcKeypadPara();
            this.gbxChoise.SuspendLayout();
            this.panLimitNumber.SuspendLayout();
            this.panRange.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numChoiseLimitMin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionLimit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).BeginInit();
            this.SuspendLayout();
            // 
            // gbxChoise
            // 
            this.gbxChoise.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.gbxChoise.BackColor = System.Drawing.Color.White;
            this.gbxChoise.Controls.Add(this.panLimitNumber);
            this.gbxChoise.Controls.Add(this.lblChoiseLimit);
            this.gbxChoise.Controls.Add(this.lblOptionCount);
            this.gbxChoise.Controls.Add(this.btnPollList);
            this.gbxChoise.Controls.Add(this.chkUseModeLimitNumber);
            this.gbxChoise.Controls.Add(this.nudOptionLimit);
            this.gbxChoise.Controls.Add(this.nudOptionCount);
            this.gbxChoise.Controls.Add(this.lblChoiseOption);
            this.gbxChoise.Controls.Add(this.chkChoiseLimit);
            this.gbxChoise.Location = new System.Drawing.Point(0, 3);
            this.gbxChoise.Name = "gbxChoise";
            this.gbxChoise.Size = new System.Drawing.Size(210, 293);
            this.gbxChoise.TabIndex = 24;
            this.gbxChoise.TabStop = false;
            this.gbxChoise.Text = "选举参数设置";
            // 
            // panLimitNumber
            // 
            this.panLimitNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panLimitNumber.Controls.Add(this.lblRange1);
            this.panLimitNumber.Controls.Add(this.lblChoiseLimitMin);
            this.panLimitNumber.Controls.Add(this.panRange);
            this.panLimitNumber.Controls.Add(this.chkRange3);
            this.panLimitNumber.Controls.Add(this.chkRange2);
            this.panLimitNumber.Controls.Add(this.chkCanRepeat);
            this.panLimitNumber.Controls.Add(this.numChoiseLimitMin);
            this.panLimitNumber.Location = new System.Drawing.Point(3, 130);
            this.panLimitNumber.Name = "panLimitNumber";
            this.panLimitNumber.Size = new System.Drawing.Size(207, 154);
            this.panLimitNumber.TabIndex = 38;
            // 
            // lblRange1
            // 
            this.lblRange1.AutoSize = true;
            this.lblRange1.Location = new System.Drawing.Point(21, 71);
            this.lblRange1.Name = "lblRange1";
            this.lblRange1.Size = new System.Drawing.Size(59, 12);
            this.lblRange1.TabIndex = 38;
            this.lblRange1.Text = "输入范围1";
            // 
            // lblChoiseLimitMin
            // 
            this.lblChoiseLimitMin.AutoSize = true;
            this.lblChoiseLimitMin.Location = new System.Drawing.Point(3, 8);
            this.lblChoiseLimitMin.Name = "lblChoiseLimitMin";
            this.lblChoiseLimitMin.Size = new System.Drawing.Size(53, 12);
            this.lblChoiseLimitMin.TabIndex = 38;
            this.lblChoiseLimitMin.Text = "最少必选";
            // 
            // panRange
            // 
            this.panRange.Controls.Add(this.numRangeEnd3);
            this.panRange.Controls.Add(this.numRangeStart3);
            this.panRange.Controls.Add(this.numRangeEnd2);
            this.panRange.Controls.Add(this.numRangeStart2);
            this.panRange.Controls.Add(this.numRangeEnd1);
            this.panRange.Controls.Add(this.numRangeStart1);
            this.panRange.Controls.Add(this.lblRangeSplit3);
            this.panRange.Controls.Add(this.lblRangeSplit2);
            this.panRange.Controls.Add(this.lblRangeSplit1);
            this.panRange.Location = new System.Drawing.Point(86, 63);
            this.panRange.Name = "panRange";
            this.panRange.Size = new System.Drawing.Size(116, 86);
            this.panRange.TabIndex = 37;
            // 
            // numRangeEnd3
            // 
            this.numRangeEnd3.AutoSize = true;
            this.numRangeEnd3.BackColor = System.Drawing.Color.White;
            this.numRangeEnd3.Location = new System.Drawing.Point(66, 60);
            this.numRangeEnd3.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd3.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeEnd3.Name = "numRangeEnd3";
            this.numRangeEnd3.Size = new System.Drawing.Size(48, 21);
            this.numRangeEnd3.TabIndex = 1;
            this.numRangeEnd3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeEnd3.Value = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd3.ValueChanged += new System.EventHandler(this.numRange3_ValueChanged);
            // 
            // numRangeStart3
            // 
            this.numRangeStart3.AutoSize = true;
            this.numRangeStart3.BackColor = System.Drawing.Color.White;
            this.numRangeStart3.Location = new System.Drawing.Point(1, 59);
            this.numRangeStart3.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeStart3.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart3.Name = "numRangeStart3";
            this.numRangeStart3.Size = new System.Drawing.Size(48, 21);
            this.numRangeStart3.TabIndex = 1;
            this.numRangeStart3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeStart3.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart3.ValueChanged += new System.EventHandler(this.numRange3_ValueChanged);
            // 
            // numRangeEnd2
            // 
            this.numRangeEnd2.AutoSize = true;
            this.numRangeEnd2.BackColor = System.Drawing.Color.White;
            this.numRangeEnd2.Location = new System.Drawing.Point(66, 33);
            this.numRangeEnd2.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd2.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeEnd2.Name = "numRangeEnd2";
            this.numRangeEnd2.Size = new System.Drawing.Size(48, 21);
            this.numRangeEnd2.TabIndex = 1;
            this.numRangeEnd2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeEnd2.Value = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd2.ValueChanged += new System.EventHandler(this.numRange2_ValueChanged);
            // 
            // numRangeStart2
            // 
            this.numRangeStart2.AutoSize = true;
            this.numRangeStart2.BackColor = System.Drawing.Color.White;
            this.numRangeStart2.Location = new System.Drawing.Point(1, 32);
            this.numRangeStart2.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeStart2.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart2.Name = "numRangeStart2";
            this.numRangeStart2.Size = new System.Drawing.Size(48, 21);
            this.numRangeStart2.TabIndex = 1;
            this.numRangeStart2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeStart2.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart2.ValueChanged += new System.EventHandler(this.numRange2_ValueChanged);
            // 
            // numRangeEnd1
            // 
            this.numRangeEnd1.AutoSize = true;
            this.numRangeEnd1.BackColor = System.Drawing.Color.White;
            this.numRangeEnd1.Location = new System.Drawing.Point(66, 6);
            this.numRangeEnd1.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd1.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeEnd1.Name = "numRangeEnd1";
            this.numRangeEnd1.Size = new System.Drawing.Size(48, 21);
            this.numRangeEnd1.TabIndex = 1;
            this.numRangeEnd1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeEnd1.Value = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeEnd1.ValueChanged += new System.EventHandler(this.numRange1_ValueChanged);
            // 
            // numRangeStart1
            // 
            this.numRangeStart1.AutoSize = true;
            this.numRangeStart1.BackColor = System.Drawing.Color.White;
            this.numRangeStart1.Location = new System.Drawing.Point(1, 5);
            this.numRangeStart1.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numRangeStart1.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart1.Name = "numRangeStart1";
            this.numRangeStart1.Size = new System.Drawing.Size(48, 21);
            this.numRangeStart1.TabIndex = 1;
            this.numRangeStart1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numRangeStart1.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numRangeStart1.ValueChanged += new System.EventHandler(this.numRange1_ValueChanged);
            // 
            // lblRangeSplit3
            // 
            this.lblRangeSplit3.AutoSize = true;
            this.lblRangeSplit3.Location = new System.Drawing.Point(52, 62);
            this.lblRangeSplit3.Name = "lblRangeSplit3";
            this.lblRangeSplit3.Size = new System.Drawing.Size(11, 12);
            this.lblRangeSplit3.TabIndex = 33;
            this.lblRangeSplit3.Text = "-";
            this.lblRangeSplit3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblRangeSplit2
            // 
            this.lblRangeSplit2.AutoSize = true;
            this.lblRangeSplit2.Location = new System.Drawing.Point(52, 35);
            this.lblRangeSplit2.Name = "lblRangeSplit2";
            this.lblRangeSplit2.Size = new System.Drawing.Size(11, 12);
            this.lblRangeSplit2.TabIndex = 33;
            this.lblRangeSplit2.Text = "-";
            this.lblRangeSplit2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblRangeSplit1
            // 
            this.lblRangeSplit1.AutoSize = true;
            this.lblRangeSplit1.Location = new System.Drawing.Point(52, 8);
            this.lblRangeSplit1.Name = "lblRangeSplit1";
            this.lblRangeSplit1.Size = new System.Drawing.Size(11, 12);
            this.lblRangeSplit1.TabIndex = 33;
            this.lblRangeSplit1.Text = "-";
            this.lblRangeSplit1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // chkRange3
            // 
            this.chkRange3.AutoSize = true;
            this.chkRange3.Location = new System.Drawing.Point(4, 123);
            this.chkRange3.Name = "chkRange3";
            this.chkRange3.Size = new System.Drawing.Size(78, 16);
            this.chkRange3.TabIndex = 34;
            this.chkRange3.Text = "输入范围3";
            this.chkRange3.UseVisualStyleBackColor = true;
            this.chkRange3.CheckedChanged += new System.EventHandler(this.chkRange3_CheckedChanged);
            // 
            // chkRange2
            // 
            this.chkRange2.AutoSize = true;
            this.chkRange2.Location = new System.Drawing.Point(4, 96);
            this.chkRange2.Name = "chkRange2";
            this.chkRange2.Size = new System.Drawing.Size(78, 16);
            this.chkRange2.TabIndex = 34;
            this.chkRange2.Text = "输入范围2";
            this.chkRange2.UseVisualStyleBackColor = true;
            this.chkRange2.CheckedChanged += new System.EventHandler(this.chkRange2_CheckedChanged);
            // 
            // chkCanRepeat
            // 
            this.chkCanRepeat.AutoSize = true;
            this.chkCanRepeat.Location = new System.Drawing.Point(4, 38);
            this.chkCanRepeat.Name = "chkCanRepeat";
            this.chkCanRepeat.Size = new System.Drawing.Size(72, 16);
            this.chkCanRepeat.TabIndex = 34;
            this.chkCanRepeat.Text = "允许复选";
            this.chkCanRepeat.UseVisualStyleBackColor = true;
            this.chkCanRepeat.CheckedChanged += new System.EventHandler(this.chkCanRepeat_CheckedChanged);
            // 
            // numChoiseLimitMin
            // 
            this.numChoiseLimitMin.AutoSize = true;
            this.numChoiseLimitMin.BackColor = System.Drawing.Color.White;
            this.numChoiseLimitMin.Location = new System.Drawing.Point(135, 6);
            this.numChoiseLimitMin.Maximum = new decimal(new int[] {
            80,
            0,
            0,
            0});
            this.numChoiseLimitMin.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numChoiseLimitMin.Name = "numChoiseLimitMin";
            this.numChoiseLimitMin.Size = new System.Drawing.Size(69, 21);
            this.numChoiseLimitMin.TabIndex = 1;
            this.numChoiseLimitMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.numChoiseLimitMin.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numChoiseLimitMin.ValueChanged += new System.EventHandler(this.numChoiseLimitMin_ValueChanged);
            // 
            // lblChoiseLimit
            // 
            this.lblChoiseLimit.AutoSize = true;
            this.lblChoiseLimit.Location = new System.Drawing.Point(24, 48);
            this.lblChoiseLimit.Name = "lblChoiseLimit";
            this.lblChoiseLimit.Size = new System.Drawing.Size(53, 12);
            this.lblChoiseLimit.TabIndex = 28;
            this.lblChoiseLimit.Text = "最大可选";
            this.lblChoiseLimit.Visible = false;
            this.lblChoiseLimit.Click += new System.EventHandler(this.lblChoiseLimit_Click);
            // 
            // lblOptionCount
            // 
            this.lblOptionCount.Location = new System.Drawing.Point(71, 24);
            this.lblOptionCount.Name = "lblOptionCount";
            this.lblOptionCount.Size = new System.Drawing.Size(61, 12);
            this.lblOptionCount.TabIndex = 33;
            this.lblOptionCount.Text = "候选个数";
            this.lblOptionCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnPollList
            // 
            this.btnPollList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPollList.Location = new System.Drawing.Point(5, 72);
            this.btnPollList.Name = "btnPollList";
            this.btnPollList.Size = new System.Drawing.Size(201, 23);
            this.btnPollList.TabIndex = 35;
            this.btnPollList.Text = "候选对象名单";
            this.btnPollList.UseVisualStyleBackColor = true;
            this.btnPollList.Click += new System.EventHandler(this.btnPollList_Click);
            // 
            // chkUseModeLimitNumber
            // 
            this.chkUseModeLimitNumber.AutoSize = true;
            this.chkUseModeLimitNumber.Enabled = false;
            this.chkUseModeLimitNumber.Location = new System.Drawing.Point(7, 108);
            this.chkUseModeLimitNumber.Name = "chkUseModeLimitNumber";
            this.chkUseModeLimitNumber.Size = new System.Drawing.Size(96, 16);
            this.chkUseModeLimitNumber.TabIndex = 34;
            this.chkUseModeLimitNumber.Text = "分段数字选举";
            this.chkUseModeLimitNumber.UseVisualStyleBackColor = true;
            this.chkUseModeLimitNumber.CheckedChanged += new System.EventHandler(this.chkUseModeLimitNumber_CheckedChanged);
            // 
            // nudOptionLimit
            // 
            this.nudOptionLimit.AutoSize = true;
            this.nudOptionLimit.BackColor = System.Drawing.Color.White;
            this.nudOptionLimit.Enabled = false;
            this.nudOptionLimit.Location = new System.Drawing.Point(138, 45);
            this.nudOptionLimit.Maximum = new decimal(new int[] {
            80,
            0,
            0,
            0});
            this.nudOptionLimit.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudOptionLimit.Name = "nudOptionLimit";
            this.nudOptionLimit.Size = new System.Drawing.Size(69, 21);
            this.nudOptionLimit.TabIndex = 1;
            this.nudOptionLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudOptionLimit.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudOptionLimit.ValueChanged += new System.EventHandler(this.nudOptionLimit_ValueChanged);
            // 
            // nudOptionCount
            // 
            this.nudOptionCount.AutoSize = true;
            this.nudOptionCount.BackColor = System.Drawing.Color.White;
            this.nudOptionCount.Location = new System.Drawing.Point(138, 18);
            this.nudOptionCount.Maximum = new decimal(new int[] {
            10000000,
            0,
            0,
            0});
            this.nudOptionCount.Name = "nudOptionCount";
            this.nudOptionCount.ReadOnly = true;
            this.nudOptionCount.Size = new System.Drawing.Size(69, 21);
            this.nudOptionCount.TabIndex = 0;
            this.nudOptionCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudOptionCount.Visible = false;
            this.nudOptionCount.ValueChanged += new System.EventHandler(this.nudOptionCount_ValueChanged);
            // 
            // lblChoiseOption
            // 
            this.lblChoiseOption.AutoSize = true;
            this.lblChoiseOption.Location = new System.Drawing.Point(3, 24);
            this.lblChoiseOption.Name = "lblChoiseOption";
            this.lblChoiseOption.Size = new System.Drawing.Size(53, 12);
            this.lblChoiseOption.TabIndex = 33;
            this.lblChoiseOption.Text = "候选个数";
            // 
            // chkChoiseLimit
            // 
            this.chkChoiseLimit.AutoSize = true;
            this.chkChoiseLimit.Location = new System.Drawing.Point(7, 47);
            this.chkChoiseLimit.Name = "chkChoiseLimit";
            this.chkChoiseLimit.Size = new System.Drawing.Size(15, 14);
            this.chkChoiseLimit.TabIndex = 36;
            this.chkChoiseLimit.UseVisualStyleBackColor = true;
            this.chkChoiseLimit.CheckedChanged += new System.EventHandler(this.chkChoiseLimit_CheckedChanged);
            // 
            // ucResponsePara
            // 
            this.ucResponsePara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ucResponsePara.BackColor = System.Drawing.Color.White;
            this.ucResponsePara.Location = new System.Drawing.Point(0, 302);
            this.ucResponsePara.Name = "ucResponsePara";
            this.ucResponsePara.Size = new System.Drawing.Size(210, 149);
            this.ucResponsePara.TabIndex = 27;
            this.ucResponsePara.TagSet = null;
            // 
            // ucKeypadPara
            // 
            this.ucKeypadPara.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ucKeypadPara.BackColor = System.Drawing.Color.White;
            this.ucKeypadPara.Location = new System.Drawing.Point(0, 457);
            this.ucKeypadPara.Name = "ucKeypadPara";
            this.ucKeypadPara.Size = new System.Drawing.Size(210, 114);
            this.ucKeypadPara.TabIndex = 26;
            this.ucKeypadPara.TagSet = null;
            // 
            // PanelPoll
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.ucResponsePara);
            this.Controls.Add(this.ucKeypadPara);
            this.Controls.Add(this.gbxChoise);
            this.Name = "PanelPoll";
            this.Size = new System.Drawing.Size(210, 618);
            this.Load += new System.EventHandler(this.PanelPoll_Load);
            this.gbxChoise.ResumeLayout(false);
            this.gbxChoise.PerformLayout();
            this.panLimitNumber.ResumeLayout(false);
            this.panLimitNumber.PerformLayout();
            this.panRange.ResumeLayout(false);
            this.panRange.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeEnd1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numRangeStart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numChoiseLimitMin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionLimit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudOptionCount)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        public System.Windows.Forms.GroupBox gbxChoise;
        private System.Windows.Forms.CheckBox chkCanRepeat;
        public System.Windows.Forms.NumericUpDown nudOptionCount;
        public System.Windows.Forms.Label lblChoiseOption;
        public System.Windows.Forms.Label lblChoiseLimit;
        private System.Windows.Forms.Button btnPollList;
        public SunVoteARSPPT.UcKeypadPara ucKeypadPara;
        public System.Windows.Forms.NumericUpDown nudOptionLimit;
        public UcResponsePara ucResponsePara;
        public System.Windows.Forms.Label lblOptionCount;
        private System.Windows.Forms.CheckBox chkChoiseLimit;
        public System.Windows.Forms.NumericUpDown numChoiseLimitMin;
        public System.Windows.Forms.NumericUpDown numRangeEnd3;
        public System.Windows.Forms.NumericUpDown numRangeStart3;
        public System.Windows.Forms.NumericUpDown numRangeEnd2;
        public System.Windows.Forms.NumericUpDown numRangeStart2;
        public System.Windows.Forms.NumericUpDown numRangeEnd1;
        public System.Windows.Forms.NumericUpDown numRangeStart1;
        public System.Windows.Forms.Label lblRangeSplit3;
        public System.Windows.Forms.Label lblRangeSplit2;
        public System.Windows.Forms.Label lblRangeSplit1;
        private System.Windows.Forms.CheckBox chkRange3;
        private System.Windows.Forms.CheckBox chkRange2;
        private System.Windows.Forms.Panel panRange;
        private System.Windows.Forms.Panel panLimitNumber;
        private System.Windows.Forms.CheckBox chkUseModeLimitNumber;
        private System.Windows.Forms.Label lblChoiseLimitMin;
        private System.Windows.Forms.Label lblRange1;
    }
}