bug
lu
4 天以前 fd94e95ef93cc6608e9c6ecfe8552d3f8dd9b880
DevApp/Gs.DevApp/UserControl/Toast.Designer.cs
@@ -59,7 +59,7 @@
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::Gs.DevApp.Properties.Resources.ok123;
            this.panel1.BackgroundImage = global::Gs.DevApp.Properties.Resources.error10;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name = "panel1";
@@ -68,8 +68,10 @@
            // 
            // testo
            // 
            this.testo.Appearance.BackColor = System.Drawing.Color.Firebrick;
            this.testo.Appearance.Font = new System.Drawing.Font("Tahoma", 22F);
            this.testo.Appearance.ForeColor = System.Drawing.Color.Black;
            this.testo.Appearance.ForeColor = System.Drawing.Color.White;
            this.testo.Appearance.Options.UseBackColor = true;
            this.testo.Appearance.Options.UseFont = true;
            this.testo.Appearance.Options.UseForeColor = true;
            this.testo.Appearance.Options.UseTextOptions = true;