namespace Gs.DevApp { partial class VanishingMessage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.testo = new DevExpress.XtraEditors.LabelControl(); this.SuspendLayout(); // // testo // this.testo.Appearance.Font = new System.Drawing.Font("Tahoma", 22F); this.testo.Appearance.ForeColor = System.Drawing.Color.White; this.testo.Appearance.Options.UseFont = true; this.testo.Appearance.Options.UseForeColor = true; this.testo.Location = new System.Drawing.Point(192, 121); this.testo.Name = "testo"; this.testo.Size = new System.Drawing.Size(210, 45); this.testo.TabIndex = 7; this.testo.Text = "labelControl1"; // // VanishingMessage // this.Appearance.BackColor = System.Drawing.Color.DodgerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(618, 336); this.ControlBox = false; this.Controls.Add(this.testo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "VanishingMessage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "VanishingMessage"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl testo; } }