namespace UserControls { partial class FrmDiagramView { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDiagramView)); this.zedGraph = new ZedGraph.ZedGraphControl(); this.btnClose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // zedGraph // this.zedGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.zedGraph.Location = new System.Drawing.Point(0, 0); this.zedGraph.Name = "zedGraph"; this.zedGraph.ScrollGrace = 0D; this.zedGraph.ScrollMaxX = 0D; this.zedGraph.ScrollMaxY = 0D; this.zedGraph.ScrollMaxY2 = 0D; this.zedGraph.ScrollMinX = 0D; this.zedGraph.ScrollMinY = 0D; this.zedGraph.ScrollMinY2 = 0D; this.zedGraph.Size = new System.Drawing.Size(584, 461); this.zedGraph.TabIndex = 0; this.zedGraph.UseExtendedPrintDialog = true; // // btnClose // this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("Segoe UI", 8F); this.btnClose.Location = new System.Drawing.Point(-100, -100); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(52, 24); this.btnClose.TabIndex = 19; this.btnClose.Text = "CloseH"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FrmDiagramView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(584, 461); this.Controls.Add(this.btnClose); this.Controls.Add(this.zedGraph); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(600, 500); this.Name = "FrmDiagramView"; this.ShowInTaskbar = false; this.Text = "Plot"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DiagramView_FormClosing); this.Load += new System.EventHandler(this.DiagramView_Load); this.VisibleChanged += new System.EventHandler(this.FrmDiagramView_VisibleChanged); this.ResumeLayout(false); } #endregion private ZedGraph.ZedGraphControl zedGraph; private System.Windows.Forms.Button btnClose; } }