FrmAnchorTips.Designer.cs 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-29-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmAnchorTips.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 FrmAnchorTips.
  20. /// Implements the <see cref="System.Windows.Forms.Form" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.Form" />
  23. partial class FrmAnchorTips
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAnchorTips));
  49. this.SuspendLayout();
  50. //
  51. // FrmAnchorTips
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(226, 83);
  56. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  57. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  58. this.Name = "FrmAnchorTips";
  59. this.ShowIcon = false;
  60. this.ShowInTaskbar = false;
  61. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  62. this.Text = "FrmAnchorTips";
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. }
  67. }