Licences.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. namespace Welling_Motor_Debug_Tool
  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_LicenceEnter = 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.button_LicenceSelect = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.textBox_LicencePath = new System.Windows.Forms.TextBox();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // button_LicenceEnter
  39. //
  40. this.button_LicenceEnter.Location = new System.Drawing.Point(283, 171);
  41. this.button_LicenceEnter.Name = "button_LicenceEnter";
  42. this.button_LicenceEnter.Size = new System.Drawing.Size(75, 35);
  43. this.button_LicenceEnter.TabIndex = 0;
  44. this.button_LicenceEnter.Text = "确认";
  45. this.button_LicenceEnter.UseVisualStyleBackColor = true;
  46. this.button_LicenceEnter.Click += new System.EventHandler(this.button_LicenceEnter_Click);
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(27, 71);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(58, 21);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "序列号";
  56. //
  57. // textBox_CPU_ID
  58. //
  59. this.textBox_CPU_ID.Location = new System.Drawing.Point(107, 67);
  60. this.textBox_CPU_ID.Name = "textBox_CPU_ID";
  61. this.textBox_CPU_ID.ReadOnly = true;
  62. this.textBox_CPU_ID.Size = new System.Drawing.Size(215, 29);
  63. this.textBox_CPU_ID.TabIndex = 2;
  64. //
  65. // button_LicenceSelect
  66. //
  67. this.button_LicenceSelect.Location = new System.Drawing.Point(328, 121);
  68. this.button_LicenceSelect.Name = "button_LicenceSelect";
  69. this.button_LicenceSelect.Size = new System.Drawing.Size(30, 29);
  70. this.button_LicenceSelect.TabIndex = 3;
  71. this.button_LicenceSelect.Text = "...";
  72. this.button_LicenceSelect.UseVisualStyleBackColor = true;
  73. this.button_LicenceSelect.Click += new System.EventHandler(this.button_LicenceSelect_Click);
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Location = new System.Drawing.Point(27, 125);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(58, 21);
  81. this.label2.TabIndex = 4;
  82. this.label2.Text = "许可证";
  83. //
  84. // textBox_LicencePath
  85. //
  86. this.textBox_LicencePath.Location = new System.Drawing.Point(107, 121);
  87. this.textBox_LicencePath.Name = "textBox_LicencePath";
  88. this.textBox_LicencePath.ReadOnly = true;
  89. this.textBox_LicencePath.Size = new System.Drawing.Size(215, 29);
  90. this.textBox_LicencePath.TabIndex = 5;
  91. //
  92. // pictureBox1
  93. //
  94. this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  95. this.pictureBox1.Location = new System.Drawing.Point(12, 216);
  96. this.pictureBox1.Name = "pictureBox1";
  97. this.pictureBox1.Size = new System.Drawing.Size(136, 33);
  98. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  99. this.pictureBox1.TabIndex = 41;
  100. this.pictureBox1.TabStop = false;
  101. //
  102. // Licences
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  107. this.ClientSize = new System.Drawing.Size(384, 261);
  108. this.Controls.Add(this.pictureBox1);
  109. this.Controls.Add(this.textBox_LicencePath);
  110. this.Controls.Add(this.label2);
  111. this.Controls.Add(this.button_LicenceSelect);
  112. this.Controls.Add(this.textBox_CPU_ID);
  113. this.Controls.Add(this.label1);
  114. this.Controls.Add(this.button_LicenceEnter);
  115. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  117. this.Margin = new System.Windows.Forms.Padding(5);
  118. this.MaximizeBox = false;
  119. this.Name = "Licences";
  120. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  121. this.Text = "Licences";
  122. this.Load += new System.EventHandler(this.Licences_Load);
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  124. this.ResumeLayout(false);
  125. this.PerformLayout();
  126. }
  127. #endregion
  128. private System.Windows.Forms.Button button_LicenceEnter;
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.Button button_LicenceSelect;
  131. private System.Windows.Forms.Label label2;
  132. public System.Windows.Forms.TextBox textBox_CPU_ID;
  133. public System.Windows.Forms.TextBox textBox_LicencePath;
  134. private System.Windows.Forms.PictureBox pictureBox1;
  135. }
  136. }