102 lines
4.5 KiB
C#
102 lines
4.5 KiB
C#
|
|
namespace JJMediSys
|
|||
|
|
{
|
|||
|
|
partial class ShowMessage
|
|||
|
|
{
|
|||
|
|
/// <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.PClose = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.Button = new System.Windows.Forms.Button();
|
|||
|
|
this.LabMsg = new System.Windows.Forms.Label();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.PClose)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// PClose
|
|||
|
|
//
|
|||
|
|
this.PClose.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.PClose.BackgroundImage = global::JJMediSys.Properties.Resources.x;
|
|||
|
|
this.PClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.PClose.Location = new System.Drawing.Point(302, 0);
|
|||
|
|
this.PClose.Name = "PClose";
|
|||
|
|
this.PClose.Size = new System.Drawing.Size(35, 33);
|
|||
|
|
this.PClose.TabIndex = 0;
|
|||
|
|
this.PClose.TabStop = false;
|
|||
|
|
this.PClose.Click += new System.EventHandler(this.PClose_Click);
|
|||
|
|
//
|
|||
|
|
// Button
|
|||
|
|
//
|
|||
|
|
this.Button.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.Button.BackgroundImage = global::JJMediSys.Properties.Resources.qd;
|
|||
|
|
this.Button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.Button.FlatAppearance.BorderSize = 0;
|
|||
|
|
this.Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.Button.Location = new System.Drawing.Point(106, 230);
|
|||
|
|
this.Button.Name = "Button";
|
|||
|
|
this.Button.Size = new System.Drawing.Size(120, 29);
|
|||
|
|
this.Button.TabIndex = 1;
|
|||
|
|
this.Button.UseVisualStyleBackColor = false;
|
|||
|
|
this.Button.Click += new System.EventHandler(this.Button_Click);
|
|||
|
|
//
|
|||
|
|
// LabMsg
|
|||
|
|
//
|
|||
|
|
this.LabMsg.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.LabMsg.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.LabMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|||
|
|
this.LabMsg.Location = new System.Drawing.Point(26, 60);
|
|||
|
|
this.LabMsg.Name = "LabMsg";
|
|||
|
|
this.LabMsg.Size = new System.Drawing.Size(291, 144);
|
|||
|
|
this.LabMsg.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// ShowMessage
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.BackgroundImage = global::JJMediSys.Properties.Resources.Message;
|
|||
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(340, 268);
|
|||
|
|
this.Controls.Add(this.LabMsg);
|
|||
|
|
this.Controls.Add(this.Button);
|
|||
|
|
this.Controls.Add(this.PClose);
|
|||
|
|
this.DoubleBuffered = true;
|
|||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
|
this.Name = "ShowMessage";
|
|||
|
|
this.ShowInTaskbar = false;
|
|||
|
|
this.Text = "ShowMessage";
|
|||
|
|
this.TopMost = true;
|
|||
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShowMessage_FormClosing);
|
|||
|
|
this.Load += new System.EventHandler(this.ShowMessage_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.PClose)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.PictureBox PClose;
|
|||
|
|
private System.Windows.Forms.Button Button;
|
|||
|
|
private System.Windows.Forms.Label LabMsg;
|
|||
|
|
}
|
|||
|
|
}
|