admin
2020-06-19 84616e6d524a7df88ebcca4b74aca42461f34605
WindowsFormsApp1/CardPwd.Designer.cs
@@ -42,14 +42,14 @@
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.label29.ForeColor = System.Drawing.Color.Red;
            this.label29.Location = new System.Drawing.Point(103, 215);
            this.label29.Location = new System.Drawing.Point(1, 215);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(191, 20);
            this.label29.Size = new System.Drawing.Size(383, 20);
            this.label29.TabIndex = 47;
            this.label29.Text = "卡密验证失败,请登录后重试";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label4
            // 
@@ -61,7 +61,6 @@
            this.label4.Size = new System.Drawing.Size(65, 20);
            this.label4.TabIndex = 48;
            this.label4.Text = "输入卡密";
            this.label4.Click += new System.EventHandler(this.label4_Click);
            // 
            // textBox1
            // 
@@ -83,7 +82,6 @@
            this.label1.Size = new System.Drawing.Size(32, 17);
            this.label1.TabIndex = 48;
            this.label1.Text = "卡号";
            this.label1.Click += new System.EventHandler(this.label4_Click);
            // 
            // label2
            // 
@@ -95,7 +93,6 @@
            this.label2.Size = new System.Drawing.Size(32, 17);
            this.label2.TabIndex = 48;
            this.label2.Text = "密码";
            this.label2.Click += new System.EventHandler(this.label4_Click);
            // 
            // textBox2
            // 
@@ -110,13 +107,16 @@
            // button2
            // 
            this.button2.BackColor = System.Drawing.SystemColors.Window;
            this.button2.FlatAppearance.BorderSize = 0;
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.ForeColor = System.Drawing.Color.Black;
            this.button2.Location = new System.Drawing.Point(131, 163);
            this.button2.Location = new System.Drawing.Point(129, 163);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(126, 35);
            this.button2.TabIndex = 50;
            this.button2.Text = "验证卡密";
            this.button2.UseVisualStyleBackColor = false;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // label3
            // 
@@ -128,18 +128,18 @@
            this.label3.Size = new System.Drawing.Size(79, 20);
            this.label3.TabIndex = 48;
            this.label3.Text = "联系管理员";
            this.label3.Click += new System.EventHandler(this.label4_Click);
            this.label3.Click += new System.EventHandler(this.label3_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.label5.ForeColor = System.Drawing.Color.Red;
            this.label5.Location = new System.Drawing.Point(35, 23);
            this.label5.Location = new System.Drawing.Point(9, 23);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(337, 20);
            this.label5.Size = new System.Drawing.Size(367, 20);
            this.label5.TabIndex = 47;
            this.label5.Text = "你当前使用的是免费版-永久免费,仅能查看少量数据";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label6
            // 
@@ -151,9 +151,9 @@
            this.label6.Size = new System.Drawing.Size(65, 20);
            this.label6.TabIndex = 48;
            this.label6.Text = "服务价格";
            this.label6.Click += new System.EventHandler(this.label4_Click);
            this.label6.Click += new System.EventHandler(this.price_Click);
            // 
            // Form5
            // CardPwd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -168,7 +168,7 @@
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label29);
            this.Name = "Form5";
            this.Name = "CardPwd";
            this.Text = "卡密验证";
            this.ResumeLayout(false);
            this.PerformLayout();