101 lines
4.2 KiB
C#
101 lines
4.2 KiB
C#
|
|||
|
|
namespace JY.Inspection
|
||
|
|
{
|
||
|
|
partial class FrmAlert
|
||
|
|
{
|
||
|
|
/// <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();
|
||
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
|
|
this.lblMsg = new System.Windows.Forms.Label();
|
||
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
|
|
this.SuspendLayout();
|
||
|
|
|
||
|
|
//
|
||
|
|
// lblMsg
|
||
|
|
//
|
||
|
|
this.lblMsg.AutoSize = true;
|
||
|
|
this.lblMsg.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
this.lblMsg.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.lblMsg.Location = new System.Drawing.Point(79, 37);
|
||
|
|
this.lblMsg.Name = "lblMsg";
|
||
|
|
this.lblMsg.Size = new System.Drawing.Size(91, 14);
|
||
|
|
this.lblMsg.TabIndex = 2;
|
||
|
|
this.lblMsg.Text = "Message Text";
|
||
|
|
//
|
||
|
|
// pictureBox2
|
||
|
|
//
|
||
|
|
this.pictureBox2.Image = global::JY.Inspection.Properties.Resources.白色X32;
|
||
|
|
this.pictureBox2.Location = new System.Drawing.Point(276, -1);
|
||
|
|
this.pictureBox2.Name = "pictureBox2";
|
||
|
|
this.pictureBox2.Size = new System.Drawing.Size(33, 32);
|
||
|
|
this.pictureBox2.TabIndex = 1;
|
||
|
|
this.pictureBox2.TabStop = false;
|
||
|
|
//
|
||
|
|
// pictureBox1
|
||
|
|
//
|
||
|
|
this.pictureBox1.Image = global::JY.Inspection.Properties.Resources.warning;
|
||
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 28);
|
||
|
|
this.pictureBox1.Name = "pictureBox1";
|
||
|
|
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
|
||
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
|
|
this.pictureBox1.TabIndex = 0;
|
||
|
|
this.pictureBox1.TabStop = false;
|
||
|
|
//
|
||
|
|
// FrmAlert
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(215)))));
|
||
|
|
this.ClientSize = new System.Drawing.Size(310, 89);
|
||
|
|
this.Controls.Add(this.lblMsg);
|
||
|
|
this.Controls.Add(this.pictureBox2);
|
||
|
|
this.Controls.Add(this.pictureBox1);
|
||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
|
this.Name = "FrmAlert";
|
||
|
|
this.ShowIcon = false;
|
||
|
|
this.Text = "信息提示";
|
||
|
|
this.TopMost = true;
|
||
|
|
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
this.PerformLayout();
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private System.Windows.Forms.Timer timer1;
|
||
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
||
|
|
private System.Windows.Forms.Label lblMsg;
|
||
|
|
}
|
||
|
|
}
|