namespace IStation.Win
{
partial class frmMain1
{
///
/// 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()
{
correctionFactorView1 = new CorrectionFactorView();
SuspendLayout();
//
// correctionFactorView1
//
correctionFactorView1.Dock = DockStyle.Fill;
correctionFactorView1.Location = new Point(0, 0);
correctionFactorView1.Margin = new Padding(2, 3, 2, 3);
correctionFactorView1.Name = "correctionFactorView1";
correctionFactorView1.Size = new Size(1761, 1085);
correctionFactorView1.TabIndex = 0;
//
// frmMain1
//
Appearance.Options.UseFont = true;
AutoScaleDimensions = new SizeF(12F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1761, 1085);
Controls.Add(correctionFactorView1);
Font = new Font("Tahoma", 10.5F, FontStyle.Regular, GraphicsUnit.Point);
Margin = new Padding(2, 3, 2, 3);
Name = "frmMain1";
StartPosition = FormStartPosition.CenterScreen;
Text = "main";
ResumeLayout(false);
}
#endregion
private CorrectionFactorView correctionFactorView1;
}
}