namespace Gs.DevApp
|
{
|
partial class Toast
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.lbMsg = new DevExpress.XtraEditors.LabelControl();
|
this.SuspendLayout();
|
//
|
// lbMsg
|
//
|
this.lbMsg.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lbMsg.Location = new System.Drawing.Point(0, 0);
|
this.lbMsg.Name = "lbMsg";
|
this.lbMsg.Padding = new System.Windows.Forms.Padding(2);
|
this.lbMsg.Size = new System.Drawing.Size(85, 22);
|
this.lbMsg.TabIndex = 0;
|
this.lbMsg.Text = "labelControl1";
|
//
|
// Toast
|
//
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
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(298, 260);
|
this.ControlBox = false;
|
this.Controls.Add(this.lbMsg);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "Toast";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.TopMost = true;
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl lbMsg;
|
}
|
}
|