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;
|
|
}
|
}
|