namespace LB_VisionProcesses
{
partial class ProcessEditForm
{
///
/// 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()
{
panel = new Panel();
SuspendLayout();
//
// panel
//
panel.BackColor = Color.FromArgb(32, 41, 50);
panel.Dock = DockStyle.Fill;
panel.Location = new Point(0, 0);
panel.Name = "panel";
panel.Size = new Size(944, 601);
panel.TabIndex = 0;
//
// ProcessEditForm
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
BackColor = Color.FromArgb(32, 41, 50);
ClientSize = new Size(944, 601);
Controls.Add(panel);
ForeColor = Color.White;
Name = "ProcessEditForm";
Text = "AlgorithmForm";
FormClosing += ProcessEditForm_FormClosing;
Load += ProcessEditForm_Load;
ResumeLayout(false);
}
#endregion
public Panel panel;
public TextBox textBox = new TextBox();
}
}