namespace Yw.WinFrmUI
|
{
|
partial class TipForm
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TipForm));
|
this.labText = new DevExpress.XtraEditors.LabelControl();
|
this.img32 = new DevExpress.Utils.ImageCollection(this.components);
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.img32)).BeginInit();
|
this.SuspendLayout();
|
//
|
// labText
|
//
|
this.labText.AllowHtmlString = true;
|
this.labText.Appearance.BackColor = System.Drawing.Color.White;
|
this.labText.Appearance.FontSizeDelta = 1;
|
this.labText.Appearance.Options.UseBackColor = true;
|
this.labText.Appearance.Options.UseFont = true;
|
this.labText.Appearance.Options.UseTextOptions = true;
|
this.labText.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.labText.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
this.labText.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
this.labText.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.labText.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
|
this.labText.ImageOptions.ImageIndex = 0;
|
this.labText.ImageOptions.Images = this.img32;
|
this.labText.ImageOptions.SvgImageSize = new System.Drawing.Size(24, 24);
|
this.labText.Location = new System.Drawing.Point(1, 1);
|
this.labText.Name = "labText";
|
this.labText.Size = new System.Drawing.Size(298, 78);
|
this.labText.TabIndex = 0;
|
//
|
// img32
|
//
|
this.img32.ImageSize = new System.Drawing.Size(32, 32);
|
this.img32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img32.ImageStream")));
|
this.img32.Images.SetKeyName(0, "info32.png");
|
this.img32.Images.SetKeyName(1, "success32.png");
|
this.img32.Images.SetKeyName(2, "error32.png");
|
this.img32.Images.SetKeyName(3, "warning32.png");
|
//
|
// timer1
|
//
|
this.timer1.Interval = 2000;
|
this.timer1.Tick += new System.EventHandler(this.timer_Tick);
|
//
|
// NormalTipFrm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(300, 80);
|
this.Controls.Add(this.labText);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "NormalTipFrm";
|
this.Padding = new System.Windows.Forms.Padding(1);
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.TopMost = true;
|
((System.ComponentModel.ISupportInitialize)(this.img32)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labText;
|
private System.Windows.Forms.Timer timer1;
|
private DevExpress.Utils.ImageCollection img32;
|
}
|
}
|