namespace Hydro.WinfrmUI.Viewer {
partial class frmPad {
///
/// Clean up any resources being used.
///
protected override void Dispose(bool disposing) {
if(disposing) {
if(components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
#region Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPad));
this.SuspendLayout();
//
// frmPad
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
this.ClientSize = new System.Drawing.Size(798, 477);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("frmPad.IconOptions.Icon")));
this.Name = "frmPad";
this.Text = "frmPad";
this.Closing += new System.ComponentModel.CancelEventHandler(this.frmPad_Closing);
this.Load += new System.EventHandler(this.frmPad_Load);
this.ResumeLayout(false);
}
#endregion
private System.ComponentModel.Container components = null;
}
}