namespace DataLinkMesWork { partial class Reg { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Reg)); this.textBox_CopyRightCode = new System.Windows.Forms.TextBox(); this.textBox_SerialNumberStr = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button_Reg = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // textBox_CopyRightCode // this.textBox_CopyRightCode.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_CopyRightCode.Location = new System.Drawing.Point(183, 177); this.textBox_CopyRightCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_CopyRightCode.Name = "textBox_CopyRightCode"; this.textBox_CopyRightCode.Size = new System.Drawing.Size(379, 50); this.textBox_CopyRightCode.TabIndex = 4; // // textBox_SerialNumberStr // this.textBox_SerialNumberStr.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_SerialNumberStr.Location = new System.Drawing.Point(183, 55); this.textBox_SerialNumberStr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox_SerialNumberStr.Name = "textBox_SerialNumberStr"; this.textBox_SerialNumberStr.Size = new System.Drawing.Size(379, 50); this.textBox_SerialNumberStr.TabIndex = 5; this.textBox_SerialNumberStr.Text = "bhijepcn"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(27, 192); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(131, 38); this.label2.TabIndex = 2; this.label2.Text = "授权码"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(27, 59); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(131, 38); this.label1.TabIndex = 3; this.label1.Text = "注册码"; // // button_Reg // this.button_Reg.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_Reg.Location = new System.Drawing.Point(324, 287); this.button_Reg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button_Reg.Name = "button_Reg"; this.button_Reg.Size = new System.Drawing.Size(239, 56); this.button_Reg.TabIndex = 6; this.button_Reg.Text = "注册"; this.button_Reg.UseVisualStyleBackColor = true; this.button_Reg.Click += new System.EventHandler(this.Button_Reg_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage"))); this.pictureBox1.Location = new System.Drawing.Point(13, 265); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(283, 97); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // Reg // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(616, 401); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button_Reg); this.Controls.Add(this.textBox_CopyRightCode); this.Controls.Add(this.textBox_SerialNumberStr); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Reg"; this.Text = "注册系统(MESWORK)"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox_CopyRightCode; private System.Windows.Forms.TextBox textBox_SerialNumberStr; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button_Reg; private System.Windows.Forms.PictureBox pictureBox1; } }