namespace SmartCoalApplication.AutomaticMeasurement
{
partial class ResultViewPreview
{
///
/// 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.panelResultViewPreview = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// panelResultViewPreview
//
this.panelResultViewPreview.AutoScroll = true;
this.panelResultViewPreview.BackColor = System.Drawing.SystemColors.HighlightText;
this.panelResultViewPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelResultViewPreview.Location = new System.Drawing.Point(0, 0);
this.panelResultViewPreview.Name = "panelResultViewPreview";
this.panelResultViewPreview.Size = new System.Drawing.Size(978, 699);
this.panelResultViewPreview.TabIndex = 1;
//
// ResultViewPreview
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(978, 699);
this.Controls.Add(this.panelResultViewPreview);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Location = new System.Drawing.Point(0, 0);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ResultViewPreview";
this.Text = "ResultViewPreview";
this.Controls.SetChildIndex(this.panelResultViewPreview, 0);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelResultViewPreview;
}
}