Licences.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. namespace MOTINOVA_MC_Test
  2. {
  3. partial class Licences
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button_Confirm = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox_CPU_ID = new System.Windows.Forms.TextBox();
  31. this.textBox_LicencePath = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.button_Select = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // button_Confirm
  37. //
  38. this.button_Confirm.Location = new System.Drawing.Point(235, 175);
  39. this.button_Confirm.Name = "button_Confirm";
  40. this.button_Confirm.Size = new System.Drawing.Size(75, 37);
  41. this.button_Confirm.TabIndex = 0;
  42. this.button_Confirm.Text = "确认";
  43. this.button_Confirm.UseVisualStyleBackColor = true;
  44. this.button_Confirm.Click += new System.EventHandler(this.button_Confirm_Click);
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(25, 71);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(58, 21);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "序列号";
  54. //
  55. // textBox_CPU_ID
  56. //
  57. this.textBox_CPU_ID.Location = new System.Drawing.Point(107, 68);
  58. this.textBox_CPU_ID.Name = "textBox_CPU_ID";
  59. this.textBox_CPU_ID.ReadOnly = true;
  60. this.textBox_CPU_ID.Size = new System.Drawing.Size(203, 29);
  61. this.textBox_CPU_ID.TabIndex = 2;
  62. //
  63. // textBox_LicencePath
  64. //
  65. this.textBox_LicencePath.Location = new System.Drawing.Point(107, 117);
  66. this.textBox_LicencePath.Name = "textBox_LicencePath";
  67. this.textBox_LicencePath.Size = new System.Drawing.Size(203, 29);
  68. this.textBox_LicencePath.TabIndex = 4;
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Location = new System.Drawing.Point(25, 120);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(74, 21);
  76. this.label2.TabIndex = 3;
  77. this.label2.Text = "许可文件";
  78. //
  79. // button_Select
  80. //
  81. this.button_Select.Location = new System.Drawing.Point(325, 118);
  82. this.button_Select.Name = "button_Select";
  83. this.button_Select.Size = new System.Drawing.Size(34, 27);
  84. this.button_Select.TabIndex = 0;
  85. this.button_Select.Text = "...";
  86. this.button_Select.UseVisualStyleBackColor = true;
  87. this.button_Select.Click += new System.EventHandler(this.button_Select_Click);
  88. //
  89. // Licences
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(384, 261);
  94. this.Controls.Add(this.textBox_LicencePath);
  95. this.Controls.Add(this.label2);
  96. this.Controls.Add(this.textBox_CPU_ID);
  97. this.Controls.Add(this.label1);
  98. this.Controls.Add(this.button_Select);
  99. this.Controls.Add(this.button_Confirm);
  100. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  102. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  103. this.MaximizeBox = false;
  104. this.Name = "Licences";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  106. this.Text = "Licences";
  107. this.Load += new System.EventHandler(this.Licences_Load);
  108. this.ResumeLayout(false);
  109. this.PerformLayout();
  110. }
  111. #endregion
  112. private System.Windows.Forms.Button button_Confirm;
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.Label label2;
  115. private System.Windows.Forms.Button button_Select;
  116. public System.Windows.Forms.TextBox textBox_CPU_ID;
  117. public System.Windows.Forms.TextBox textBox_LicencePath;
  118. }
  119. }