LicenseView.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class LicenseView
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.btnExport = new System.Windows.Forms.Button();
  30. this.btnCopy = new System.Windows.Forms.Button();
  31. this.textMachineCode = new System.Windows.Forms.TextBox();
  32. this.textRegisterDays = new System.Windows.Forms.TextBox();
  33. this.textKey = new System.Windows.Forms.RichTextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.btnRegister = new System.Windows.Forms.Button();
  38. this.textLeftDays = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.textRegisterDate = new System.Windows.Forms.TextBox();
  41. this.textLastDate = new System.Windows.Forms.TextBox();
  42. this.btnPaste = new System.Windows.Forms.Button();
  43. this.btnImport = new System.Windows.Forms.Button();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.textPlcDateTime = new System.Windows.Forms.TextBox();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(38, 27);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(53, 12);
  55. this.label1.TabIndex = 3;
  56. this.label1.Text = "机器码:";
  57. //
  58. // btnExport
  59. //
  60. this.btnExport.Location = new System.Drawing.Point(271, 22);
  61. this.btnExport.Name = "btnExport";
  62. this.btnExport.Size = new System.Drawing.Size(75, 23);
  63. this.btnExport.TabIndex = 7;
  64. this.btnExport.Text = "导出...";
  65. this.btnExport.UseVisualStyleBackColor = true;
  66. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  67. //
  68. // btnCopy
  69. //
  70. this.btnCopy.Location = new System.Drawing.Point(162, 22);
  71. this.btnCopy.Name = "btnCopy";
  72. this.btnCopy.Size = new System.Drawing.Size(75, 23);
  73. this.btnCopy.TabIndex = 6;
  74. this.btnCopy.Text = "复制";
  75. this.btnCopy.UseVisualStyleBackColor = true;
  76. this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
  77. //
  78. // textMachineCode
  79. //
  80. this.textMachineCode.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.textMachineCode.Location = new System.Drawing.Point(40, 52);
  82. this.textMachineCode.Name = "textMachineCode";
  83. this.textMachineCode.ReadOnly = true;
  84. this.textMachineCode.Size = new System.Drawing.Size(561, 31);
  85. this.textMachineCode.TabIndex = 5;
  86. //
  87. // textRegisterDays
  88. //
  89. this.textRegisterDays.Location = new System.Drawing.Point(145, 193);
  90. this.textRegisterDays.Name = "textRegisterDays";
  91. this.textRegisterDays.ReadOnly = true;
  92. this.textRegisterDays.Size = new System.Drawing.Size(213, 21);
  93. this.textRegisterDays.TabIndex = 15;
  94. //
  95. // textKey
  96. //
  97. this.textKey.Location = new System.Drawing.Point(40, 321);
  98. this.textKey.Name = "textKey";
  99. this.textKey.Size = new System.Drawing.Size(561, 190);
  100. this.textKey.TabIndex = 14;
  101. this.textKey.Text = "";
  102. //
  103. // label4
  104. //
  105. this.label4.AutoSize = true;
  106. this.label4.Location = new System.Drawing.Point(38, 116);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(89, 12);
  109. this.label4.TabIndex = 13;
  110. this.label4.Text = "剩余授权天数:";
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Location = new System.Drawing.Point(38, 196);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(65, 12);
  118. this.label3.TabIndex = 12;
  119. this.label3.Text = "授权天数:";
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Location = new System.Drawing.Point(38, 156);
  125. this.label2.Name = "label2";
  126. this.label2.Size = new System.Drawing.Size(65, 12);
  127. this.label2.TabIndex = 11;
  128. this.label2.Text = "注册时间:";
  129. //
  130. // btnRegister
  131. //
  132. this.btnRegister.Location = new System.Drawing.Point(516, 292);
  133. this.btnRegister.Name = "btnRegister";
  134. this.btnRegister.Size = new System.Drawing.Size(75, 23);
  135. this.btnRegister.TabIndex = 10;
  136. this.btnRegister.Text = "注册";
  137. this.btnRegister.UseVisualStyleBackColor = true;
  138. this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
  139. //
  140. // textLeftDays
  141. //
  142. this.textLeftDays.Location = new System.Drawing.Point(145, 113);
  143. this.textLeftDays.Name = "textLeftDays";
  144. this.textLeftDays.ReadOnly = true;
  145. this.textLeftDays.Size = new System.Drawing.Size(213, 21);
  146. this.textLeftDays.TabIndex = 16;
  147. //
  148. // label5
  149. //
  150. this.label5.AutoSize = true;
  151. this.label5.Location = new System.Drawing.Point(38, 259);
  152. this.label5.Name = "label5";
  153. this.label5.Size = new System.Drawing.Size(53, 12);
  154. this.label5.TabIndex = 17;
  155. this.label5.Text = "到期日:";
  156. //
  157. // textRegisterDate
  158. //
  159. this.textRegisterDate.Location = new System.Drawing.Point(145, 153);
  160. this.textRegisterDate.Name = "textRegisterDate";
  161. this.textRegisterDate.ReadOnly = true;
  162. this.textRegisterDate.Size = new System.Drawing.Size(213, 21);
  163. this.textRegisterDate.TabIndex = 18;
  164. //
  165. // textLastDate
  166. //
  167. this.textLastDate.Location = new System.Drawing.Point(145, 256);
  168. this.textLastDate.Name = "textLastDate";
  169. this.textLastDate.ReadOnly = true;
  170. this.textLastDate.Size = new System.Drawing.Size(213, 21);
  171. this.textLastDate.TabIndex = 19;
  172. //
  173. // btnPaste
  174. //
  175. this.btnPaste.Location = new System.Drawing.Point(246, 292);
  176. this.btnPaste.Name = "btnPaste";
  177. this.btnPaste.Size = new System.Drawing.Size(75, 23);
  178. this.btnPaste.TabIndex = 20;
  179. this.btnPaste.Text = "粘贴";
  180. this.btnPaste.UseVisualStyleBackColor = true;
  181. this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
  182. //
  183. // btnImport
  184. //
  185. this.btnImport.Location = new System.Drawing.Point(343, 292);
  186. this.btnImport.Name = "btnImport";
  187. this.btnImport.Size = new System.Drawing.Size(75, 23);
  188. this.btnImport.TabIndex = 21;
  189. this.btnImport.Text = "导入...";
  190. this.btnImport.UseVisualStyleBackColor = true;
  191. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  192. //
  193. // label6
  194. //
  195. this.label6.AutoSize = true;
  196. this.label6.Location = new System.Drawing.Point(38, 303);
  197. this.label6.Name = "label6";
  198. this.label6.Size = new System.Drawing.Size(53, 12);
  199. this.label6.TabIndex = 22;
  200. this.label6.Text = "授权码:";
  201. //
  202. // textPlcDateTime
  203. //
  204. this.textPlcDateTime.Location = new System.Drawing.Point(145, 224);
  205. this.textPlcDateTime.Name = "textPlcDateTime";
  206. this.textPlcDateTime.ReadOnly = true;
  207. this.textPlcDateTime.Size = new System.Drawing.Size(213, 21);
  208. this.textPlcDateTime.TabIndex = 24;
  209. //
  210. // label7
  211. //
  212. this.label7.AutoSize = true;
  213. this.label7.Location = new System.Drawing.Point(38, 227);
  214. this.label7.Name = "label7";
  215. this.label7.Size = new System.Drawing.Size(41, 12);
  216. this.label7.TabIndex = 23;
  217. this.label7.Text = "日期:";
  218. //
  219. // LicenseView
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.Controls.Add(this.textPlcDateTime);
  224. this.Controls.Add(this.label7);
  225. this.Controls.Add(this.label6);
  226. this.Controls.Add(this.btnImport);
  227. this.Controls.Add(this.btnPaste);
  228. this.Controls.Add(this.textLastDate);
  229. this.Controls.Add(this.textRegisterDate);
  230. this.Controls.Add(this.label5);
  231. this.Controls.Add(this.textLeftDays);
  232. this.Controls.Add(this.textRegisterDays);
  233. this.Controls.Add(this.textKey);
  234. this.Controls.Add(this.label4);
  235. this.Controls.Add(this.label3);
  236. this.Controls.Add(this.label2);
  237. this.Controls.Add(this.btnRegister);
  238. this.Controls.Add(this.btnExport);
  239. this.Controls.Add(this.btnCopy);
  240. this.Controls.Add(this.textMachineCode);
  241. this.Controls.Add(this.label1);
  242. this.Name = "LicenseView";
  243. this.Size = new System.Drawing.Size(860, 560);
  244. this.Load += new System.EventHandler(this.LicenseView_Load);
  245. this.ResumeLayout(false);
  246. this.PerformLayout();
  247. }
  248. #endregion
  249. private System.Windows.Forms.Label label1;
  250. private System.Windows.Forms.Button btnExport;
  251. private System.Windows.Forms.Button btnCopy;
  252. private System.Windows.Forms.TextBox textMachineCode;
  253. private System.Windows.Forms.TextBox textRegisterDays;
  254. private System.Windows.Forms.RichTextBox textKey;
  255. private System.Windows.Forms.Label label4;
  256. private System.Windows.Forms.Label label3;
  257. private System.Windows.Forms.Label label2;
  258. private System.Windows.Forms.Button btnRegister;
  259. private System.Windows.Forms.TextBox textLeftDays;
  260. private System.Windows.Forms.Label label5;
  261. private System.Windows.Forms.TextBox textRegisterDate;
  262. private System.Windows.Forms.TextBox textLastDate;
  263. private System.Windows.Forms.Button btnPaste;
  264. private System.Windows.Forms.Button btnImport;
  265. private System.Windows.Forms.Label label6;
  266. private System.Windows.Forms.TextBox textPlcDateTime;
  267. private System.Windows.Forms.Label label7;
  268. }
  269. }