From: Kimura Youichi Date: Sun, 19 Aug 2012 13:13:44 +0000 (+0900) Subject: VisualStudio標準のアイコンがフォームに表示されていたのを修正 X-Git-Tag: OpenTween_v1.0.6~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b2f8b50f922e6893950e34605ecb1e3db428cd82;p=opentween%2Fopen-tween.git VisualStudio標準のアイコンがフォームに表示されていたのを修正 --- diff --git a/OpenTween/AuthDialog.Designer.cs b/OpenTween/AuthDialog.Designer.cs index 2b17bd7f..da6a360f 100644 --- a/OpenTween/AuthDialog.Designer.cs +++ b/OpenTween/AuthDialog.Designer.cs @@ -97,6 +97,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "AuthDialog"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); diff --git a/OpenTween/TweenAboutBox.Designer.cs b/OpenTween/TweenAboutBox.Designer.cs index 5a26b77f..236112fc 100644 --- a/OpenTween/TweenAboutBox.Designer.cs +++ b/OpenTween/TweenAboutBox.Designer.cs @@ -114,6 +114,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.TableLayoutPanel); this.Name = "TweenAboutBox"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.TweenAboutBox_Load); this.Shown += new System.EventHandler(this.TweenAboutBox_Shown); diff --git a/OpenTween/UpdateDialog.Designer.cs b/OpenTween/UpdateDialog.Designer.cs index 005cb439..747ab133 100644 --- a/OpenTween/UpdateDialog.Designer.cs +++ b/OpenTween/UpdateDialog.Designer.cs @@ -90,6 +90,7 @@ this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UpdateDialog"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.TopMost = true; this.Shown += new System.EventHandler(this.UpdateDialog_Shown);