namespace Quanjiang.DigitalScholl.License { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.cbenabledtp = new System.Windows.Forms.CheckBox(); this.dtpenddate = new System.Windows.Forms.DateTimePicker(); this.tbmachine = new System.Windows.Forms.TextBox(); this.tblicensecode = new System.Windows.Forms.TextBox(); this.btgenerate = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(28, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 24); this.label1.TabIndex = 0; this.label1.Text = "机器码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(28, 110); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 24); this.label2.TabIndex = 1; this.label2.Text = "有效期至"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(28, 167); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 24); this.label3.TabIndex = 2; this.label3.Text = "注册码"; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(32, 307); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(735, 131); this.richTextBox1.TabIndex = 3; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // cbenabledtp // this.cbenabledtp.AutoSize = true; this.cbenabledtp.Location = new System.Drawing.Point(481, 117); this.cbenabledtp.Name = "cbenabledtp"; this.cbenabledtp.Size = new System.Drawing.Size(72, 16); this.cbenabledtp.TabIndex = 4; this.cbenabledtp.Text = "是否限时"; this.cbenabledtp.UseVisualStyleBackColor = true; // // dtpenddate // this.dtpenddate.Location = new System.Drawing.Point(163, 112); this.dtpenddate.Name = "dtpenddate"; this.dtpenddate.Size = new System.Drawing.Size(200, 21); this.dtpenddate.TabIndex = 5; // // tbmachine // this.tbmachine.Location = new System.Drawing.Point(163, 33); this.tbmachine.Multiline = true; this.tbmachine.Name = "tbmachine"; this.tbmachine.Size = new System.Drawing.Size(390, 59); this.tbmachine.TabIndex = 6; // // tblicensecode // this.tblicensecode.Location = new System.Drawing.Point(163, 167); this.tblicensecode.Multiline = true; this.tblicensecode.Name = "tblicensecode"; this.tblicensecode.Size = new System.Drawing.Size(390, 125); this.tblicensecode.TabIndex = 7; // // btgenerate // this.btgenerate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btgenerate.Location = new System.Drawing.Point(636, 110); this.btgenerate.Name = "btgenerate"; this.btgenerate.Size = new System.Drawing.Size(79, 81); this.btgenerate.TabIndex = 8; this.btgenerate.Text = "授权"; this.btgenerate.UseVisualStyleBackColor = true; this.btgenerate.Click += new System.EventHandler(this.btgenerate_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btgenerate); this.Controls.Add(this.tblicensecode); this.Controls.Add(this.tbmachine); this.Controls.Add(this.dtpenddate); this.Controls.Add(this.cbenabledtp); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数字化校园3.0授权器"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.CheckBox cbenabledtp; private System.Windows.Forms.DateTimePicker dtpenddate; private System.Windows.Forms.TextBox tbmachine; private System.Windows.Forms.TextBox tblicensecode; private System.Windows.Forms.Button btgenerate; } }