frmMessageBox.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  55. this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
  56. //
  57. // btnExpandOK
  58. //
  59. this.btnExpandOK.BackColor = System.Drawing.Color.Transparent;
  60. this.btnExpandOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandOK.BackImg")));
  61. this.btnExpandOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  62. this.btnExpandOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  63. this.btnExpandOK.ForeColor = System.Drawing.Color.White;
  64. this.btnExpandOK.IsCustomBackImg = false;
  65. this.btnExpandOK.IsShowText = true;
  66. this.btnExpandOK.Location = new System.Drawing.Point(162, 127);
  67. this.btnExpandOK.Name = "btnExpandOK";
  68. this.btnExpandOK.Size = new System.Drawing.Size(75, 22);
  69. this.btnExpandOK.TabIndex = 1;
  70. this.btnExpandOK.Text = "确 定";
  71. this.btnExpandOK.UseVisualStyleBackColor = false;
  72. this.btnExpandOK.Click += new System.EventHandler(this.btnExpandOK_Click);
  73. //
  74. // lbMseValue
  75. //
  76. this.lbMseValue.AutoEllipsis = true;
  77. this.lbMseValue.BackColor = System.Drawing.Color.Transparent;
  78. this.lbMseValue.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.lbMseValue.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.lbMseValue.Location = new System.Drawing.Point(0, 0);
  81. this.lbMseValue.Name = "lbMseValue";
  82. this.lbMseValue.Size = new System.Drawing.Size(400, 118);
  83. this.lbMseValue.TabIndex = 1;
  84. this.lbMseValue.Text = "弹窗消...";
  85. this.lbMseValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  86. //
  87. // plContent
  88. //
  89. this.plContent.BackColor = System.Drawing.Color.Transparent;
  90. this.plContent.Controls.Add(this.lbMseValue);
  91. this.plContent.Dock = System.Windows.Forms.DockStyle.Top;
  92. this.plContent.Location = new System.Drawing.Point(0, 0);
  93. this.plContent.Name = "plContent";
  94. this.plContent.Size = new System.Drawing.Size(400, 118);
  95. this.plContent.TabIndex = 2;
  96. //
  97. // btnExpandYes
  98. //
  99. this.btnExpandYes.BackColor = System.Drawing.Color.Transparent;
  100. this.btnExpandYes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandYes.BackImg")));
  101. this.btnExpandYes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  102. this.btnExpandYes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  103. this.btnExpandYes.ForeColor = System.Drawing.Color.White;
  104. this.btnExpandYes.IsCustomBackImg = false;
  105. this.btnExpandYes.IsShowText = true;
  106. this.btnExpandYes.Location = new System.Drawing.Point(82, 127);
  107. this.btnExpandYes.Name = "btnExpandYes";
  108. this.btnExpandYes.Size = new System.Drawing.Size(75, 22);
  109. this.btnExpandYes.TabIndex = 0;
  110. this.btnExpandYes.Text = "是";
  111. this.btnExpandYes.UseVisualStyleBackColor = false;
  112. this.btnExpandYes.Visible = false;
  113. this.btnExpandYes.Click += new System.EventHandler(this.btnExpandYes_Click);
  114. //
  115. // btnExpandNo
  116. //
  117. this.btnExpandNo.BackColor = System.Drawing.Color.Transparent;
  118. this.btnExpandNo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpandNo.BackImg")));
  119. this.btnExpandNo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  120. this.btnExpandNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  121. this.btnExpandNo.ForeColor = System.Drawing.Color.White;
  122. this.btnExpandNo.IsCustomBackImg = false;
  123. this.btnExpandNo.IsShowText = true;
  124. this.btnExpandNo.Location = new System.Drawing.Point(242, 127);
  125. this.btnExpandNo.Name = "btnExpandNo";
  126. this.btnExpandNo.Size = new System.Drawing.Size(75, 22);
  127. this.btnExpandNo.TabIndex = 2;
  128. this.btnExpandNo.Text = "否";
  129. this.btnExpandNo.UseVisualStyleBackColor = false;
  130. this.btnExpandNo.Visible = false;
  131. this.btnExpandNo.Click += new System.EventHandler(this.btnExpandNo_Click);
  132. //
  133. // frmMessageBox
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  137. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  138. this.BottomBgImageHeight = 12;
  139. this.ClientSize = new System.Drawing.Size(400, 200);
  140. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  141. this.MinimumSize = new System.Drawing.Size(300, 200);
  142. this.Name = "frmMessageBox";
  143. this.Text = "frmMessageBox";
  144. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  145. this.TitleBgImageHeight = 30;
  146. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMessageBox_FormClosed);
  147. this.Load += new System.EventHandler(this.frmMessageBox_Load);
  148. this.plExMainContainer.ResumeLayout(false);
  149. this.plFormMainContent.ResumeLayout(false);
  150. this.plContent.ResumeLayout(false);
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. protected internal System.Windows.Forms.Label lbMseValue;
  155. protected internal ComponentLibrary.ButtonExpand btnExpandOK;
  156. protected internal System.Windows.Forms.Panel plContent;
  157. protected internal ComponentLibrary.ButtonExpand btnExpandNo;
  158. protected internal ComponentLibrary.ButtonExpand btnExpandYes;
  159. }
  160. }