OSDN Git Service

VisualStudio標準のアイコンがフォームに表示されていたのを修正
authorKimura Youichi <kim.upsilon@bucyou.net>
Sun, 19 Aug 2012 13:13:44 +0000 (22:13 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sun, 19 Aug 2012 13:46:18 +0000 (22:46 +0900)
OpenTween/AuthDialog.Designer.cs
OpenTween/TweenAboutBox.Designer.cs
OpenTween/UpdateDialog.Designer.cs

index 2b17bd7..da6a360 100644 (file)
@@ -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();
index 5a26b77..236112f 100644 (file)
             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);
index 005cb43..747ab13 100644 (file)
@@ -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);