FileDialogControlBase.Designer.cs 914 B

1234567891011121314151617181920212223242526272829303132333435
  1. namespace PaintDotNet.SystemLayer.FileDlgExtenders.FileDialogExtenders
  2. {
  3. partial class FileDialogControlBase
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  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.SuspendLayout();
  17. //
  18. // FileDialogControlBase
  19. //
  20. this.Name = "FileDialogControlBase";
  21. this.Size = new System.Drawing.Size(555, 385);
  22. this.ResumeLayout(false);
  23. }
  24. #endregion
  25. //protected System.Windows.Forms.OpenFileDialog _dlgOpen;
  26. }
  27. }