namespace LYFZ.ComponentLibrary { partial class frmMessageBox { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMessageBox)); this.btnExpandOK = new LYFZ.ComponentLibrary.ButtonExpand(); this.lbMseValue = new System.Windows.Forms.Label(); this.plContent = new System.Windows.Forms.Panel(); this.btnExpandYes = new LYFZ.ComponentLibrary.ButtonExpand(); this.btnExpandNo = new LYFZ.ComponentLibrary.ButtonExpand(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.plContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.plContent); this.plExMainContainer.Controls.Add(this.btnExpandNo); this.plExMainContainer.Controls.Add(this.btnExpandYes); this.plExMainContainer.Controls.Add(this.btnExpandOK); this.plExMainContainer.Size = new System.Drawing.Size(400, 158); // // plFormMainContent // this.plFormMainContent.Location = new System.Drawing.Point(0, 30); this.plFormMainContent.Size = new System.Drawing.Size(400, 158); // // btnAppFormExit // this.btnAppFormExit.Location = new System.Drawing.Point(368, 0); // // btnExpandOK // this.btnExpandOK.BackColor = System.Drawing.Color.Transparent; this.btnExpandOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandOK.BackImg"))); this.btnExpandOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExpandOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExpandOK.ForeColor = System.Drawing.Color.White; this.btnExpandOK.IsShowText = true; this.btnExpandOK.Location = new System.Drawing.Point(162, 127); this.btnExpandOK.Name = "btnExpandOK"; this.btnExpandOK.Size = new System.Drawing.Size(75, 22); this.btnExpandOK.TabIndex = 0; this.btnExpandOK.Text = "确 定"; this.btnExpandOK.UseVisualStyleBackColor = false; this.btnExpandOK.Click += new System.EventHandler(this.btnExpandOK_Click); // // lbMseValue // this.lbMseValue.AutoEllipsis = true; this.lbMseValue.BackColor = System.Drawing.Color.Transparent; this.lbMseValue.Dock = System.Windows.Forms.DockStyle.Fill; this.lbMseValue.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbMseValue.Location = new System.Drawing.Point(0, 0); this.lbMseValue.Name = "lbMseValue"; this.lbMseValue.Size = new System.Drawing.Size(400, 118); this.lbMseValue.TabIndex = 1; this.lbMseValue.Text = "弹窗消..."; this.lbMseValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // plContent // this.plContent.BackColor = System.Drawing.Color.Transparent; this.plContent.Controls.Add(this.lbMseValue); this.plContent.Dock = System.Windows.Forms.DockStyle.Top; this.plContent.Location = new System.Drawing.Point(0, 0); this.plContent.Name = "plContent"; this.plContent.Size = new System.Drawing.Size(400, 118); this.plContent.TabIndex = 2; // // btnExpandYes // this.btnExpandYes.BackColor = System.Drawing.Color.Transparent; this.btnExpandYes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandYes.BackImg"))); this.btnExpandYes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExpandYes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExpandYes.ForeColor = System.Drawing.Color.White; this.btnExpandYes.IsShowText = true; this.btnExpandYes.Location = new System.Drawing.Point(82, 127); this.btnExpandYes.Name = "btnExpandYes"; this.btnExpandYes.Size = new System.Drawing.Size(75, 22); this.btnExpandYes.TabIndex = 0; this.btnExpandYes.Text = "是"; this.btnExpandYes.UseVisualStyleBackColor = false; this.btnExpandYes.Visible = false; this.btnExpandYes.Click += new System.EventHandler(this.btnExpandYes_Click); // // btnExpandNo // this.btnExpandNo.BackColor = System.Drawing.Color.Transparent; this.btnExpandNo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandNo.BackImg"))); this.btnExpandNo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnExpandNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnExpandNo.ForeColor = System.Drawing.Color.White; this.btnExpandNo.IsShowText = true; this.btnExpandNo.Location = new System.Drawing.Point(242, 127); this.btnExpandNo.Name = "btnExpandNo"; this.btnExpandNo.Size = new System.Drawing.Size(75, 22); this.btnExpandNo.TabIndex = 0; this.btnExpandNo.Text = "否"; this.btnExpandNo.UseVisualStyleBackColor = false; this.btnExpandNo.Visible = false; this.btnExpandNo.Click += new System.EventHandler(this.btnExpandNo_Click); // // frmMessageBox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImageHeight = 12; this.ClientSize = new System.Drawing.Size(400, 200); this.MinimumSize = new System.Drawing.Size(300, 200); this.Name = "frmMessageBox"; this.Text = "frmMessageBox"; this.TitleBgImageHeight = 30; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMessageBox_FormClosed); this.Load += new System.EventHandler(this.frmMessageBox_Load); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.plContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected internal System.Windows.Forms.Label lbMseValue; protected internal ComponentLibrary.ButtonExpand btnExpandOK; protected internal System.Windows.Forms.Panel plContent; protected internal ComponentLibrary.ButtonExpand btnExpandNo; protected internal ComponentLibrary.ButtonExpand btnExpandYes; } }