lixiaojun
2024-07-11 8d8cd298ab46aee191baf53ff320fd3290d1ec9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
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;
    }
}