agrobot_base/AgroBase/AgroBase/Forms/frmPinout.Designer.cs

1056 lines
50 KiB
C#
Raw Normal View History

2024-01-22 17:07:27 +00:00
namespace AgroBase.Forms
{
partial class frmPinout
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblPinout = new System.Windows.Forms.Label();
this.cmb22 = new System.Windows.Forms.ComboBox();
this.cmb21 = new System.Windows.Forms.ComboBox();
this.cmb20 = new System.Windows.Forms.ComboBox();
this.cmb23 = new System.Windows.Forms.ComboBox();
this.cmb24 = new System.Windows.Forms.ComboBox();
this.cmb25 = new System.Windows.Forms.ComboBox();
this.btnSalvar = new System.Windows.Forms.Button();
this.cmb26 = new System.Windows.Forms.ComboBox();
this.cmb27 = new System.Windows.Forms.ComboBox();
this.cmb28 = new System.Windows.Forms.ComboBox();
this.cmb29 = new System.Windows.Forms.ComboBox();
this.cmb30 = new System.Windows.Forms.ComboBox();
this.cmb31 = new System.Windows.Forms.ComboBox();
this.cmb32 = new System.Windows.Forms.ComboBox();
this.cmb33 = new System.Windows.Forms.ComboBox();
this.cmb34 = new System.Windows.Forms.ComboBox();
this.cmb35 = new System.Windows.Forms.ComboBox();
this.cmb36 = new System.Windows.Forms.ComboBox();
this.cmb37 = new System.Windows.Forms.ComboBox();
this.cmb38 = new System.Windows.Forms.ComboBox();
this.cmb39 = new System.Windows.Forms.ComboBox();
this.cmb40 = new System.Windows.Forms.ComboBox();
this.cmb41 = new System.Windows.Forms.ComboBox();
this.cmb42 = new System.Windows.Forms.ComboBox();
this.cmb43 = new System.Windows.Forms.ComboBox();
this.cmb44 = new System.Windows.Forms.ComboBox();
this.cmb19 = new System.Windows.Forms.ComboBox();
this.cmb18 = new System.Windows.Forms.ComboBox();
this.cmb17 = new System.Windows.Forms.ComboBox();
this.cmb16 = new System.Windows.Forms.ComboBox();
this.cmb15 = new System.Windows.Forms.ComboBox();
this.cmb14 = new System.Windows.Forms.ComboBox();
this.cmb13 = new System.Windows.Forms.ComboBox();
this.cmb12 = new System.Windows.Forms.ComboBox();
this.cmb11 = new System.Windows.Forms.ComboBox();
this.cmb10 = new System.Windows.Forms.ComboBox();
this.cmb9 = new System.Windows.Forms.ComboBox();
this.cmb8 = new System.Windows.Forms.ComboBox();
this.cmb7 = new System.Windows.Forms.ComboBox();
this.cmb6 = new System.Windows.Forms.ComboBox();
this.cmb5 = new System.Windows.Forms.ComboBox();
this.cmb4 = new System.Windows.Forms.ComboBox();
this.cmb3 = new System.Windows.Forms.ComboBox();
this.cmb2 = new System.Windows.Forms.ComboBox();
this.cmb1 = new System.Windows.Forms.ComboBox();
this.cbTipo = new System.Windows.Forms.ComboBox();
2024-04-15 10:57:37 +00:00
this.imgESP32 = new System.Windows.Forms.PictureBox();
this.picMCP = new System.Windows.Forms.PictureBox();
this.cmbB7 = new System.Windows.Forms.ComboBox();
this.cmbB6 = new System.Windows.Forms.ComboBox();
this.cmbB5 = new System.Windows.Forms.ComboBox();
this.cmbB4 = new System.Windows.Forms.ComboBox();
this.cmbB3 = new System.Windows.Forms.ComboBox();
this.cmbB2 = new System.Windows.Forms.ComboBox();
this.cmbB1 = new System.Windows.Forms.ComboBox();
this.cmbB0 = new System.Windows.Forms.ComboBox();
this.cmbA7 = new System.Windows.Forms.ComboBox();
this.cmbA6 = new System.Windows.Forms.ComboBox();
this.cmbA5 = new System.Windows.Forms.ComboBox();
this.cmbA4 = new System.Windows.Forms.ComboBox();
this.cmbA3 = new System.Windows.Forms.ComboBox();
this.cmbA2 = new System.Windows.Forms.ComboBox();
this.cmbA1 = new System.Windows.Forms.ComboBox();
this.cmbA0 = new System.Windows.Forms.ComboBox();
this.lblB1 = new System.Windows.Forms.Label();
this.lblA1 = new System.Windows.Forms.Label();
this.txtMCP1 = new System.Windows.Forms.TextBox();
this.lblMCP1 = new System.Windows.Forms.Label();
this.gpbMCP1 = new System.Windows.Forms.GroupBox();
this.chbMCP1 = new System.Windows.Forms.CheckBox();
2024-01-22 17:07:27 +00:00
((System.ComponentModel.ISupportInitialize)(this.imgESP32)).BeginInit();
2024-04-15 10:57:37 +00:00
((System.ComponentModel.ISupportInitialize)(this.picMCP)).BeginInit();
this.gpbMCP1.SuspendLayout();
2024-01-22 17:07:27 +00:00
this.SuspendLayout();
//
// lblPinout
//
this.lblPinout.AutoSize = true;
2024-04-01 11:03:25 +00:00
this.lblPinout.Location = new System.Drawing.Point(12, 11);
2024-01-22 17:07:27 +00:00
this.lblPinout.Name = "lblPinout";
2024-04-01 11:03:25 +00:00
this.lblPinout.Size = new System.Drawing.Size(44, 16);
2024-01-22 17:07:27 +00:00
this.lblPinout.TabIndex = 227;
this.lblPinout.Text = "Pinout";
//
// cmb22
//
this.cmb22.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb22.Enabled = false;
this.cmb22.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb22.Location = new System.Drawing.Point(16, 724);
this.cmb22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb22.Name = "cmb22";
2024-04-01 11:03:25 +00:00
this.cmb22.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb22.TabIndex = 226;
this.cmb22.Visible = false;
//
// cmb21
//
this.cmb21.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb21.Enabled = false;
this.cmb21.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb21.Location = new System.Drawing.Point(16, 694);
this.cmb21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb21.Name = "cmb21";
2024-04-01 11:03:25 +00:00
this.cmb21.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb21.TabIndex = 225;
this.cmb21.Visible = false;
//
// cmb20
//
this.cmb20.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb20.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb20.Location = new System.Drawing.Point(16, 663);
this.cmb20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb20.Name = "cmb20";
2024-04-01 11:03:25 +00:00
this.cmb20.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb20.TabIndex = 224;
this.cmb20.Visible = false;
//
// cmb23
//
this.cmb23.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb23.Enabled = false;
this.cmb23.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb23.Location = new System.Drawing.Point(581, 724);
this.cmb23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb23.Name = "cmb23";
2024-04-01 11:03:25 +00:00
this.cmb23.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb23.TabIndex = 223;
this.cmb23.Visible = false;
//
// cmb24
//
this.cmb24.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb24.Enabled = false;
this.cmb24.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb24.Location = new System.Drawing.Point(581, 694);
this.cmb24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb24.Name = "cmb24";
2024-04-01 11:03:25 +00:00
this.cmb24.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb24.TabIndex = 222;
this.cmb24.Visible = false;
//
// cmb25
//
this.cmb25.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb25.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb25.Location = new System.Drawing.Point(581, 663);
this.cmb25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb25.Name = "cmb25";
2024-04-01 11:03:25 +00:00
this.cmb25.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb25.TabIndex = 221;
this.cmb25.Visible = false;
//
// btnSalvar
//
2024-04-15 10:57:37 +00:00
this.btnSalvar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSalvar.Location = new System.Drawing.Point(1240, 810);
2024-04-01 11:03:25 +00:00
this.btnSalvar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.btnSalvar.Name = "btnSalvar";
2024-04-01 11:03:25 +00:00
this.btnSalvar.Size = new System.Drawing.Size(148, 39);
2024-01-22 17:07:27 +00:00
this.btnSalvar.TabIndex = 220;
this.btnSalvar.Text = "Salvar";
this.btnSalvar.UseVisualStyleBackColor = true;
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
//
// cmb26
//
this.cmb26.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb26.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb26.Location = new System.Drawing.Point(581, 634);
this.cmb26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb26.Name = "cmb26";
2024-04-01 11:03:25 +00:00
this.cmb26.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb26.TabIndex = 219;
this.cmb26.Visible = false;
//
// cmb27
//
this.cmb27.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb27.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb27.Location = new System.Drawing.Point(581, 604);
this.cmb27.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb27.Name = "cmb27";
2024-04-01 11:03:25 +00:00
this.cmb27.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb27.TabIndex = 218;
this.cmb27.Visible = false;
//
// cmb28
//
this.cmb28.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb28.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb28.Location = new System.Drawing.Point(581, 574);
this.cmb28.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb28.Name = "cmb28";
2024-04-01 11:03:25 +00:00
this.cmb28.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb28.TabIndex = 217;
this.cmb28.Visible = false;
//
// cmb29
//
this.cmb29.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb29.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb29.Location = new System.Drawing.Point(581, 544);
this.cmb29.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb29.Name = "cmb29";
2024-04-01 11:03:25 +00:00
this.cmb29.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb29.TabIndex = 216;
this.cmb29.Visible = false;
//
// cmb30
//
this.cmb30.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb30.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb30.Location = new System.Drawing.Point(581, 514);
this.cmb30.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb30.Name = "cmb30";
2024-04-01 11:03:25 +00:00
this.cmb30.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb30.TabIndex = 215;
this.cmb30.Visible = false;
//
// cmb31
//
this.cmb31.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb31.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb31.Location = new System.Drawing.Point(581, 484);
this.cmb31.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb31.Name = "cmb31";
2024-04-01 11:03:25 +00:00
this.cmb31.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb31.TabIndex = 214;
this.cmb31.Visible = false;
//
// cmb32
//
this.cmb32.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb32.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb32.Location = new System.Drawing.Point(581, 454);
this.cmb32.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb32.Name = "cmb32";
2024-04-01 11:03:25 +00:00
this.cmb32.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb32.TabIndex = 213;
this.cmb32.Visible = false;
//
// cmb33
//
this.cmb33.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb33.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb33.Location = new System.Drawing.Point(581, 423);
this.cmb33.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb33.Name = "cmb33";
2024-04-01 11:03:25 +00:00
this.cmb33.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb33.TabIndex = 212;
this.cmb33.Visible = false;
//
// cmb34
//
this.cmb34.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb34.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb34.Location = new System.Drawing.Point(581, 394);
this.cmb34.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb34.Name = "cmb34";
2024-04-01 11:03:25 +00:00
this.cmb34.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb34.TabIndex = 211;
this.cmb34.Visible = false;
//
// cmb35
//
this.cmb35.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb35.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb35.Location = new System.Drawing.Point(581, 364);
this.cmb35.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb35.Name = "cmb35";
2024-04-01 11:03:25 +00:00
this.cmb35.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb35.TabIndex = 210;
this.cmb35.Visible = false;
//
// cmb36
//
this.cmb36.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb36.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb36.Location = new System.Drawing.Point(581, 334);
this.cmb36.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb36.Name = "cmb36";
2024-04-01 11:03:25 +00:00
this.cmb36.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb36.TabIndex = 209;
this.cmb36.Visible = false;
//
// cmb37
//
this.cmb37.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb37.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb37.Location = new System.Drawing.Point(581, 304);
this.cmb37.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb37.Name = "cmb37";
2024-04-01 11:03:25 +00:00
this.cmb37.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb37.TabIndex = 208;
this.cmb37.Visible = false;
//
// cmb38
//
this.cmb38.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb38.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb38.Location = new System.Drawing.Point(581, 274);
this.cmb38.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb38.Name = "cmb38";
2024-04-01 11:03:25 +00:00
this.cmb38.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb38.TabIndex = 207;
this.cmb38.Visible = false;
//
// cmb39
//
this.cmb39.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb39.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb39.Location = new System.Drawing.Point(581, 244);
this.cmb39.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb39.Name = "cmb39";
2024-04-01 11:03:25 +00:00
this.cmb39.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb39.TabIndex = 206;
this.cmb39.Visible = false;
//
// cmb40
//
this.cmb40.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb40.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb40.Location = new System.Drawing.Point(581, 214);
this.cmb40.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb40.Name = "cmb40";
2024-04-01 11:03:25 +00:00
this.cmb40.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb40.TabIndex = 205;
this.cmb40.Visible = false;
//
// cmb41
//
this.cmb41.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb41.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb41.Location = new System.Drawing.Point(581, 183);
this.cmb41.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb41.Name = "cmb41";
2024-04-01 11:03:25 +00:00
this.cmb41.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb41.TabIndex = 204;
this.cmb41.Visible = false;
//
// cmb42
//
this.cmb42.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb42.Enabled = false;
this.cmb42.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb42.Location = new System.Drawing.Point(581, 154);
this.cmb42.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb42.Name = "cmb42";
2024-04-01 11:03:25 +00:00
this.cmb42.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb42.TabIndex = 203;
this.cmb42.Visible = false;
//
// cmb43
//
this.cmb43.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb43.Enabled = false;
this.cmb43.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb43.Location = new System.Drawing.Point(581, 124);
this.cmb43.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb43.Name = "cmb43";
2024-04-01 11:03:25 +00:00
this.cmb43.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb43.TabIndex = 202;
this.cmb43.Visible = false;
//
// cmb44
//
this.cmb44.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb44.Enabled = false;
this.cmb44.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb44.Location = new System.Drawing.Point(581, 94);
this.cmb44.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb44.Name = "cmb44";
2024-04-01 11:03:25 +00:00
this.cmb44.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb44.TabIndex = 201;
this.cmb44.Visible = false;
//
// cmb19
//
this.cmb19.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb19.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb19.Location = new System.Drawing.Point(16, 634);
this.cmb19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb19.Name = "cmb19";
2024-04-01 11:03:25 +00:00
this.cmb19.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb19.TabIndex = 200;
this.cmb19.Visible = false;
//
// cmb18
//
this.cmb18.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb18.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb18.Location = new System.Drawing.Point(16, 604);
this.cmb18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb18.Name = "cmb18";
2024-04-01 11:03:25 +00:00
this.cmb18.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb18.TabIndex = 199;
this.cmb18.Visible = false;
//
// cmb17
//
this.cmb17.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb17.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb17.Location = new System.Drawing.Point(16, 574);
this.cmb17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb17.Name = "cmb17";
2024-04-01 11:03:25 +00:00
this.cmb17.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb17.TabIndex = 198;
this.cmb17.Visible = false;
//
// cmb16
//
this.cmb16.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb16.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb16.Location = new System.Drawing.Point(16, 544);
this.cmb16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb16.Name = "cmb16";
2024-04-01 11:03:25 +00:00
this.cmb16.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb16.TabIndex = 197;
this.cmb16.Visible = false;
//
// cmb15
//
this.cmb15.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb15.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb15.Location = new System.Drawing.Point(16, 514);
this.cmb15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb15.Name = "cmb15";
2024-04-01 11:03:25 +00:00
this.cmb15.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb15.TabIndex = 196;
this.cmb15.Visible = false;
//
// cmb14
//
this.cmb14.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb14.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb14.Location = new System.Drawing.Point(16, 484);
this.cmb14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb14.Name = "cmb14";
2024-04-01 11:03:25 +00:00
this.cmb14.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb14.TabIndex = 195;
this.cmb14.Visible = false;
//
// cmb13
//
this.cmb13.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb13.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb13.Location = new System.Drawing.Point(16, 454);
this.cmb13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb13.Name = "cmb13";
2024-04-01 11:03:25 +00:00
this.cmb13.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb13.TabIndex = 194;
this.cmb13.Visible = false;
//
// cmb12
//
this.cmb12.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb12.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb12.Location = new System.Drawing.Point(16, 423);
this.cmb12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb12.Name = "cmb12";
2024-04-01 11:03:25 +00:00
this.cmb12.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb12.TabIndex = 193;
this.cmb12.Visible = false;
//
// cmb11
//
this.cmb11.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb11.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb11.Location = new System.Drawing.Point(16, 394);
this.cmb11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb11.Name = "cmb11";
2024-04-01 11:03:25 +00:00
this.cmb11.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb11.TabIndex = 192;
this.cmb11.Visible = false;
//
// cmb10
//
this.cmb10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb10.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb10.Location = new System.Drawing.Point(16, 364);
this.cmb10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb10.Name = "cmb10";
2024-04-01 11:03:25 +00:00
this.cmb10.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb10.TabIndex = 191;
this.cmb10.Visible = false;
//
// cmb9
//
this.cmb9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb9.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb9.Location = new System.Drawing.Point(16, 334);
this.cmb9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb9.Name = "cmb9";
2024-04-01 11:03:25 +00:00
this.cmb9.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb9.TabIndex = 190;
this.cmb9.Visible = false;
//
// cmb8
//
this.cmb8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb8.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb8.Location = new System.Drawing.Point(16, 304);
this.cmb8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb8.Name = "cmb8";
2024-04-01 11:03:25 +00:00
this.cmb8.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb8.TabIndex = 189;
this.cmb8.Visible = false;
//
// cmb7
//
this.cmb7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb7.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb7.Location = new System.Drawing.Point(16, 274);
this.cmb7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb7.Name = "cmb7";
2024-04-01 11:03:25 +00:00
this.cmb7.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb7.TabIndex = 188;
this.cmb7.Visible = false;
//
// cmb6
//
this.cmb6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb6.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb6.Location = new System.Drawing.Point(16, 244);
this.cmb6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb6.Name = "cmb6";
2024-04-01 11:03:25 +00:00
this.cmb6.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb6.TabIndex = 187;
this.cmb6.Visible = false;
//
// cmb5
//
this.cmb5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb5.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb5.Location = new System.Drawing.Point(16, 214);
this.cmb5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb5.Name = "cmb5";
2024-04-01 11:03:25 +00:00
this.cmb5.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb5.TabIndex = 186;
this.cmb5.Visible = false;
//
// cmb4
//
this.cmb4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb4.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb4.Location = new System.Drawing.Point(16, 183);
this.cmb4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb4.Name = "cmb4";
2024-04-01 11:03:25 +00:00
this.cmb4.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb4.TabIndex = 185;
this.cmb4.Visible = false;
//
// cmb3
//
this.cmb3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb3.Enabled = false;
this.cmb3.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb3.Location = new System.Drawing.Point(16, 154);
this.cmb3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb3.Name = "cmb3";
2024-04-01 11:03:25 +00:00
this.cmb3.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb3.TabIndex = 184;
this.cmb3.Visible = false;
//
// cmb2
//
this.cmb2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb2.Enabled = false;
this.cmb2.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb2.Location = new System.Drawing.Point(16, 124);
this.cmb2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb2.Name = "cmb2";
2024-04-01 11:03:25 +00:00
this.cmb2.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb2.TabIndex = 183;
this.cmb2.Visible = false;
//
// cmb1
//
this.cmb1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb1.Enabled = false;
this.cmb1.FormattingEnabled = true;
2024-04-01 11:03:25 +00:00
this.cmb1.Location = new System.Drawing.Point(16, 94);
this.cmb1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.cmb1.Name = "cmb1";
2024-04-01 11:03:25 +00:00
this.cmb1.Size = new System.Drawing.Size(148, 24);
2024-01-22 17:07:27 +00:00
this.cmb1.TabIndex = 182;
this.cmb1.Visible = false;
//
2024-04-15 10:57:37 +00:00
// cbTipo
//
this.cbTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTipo.FormattingEnabled = true;
this.cbTipo.Location = new System.Drawing.Point(16, 31);
this.cbTipo.Margin = new System.Windows.Forms.Padding(4);
this.cbTipo.Name = "cbTipo";
this.cbTipo.Size = new System.Drawing.Size(148, 24);
this.cbTipo.TabIndex = 228;
this.cbTipo.SelectedIndexChanged += new System.EventHandler(this.cbTipo_SelectedIndexChanged);
//
2024-01-22 17:07:27 +00:00
// imgESP32
//
this.imgESP32.Image = global::AgroBase.Properties.Resources.esp32_s3;
2024-04-01 11:03:25 +00:00
this.imgESP32.Location = new System.Drawing.Point(169, 2);
this.imgESP32.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-01-22 17:07:27 +00:00
this.imgESP32.Name = "imgESP32";
2024-04-01 11:03:25 +00:00
this.imgESP32.Size = new System.Drawing.Size(405, 847);
2024-01-22 17:07:27 +00:00
this.imgESP32.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.imgESP32.TabIndex = 181;
this.imgESP32.TabStop = false;
//
2024-04-15 10:57:37 +00:00
// picMCP
//
this.picMCP.Image = global::AgroBase.Properties.Resources.mcp;
this.picMCP.Location = new System.Drawing.Point(15, 52);
this.picMCP.Name = "picMCP";
this.picMCP.Size = new System.Drawing.Size(278, 322);
this.picMCP.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picMCP.TabIndex = 229;
this.picMCP.TabStop = false;
//
// cmbB7
//
this.cmbB7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB7.Enabled = false;
this.cmbB7.FormattingEnabled = true;
this.cmbB7.Location = new System.Drawing.Point(299, 334);
this.cmbB7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB7.Name = "cmbB7";
this.cmbB7.Size = new System.Drawing.Size(148, 24);
this.cmbB7.TabIndex = 237;
//
// cmbB6
//
this.cmbB6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB6.Enabled = false;
this.cmbB6.FormattingEnabled = true;
this.cmbB6.Location = new System.Drawing.Point(299, 304);
this.cmbB6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB6.Name = "cmbB6";
this.cmbB6.Size = new System.Drawing.Size(148, 24);
this.cmbB6.TabIndex = 236;
//
// cmbB5
//
this.cmbB5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB5.Enabled = false;
this.cmbB5.FormattingEnabled = true;
this.cmbB5.Location = new System.Drawing.Point(299, 274);
this.cmbB5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB5.Name = "cmbB5";
this.cmbB5.Size = new System.Drawing.Size(148, 24);
this.cmbB5.TabIndex = 235;
//
// cmbB4
//
this.cmbB4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB4.Enabled = false;
this.cmbB4.FormattingEnabled = true;
this.cmbB4.Location = new System.Drawing.Point(299, 244);
this.cmbB4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB4.Name = "cmbB4";
this.cmbB4.Size = new System.Drawing.Size(148, 24);
this.cmbB4.TabIndex = 234;
//
// cmbB3
//
this.cmbB3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB3.Enabled = false;
this.cmbB3.FormattingEnabled = true;
this.cmbB3.Location = new System.Drawing.Point(299, 213);
this.cmbB3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB3.Name = "cmbB3";
this.cmbB3.Size = new System.Drawing.Size(148, 24);
this.cmbB3.TabIndex = 233;
//
// cmbB2
//
this.cmbB2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB2.Enabled = false;
this.cmbB2.FormattingEnabled = true;
this.cmbB2.Location = new System.Drawing.Point(299, 184);
this.cmbB2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB2.Name = "cmbB2";
this.cmbB2.Size = new System.Drawing.Size(148, 24);
this.cmbB2.TabIndex = 232;
//
// cmbB1
//
this.cmbB1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB1.Enabled = false;
this.cmbB1.FormattingEnabled = true;
this.cmbB1.Location = new System.Drawing.Point(299, 154);
this.cmbB1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB1.Name = "cmbB1";
this.cmbB1.Size = new System.Drawing.Size(148, 24);
this.cmbB1.TabIndex = 231;
//
// cmbB0
//
this.cmbB0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbB0.Enabled = false;
this.cmbB0.FormattingEnabled = true;
this.cmbB0.Location = new System.Drawing.Point(299, 124);
this.cmbB0.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbB0.Name = "cmbB0";
this.cmbB0.Size = new System.Drawing.Size(148, 24);
this.cmbB0.TabIndex = 230;
//
// cmbA7
//
this.cmbA7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA7.Enabled = false;
this.cmbA7.FormattingEnabled = true;
this.cmbA7.Location = new System.Drawing.Point(468, 334);
this.cmbA7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA7.Name = "cmbA7";
this.cmbA7.Size = new System.Drawing.Size(148, 24);
this.cmbA7.TabIndex = 245;
//
// cmbA6
//
this.cmbA6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA6.Enabled = false;
this.cmbA6.FormattingEnabled = true;
this.cmbA6.Location = new System.Drawing.Point(468, 304);
this.cmbA6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA6.Name = "cmbA6";
this.cmbA6.Size = new System.Drawing.Size(148, 24);
this.cmbA6.TabIndex = 244;
//
// cmbA5
//
this.cmbA5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA5.Enabled = false;
this.cmbA5.FormattingEnabled = true;
this.cmbA5.Location = new System.Drawing.Point(468, 274);
this.cmbA5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA5.Name = "cmbA5";
this.cmbA5.Size = new System.Drawing.Size(148, 24);
this.cmbA5.TabIndex = 243;
//
// cmbA4
//
this.cmbA4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA4.Enabled = false;
this.cmbA4.FormattingEnabled = true;
this.cmbA4.Location = new System.Drawing.Point(468, 244);
this.cmbA4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA4.Name = "cmbA4";
this.cmbA4.Size = new System.Drawing.Size(148, 24);
this.cmbA4.TabIndex = 242;
//
// cmbA3
//
this.cmbA3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA3.Enabled = false;
this.cmbA3.FormattingEnabled = true;
this.cmbA3.Location = new System.Drawing.Point(468, 213);
this.cmbA3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA3.Name = "cmbA3";
this.cmbA3.Size = new System.Drawing.Size(148, 24);
this.cmbA3.TabIndex = 241;
//
// cmbA2
//
this.cmbA2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA2.Enabled = false;
this.cmbA2.FormattingEnabled = true;
this.cmbA2.Location = new System.Drawing.Point(468, 184);
this.cmbA2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA2.Name = "cmbA2";
this.cmbA2.Size = new System.Drawing.Size(148, 24);
this.cmbA2.TabIndex = 240;
//
// cmbA1
//
this.cmbA1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA1.Enabled = false;
this.cmbA1.FormattingEnabled = true;
this.cmbA1.Location = new System.Drawing.Point(468, 154);
this.cmbA1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA1.Name = "cmbA1";
this.cmbA1.Size = new System.Drawing.Size(148, 24);
this.cmbA1.TabIndex = 239;
//
// cmbA0
//
this.cmbA0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbA0.Enabled = false;
this.cmbA0.FormattingEnabled = true;
this.cmbA0.Location = new System.Drawing.Point(468, 124);
this.cmbA0.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cmbA0.Name = "cmbA0";
this.cmbA0.Size = new System.Drawing.Size(148, 24);
this.cmbA0.TabIndex = 238;
//
// lblB1
//
this.lblB1.AutoSize = true;
this.lblB1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblB1.Location = new System.Drawing.Point(352, 90);
this.lblB1.Name = "lblB1";
this.lblB1.Size = new System.Drawing.Size(34, 32);
this.lblB1.TabIndex = 246;
this.lblB1.Text = "B";
//
// lblA1
//
this.lblA1.AutoSize = true;
this.lblA1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblA1.Location = new System.Drawing.Point(523, 90);
this.lblA1.Name = "lblA1";
this.lblA1.Size = new System.Drawing.Size(34, 32);
this.lblA1.TabIndex = 247;
this.lblA1.Text = "A";
//
// txtMCP1
//
this.txtMCP1.Enabled = false;
this.txtMCP1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtMCP1.Location = new System.Drawing.Point(468, 52);
this.txtMCP1.Name = "txtMCP1";
this.txtMCP1.Size = new System.Drawing.Size(148, 30);
this.txtMCP1.TabIndex = 248;
this.txtMCP1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lblMCP1
//
this.lblMCP1.AutoSize = true;
this.lblMCP1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMCP1.Location = new System.Drawing.Point(299, 55);
this.lblMCP1.Name = "lblMCP1";
this.lblMCP1.Size = new System.Drawing.Size(144, 25);
this.lblMCP1.TabIndex = 249;
this.lblMCP1.Text = "Endereço I2C";
//
// gpbMCP1
//
this.gpbMCP1.Controls.Add(this.chbMCP1);
this.gpbMCP1.Controls.Add(this.picMCP);
this.gpbMCP1.Controls.Add(this.lblMCP1);
this.gpbMCP1.Controls.Add(this.cmbB0);
this.gpbMCP1.Controls.Add(this.txtMCP1);
this.gpbMCP1.Controls.Add(this.cmbB1);
this.gpbMCP1.Controls.Add(this.lblA1);
this.gpbMCP1.Controls.Add(this.cmbB2);
this.gpbMCP1.Controls.Add(this.lblB1);
this.gpbMCP1.Controls.Add(this.cmbB3);
this.gpbMCP1.Controls.Add(this.cmbA7);
this.gpbMCP1.Controls.Add(this.cmbB4);
this.gpbMCP1.Controls.Add(this.cmbA6);
this.gpbMCP1.Controls.Add(this.cmbB5);
this.gpbMCP1.Controls.Add(this.cmbA5);
this.gpbMCP1.Controls.Add(this.cmbB6);
this.gpbMCP1.Controls.Add(this.cmbA4);
this.gpbMCP1.Controls.Add(this.cmbB7);
this.gpbMCP1.Controls.Add(this.cmbA3);
this.gpbMCP1.Controls.Add(this.cmbA0);
this.gpbMCP1.Controls.Add(this.cmbA2);
this.gpbMCP1.Controls.Add(this.cmbA1);
this.gpbMCP1.Location = new System.Drawing.Point(759, 12);
this.gpbMCP1.Name = "gpbMCP1";
this.gpbMCP1.Size = new System.Drawing.Size(632, 385);
this.gpbMCP1.TabIndex = 250;
this.gpbMCP1.TabStop = false;
this.gpbMCP1.Text = "Expansor de GPIO";
//
// chbMCP1
//
this.chbMCP1.AutoSize = true;
this.chbMCP1.Location = new System.Drawing.Point(15, 23);
this.chbMCP1.Name = "chbMCP1";
this.chbMCP1.Size = new System.Drawing.Size(160, 20);
this.chbMCP1.TabIndex = 250;
this.chbMCP1.Text = "MCP23017 conectado";
this.chbMCP1.UseVisualStyleBackColor = true;
this.chbMCP1.CheckedChanged += new System.EventHandler(this.chbMCP_CheckedChanged);
2024-01-22 17:07:27 +00:00
//
// frmPinout
//
2024-04-01 11:03:25 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
2024-01-22 17:07:27 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
2024-04-15 10:57:37 +00:00
this.ClientSize = new System.Drawing.Size(1408, 862);
this.Controls.Add(this.gpbMCP1);
2024-01-22 17:07:27 +00:00
this.Controls.Add(this.cbTipo);
this.Controls.Add(this.lblPinout);
this.Controls.Add(this.cmb22);
this.Controls.Add(this.cmb21);
this.Controls.Add(this.cmb20);
this.Controls.Add(this.cmb23);
this.Controls.Add(this.cmb24);
this.Controls.Add(this.cmb25);
this.Controls.Add(this.btnSalvar);
this.Controls.Add(this.cmb26);
this.Controls.Add(this.cmb27);
this.Controls.Add(this.cmb28);
this.Controls.Add(this.cmb29);
this.Controls.Add(this.cmb30);
this.Controls.Add(this.cmb31);
this.Controls.Add(this.cmb32);
this.Controls.Add(this.cmb33);
this.Controls.Add(this.cmb34);
this.Controls.Add(this.cmb35);
this.Controls.Add(this.cmb36);
this.Controls.Add(this.cmb37);
this.Controls.Add(this.cmb38);
this.Controls.Add(this.cmb39);
this.Controls.Add(this.cmb40);
this.Controls.Add(this.cmb41);
this.Controls.Add(this.cmb42);
this.Controls.Add(this.cmb43);
this.Controls.Add(this.cmb44);
this.Controls.Add(this.cmb19);
this.Controls.Add(this.cmb18);
this.Controls.Add(this.cmb17);
this.Controls.Add(this.cmb16);
this.Controls.Add(this.cmb15);
this.Controls.Add(this.cmb14);
this.Controls.Add(this.cmb13);
this.Controls.Add(this.cmb12);
this.Controls.Add(this.cmb11);
this.Controls.Add(this.cmb10);
this.Controls.Add(this.cmb9);
this.Controls.Add(this.cmb8);
this.Controls.Add(this.cmb7);
this.Controls.Add(this.cmb6);
this.Controls.Add(this.cmb5);
this.Controls.Add(this.cmb4);
this.Controls.Add(this.cmb3);
this.Controls.Add(this.cmb2);
this.Controls.Add(this.cmb1);
this.Controls.Add(this.imgESP32);
2024-04-01 11:03:25 +00:00
this.Margin = new System.Windows.Forms.Padding(4);
2024-01-22 17:07:27 +00:00
this.Name = "frmPinout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Pinout";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPinout_FormClosing);
this.Load += new System.EventHandler(this.frmPinout_Load);
((System.ComponentModel.ISupportInitialize)(this.imgESP32)).EndInit();
2024-04-15 10:57:37 +00:00
((System.ComponentModel.ISupportInitialize)(this.picMCP)).EndInit();
this.gpbMCP1.ResumeLayout(false);
this.gpbMCP1.PerformLayout();
2024-01-22 17:07:27 +00:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPinout;
private System.Windows.Forms.ComboBox cmb22;
private System.Windows.Forms.ComboBox cmb21;
private System.Windows.Forms.ComboBox cmb20;
private System.Windows.Forms.ComboBox cmb23;
private System.Windows.Forms.ComboBox cmb24;
private System.Windows.Forms.ComboBox cmb25;
private System.Windows.Forms.Button btnSalvar;
private System.Windows.Forms.ComboBox cmb26;
private System.Windows.Forms.ComboBox cmb27;
private System.Windows.Forms.ComboBox cmb28;
private System.Windows.Forms.ComboBox cmb29;
private System.Windows.Forms.ComboBox cmb30;
private System.Windows.Forms.ComboBox cmb31;
private System.Windows.Forms.ComboBox cmb32;
private System.Windows.Forms.ComboBox cmb33;
private System.Windows.Forms.ComboBox cmb34;
private System.Windows.Forms.ComboBox cmb35;
private System.Windows.Forms.ComboBox cmb36;
private System.Windows.Forms.ComboBox cmb37;
private System.Windows.Forms.ComboBox cmb38;
private System.Windows.Forms.ComboBox cmb39;
private System.Windows.Forms.ComboBox cmb40;
private System.Windows.Forms.ComboBox cmb41;
private System.Windows.Forms.ComboBox cmb42;
private System.Windows.Forms.ComboBox cmb43;
private System.Windows.Forms.ComboBox cmb44;
private System.Windows.Forms.ComboBox cmb19;
private System.Windows.Forms.ComboBox cmb18;
private System.Windows.Forms.ComboBox cmb17;
private System.Windows.Forms.ComboBox cmb16;
private System.Windows.Forms.ComboBox cmb15;
private System.Windows.Forms.ComboBox cmb14;
private System.Windows.Forms.ComboBox cmb13;
private System.Windows.Forms.ComboBox cmb12;
private System.Windows.Forms.ComboBox cmb11;
private System.Windows.Forms.ComboBox cmb10;
private System.Windows.Forms.ComboBox cmb9;
private System.Windows.Forms.ComboBox cmb8;
private System.Windows.Forms.ComboBox cmb7;
private System.Windows.Forms.ComboBox cmb6;
private System.Windows.Forms.ComboBox cmb5;
private System.Windows.Forms.ComboBox cmb4;
private System.Windows.Forms.ComboBox cmb3;
private System.Windows.Forms.ComboBox cmb2;
private System.Windows.Forms.ComboBox cmb1;
private System.Windows.Forms.PictureBox imgESP32;
private System.Windows.Forms.ComboBox cbTipo;
2024-04-15 10:57:37 +00:00
private System.Windows.Forms.PictureBox picMCP;
private System.Windows.Forms.ComboBox cmbB7;
private System.Windows.Forms.ComboBox cmbB6;
private System.Windows.Forms.ComboBox cmbB5;
private System.Windows.Forms.ComboBox cmbB4;
private System.Windows.Forms.ComboBox cmbB3;
private System.Windows.Forms.ComboBox cmbB2;
private System.Windows.Forms.ComboBox cmbB1;
private System.Windows.Forms.ComboBox cmbB0;
private System.Windows.Forms.ComboBox cmbA7;
private System.Windows.Forms.ComboBox cmbA6;
private System.Windows.Forms.ComboBox cmbA5;
private System.Windows.Forms.ComboBox cmbA4;
private System.Windows.Forms.ComboBox cmbA3;
private System.Windows.Forms.ComboBox cmbA2;
private System.Windows.Forms.ComboBox cmbA1;
private System.Windows.Forms.ComboBox cmbA0;
private System.Windows.Forms.Label lblB1;
private System.Windows.Forms.Label lblA1;
private System.Windows.Forms.TextBox txtMCP1;
private System.Windows.Forms.Label lblMCP1;
private System.Windows.Forms.GroupBox gpbMCP1;
private System.Windows.Forms.CheckBox chbMCP1;
2024-01-22 17:07:27 +00:00
}
}