namespace Yw.WinFrmUI { partial class TipForm { /// /// 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() { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(TipForm)); labText = new LabelControl(); img32 = new ImageCollection(components); timer1 = new System.Windows.Forms.Timer(components); ((ISupportInitialize)img32).BeginInit(); 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.Images = img32; 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; // // img32 // img32.ImageSize = new Size(32, 32); img32.ImageStream = (ImageCollectionStreamer)resources.GetObject("img32.ImageStream"); img32.Images.SetKeyName(0, "info32.png"); img32.Images.SetKeyName(1, "success32.png"); img32.Images.SetKeyName(2, "warning32.png"); img32.Images.SetKeyName(3, "error32.png"); // // timer1 // timer1.Interval = 2000; timer1.Tick += timer_Tick; // // TipForm // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(300, 80); Controls.Add(labText); FormBorderStyle = FormBorderStyle.None; Name = "TipForm"; Padding = new Padding(1); StartPosition = FormStartPosition.CenterScreen; TopMost = true; ((ISupportInitialize)img32).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraEditors.LabelControl labText; private System.Windows.Forms.Timer timer1; private DevExpress.Utils.ImageCollection img32; } }