namespace CommonLibrary { partial class FormAboutVersion { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAboutVersion)); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(89, 156); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(252, 21); this.label7.TabIndex = 13; this.label7.Text = "修订版,性能优化或是BUG修复。"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(89, 113); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(282, 21); this.label6.TabIndex = 12; this.label6.Text = "次版本,界面小更新或是新功能增加。"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(89, 68); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(266, 21); this.label5.TabIndex = 11; this.label5.Text = "主版本,架构升级或是界面大更新。"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label4 // this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(12, 156); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(50, 30); this.label4.TabIndex = 10; this.label4.Text = "1"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label3 // this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(12, 113); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 30); this.label3.TabIndex = 9; this.label3.Text = "1"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(12, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 30); this.label2.TabIndex = 8; this.label2.Text = "1"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label1 // this.label1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(1, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(436, 63); this.label1.TabIndex = 7; this.label1.Text = "版本:1.0.0"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FormAboutVersion // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.WhiteSmoke; this.ClientSize = new System.Drawing.Size(438, 190); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(454, 229); this.MinimumSize = new System.Drawing.Size(454, 229); this.Name = "FormAboutVersion"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "关于版本号说明"; this.Load += new System.EventHandler(this.FormAboutVersion_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormAboutVersion_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }