123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class Version
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Version));
- this.label_Ver = new System.Windows.Forms.Label();
- this.label_BT = new System.Windows.Forms.Label();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.button_CheckVersion = new System.Windows.Forms.Button();
- this.richTextBox_Log = new System.Windows.Forms.RichTextBox();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // label_Ver
- //
- this.label_Ver.AutoSize = true;
- this.label_Ver.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_Ver.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label_Ver.Location = new System.Drawing.Point(12, 58);
- this.label_Ver.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label_Ver.Name = "label_Ver";
- this.label_Ver.Size = new System.Drawing.Size(60, 20);
- this.label_Ver.TabIndex = 0;
- this.label_Ver.Text = "版本:V";
- //
- // label_BT
- //
- this.label_BT.AutoSize = true;
- this.label_BT.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_BT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label_BT.Location = new System.Drawing.Point(150, 58);
- this.label_BT.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label_BT.Name = "label_BT";
- this.label_BT.Size = new System.Drawing.Size(213, 20);
- this.label_BT.TabIndex = 0;
- this.label_BT.Text = "编译时间:2022-05-22 14:00:00";
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
- this.pictureBox2.Location = new System.Drawing.Point(16, 18);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(167, 23);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 18;
- this.pictureBox2.TabStop = false;
- //
- // button_CheckVersion
- //
- this.button_CheckVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_CheckVersion.ForeColor = System.Drawing.Color.White;
- this.button_CheckVersion.Location = new System.Drawing.Point(378, 18);
- this.button_CheckVersion.Name = "button_CheckVersion";
- this.button_CheckVersion.Size = new System.Drawing.Size(94, 40);
- this.button_CheckVersion.TabIndex = 19;
- this.button_CheckVersion.Text = "检查版本";
- this.button_CheckVersion.UseVisualStyleBackColor = false;
- this.button_CheckVersion.Click += new System.EventHandler(this.button_CheckVersion_Click);
- //
- // richTextBox_Log
- //
- this.richTextBox_Log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- this.richTextBox_Log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox_Log.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.richTextBox_Log.Location = new System.Drawing.Point(14, 81);
- this.richTextBox_Log.Name = "richTextBox_Log";
- this.richTextBox_Log.ReadOnly = true;
- this.richTextBox_Log.Size = new System.Drawing.Size(458, 243);
- this.richTextBox_Log.TabIndex = 20;
- this.richTextBox_Log.Text = "";
- //
- // statusStrip1
- //
- this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 339);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(484, 22);
- this.statusStrip1.TabIndex = 21;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(212, 17);
- this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
- //
- // Version
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(484, 361);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.richTextBox_Log);
- this.Controls.Add(this.button_CheckVersion);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.label_BT);
- this.Controls.Add(this.label_Ver);
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.Name = "Version";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Version";
- this.Load += new System.EventHandler(this.Version_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label_Ver;
- private System.Windows.Forms.Label label_BT;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Button button_CheckVersion;
- private System.Windows.Forms.RichTextBox richTextBox_Log;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- }
- }
|