FormAuthorize.designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace HslCommunication.BasicFramework
  3. {
  4. partial class FormAuthorize
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthorize));
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  35. this.userButton1 = new HslCommunication.Controls.UserButton();
  36. this.SuspendLayout();
  37. //
  38. // textBox2
  39. //
  40. this.textBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.textBox2.Location = new System.Drawing.Point(124, 78);
  42. this.textBox2.Name = "textBox2";
  43. this.textBox2.Size = new System.Drawing.Size(292, 30);
  44. this.textBox2.TabIndex = 7;
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.textBox1.Location = new System.Drawing.Point(124, 35);
  50. this.textBox1.Name = "textBox1";
  51. this.textBox1.ReadOnly = true;
  52. this.textBox1.Size = new System.Drawing.Size(292, 30);
  53. this.textBox1.TabIndex = 6;
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label2.Location = new System.Drawing.Point(12, 81);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(106, 24);
  62. this.label2.TabIndex = 5;
  63. this.label2.Text = "注册码:";
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.label1.Location = new System.Drawing.Point(12, 38);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(106, 24);
  72. this.label1.TabIndex = 4;
  73. this.label1.Text = "机器码:";
  74. //
  75. // linkLabel1
  76. //
  77. this.linkLabel1.Location = new System.Drawing.Point(295, 174);
  78. this.linkLabel1.Name = "linkLabel1";
  79. this.linkLabel1.Size = new System.Drawing.Size(137, 23);
  80. this.linkLabel1.TabIndex = 9;
  81. this.linkLabel1.TabStop = true;
  82. this.linkLabel1.Text = "关于注册码";
  83. this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  84. this.linkLabel1.Click += new System.EventHandler(this.linkLabel1_Click);
  85. //
  86. // userButton1
  87. //
  88. this.userButton1.BackColor = System.Drawing.Color.Transparent;
  89. this.userButton1.CustomerInformation = "";
  90. this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  91. this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
  92. this.userButton1.Location = new System.Drawing.Point(135, 130);
  93. this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  94. this.userButton1.Name = "userButton1";
  95. this.userButton1.Size = new System.Drawing.Size(166, 33);
  96. this.userButton1.TabIndex = 8;
  97. this.userButton1.UIText = "注册";
  98. this.userButton1.Click += new System.EventHandler(this.userButton1_Click);
  99. //
  100. // FormAuthorize
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(435, 193);
  105. this.Controls.Add(this.linkLabel1);
  106. this.Controls.Add(this.userButton1);
  107. this.Controls.Add(this.textBox2);
  108. this.Controls.Add(this.textBox1);
  109. this.Controls.Add(this.label2);
  110. this.Controls.Add(this.label1);
  111. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  112. this.MaximizeBox = false;
  113. this.MaximumSize = new System.Drawing.Size(451, 232);
  114. this.MinimizeBox = false;
  115. this.MinimumSize = new System.Drawing.Size(451, 232);
  116. this.Name = "FormAuthorize";
  117. this.ShowInTaskbar = false;
  118. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  119. this.Text = "注册软件";
  120. this.TopMost = true;
  121. this.Load += new System.EventHandler(this.FormAuthorize_Load);
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private System.Windows.Forms.TextBox textBox2;
  127. private System.Windows.Forms.TextBox textBox1;
  128. private System.Windows.Forms.Label label2;
  129. private System.Windows.Forms.Label label1;
  130. private HslCommunication.Controls.UserButton userButton1;
  131. private System.Windows.Forms.LinkLabel linkLabel1;
  132. }
  133. }