namespace Yw.WinFrmUI
|
{
|
partial class VmoExceptionTipForm
|
{
|
/// <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()
|
{
|
components = new Container();
|
labText = new LabelControl();
|
timer1 = new System.Windows.Forms.Timer(components);
|
SuspendLayout();
|
//
|
// labText
|
//
|
labText.AllowHtmlString = true;
|
labText.Appearance.BackColor = Color.White;
|
labText.Appearance.FontSizeDelta = 1;
|
labText.Appearance.Options.UseBackColor = true;
|
labText.Appearance.Options.UseFont = true;
|
labText.Appearance.Options.UseTextOptions = true;
|
labText.Appearance.TextOptions.HAlignment = HorzAlignment.Center;
|
labText.Appearance.TextOptions.VAlignment = VertAlignment.Center;
|
labText.AutoSizeMode = LabelAutoSizeMode.None;
|
labText.Dock = DockStyle.Fill;
|
labText.ImageAlignToText = ImageAlignToText.LeftCenter;
|
labText.ImageOptions.ImageIndex = 0;
|
labText.ImageOptions.SvgImageSize = new Size(24, 24);
|
labText.Location = new Point(1, 1);
|
labText.Name = "labText";
|
labText.Size = new Size(298, 78);
|
labText.TabIndex = 0;
|
//
|
// timer1
|
//
|
timer1.Interval = 2000;
|
timer1.Tick += timer_Tick;
|
//
|
// VmoExceptionTipForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(300, 80);
|
Controls.Add(labText);
|
FormBorderStyle = FormBorderStyle.None;
|
Name = "VmoExceptionTipForm";
|
Padding = new Padding(1);
|
StartPosition = FormStartPosition.CenterScreen;
|
TopMost = true;
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labText;
|
private System.Windows.Forms.Timer timer1;
|
}
|
}
|