namespace JJMediSys
{
partial class ErrMsgShow
{
///
/// 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()
{
this.Msg = new System.Windows.Forms.Label();
this.BRetry = new System.Windows.Forms.Button();
this.BCancel = new System.Windows.Forms.Button();
this.ResetBLE = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Msg
//
this.Msg.BackColor = System.Drawing.Color.Transparent;
this.Msg.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Msg.ForeColor = System.Drawing.Color.RoyalBlue;
this.Msg.Location = new System.Drawing.Point(12, 49);
this.Msg.Name = "Msg";
this.Msg.Size = new System.Drawing.Size(509, 106);
this.Msg.TabIndex = 0;
this.Msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BRetry
//
this.BRetry.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BRetry.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BRetry.FlatAppearance.BorderSize = 0;
this.BRetry.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BRetry.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BRetry.ForeColor = System.Drawing.Color.White;
this.BRetry.Location = new System.Drawing.Point(16, 171);
this.BRetry.Name = "BRetry";
this.BRetry.Size = new System.Drawing.Size(159, 40);
this.BRetry.TabIndex = 1;
this.BRetry.Text = "重 试";
this.BRetry.UseVisualStyleBackColor = true;
this.BRetry.Click += new System.EventHandler(this.BRetry_Click);
//
// BCancel
//
this.BCancel.BackgroundImage = global::JJMediSys.Properties.Resources.Bt2;
this.BCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BCancel.FlatAppearance.BorderSize = 0;
this.BCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BCancel.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BCancel.ForeColor = System.Drawing.Color.White;
this.BCancel.Location = new System.Drawing.Point(362, 171);
this.BCancel.Name = "BCancel";
this.BCancel.Size = new System.Drawing.Size(159, 40);
this.BCancel.TabIndex = 2;
this.BCancel.Text = "取 消";
this.BCancel.UseVisualStyleBackColor = true;
this.BCancel.Click += new System.EventHandler(this.BCancel_Click);
//
// ResetBLE
//
this.ResetBLE.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.ResetBLE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ResetBLE.FlatAppearance.BorderSize = 0;
this.ResetBLE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ResetBLE.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ResetBLE.ForeColor = System.Drawing.Color.White;
this.ResetBLE.Location = new System.Drawing.Point(190, 171);
this.ResetBLE.Name = "ResetBLE";
this.ResetBLE.Size = new System.Drawing.Size(159, 40);
this.ResetBLE.TabIndex = 3;
this.ResetBLE.Text = "重置蓝牙";
this.ResetBLE.UseVisualStyleBackColor = true;
this.ResetBLE.Click += new System.EventHandler(this.ResetBLE_Click);
//
// ErrMsgShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::JJMediSys.Properties.Resources.ErrorShow;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(533, 223);
this.Controls.Add(this.ResetBLE);
this.Controls.Add(this.BCancel);
this.Controls.Add(this.BRetry);
this.Controls.Add(this.Msg);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ErrMsgShow";
this.Text = "ErrMsgShow";
this.TopMost = true;
this.Load += new System.EventHandler(this.ErrMsgShow_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label Msg;
private System.Windows.Forms.Button BRetry;
private System.Windows.Forms.Button BCancel;
private System.Windows.Forms.Button ResetBLE;
}
}