Files
ahtol/daq_testing/UserControlDMM.Designer.cs
Wesley Hofman ecb076ce8b First Commit
2025-08-29 18:13:03 +02:00

101 lines
4.2 KiB
C#

namespace daq_testing
{
partial class UserControlDMM
{
/// <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 Component 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.lbMeasurementValue = new System.Windows.Forms.Label();
this.btnMonitor = new System.Windows.Forms.Button();
this.formsPlot1 = new ScottPlot.WinForms.FormsPlot();
this.tbDataloggerChannel = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// lbMeasurementValue
//
this.lbMeasurementValue.AutoSize = true;
this.lbMeasurementValue.Font = new System.Drawing.Font("Courier New", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbMeasurementValue.Location = new System.Drawing.Point(65, 32);
this.lbMeasurementValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbMeasurementValue.Name = "lbMeasurementValue";
this.lbMeasurementValue.Size = new System.Drawing.Size(325, 85);
this.lbMeasurementValue.TabIndex = 0;
this.lbMeasurementValue.Text = "0.0000";
//
// btnMonitor
//
this.btnMonitor.Location = new System.Drawing.Point(609, 559);
this.btnMonitor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnMonitor.Name = "btnMonitor";
this.btnMonitor.Size = new System.Drawing.Size(199, 86);
this.btnMonitor.TabIndex = 1;
this.btnMonitor.Text = "Monitor";
this.btnMonitor.UseVisualStyleBackColor = true;
this.btnMonitor.Click += new System.EventHandler(this.btnMonitor_ClickAsync);
//
// formsPlot1
//
this.formsPlot1.DisplayScale = 0F;
this.formsPlot1.Location = new System.Drawing.Point(59, 134);
this.formsPlot1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.formsPlot1.Name = "formsPlot1";
this.formsPlot1.Size = new System.Drawing.Size(749, 391);
this.formsPlot1.TabIndex = 2;
//
// tbDataloggerChannel
//
this.tbDataloggerChannel.Location = new System.Drawing.Point(921, 48);
this.tbDataloggerChannel.Name = "tbDataloggerChannel";
this.tbDataloggerChannel.Size = new System.Drawing.Size(100, 22);
this.tbDataloggerChannel.TabIndex = 3;
this.tbDataloggerChannel.Text = "101";
//
// UserControlDMM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tbDataloggerChannel);
this.Controls.Add(this.formsPlot1);
this.Controls.Add(this.btnMonitor);
this.Controls.Add(this.lbMeasurementValue);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "UserControlDMM";
this.Size = new System.Drawing.Size(1167, 682);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbMeasurementValue;
private System.Windows.Forms.Button btnMonitor;
private ScottPlot.WinForms.FormsPlot formsPlot1;
private System.Windows.Forms.TextBox tbDataloggerChannel;
}
}