Version.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace Welling_Motor_Debug_Tool
  2. {
  3. partial class Version
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Version));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label_Ver = new System.Windows.Forms.Label();
  31. this.label_BT = new System.Windows.Forms.Label();
  32. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  33. this.button_CheckVersion = new System.Windows.Forms.Button();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  41. this.label1.Location = new System.Drawing.Point(49, 164);
  42. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(282, 21);
  45. this.label1.TabIndex = 0;
  46. this.label1.Text = "版权所有:武汉天腾动力科技有限公司";
  47. //
  48. // label_Ver
  49. //
  50. this.label_Ver.AutoSize = true;
  51. this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  52. this.label_Ver.Location = new System.Drawing.Point(49, 102);
  53. this.label_Ver.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  54. this.label_Ver.Name = "label_Ver";
  55. this.label_Ver.Size = new System.Drawing.Size(104, 21);
  56. this.label_Ver.TabIndex = 0;
  57. this.label_Ver.Text = "版本:V2.1.2";
  58. //
  59. // label_BT
  60. //
  61. this.label_BT.AutoSize = true;
  62. this.label_BT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  63. this.label_BT.Location = new System.Drawing.Point(49, 133);
  64. this.label_BT.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  65. this.label_BT.Name = "label_BT";
  66. this.label_BT.Size = new System.Drawing.Size(243, 21);
  67. this.label_BT.TabIndex = 0;
  68. this.label_BT.Text = "编译时间:2022-05-22 14:00:00";
  69. //
  70. // pictureBox2
  71. //
  72. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  73. this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  74. this.pictureBox2.Location = new System.Drawing.Point(111, 46);
  75. this.pictureBox2.Name = "pictureBox2";
  76. this.pictureBox2.Size = new System.Drawing.Size(167, 23);
  77. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  78. this.pictureBox2.TabIndex = 18;
  79. this.pictureBox2.TabStop = false;
  80. //
  81. // button_CheckVersion
  82. //
  83. this.button_CheckVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  84. this.button_CheckVersion.ForeColor = System.Drawing.Color.White;
  85. this.button_CheckVersion.Location = new System.Drawing.Point(278, 209);
  86. this.button_CheckVersion.Name = "button_CheckVersion";
  87. this.button_CheckVersion.Size = new System.Drawing.Size(94, 40);
  88. this.button_CheckVersion.TabIndex = 19;
  89. this.button_CheckVersion.Text = "检查版本";
  90. this.button_CheckVersion.UseVisualStyleBackColor = false;
  91. this.button_CheckVersion.Click += new System.EventHandler(this.button_CheckVersion_Click);
  92. //
  93. // Version
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  98. this.ClientSize = new System.Drawing.Size(384, 261);
  99. this.Controls.Add(this.button_CheckVersion);
  100. this.Controls.Add(this.pictureBox2);
  101. this.Controls.Add(this.label_BT);
  102. this.Controls.Add(this.label_Ver);
  103. this.Controls.Add(this.label1);
  104. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  108. this.MaximizeBox = false;
  109. this.Name = "Version";
  110. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  111. this.Text = "Version";
  112. this.Load += new System.EventHandler(this.Version_Load);
  113. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  114. this.ResumeLayout(false);
  115. this.PerformLayout();
  116. }
  117. #endregion
  118. private System.Windows.Forms.Label label1;
  119. private System.Windows.Forms.Label label_Ver;
  120. private System.Windows.Forms.Label label_BT;
  121. private System.Windows.Forms.PictureBox pictureBox2;
  122. private System.Windows.Forms.Button button_CheckVersion;
  123. }
  124. }