UserTextBox.Designer.cs 617 B

123456789101112131415161718192021222324
  1. namespace PaintDotNet.CustomControl
  2. {
  3. partial class UserTextBox
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. #region Windows Form Designer generated code
  10. /// <summary>
  11. /// Required method for Designer support - do not modify
  12. /// the contents of this method with the code editor.
  13. /// </summary>
  14. private void InitializeComponent()
  15. {
  16. this.components = new System.ComponentModel.Container();
  17. }
  18. #endregion
  19. }
  20. }