From 70246dd2c7b85d0a849625f2d4818ca991bb27d3 Mon Sep 17 00:00:00 2001 From: Yuu Morino Date: Mon, 1 Apr 2019 22:00:04 +0800 Subject: [PATCH] version update --- Daigassou/MainForm.Designer.cs | 13 ------------- Daigassou/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/Daigassou/MainForm.Designer.cs b/Daigassou/MainForm.Designer.cs index 3a07110..9ff39d2 100644 --- a/Daigassou/MainForm.Designer.cs +++ b/Daigassou/MainForm.Designer.cs @@ -76,7 +76,6 @@ private void InitializeComponent() this.btnPlay = new System.Windows.Forms.Button(); this.lblMidiName = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); - this.btnTrick = new System.Windows.Forms.Button(); radioButton3 = new System.Windows.Forms.RadioButton(); this.gBMidiFile.SuspendLayout(); this.groupBox1.SuspendLayout(); @@ -583,7 +582,6 @@ private void InitializeComponent() this.groupBox2.Controls.Add(this.btnStop); this.groupBox2.Controls.Add(this.btnPause); this.groupBox2.Controls.Add(this.btnPlay); - this.groupBox2.Controls.Add(this.btnTrick); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(75)))), ((int)(((byte)(107))))); @@ -664,16 +662,6 @@ private void InitializeComponent() this.panel1.Size = new System.Drawing.Size(357, 13); this.panel1.TabIndex = 14; // - // btnTrick - // - this.btnTrick.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnTrick.ForeColor = System.Drawing.Color.Transparent; - this.btnTrick.Location = new System.Drawing.Point(270, 32); - this.btnTrick.Name = "btnTrick"; - this.btnTrick.Size = new System.Drawing.Size(75, 23); - this.btnTrick.TabIndex = 27; - this.btnTrick.UseVisualStyleBackColor = true; - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); @@ -764,7 +752,6 @@ private void InitializeComponent() private System.Windows.Forms.Button btnPlay; private System.Windows.Forms.Label lblMidiName; private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Button btnTrick; } } diff --git a/Daigassou/Properties/AssemblyInfo.cs b/Daigassou/Properties/AssemblyInfo.cs index 58ac168..574c25f 100644 --- a/Daigassou/Properties/AssemblyInfo.cs +++ b/Daigassou/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.2")] -[assembly: AssemblyFileVersion("2.0.1.2")] +[assembly: AssemblyVersion("2.0.1.9")] +[assembly: AssemblyFileVersion("2.0.1.9")]