From 03ce368450b003075c1b5078a5d1f60594234a5e Mon Sep 17 00:00:00 2001 From: Copy Liu Date: Wed, 16 Nov 2016 23:47:29 +0800 Subject: [PATCH] add version info --- rabiribi_splitter/Form1.Designer.cs | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/rabiribi_splitter/Form1.Designer.cs b/rabiribi_splitter/Form1.Designer.cs index c75137c..2292e10 100644 --- a/rabiribi_splitter/Form1.Designer.cs +++ b/rabiribi_splitter/Form1.Designer.cs @@ -45,6 +45,7 @@ this.t1 = new System.Windows.Forms.Label(); this.t2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.portNum)).BeginInit(); this.SuspendLayout(); // @@ -128,7 +129,7 @@ // this.musicLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.musicLabel.AutoSize = true; - this.musicLabel.Location = new System.Drawing.Point(13, 182); + this.musicLabel.Location = new System.Drawing.Point(13, 172); this.musicLabel.Name = "musicLabel"; this.musicLabel.Size = new System.Drawing.Size(41, 12); this.musicLabel.TabIndex = 14; @@ -139,7 +140,7 @@ this.cbBoss.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cbBoss.AutoSize = true; this.cbBoss.Enabled = false; - this.cbBoss.Location = new System.Drawing.Point(15, 197); + this.cbBoss.Location = new System.Drawing.Point(15, 187); this.cbBoss.Name = "cbBoss"; this.cbBoss.Size = new System.Drawing.Size(84, 16); this.cbBoss.TabIndex = 15; @@ -186,7 +187,7 @@ // this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.linkLabel1.AutoSize = true; - this.linkLabel1.Location = new System.Drawing.Point(293, 201); + this.linkLabel1.Location = new System.Drawing.Point(301, 191); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(41, 12); this.linkLabel1.TabIndex = 20; @@ -220,11 +221,22 @@ this.label1.TabIndex = 23; this.label1.Text = "DebugArea"; // + // label4 + // + this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(253, 191); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(41, 12); + this.label4.TabIndex = 24; + this.label4.Text = "v0.0.3"; + // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(346, 225); + this.ClientSize = new System.Drawing.Size(354, 215); + this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.t2); this.Controls.Add(this.t1); @@ -267,6 +279,7 @@ private System.Windows.Forms.Label t1; private System.Windows.Forms.Label t2; private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label4; } }