You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
9.2 KiB
C#

2 years ago
namespace demo.UI
{
partial class FormAlert
{
/// <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.label_tips = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label_msg = new System.Windows.Forms.Label();
this.button_no = new System.Windows.Forms.Button();
this.button_yes = new System.Windows.Forms.Button();
this.button_goOn = new System.Windows.Forms.Button();
this.button_stop = new System.Windows.Forms.Button();
this.button_clear = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// label_tips
//
this.label_tips.AutoSize = true;
this.label_tips.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_tips.ForeColor = System.Drawing.Color.Red;
this.label_tips.Location = new System.Drawing.Point(2, 4);
this.label_tips.Name = "label_tips";
this.label_tips.Size = new System.Drawing.Size(40, 16);
this.label_tips.TabIndex = 0;
this.label_tips.Tag = "9999";
this.label_tips.Text = "提示";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(4, 46);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(83, 93);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label_msg
//
this.label_msg.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_msg.ForeColor = System.Drawing.Color.Red;
this.label_msg.Location = new System.Drawing.Point(93, 19);
this.label_msg.Name = "label_msg";
this.label_msg.Size = new System.Drawing.Size(275, 212);
this.label_msg.TabIndex = 2;
this.label_msg.Tag = "9999";
this.label_msg.Text = "报警信息";
//
// button_no
//
this.button_no.Location = new System.Drawing.Point(148, 0);
this.button_no.Name = "button_no";
this.button_no.Size = new System.Drawing.Size(80, 32);
this.button_no.TabIndex = 1;
this.button_no.Text = "否(&N)";
this.button_no.UseVisualStyleBackColor = true;
this.button_no.Click += new System.EventHandler(this.button_no_Click);
//
// button_yes
//
this.button_yes.Location = new System.Drawing.Point(39, 0);
this.button_yes.Name = "button_yes";
this.button_yes.Size = new System.Drawing.Size(80, 32);
this.button_yes.TabIndex = 0;
this.button_yes.Text = "是(&Y)";
this.button_yes.UseVisualStyleBackColor = true;
this.button_yes.Click += new System.EventHandler(this.button_yes_Click);
//
// button_goOn
//
this.button_goOn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_goOn.Location = new System.Drawing.Point(195, 0);
this.button_goOn.Name = "button_goOn";
this.button_goOn.Size = new System.Drawing.Size(80, 34);
this.button_goOn.TabIndex = 2;
this.button_goOn.Text = "取消(&C)";
this.button_goOn.UseVisualStyleBackColor = true;
this.button_goOn.Click += new System.EventHandler(this.button_goOn_Click);
//
// button_stop
//
this.button_stop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_stop.Location = new System.Drawing.Point(101, 0);
this.button_stop.Name = "button_stop";
this.button_stop.Size = new System.Drawing.Size(80, 34);
this.button_stop.TabIndex = 1;
this.button_stop.Text = "否(&N)";
this.button_stop.UseVisualStyleBackColor = true;
this.button_stop.Click += new System.EventHandler(this.button_stop_Click);
//
// button_clear
//
this.button_clear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_clear.Location = new System.Drawing.Point(7, 0);
this.button_clear.Name = "button_clear";
this.button_clear.Size = new System.Drawing.Size(80, 34);
this.button_clear.TabIndex = 0;
this.button_clear.Text = "是(&Y)";
this.button_clear.UseVisualStyleBackColor = true;
this.button_clear.Click += new System.EventHandler(this.button_clear_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(108, 180);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(260, 35);
this.button1.TabIndex = 0;
this.button1.Text = "确定(&O)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button_ok_Click);
//
// panel1
//
this.panel1.Controls.Add(this.button_stop);
this.panel1.Controls.Add(this.button_goOn);
this.panel1.Controls.Add(this.button_clear);
this.panel1.Location = new System.Drawing.Point(101, 248);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(279, 34);
this.panel1.TabIndex = 3;
//
// panel2
//
this.panel2.Controls.Add(this.button_no);
this.panel2.Controls.Add(this.button_yes);
this.panel2.Location = new System.Drawing.Point(101, 215);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(279, 32);
this.panel2.TabIndex = 4;
//
// FormAlert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(389, 284);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label_msg);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label_tips);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormAlert";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormAlert";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_tips;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label_msg;
private System.Windows.Forms.Button button_no;
private System.Windows.Forms.Button button_yes;
private System.Windows.Forms.Button button_goOn;
private System.Windows.Forms.Button button_stop;
private System.Windows.Forms.Button button_clear;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
}
}