FrmTips.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmTips.Designer.cs">
  7. // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
  8. // </copyright>
  9. //
  10. // Blog: https://www.cnblogs.com/bfyx
  11. // GitHub:https://github.com/kwwwvagaa/NetWinformControl
  12. // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
  13. //
  14. // If you use this code, please keep this note.
  15. // ***********************************************************************
  16. namespace HZH_Controls.Forms
  17. {
  18. /// <summary>
  19. /// Class FrmTips.
  20. /// Implements the <see cref="HZH_Controls.Forms.FrmBase" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Forms.FrmBase" />
  23. partial class FrmTips
  24. {
  25. /// <summary>
  26. /// Required designer variable.
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// Clean up any resources being used.
  31. /// </summary>
  32. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. #region Windows Form Designer generated code
  42. /// <summary>
  43. /// Required method for Designer support - do not modify
  44. /// the contents of this method with the code editor.
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.components = new System.ComponentModel.Container();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTips));
  50. this.lblMsg = new System.Windows.Forms.Label();
  51. this.btnClose = new System.Windows.Forms.PictureBox();
  52. this.pctStat = new System.Windows.Forms.PictureBox();
  53. this.timer1 = new System.Windows.Forms.Timer(this.components);
  54. ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pctStat)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // lblMsg
  59. //
  60. this.lblMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  61. | System.Windows.Forms.AnchorStyles.Left)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.lblMsg.BackColor = System.Drawing.Color.Transparent;
  64. this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 12F);
  65. this.lblMsg.Location = new System.Drawing.Point(32, 0);
  66. this.lblMsg.Name = "lblMsg";
  67. this.lblMsg.Size = new System.Drawing.Size(279, 46);
  68. this.lblMsg.TabIndex = 1;
  69. this.lblMsg.Text = "提示信息";
  70. this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  71. //
  72. // btnClose
  73. //
  74. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right;
  75. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  76. this.btnClose.Image = global::HZH_Controls.Properties.Resources.qty_delete;
  77. this.btnClose.Location = new System.Drawing.Point(313, 11);
  78. this.btnClose.Name = "btnClose";
  79. this.btnClose.Size = new System.Drawing.Size(25, 25);
  80. this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  81. this.btnClose.TabIndex = 2;
  82. this.btnClose.TabStop = false;
  83. this.btnClose.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseDown);
  84. //
  85. // pctStat
  86. //
  87. this.pctStat.Anchor = System.Windows.Forms.AnchorStyles.Left;
  88. this.pctStat.BackColor = System.Drawing.Color.Transparent;
  89. this.pctStat.Image = global::HZH_Controls.Properties.Resources.alarm;
  90. this.pctStat.Location = new System.Drawing.Point(7, 13);
  91. this.pctStat.Name = "pctStat";
  92. this.pctStat.Size = new System.Drawing.Size(20, 20);
  93. this.pctStat.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  94. this.pctStat.TabIndex = 0;
  95. this.pctStat.TabStop = false;
  96. //
  97. // timer1
  98. //
  99. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  100. //
  101. // FrmTips
  102. //
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  104. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  105. this.ClientSize = new System.Drawing.Size(340, 47);
  106. this.Controls.Add(this.btnClose);
  107. this.Controls.Add(this.lblMsg);
  108. this.Controls.Add(this.pctStat);
  109. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  110. this.IsFullSize = false;
  111. this.IsShowRegion = true;
  112. this.Name = "FrmTips";
  113. this.ShowIcon = false;
  114. this.ShowInTaskbar = false;
  115. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  116. this.Text = "FrmTips";
  117. this.TopMost = true;
  118. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTips_FormClosing);
  119. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmTips_FormClosed);
  120. this.Load += new System.EventHandler(this.FrmTips_Load);
  121. ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.pctStat)).EndInit();
  123. this.ResumeLayout(false);
  124. }
  125. #endregion
  126. /// <summary>
  127. /// The PCT stat
  128. /// </summary>
  129. private System.Windows.Forms.PictureBox pctStat;
  130. /// <summary>
  131. /// The label MSG
  132. /// </summary>
  133. private System.Windows.Forms.Label lblMsg;
  134. /// <summary>
  135. /// The BTN close
  136. /// </summary>
  137. private System.Windows.Forms.PictureBox btnClose;
  138. /// <summary>
  139. /// The timer1
  140. /// </summary>
  141. private System.Windows.Forms.Timer timer1;
  142. }
  143. }