frmMessageBox.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class frmMessageBox
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMessageBox));
  29. this.btnExpandOK = new LYFZ.ComponentLibrary.ButtonExpand();
  30. this.lbMseValue = new System.Windows.Forms.Label();
  31. this.plContent = new System.Windows.Forms.Panel();
  32. this.btnExpandYes = new LYFZ.ComponentLibrary.ButtonExpand();
  33. this.btnExpandNo = new LYFZ.ComponentLibrary.ButtonExpand();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.plContent.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  41. this.plExMainContainer.Controls.Add(this.plContent);
  42. this.plExMainContainer.Controls.Add(this.btnExpandNo);
  43. this.plExMainContainer.Controls.Add(this.btnExpandYes);
  44. this.plExMainContainer.Controls.Add(this.btnExpandOK);
  45. this.plExMainContainer.Size = new System.Drawing.Size(400, 158);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Location = new System.Drawing.Point(0, 30);
  50. this.plFormMainContent.Size = new System.Drawing.Size(400, 158);
  51. //
  52. // btnAppFormExit
  53. //
  54. this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
  55. //
  56. // btnExpandOK
  57. //
  58. this.btnExpandOK.BackColor = System.Drawing.Color.Transparent;
  59. this.btnExpandOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandOK.BackImg")));
  60. this.btnExpandOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  61. this.btnExpandOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  62. this.btnExpandOK.ForeColor = System.Drawing.Color.White;
  63. this.btnExpandOK.IsShowText = true;
  64. this.btnExpandOK.Location = new System.Drawing.Point(162, 127);
  65. this.btnExpandOK.Name = "btnExpandOK";
  66. this.btnExpandOK.Size = new System.Drawing.Size(75, 22);
  67. this.btnExpandOK.TabIndex = 0;
  68. this.btnExpandOK.Text = "确 定";
  69. this.btnExpandOK.UseVisualStyleBackColor = false;
  70. this.btnExpandOK.Click += new System.EventHandler(this.btnExpandOK_Click);
  71. //
  72. // lbMseValue
  73. //
  74. this.lbMseValue.AutoEllipsis = true;
  75. this.lbMseValue.BackColor = System.Drawing.Color.Transparent;
  76. this.lbMseValue.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.lbMseValue.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.lbMseValue.Location = new System.Drawing.Point(0, 0);
  79. this.lbMseValue.Name = "lbMseValue";
  80. this.lbMseValue.Size = new System.Drawing.Size(400, 118);
  81. this.lbMseValue.TabIndex = 1;
  82. this.lbMseValue.Text = "弹窗消...";
  83. this.lbMseValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // plContent
  86. //
  87. this.plContent.BackColor = System.Drawing.Color.Transparent;
  88. this.plContent.Controls.Add(this.lbMseValue);
  89. this.plContent.Dock = System.Windows.Forms.DockStyle.Top;
  90. this.plContent.Location = new System.Drawing.Point(0, 0);
  91. this.plContent.Name = "plContent";
  92. this.plContent.Size = new System.Drawing.Size(400, 118);
  93. this.plContent.TabIndex = 2;
  94. //
  95. // btnExpandYes
  96. //
  97. this.btnExpandYes.BackColor = System.Drawing.Color.Transparent;
  98. this.btnExpandYes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandYes.BackImg")));
  99. this.btnExpandYes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  100. this.btnExpandYes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  101. this.btnExpandYes.ForeColor = System.Drawing.Color.White;
  102. this.btnExpandYes.IsShowText = true;
  103. this.btnExpandYes.Location = new System.Drawing.Point(82, 127);
  104. this.btnExpandYes.Name = "btnExpandYes";
  105. this.btnExpandYes.Size = new System.Drawing.Size(75, 22);
  106. this.btnExpandYes.TabIndex = 0;
  107. this.btnExpandYes.Text = "是";
  108. this.btnExpandYes.UseVisualStyleBackColor = false;
  109. this.btnExpandYes.Visible = false;
  110. this.btnExpandYes.Click += new System.EventHandler(this.btnExpandYes_Click);
  111. //
  112. // btnExpandNo
  113. //
  114. this.btnExpandNo.BackColor = System.Drawing.Color.Transparent;
  115. this.btnExpandNo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandNo.BackImg")));
  116. this.btnExpandNo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btnExpandNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  118. this.btnExpandNo.ForeColor = System.Drawing.Color.White;
  119. this.btnExpandNo.IsShowText = true;
  120. this.btnExpandNo.Location = new System.Drawing.Point(242, 127);
  121. this.btnExpandNo.Name = "btnExpandNo";
  122. this.btnExpandNo.Size = new System.Drawing.Size(75, 22);
  123. this.btnExpandNo.TabIndex = 0;
  124. this.btnExpandNo.Text = "否";
  125. this.btnExpandNo.UseVisualStyleBackColor = false;
  126. this.btnExpandNo.Visible = false;
  127. this.btnExpandNo.Click += new System.EventHandler(this.btnExpandNo_Click);
  128. //
  129. // frmMessageBox
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.BottomBgImageHeight = 12;
  134. this.ClientSize = new System.Drawing.Size(400, 200);
  135. this.MinimumSize = new System.Drawing.Size(300, 200);
  136. this.Name = "frmMessageBox";
  137. this.Text = "frmMessageBox";
  138. this.TitleBgImageHeight = 30;
  139. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMessageBox_FormClosed);
  140. this.Load += new System.EventHandler(this.frmMessageBox_Load);
  141. this.plExMainContainer.ResumeLayout(false);
  142. this.plFormMainContent.ResumeLayout(false);
  143. this.plContent.ResumeLayout(false);
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. protected internal System.Windows.Forms.Label lbMseValue;
  148. protected internal ComponentLibrary.ButtonExpand btnExpandOK;
  149. protected internal System.Windows.Forms.Panel plContent;
  150. protected internal ComponentLibrary.ButtonExpand btnExpandNo;
  151. protected internal ComponentLibrary.ButtonExpand btnExpandYes;
  152. }
  153. }