namespace WindowsFormsApp1 { partial class CardPwd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label29 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label29 // this.label29.Font = new System.Drawing.Font("微软雅黑", 10F); this.label29.ForeColor = System.Drawing.Color.Red; this.label29.Location = new System.Drawing.Point(1, 215); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(383, 20); this.label29.TabIndex = 47; this.label29.Text = "卡密验证失败,请登录后重试"; this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10F); this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(158, 58); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 20); this.label4.TabIndex = 48; this.label4.Text = "输入卡密"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(87, 92); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(250, 23); this.textBox1.TabIndex = 49; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(45, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 17); this.label1.TabIndex = 48; this.label1.Text = "卡号"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F); this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(45, 132); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 17); this.label2.TabIndex = 48; this.label2.Text = "密码"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(87, 129); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(250, 23); this.textBox2.TabIndex = 49; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.textBox2.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // 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(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 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10F); this.label3.ForeColor = System.Drawing.Color.Blue; this.label3.Location = new System.Drawing.Point(293, 253); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 20); this.label3.TabIndex = 48; this.label3.Text = "联系管理员"; this.label3.Click += new System.EventHandler(this.label3_Click); // // label5 // this.label5.Font = new System.Drawing.Font("微软雅黑", 10F); this.label5.ForeColor = System.Drawing.Color.Red; this.label5.Location = new System.Drawing.Point(9, 23); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(367, 20); this.label5.TabIndex = 47; this.label5.Text = "你当前使用的是免费版-永久免费,仅能查看少量数据"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10F); this.label6.ForeColor = System.Drawing.Color.Blue; this.label6.Location = new System.Drawing.Point(35, 253); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(65, 20); this.label6.TabIndex = 48; this.label6.Text = "服务价格"; this.label6.Click += new System.EventHandler(this.price_Click); // // CardPwd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 282); this.Controls.Add(this.button2); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.label6); this.Controls.Add(this.label3); this.Controls.Add(this.label4); this.Controls.Add(this.label5); this.Controls.Add(this.label29); this.Name = "CardPwd"; this.Text = "卡密验证"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; } }