Version.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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.label_Ver = new System.Windows.Forms.Label();
  30. this.label_BT = new System.Windows.Forms.Label();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. this.button_CheckVersion = new System.Windows.Forms.Button();
  33. this.richTextBox_Log = new System.Windows.Forms.RichTextBox();
  34. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  35. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  37. this.statusStrip1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // label_Ver
  41. //
  42. this.label_Ver.AutoSize = true;
  43. this.label_Ver.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  45. this.label_Ver.Location = new System.Drawing.Point(12, 58);
  46. this.label_Ver.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  47. this.label_Ver.Name = "label_Ver";
  48. this.label_Ver.Size = new System.Drawing.Size(60, 20);
  49. this.label_Ver.TabIndex = 0;
  50. this.label_Ver.Text = "版本:V";
  51. //
  52. // label_BT
  53. //
  54. this.label_BT.AutoSize = true;
  55. this.label_BT.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label_BT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  57. this.label_BT.Location = new System.Drawing.Point(150, 58);
  58. this.label_BT.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  59. this.label_BT.Name = "label_BT";
  60. this.label_BT.Size = new System.Drawing.Size(213, 20);
  61. this.label_BT.TabIndex = 0;
  62. this.label_BT.Text = "编译时间:2022-05-22 14:00:00";
  63. //
  64. // pictureBox2
  65. //
  66. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  67. this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
  68. this.pictureBox2.Location = new System.Drawing.Point(16, 18);
  69. this.pictureBox2.Name = "pictureBox2";
  70. this.pictureBox2.Size = new System.Drawing.Size(167, 23);
  71. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  72. this.pictureBox2.TabIndex = 18;
  73. this.pictureBox2.TabStop = false;
  74. //
  75. // button_CheckVersion
  76. //
  77. this.button_CheckVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  78. this.button_CheckVersion.ForeColor = System.Drawing.Color.White;
  79. this.button_CheckVersion.Location = new System.Drawing.Point(378, 18);
  80. this.button_CheckVersion.Name = "button_CheckVersion";
  81. this.button_CheckVersion.Size = new System.Drawing.Size(94, 40);
  82. this.button_CheckVersion.TabIndex = 19;
  83. this.button_CheckVersion.Text = "检查版本";
  84. this.button_CheckVersion.UseVisualStyleBackColor = false;
  85. this.button_CheckVersion.Click += new System.EventHandler(this.button_CheckVersion_Click);
  86. //
  87. // richTextBox_Log
  88. //
  89. this.richTextBox_Log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  90. this.richTextBox_Log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.richTextBox_Log.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  92. this.richTextBox_Log.Location = new System.Drawing.Point(14, 81);
  93. this.richTextBox_Log.Name = "richTextBox_Log";
  94. this.richTextBox_Log.ReadOnly = true;
  95. this.richTextBox_Log.Size = new System.Drawing.Size(458, 243);
  96. this.richTextBox_Log.TabIndex = 20;
  97. this.richTextBox_Log.Text = "";
  98. //
  99. // statusStrip1
  100. //
  101. this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
  102. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.toolStripStatusLabel1});
  104. this.statusStrip1.Location = new System.Drawing.Point(0, 339);
  105. this.statusStrip1.Name = "statusStrip1";
  106. this.statusStrip1.Size = new System.Drawing.Size(484, 22);
  107. this.statusStrip1.TabIndex = 21;
  108. this.statusStrip1.Text = "statusStrip1";
  109. //
  110. // toolStripStatusLabel1
  111. //
  112. this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
  113. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  114. this.toolStripStatusLabel1.Size = new System.Drawing.Size(212, 17);
  115. this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
  116. //
  117. // Version
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  122. this.ClientSize = new System.Drawing.Size(484, 361);
  123. this.Controls.Add(this.statusStrip1);
  124. this.Controls.Add(this.richTextBox_Log);
  125. this.Controls.Add(this.button_CheckVersion);
  126. this.Controls.Add(this.pictureBox2);
  127. this.Controls.Add(this.label_BT);
  128. this.Controls.Add(this.label_Ver);
  129. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  131. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  132. this.Margin = new System.Windows.Forms.Padding(5);
  133. this.MaximizeBox = false;
  134. this.Name = "Version";
  135. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  136. this.Text = "Version";
  137. this.Load += new System.EventHandler(this.Version_Load);
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  139. this.statusStrip1.ResumeLayout(false);
  140. this.statusStrip1.PerformLayout();
  141. this.ResumeLayout(false);
  142. this.PerformLayout();
  143. }
  144. #endregion
  145. private System.Windows.Forms.Label label_Ver;
  146. private System.Windows.Forms.Label label_BT;
  147. private System.Windows.Forms.PictureBox pictureBox2;
  148. private System.Windows.Forms.Button button_CheckVersion;
  149. private System.Windows.Forms.RichTextBox richTextBox_Log;
  150. private System.Windows.Forms.StatusStrip statusStrip1;
  151. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  152. }
  153. }