No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

164 líneas
7.1 KiB

  1. namespace Quanjiang.DigitalScholl.License
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  33. this.cbenabledtp = new System.Windows.Forms.CheckBox();
  34. this.dtpenddate = new System.Windows.Forms.DateTimePicker();
  35. this.tbmachine = new System.Windows.Forms.TextBox();
  36. this.tblicensecode = new System.Windows.Forms.TextBox();
  37. this.btgenerate = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.label1.Location = new System.Drawing.Point(28, 33);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(82, 24);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "机器码";
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.label2.Location = new System.Drawing.Point(28, 110);
  55. this.label2.Name = "label2";
  56. this.label2.Size = new System.Drawing.Size(106, 24);
  57. this.label2.TabIndex = 1;
  58. this.label2.Text = "有效期至";
  59. //
  60. // label3
  61. //
  62. this.label3.AutoSize = true;
  63. this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label3.Location = new System.Drawing.Point(28, 167);
  65. this.label3.Name = "label3";
  66. this.label3.Size = new System.Drawing.Size(82, 24);
  67. this.label3.TabIndex = 2;
  68. this.label3.Text = "注册码";
  69. //
  70. // richTextBox1
  71. //
  72. this.richTextBox1.Location = new System.Drawing.Point(32, 307);
  73. this.richTextBox1.Name = "richTextBox1";
  74. this.richTextBox1.Size = new System.Drawing.Size(735, 131);
  75. this.richTextBox1.TabIndex = 3;
  76. this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
  77. //
  78. // cbenabledtp
  79. //
  80. this.cbenabledtp.AutoSize = true;
  81. this.cbenabledtp.Location = new System.Drawing.Point(481, 117);
  82. this.cbenabledtp.Name = "cbenabledtp";
  83. this.cbenabledtp.Size = new System.Drawing.Size(72, 16);
  84. this.cbenabledtp.TabIndex = 4;
  85. this.cbenabledtp.Text = "是否限时";
  86. this.cbenabledtp.UseVisualStyleBackColor = true;
  87. //
  88. // dtpenddate
  89. //
  90. this.dtpenddate.Location = new System.Drawing.Point(163, 112);
  91. this.dtpenddate.Name = "dtpenddate";
  92. this.dtpenddate.Size = new System.Drawing.Size(200, 21);
  93. this.dtpenddate.TabIndex = 5;
  94. //
  95. // tbmachine
  96. //
  97. this.tbmachine.Location = new System.Drawing.Point(163, 33);
  98. this.tbmachine.Multiline = true;
  99. this.tbmachine.Name = "tbmachine";
  100. this.tbmachine.Size = new System.Drawing.Size(390, 59);
  101. this.tbmachine.TabIndex = 6;
  102. //
  103. // tblicensecode
  104. //
  105. this.tblicensecode.Location = new System.Drawing.Point(163, 167);
  106. this.tblicensecode.Multiline = true;
  107. this.tblicensecode.Name = "tblicensecode";
  108. this.tblicensecode.Size = new System.Drawing.Size(390, 125);
  109. this.tblicensecode.TabIndex = 7;
  110. //
  111. // btgenerate
  112. //
  113. this.btgenerate.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.btgenerate.Location = new System.Drawing.Point(636, 110);
  115. this.btgenerate.Name = "btgenerate";
  116. this.btgenerate.Size = new System.Drawing.Size(79, 81);
  117. this.btgenerate.TabIndex = 8;
  118. this.btgenerate.Text = "授权";
  119. this.btgenerate.UseVisualStyleBackColor = true;
  120. this.btgenerate.Click += new System.EventHandler(this.btgenerate_Click);
  121. //
  122. // Form1
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(800, 450);
  127. this.Controls.Add(this.btgenerate);
  128. this.Controls.Add(this.tblicensecode);
  129. this.Controls.Add(this.tbmachine);
  130. this.Controls.Add(this.dtpenddate);
  131. this.Controls.Add(this.cbenabledtp);
  132. this.Controls.Add(this.richTextBox1);
  133. this.Controls.Add(this.label3);
  134. this.Controls.Add(this.label2);
  135. this.Controls.Add(this.label1);
  136. this.MaximizeBox = false;
  137. this.MinimizeBox = false;
  138. this.Name = "Form1";
  139. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  140. this.Text = "数字化校园3.0授权器";
  141. this.Load += new System.EventHandler(this.Form1_Load);
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private System.Windows.Forms.Label label1;
  147. private System.Windows.Forms.Label label2;
  148. private System.Windows.Forms.Label label3;
  149. private System.Windows.Forms.RichTextBox richTextBox1;
  150. private System.Windows.Forms.CheckBox cbenabledtp;
  151. private System.Windows.Forms.DateTimePicker dtpenddate;
  152. private System.Windows.Forms.TextBox tbmachine;
  153. private System.Windows.Forms.TextBox tblicensecode;
  154. private System.Windows.Forms.Button btgenerate;
  155. }
  156. }