namespace LB_VisionProcesses
{
partial class MainForm
{
///
/// 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()
{
btnCamera = new Button();
btnCom = new Button();
btnYOLO = new Button();
btnTRT = new Button();
SuspendLayout();
//
// btnCamera
//
btnCamera.Location = new Point(12, 12);
btnCamera.Name = "btnCamera";
btnCamera.Size = new Size(75, 23);
btnCamera.TabIndex = 0;
btnCamera.Text = "Cameras";
btnCamera.UseVisualStyleBackColor = true;
btnCamera.Click += btnCamera_Click;
//
// btnCom
//
btnCom.Location = new Point(12, 41);
btnCom.Name = "btnCom";
btnCom.Size = new Size(162, 23);
btnCom.TabIndex = 1;
btnCom.Text = "Communicators";
btnCom.UseVisualStyleBackColor = true;
btnCom.Click += btnCom_Click;
//
// btnYOLO
//
btnYOLO.Location = new Point(12, 70);
btnYOLO.Name = "btnYOLO";
btnYOLO.Size = new Size(75, 23);
btnYOLO.TabIndex = 2;
btnYOLO.Text = "YOLO";
btnYOLO.UseVisualStyleBackColor = true;
btnYOLO.Click += btnYOLO_Click;
//
// btnTRT
//
btnTRT.Location = new Point(12, 99);
btnTRT.Name = "btnTRT";
btnTRT.Size = new Size(75, 23);
btnTRT.TabIndex = 3;
btnTRT.Text = "TRT";
btnTRT.UseVisualStyleBackColor = true;
btnTRT.Click += btnTRT_Click;
//
// MainForm
//
AutoScaleDimensions = new SizeF(96F, 96F);
AutoScaleMode = AutoScaleMode.Dpi;
BackColor = Color.FromArgb(32, 41, 50);
ClientSize = new Size(421, 236);
Controls.Add(btnTRT);
Controls.Add(btnYOLO);
Controls.Add(btnCom);
Controls.Add(btnCamera);
Name = "MainForm";
Text = "MainForm";
ResumeLayout(false);
}
#endregion
private Button btnCamera;
private Button btnCom;
private Button btnYOLO;
private Button btnTRT;
}
}