123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace LYFZ.ComponentLibrary
- {
- partial class frmMessageBox
- {
- /// <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()
- {
- 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.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- 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.IsCustomBackImg = false;
- 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 = 1;
- 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.IsCustomBackImg = false;
- 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.IsCustomBackImg = false;
- 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 = 2;
- 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.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.BottomBgImageHeight = 12;
- this.ClientSize = new System.Drawing.Size(400, 200);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MinimumSize = new System.Drawing.Size(300, 200);
- this.Name = "frmMessageBox";
- this.Text = "frmMessageBox";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- 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;
- }
- }
|