OSDN Git Service

設定ダイアログとアバウトダイアログを表示した際、タスクバーにアイコンが増えないよう修正
authorEgtra <yusuke.ichinohe@gmail.com>
Sun, 19 Aug 2012 12:10:21 +0000 (21:10 +0900)
committerEgtra <yusuke.ichinohe@gmail.com>
Sun, 19 Aug 2012 12:11:41 +0000 (21:11 +0900)
OpenTween/AppendSettingDialog.Designer.cs
OpenTween/TweenAboutBox.Designer.cs

index f3fff2e..110c2a3 100644 (file)
             this.MaximizeBox = false;
             this.MinimizeBox = false;
             this.Name = "AppendSettingDialog";
+            this.ShowInTaskbar = false;
             this.TopMost = true;
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Setting_FormClosing);
             this.Load += new System.EventHandler(this.Setting_Load);
index 43366ae..5a26b77 100644 (file)
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.Controls.Add(this.TableLayoutPanel);
             this.Name = "TweenAboutBox";
+            this.ShowInTaskbar = false;
             this.Load += new System.EventHandler(this.TweenAboutBox_Load);
             this.Shown += new System.EventHandler(this.TweenAboutBox_Shown);
             ((System.ComponentModel.ISupportInitialize)(this.LogoPictureBox)).EndInit();