namespace JJMediSys { partial class DispenseMsg { /// /// 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.LabErrorInfo = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.BReset = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.BNext = new System.Windows.Forms.Button(); this.BRetry = new System.Windows.Forms.Button(); this.BCancel = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // LabErrorInfo // this.LabErrorInfo.BackColor = System.Drawing.Color.Transparent; this.LabErrorInfo.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LabErrorInfo.ForeColor = System.Drawing.Color.Red; this.LabErrorInfo.Location = new System.Drawing.Point(44, 34); this.LabErrorInfo.Name = "LabErrorInfo"; this.LabErrorInfo.Size = new System.Drawing.Size(675, 77); this.LabErrorInfo.TabIndex = 17; this.LabErrorInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.BReset); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Location = new System.Drawing.Point(51, 223); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(659, 142); this.panel1.TabIndex = 16; // // BReset // this.BReset.BackColor = System.Drawing.Color.Transparent; this.BReset.BackgroundImage = global::JJMediSys.Properties.Resources.B4; this.BReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BReset.FlatAppearance.BorderSize = 0; this.BReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BReset.Location = new System.Drawing.Point(502, 17); this.BReset.Name = "BReset"; this.BReset.Size = new System.Drawing.Size(131, 53); this.BReset.TabIndex = 13; this.BReset.UseVisualStyleBackColor = false; this.BReset.Click += new System.EventHandler(this.BReset_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(3, 89); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(521, 27); this.label6.TabIndex = 13; this.label6.Text = "3.点击“重试”、“取消”、“下一个” 进行下一步操作 "; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.Color.Red; this.label5.Location = new System.Drawing.Point(3, 53); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(309, 27); this.label5.TabIndex = 12; this.label5.Text = "2.点击“复位”按钮等待设备复位"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(3, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(309, 27); this.label4.TabIndex = 11; this.label4.Text = "1.请先取走贴标部位已打印的标签"; // // BNext // this.BNext.BackColor = System.Drawing.Color.Transparent; this.BNext.BackgroundImage = global::JJMediSys.Properties.Resources.B3; this.BNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BNext.FlatAppearance.BorderSize = 0; this.BNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BNext.Location = new System.Drawing.Point(553, 147); this.BNext.Name = "BNext"; this.BNext.Size = new System.Drawing.Size(131, 53); this.BNext.TabIndex = 15; this.BNext.UseVisualStyleBackColor = false; this.BNext.Click += new System.EventHandler(this.BNext_Click); // // BRetry // this.BRetry.BackColor = System.Drawing.Color.Transparent; this.BRetry.BackgroundImage = global::JJMediSys.Properties.Resources.B2; this.BRetry.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BRetry.FlatAppearance.BorderSize = 0; this.BRetry.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BRetry.Location = new System.Drawing.Point(77, 146); this.BRetry.Name = "BRetry"; this.BRetry.Size = new System.Drawing.Size(131, 53); this.BRetry.TabIndex = 14; this.BRetry.UseVisualStyleBackColor = false; this.BRetry.Click += new System.EventHandler(this.button2_Click); // // BCancel // this.BCancel.BackColor = System.Drawing.Color.Transparent; this.BCancel.BackgroundImage = global::JJMediSys.Properties.Resources.B1; this.BCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BCancel.FlatAppearance.BorderSize = 0; this.BCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BCancel.Location = new System.Drawing.Point(267, 147); this.BCancel.Name = "BCancel"; this.BCancel.Size = new System.Drawing.Size(211, 51); this.BCancel.TabIndex = 18; this.BCancel.UseVisualStyleBackColor = false; this.BCancel.Click += new System.EventHandler(this.BCancel_Click); // // DispenseMsg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Purple; this.BackgroundImage = global::JJMediSys.Properties.Resources.Err01; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(759, 387); this.Controls.Add(this.BCancel); this.Controls.Add(this.LabErrorInfo); this.Controls.Add(this.panel1); this.Controls.Add(this.BNext); this.Controls.Add(this.BRetry); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "DispenseMsg"; this.Text = "DispenseMsg"; this.TopMost = true; this.TransparencyKey = System.Drawing.Color.Purple; this.Load += new System.EventHandler(this.DispenseMsg_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label LabErrorInfo; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button BReset; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button BNext; private System.Windows.Forms.Button BRetry; private System.Windows.Forms.Button BCancel; } }