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

📄 frmhistorydata.designer.cs

📁 我自己开发的双色球预测软件
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace cpzh
{
    partial class frmHistoryData
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.plAddData = new System.Windows.Forms.Panel();
            this.gbAddData = new System.Windows.Forms.GroupBox();
            this.btnModife = new System.Windows.Forms.Button();
            this.mtbBoxNo = new System.Windows.Forms.MaskedTextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.lbInfo = new System.Windows.Forms.Label();
            this.mtbSecondAward = new System.Windows.Forms.MaskedTextBox();
            this.mtbFirstAward = new System.Windows.Forms.MaskedTextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.btnAddData = new System.Windows.Forms.Button();
            this.mtbAwardDate = new System.Windows.Forms.MaskedTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.mtbAwardNo = new System.Windows.Forms.MaskedTextBox();
            this.lbTitle = new System.Windows.Forms.Label();
            this.plDetail = new System.Windows.Forms.Panel();
            this.gbDetail = new System.Windows.Forms.GroupBox();
            this.tbBoxNo = new System.Windows.Forms.TextBox();
            this.tbSecondAward = new System.Windows.Forms.TextBox();
            this.tbFirstAward = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.tbSameness = new System.Windows.Forms.TextBox();
            this.tbMantissaGroup = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.tbJoinGroup = new System.Windows.Forms.TextBox();
            this.tbSum = new System.Windows.Forms.TextBox();
            this.tbThree = new System.Windows.Forms.TextBox();
            this.tbBigSmall = new System.Windows.Forms.TextBox();
            this.tbEvenOdd = new System.Windows.Forms.TextBox();
            this.tbAwardNo = new System.Windows.Forms.TextBox();
            this.tbAwardBall = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnQuery = new System.Windows.Forms.Button();
            this.mtbAwardDateNo = new System.Windows.Forms.MaskedTextBox();
            this.lbmtbAwardDate = new System.Windows.Forms.Label();
            this.btnClose = new System.Windows.Forms.Button();
            this.plAddData.SuspendLayout();
            this.gbAddData.SuspendLayout();
            this.plDetail.SuspendLayout();
            this.gbDetail.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // plAddData
            // 
            this.plAddData.Controls.Add(this.gbAddData);
            this.plAddData.Location = new System.Drawing.Point(1, -1);
            this.plAddData.Name = "plAddData";
            this.plAddData.Size = new System.Drawing.Size(227, 195);
            this.plAddData.TabIndex = 0;
            // 
            // gbAddData
            // 
            this.gbAddData.Controls.Add(this.btnModife);
            this.gbAddData.Controls.Add(this.mtbBoxNo);
            this.gbAddData.Controls.Add(this.label10);
            this.gbAddData.Controls.Add(this.lbInfo);
            this.gbAddData.Controls.Add(this.mtbSecondAward);
            this.gbAddData.Controls.Add(this.mtbFirstAward);
            this.gbAddData.Controls.Add(this.label9);
            this.gbAddData.Controls.Add(this.label6);
            this.gbAddData.Controls.Add(this.btnAddData);
            this.gbAddData.Controls.Add(this.mtbAwardDate);
            this.gbAddData.Controls.Add(this.label1);
            this.gbAddData.Controls.Add(this.mtbAwardNo);
            this.gbAddData.Controls.Add(this.lbTitle);
            this.gbAddData.Location = new System.Drawing.Point(2, 3);
            this.gbAddData.Name = "gbAddData";
            this.gbAddData.Size = new System.Drawing.Size(222, 189);
            this.gbAddData.TabIndex = 0;
            this.gbAddData.TabStop = false;
            this.gbAddData.Text = "添加新中奖号码";
            // 
            // btnModife
            // 
            this.btnModife.Location = new System.Drawing.Point(81, 156);
            this.btnModife.Name = "btnModife";
            this.btnModife.Size = new System.Drawing.Size(59, 23);
            this.btnModife.TabIndex = 5;
            this.btnModife.Text = "修 改";
            this.btnModife.UseVisualStyleBackColor = true;
            this.btnModife.Click += new System.EventHandler(this.btnModife_Click);
            // 
            // mtbBoxNo
            // 
            this.mtbBoxNo.Location = new System.Drawing.Point(81, 14);
            this.mtbBoxNo.Mask = "0";
            this.mtbBoxNo.Name = "mtbBoxNo";
            this.mtbBoxNo.Size = new System.Drawing.Size(133, 21);
            this.mtbBoxNo.TabIndex = 0;
            this.mtbBoxNo.Text = "0";
            this.mtbBoxNo.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.mtbBoxNo_MaskInputRejected);
            this.mtbBoxNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mtbBoxNo_KeyDown);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(18, 19);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 7;
            this.label10.Text = "奖球盒号:";
            // 
            // lbInfo
            // 
            this.lbInfo.AutoSize = true;
            this.lbInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbInfo.ForeColor = System.Drawing.Color.Blue;
            this.lbInfo.Location = new System.Drawing.Point(6, 157);
            this.lbInfo.Name = "lbInfo";
            this.lbInfo.Size = new System.Drawing.Size(0, 16);
            this.lbInfo.TabIndex = 2;
            // 
            // mtbSecondAward
            // 
            this.mtbSecondAward.Location = new System.Drawing.Point(90, 129);
            this.mtbSecondAward.Mask = "999";
            this.mtbSecondAward.Name = "mtbSecondAward";
            this.mtbSecondAward.Size = new System.Drawing.Size(124, 21);
            this.mtbSecondAward.TabIndex = 4;
            this.mtbSecondAward.Text = "0";
            this.mtbSecondAward.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.mtbSecondAward_PreviewKeyDown);
            this.mtbSecondAward.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.mtbSecondAward_MaskInputRejected);
            this.mtbSecondAward.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mtbSecondAward_KeyDown);
            // 
            // mtbFirstAward
            // 
            this.mtbFirstAward.Location = new System.Drawing.Point(90, 100);
            this.mtbFirstAward.Mask = "99";
            this.mtbFirstAward.Name = "mtbFirstAward";
            this.mtbFirstAward.Size = new System.Drawing.Size(124, 21);
            this.mtbFirstAward.TabIndex = 3;
            this.mtbFirstAward.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mtbFirstAward_KeyDown);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(18, 132);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(77, 12);
            this.label9.TabIndex = 4;
            this.label9.Text = "二等奖注数:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(18, 103);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 3;
            this.label6.Text = "一等奖注数:";
            // 
            // btnAddData
            // 
            this.btnAddData.Enabled = false;
            this.btnAddData.Location = new System.Drawing.Point(146, 156);
            this.btnAddData.Name = "btnAddData";
            this.btnAddData.Size = new System.Drawing.Size(59, 23);
            this.btnAddData.TabIndex = 4;
            this.btnAddData.Text = "添加";
            this.btnAddData.UseVisualStyleBackColor = true;
            this.btnAddData.Click += new System.EventHandler(this.btnAddData_Click);
            // 
            // mtbAwardDate
            // 
            this.mtbAwardDate.Location = new System.Drawing.Point(81, 42);
            this.mtbAwardDate.Mask = "0000000";
            this.mtbAwardDate.Name = "mtbAwardDate";
            this.mtbAwardDate.Size = new System.Drawing.Size(133, 21);
            this.mtbAwardDate.TabIndex = 1;
            this.mtbAwardDate.Text = "200";
            this.mtbAwardDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mtbAwardDate_KeyDown);
            // 
            // label1
            // 
            this.label1.AutoSize = true;

⌨️ 快捷键说明

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