📄 frmhistorydata.designer.cs
字号:
//
// tbBigSmall
//
this.tbBigSmall.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.tbBigSmall.ForeColor = System.Drawing.Color.Blue;
this.tbBigSmall.Location = new System.Drawing.Point(81, 110);
this.tbBigSmall.Name = "tbBigSmall";
this.tbBigSmall.ReadOnly = true;
this.tbBigSmall.Size = new System.Drawing.Size(143, 21);
this.tbBigSmall.TabIndex = 12;
this.tbBigSmall.Text = "0";
//
// tbEvenOdd
//
this.tbEvenOdd.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.tbEvenOdd.ForeColor = System.Drawing.Color.Blue;
this.tbEvenOdd.Location = new System.Drawing.Point(81, 86);
this.tbEvenOdd.Name = "tbEvenOdd";
this.tbEvenOdd.ReadOnly = true;
this.tbEvenOdd.Size = new System.Drawing.Size(143, 21);
this.tbEvenOdd.TabIndex = 11;
this.tbEvenOdd.Text = "0";
//
// tbAwardNo
//
this.tbAwardNo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.tbAwardNo.ForeColor = System.Drawing.Color.Blue;
this.tbAwardNo.Location = new System.Drawing.Point(81, 63);
this.tbAwardNo.Name = "tbAwardNo";
this.tbAwardNo.ReadOnly = true;
this.tbAwardNo.Size = new System.Drawing.Size(143, 21);
this.tbAwardNo.TabIndex = 9;
this.tbAwardNo.Text = "0";
//
// tbAwardBall
//
this.tbAwardBall.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.tbAwardBall.ForeColor = System.Drawing.Color.Blue;
this.tbAwardBall.Location = new System.Drawing.Point(81, 39);
this.tbAwardBall.Name = "tbAwardBall";
this.tbAwardBall.ReadOnly = true;
this.tbAwardBall.Size = new System.Drawing.Size(143, 21);
this.tbAwardBall.TabIndex = 8;
this.tbAwardBall.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 139);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 6;
this.label8.Text = "三区比:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 115);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 5;
this.label7.Text = "大小比:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 91);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 3;
this.label5.Text = "奇偶比:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 68);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "中 奖 号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "开奖期号:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnQuery);
this.groupBox1.Controls.Add(this.mtbAwardDateNo);
this.groupBox1.Controls.Add(this.lbmtbAwardDate);
this.groupBox1.Location = new System.Drawing.Point(2, 197);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(222, 84);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询中奖结果";
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(146, 51);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(59, 23);
this.btnQuery.TabIndex = 2;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// mtbAwardDateNo
//
this.mtbAwardDateNo.Location = new System.Drawing.Point(82, 20);
this.mtbAwardDateNo.Mask = "2000000";
this.mtbAwardDateNo.Name = "mtbAwardDateNo";
this.mtbAwardDateNo.Size = new System.Drawing.Size(133, 21);
this.mtbAwardDateNo.TabIndex = 1;
this.mtbAwardDateNo.Text = "00";
//
// lbmtbAwardDate
//
this.lbmtbAwardDate.AutoSize = true;
this.lbmtbAwardDate.Location = new System.Drawing.Point(19, 24);
this.lbmtbAwardDate.Name = "lbmtbAwardDate";
this.lbmtbAwardDate.Size = new System.Drawing.Size(65, 12);
this.lbmtbAwardDate.TabIndex = 0;
this.lbmtbAwardDate.Text = "开奖期号:";
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(148, 288);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(59, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "退出";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// frmHistoryData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(473, 319);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.plDetail);
this.Controls.Add(this.plAddData);
this.MaximizeBox = false;
this.Name = "frmHistoryData";
this.Text = "历史中奖数据管理";
this.Load += new System.EventHandler(this.frmHistoryData_Load);
this.plAddData.ResumeLayout(false);
this.gbAddData.ResumeLayout(false);
this.gbAddData.PerformLayout();
this.plDetail.ResumeLayout(false);
this.gbDetail.ResumeLayout(false);
this.gbDetail.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plAddData;
private System.Windows.Forms.GroupBox gbAddData;
private System.Windows.Forms.MaskedTextBox mtbAwardNo;
private System.Windows.Forms.Label lbTitle;
private System.Windows.Forms.MaskedTextBox mtbAwardDate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnAddData;
private System.Windows.Forms.Panel plDetail;
private System.Windows.Forms.GroupBox gbDetail;
private System.Windows.Forms.TextBox tbJoinGroup;
private System.Windows.Forms.TextBox tbSum;
private System.Windows.Forms.TextBox tbThree;
private System.Windows.Forms.TextBox tbBigSmall;
private System.Windows.Forms.TextBox tbEvenOdd;
private System.Windows.Forms.TextBox tbAwardNo;
private System.Windows.Forms.TextBox tbAwardBall;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox tbSameness;
private System.Windows.Forms.TextBox tbMantissaGroup;
private System.Windows.Forms.MaskedTextBox mtbSecondAward;
private System.Windows.Forms.MaskedTextBox mtbFirstAward;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.MaskedTextBox mtbBoxNo;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbBoxNo;
private System.Windows.Forms.TextBox tbSecondAward;
private System.Windows.Forms.TextBox tbFirstAward;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label lbInfo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.MaskedTextBox mtbAwardDateNo;
private System.Windows.Forms.Label lbmtbAwardDate;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnModife;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -