Dialog_MaterialVerify_S1.Designer.cs 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. using System.ComponentModel;
  2. using System.Drawing;
  3. using System.Windows.Forms;
  4. namespace MainForm.FaForm
  5. {
  6. partial class Dialog_MaterialVerify_S1
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.components = new Container();
  32. this.AutoScaleMode = AutoScaleMode.Font;
  33. this.ClientSize = new Size(800, 450);
  34. this.Text = "Dialog_MaterialVerify_S1";
  35. }
  36. #endregion
  37. }
  38. }