namespace OTSIncAReportApp
{
partial class frmCharts
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 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(frmCharts));
this.SuspendLayout();
//
// frmCharts
//
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1592, 934);
this.CloseButton = false;
this.CloseButtonVisible = false;
this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)(((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight)
| OTS.WinFormsUI.Docking.DockAreas.DockTop)
| OTS.WinFormsUI.Docking.DockAreas.DockBottom)
| OTS.WinFormsUI.Docking.DockAreas.Document)));
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "frmCharts";
this.Text = "OTSCaculationCharts";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Activated += new System.EventHandler(this.OTSCaculationChartsWindow_Activated);
this.ResumeLayout(false);
}
#endregion
}
}