duheng
2024-05-24 d33c82d8fff92a17263923c711448c0253b1a81c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
namespace Hydro.WinfrmUI.Viewer {
    partial class frmDoc {
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing) {
            if(disposing) {
                if(components != null) {
                    components.Dispose();
                }
            }
            base.Dispose(disposing);
        }
 
        #region Designer generated code
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDoc));
 
            this.SuspendLayout();
 
            // 
            // frmDoc
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize = new System.Drawing.Size(798, 477); 
            this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("frmDoc.IconOptions.Icon")));
            this.Name = "frmDoc";
            this.Text = "frmDoc";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.frmDoc_Closing);
            this.Load += new System.EventHandler(this.frmDoc_Load);
            this.ResumeLayout(false);
 
        }
 
        #endregion
    
        private System.ComponentModel.Container components = null;
 
    }
}