⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmhistorydata.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.label1.Location = new System.Drawing.Point(18, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "开奖期号:";
            // 
            // mtbAwardNo
            // 
            this.mtbAwardNo.Location = new System.Drawing.Point(81, 70);
            this.mtbAwardNo.Mask = "00-00-00-00-00-00-00";
            this.mtbAwardNo.Name = "mtbAwardNo";
            this.mtbAwardNo.Size = new System.Drawing.Size(133, 21);
            this.mtbAwardNo.TabIndex = 2;
            this.mtbAwardNo.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.mtbAwardNo_MaskInputRejected);
            this.mtbAwardNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mtbAwardNo_KeyDown);
            // 
            // lbTitle
            // 
            this.lbTitle.AutoSize = true;
            this.lbTitle.Location = new System.Drawing.Point(18, 73);
            this.lbTitle.Name = "lbTitle";
            this.lbTitle.Size = new System.Drawing.Size(65, 12);
            this.lbTitle.TabIndex = 0;
            this.lbTitle.Text = "中 奖 号:";
            // 
            // plDetail
            // 
            this.plDetail.Controls.Add(this.gbDetail);
            this.plDetail.Location = new System.Drawing.Point(231, 2);
            this.plDetail.Name = "plDetail";
            this.plDetail.Size = new System.Drawing.Size(242, 316);
            this.plDetail.TabIndex = 1;
            // 
            // gbDetail
            // 
            this.gbDetail.Controls.Add(this.tbBoxNo);
            this.gbDetail.Controls.Add(this.tbSecondAward);
            this.gbDetail.Controls.Add(this.tbFirstAward);
            this.gbDetail.Controls.Add(this.label17);
            this.gbDetail.Controls.Add(this.label16);
            this.gbDetail.Controls.Add(this.label11);
            this.gbDetail.Controls.Add(this.tbSameness);
            this.gbDetail.Controls.Add(this.tbMantissaGroup);
            this.gbDetail.Controls.Add(this.label15);
            this.gbDetail.Controls.Add(this.label14);
            this.gbDetail.Controls.Add(this.label13);
            this.gbDetail.Controls.Add(this.label12);
            this.gbDetail.Controls.Add(this.tbJoinGroup);
            this.gbDetail.Controls.Add(this.tbSum);
            this.gbDetail.Controls.Add(this.tbThree);
            this.gbDetail.Controls.Add(this.tbBigSmall);
            this.gbDetail.Controls.Add(this.tbEvenOdd);
            this.gbDetail.Controls.Add(this.tbAwardNo);
            this.gbDetail.Controls.Add(this.tbAwardBall);
            this.gbDetail.Controls.Add(this.label8);
            this.gbDetail.Controls.Add(this.label7);
            this.gbDetail.Controls.Add(this.label5);
            this.gbDetail.Controls.Add(this.label3);
            this.gbDetail.Controls.Add(this.label2);
            this.gbDetail.Location = new System.Drawing.Point(3, 3);
            this.gbDetail.Name = "gbDetail";
            this.gbDetail.Size = new System.Drawing.Size(237, 310);
            this.gbDetail.TabIndex = 0;
            this.gbDetail.TabStop = false;
            this.gbDetail.Text = "详细数据";
            // 
            // tbBoxNo
            // 
            this.tbBoxNo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbBoxNo.ForeColor = System.Drawing.Color.Blue;
            this.tbBoxNo.Location = new System.Drawing.Point(81, 16);
            this.tbBoxNo.Name = "tbBoxNo";
            this.tbBoxNo.ReadOnly = true;
            this.tbBoxNo.Size = new System.Drawing.Size(143, 21);
            this.tbBoxNo.TabIndex = 29;
            this.tbBoxNo.Text = "0";
            // 
            // tbSecondAward
            // 
            this.tbSecondAward.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbSecondAward.ForeColor = System.Drawing.Color.Blue;
            this.tbSecondAward.Location = new System.Drawing.Point(81, 280);
            this.tbSecondAward.Name = "tbSecondAward";
            this.tbSecondAward.ReadOnly = true;
            this.tbSecondAward.Size = new System.Drawing.Size(143, 21);
            this.tbSecondAward.TabIndex = 28;
            this.tbSecondAward.Text = "0";
            // 
            // tbFirstAward
            // 
            this.tbFirstAward.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbFirstAward.ForeColor = System.Drawing.Color.Blue;
            this.tbFirstAward.Location = new System.Drawing.Point(81, 255);
            this.tbFirstAward.Name = "tbFirstAward";
            this.tbFirstAward.ReadOnly = true;
            this.tbFirstAward.Size = new System.Drawing.Size(143, 21);
            this.tbFirstAward.TabIndex = 27;
            this.tbFirstAward.Text = "0";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(11, 283);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(77, 12);
            this.label17.TabIndex = 26;
            this.label17.Text = "二等奖注数:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(11, 260);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(77, 12);
            this.label16.TabIndex = 25;
            this.label16.Text = "一等奖注数:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(11, 21);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 24;
            this.label11.Text = "奖球盒号:";
            // 
            // tbSameness
            // 
            this.tbSameness.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbSameness.ForeColor = System.Drawing.Color.Blue;
            this.tbSameness.Location = new System.Drawing.Point(81, 230);
            this.tbSameness.Name = "tbSameness";
            this.tbSameness.ReadOnly = true;
            this.tbSameness.Size = new System.Drawing.Size(143, 21);
            this.tbSameness.TabIndex = 23;
            this.tbSameness.Text = "0";
            // 
            // tbMantissaGroup
            // 
            this.tbMantissaGroup.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbMantissaGroup.ForeColor = System.Drawing.Color.Blue;
            this.tbMantissaGroup.Location = new System.Drawing.Point(81, 206);
            this.tbMantissaGroup.Name = "tbMantissaGroup";
            this.tbMantissaGroup.ReadOnly = true;
            this.tbMantissaGroup.Size = new System.Drawing.Size(143, 21);
            this.tbMantissaGroup.TabIndex = 22;
            this.tbMantissaGroup.Text = "0";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(11, 235);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 12);
            this.label15.TabIndex = 21;
            this.label15.Text = "重复号数:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(11, 211);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(77, 12);
            this.label14.TabIndex = 20;
            this.label14.Text = "同尾号组数:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(11, 187);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(65, 12);
            this.label13.TabIndex = 19;
            this.label13.Text = "连号组数:";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(11, 163);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 18;
            this.label12.Text = "号码和值:";
            // 
            // tbJoinGroup
            // 
            this.tbJoinGroup.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbJoinGroup.ForeColor = System.Drawing.Color.Blue;
            this.tbJoinGroup.Location = new System.Drawing.Point(81, 182);
            this.tbJoinGroup.Name = "tbJoinGroup";
            this.tbJoinGroup.ReadOnly = true;
            this.tbJoinGroup.Size = new System.Drawing.Size(143, 21);
            this.tbJoinGroup.TabIndex = 15;
            this.tbJoinGroup.Text = "0";
            // 
            // tbSum
            // 
            this.tbSum.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbSum.ForeColor = System.Drawing.Color.Blue;
            this.tbSum.Location = new System.Drawing.Point(81, 158);
            this.tbSum.Name = "tbSum";
            this.tbSum.ReadOnly = true;
            this.tbSum.Size = new System.Drawing.Size(143, 21);
            this.tbSum.TabIndex = 14;
            this.tbSum.Text = "0";
            // 
            // tbThree
            // 
            this.tbThree.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            this.tbThree.ForeColor = System.Drawing.Color.Blue;
            this.tbThree.Location = new System.Drawing.Point(81, 134);
            this.tbThree.Name = "tbThree";
            this.tbThree.ReadOnly = true;
            this.tbThree.Size = new System.Drawing.Size(143, 21);
            this.tbThree.TabIndex = 13;
            this.tbThree.Text = "0";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -