CNAS取数仪器端升级
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.

115 líneas
5.6KB

  1. namespace CNASBalanceDBManage
  2. {
  3. partial class ActivationForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.lblTitle = new System.Windows.Forms.Label();
  17. this.lblDescription = new System.Windows.Forms.Label();
  18. this.lblActivationCode = new System.Windows.Forms.Label();
  19. this.txtActivationCode = new System.Windows.Forms.TextBox();
  20. this.btnActivate = new System.Windows.Forms.Button();
  21. this.lnkDownloadCode = new System.Windows.Forms.LinkLabel();
  22. this.SuspendLayout();
  23. //
  24. // lblTitle
  25. //
  26. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  27. this.lblTitle.Name = "lblTitle";
  28. this.lblTitle.Size = new System.Drawing.Size(100, 23);
  29. this.lblTitle.TabIndex = 0;
  30. //
  31. // lblDescription
  32. //
  33. this.lblDescription.Font = new System.Drawing.Font("微软雅黑", 10F);
  34. this.lblDescription.ForeColor = System.Drawing.Color.Red;
  35. this.lblDescription.Location = new System.Drawing.Point(20, 60);
  36. this.lblDescription.Name = "lblDescription";
  37. this.lblDescription.Size = new System.Drawing.Size(560, 40);
  38. this.lblDescription.TabIndex = 1;
  39. this.lblDescription.Text = "请点击上方按钮下载机器识别码,然后将机器识别码发给平台管理员申请授权文件后进行激活,激活后才可正常使用取数仪器客户端。";
  40. //
  41. // lblActivationCode
  42. //
  43. this.lblActivationCode.AutoSize = true;
  44. this.lblActivationCode.Location = new System.Drawing.Point(20, 120);
  45. this.lblActivationCode.Name = "lblActivationCode";
  46. this.lblActivationCode.Size = new System.Drawing.Size(69, 20);
  47. this.lblActivationCode.TabIndex = 2;
  48. this.lblActivationCode.Text = "激活码:";
  49. //
  50. // txtActivationCode
  51. //
  52. this.txtActivationCode.Location = new System.Drawing.Point(20, 140);
  53. this.txtActivationCode.Multiline = true;
  54. this.txtActivationCode.Name = "txtActivationCode";
  55. this.txtActivationCode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  56. this.txtActivationCode.Size = new System.Drawing.Size(840, 225);
  57. this.txtActivationCode.TabIndex = 0;
  58. //
  59. // btnActivate
  60. //
  61. this.btnActivate.Location = new System.Drawing.Point(370, 460);
  62. this.btnActivate.Name = "btnActivate";
  63. this.btnActivate.Size = new System.Drawing.Size(100, 30);
  64. this.btnActivate.TabIndex = 3;
  65. this.btnActivate.Text = "输入激活";
  66. this.btnActivate.Click += new System.EventHandler(this.btnActivate_Click);
  67. //
  68. // lnkDownloadCode
  69. //
  70. this.lnkDownloadCode.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
  71. this.lnkDownloadCode.AutoSize = true;
  72. this.lnkDownloadCode.Font = new System.Drawing.Font("微软雅黑", 10F);
  73. this.lnkDownloadCode.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
  74. this.lnkDownloadCode.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
  75. this.lnkDownloadCode.Location = new System.Drawing.Point(20, 23);
  76. this.lnkDownloadCode.Name = "lnkDownloadCode";
  77. this.lnkDownloadCode.Size = new System.Drawing.Size(129, 23);
  78. this.lnkDownloadCode.TabIndex = 4;
  79. this.lnkDownloadCode.TabStop = true;
  80. this.lnkDownloadCode.Text = "下载机器识别码";
  81. this.lnkDownloadCode.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDownloadCode_LinkClicked);
  82. //
  83. // ActivationForm
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(909, 563);
  88. this.Controls.Add(this.lblTitle);
  89. this.Controls.Add(this.lblDescription);
  90. this.Controls.Add(this.lblActivationCode);
  91. this.Controls.Add(this.txtActivationCode);
  92. this.Controls.Add(this.btnActivate);
  93. this.Controls.Add(this.lnkDownloadCode);
  94. this.Font = new System.Drawing.Font("微软雅黑", 9F);
  95. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  96. this.MaximizeBox = false;
  97. this.MinimizeBox = false;
  98. this.Name = "ActivationForm";
  99. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  100. this.Text = "下载机器识别码";
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. private System.Windows.Forms.Label lblTitle;
  105. private System.Windows.Forms.Label lblDescription;
  106. private System.Windows.Forms.Label lblActivationCode;
  107. private System.Windows.Forms.TextBox txtActivationCode;
  108. private System.Windows.Forms.Button btnActivate;
  109. private System.Windows.Forms.LinkLabel lnkDownloadCode;
  110. }
  111. }