Designer.Designer.cs 601 B

123456789101112131415161718192021222324
  1. namespace FastReport.Design
  2. {
  3. partial class Designer
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. #region Component 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. components = new System.ComponentModel.Container();
  17. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  18. }
  19. #endregion
  20. }
  21. }