First Commit
This commit is contained in:
125
daq_testing/MainForm.Designer.cs
generated
Normal file
125
daq_testing/MainForm.Designer.cs
generated
Normal file
@@ -0,0 +1,125 @@
|
||||
|
||||
namespace daq_testing
|
||||
{
|
||||
partial class MainForm
|
||||
{
|
||||
/// <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.panelRight = new System.Windows.Forms.Panel();
|
||||
this.btnInstrument = new System.Windows.Forms.Button();
|
||||
this.btnConfigPslines = new System.Windows.Forms.Button();
|
||||
this.btnMeasure = new System.Windows.Forms.Button();
|
||||
this.btn_MeasureHeader = new System.Windows.Forms.Button();
|
||||
this.btnDMM = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panelRight
|
||||
//
|
||||
this.panelRight.Location = new System.Drawing.Point(190, 12);
|
||||
this.panelRight.Name = "panelRight";
|
||||
this.panelRight.Size = new System.Drawing.Size(1347, 795);
|
||||
this.panelRight.TabIndex = 0;
|
||||
//
|
||||
// btnInstrument
|
||||
//
|
||||
this.btnInstrument.Location = new System.Drawing.Point(12, 12);
|
||||
this.btnInstrument.Name = "btnInstrument";
|
||||
this.btnInstrument.Size = new System.Drawing.Size(134, 51);
|
||||
this.btnInstrument.TabIndex = 1;
|
||||
this.btnInstrument.Text = "INSTRUMENT";
|
||||
this.btnInstrument.UseVisualStyleBackColor = true;
|
||||
this.btnInstrument.Click += new System.EventHandler(this.btnInstrument_Click);
|
||||
//
|
||||
// btnConfigPslines
|
||||
//
|
||||
this.btnConfigPslines.Location = new System.Drawing.Point(12, 69);
|
||||
this.btnConfigPslines.Name = "btnConfigPslines";
|
||||
this.btnConfigPslines.Size = new System.Drawing.Size(134, 51);
|
||||
this.btnConfigPslines.TabIndex = 2;
|
||||
this.btnConfigPslines.Text = "CONFIG PSLINES";
|
||||
this.btnConfigPslines.UseVisualStyleBackColor = true;
|
||||
this.btnConfigPslines.Click += new System.EventHandler(this.btnConfigPslines_Click);
|
||||
//
|
||||
// btnMeasure
|
||||
//
|
||||
this.btnMeasure.Location = new System.Drawing.Point(12, 126);
|
||||
this.btnMeasure.Name = "btnMeasure";
|
||||
this.btnMeasure.Size = new System.Drawing.Size(134, 51);
|
||||
this.btnMeasure.TabIndex = 3;
|
||||
this.btnMeasure.Text = "MEASURE";
|
||||
this.btnMeasure.UseVisualStyleBackColor = true;
|
||||
this.btnMeasure.Click += new System.EventHandler(this.btnMeasure_Click);
|
||||
//
|
||||
// btn_MeasureHeader
|
||||
//
|
||||
this.btn_MeasureHeader.Location = new System.Drawing.Point(12, 183);
|
||||
this.btn_MeasureHeader.Name = "btn_MeasureHeader";
|
||||
this.btn_MeasureHeader.Size = new System.Drawing.Size(134, 51);
|
||||
this.btn_MeasureHeader.TabIndex = 4;
|
||||
this.btn_MeasureHeader.Text = "MEASURE_ HEADER";
|
||||
this.btn_MeasureHeader.UseVisualStyleBackColor = true;
|
||||
this.btn_MeasureHeader.Click += new System.EventHandler(this.btn_MeasureHeader_Click);
|
||||
//
|
||||
// btnDMM
|
||||
//
|
||||
this.btnDMM.Location = new System.Drawing.Point(12, 240);
|
||||
this.btnDMM.Name = "btnDMM";
|
||||
this.btnDMM.Size = new System.Drawing.Size(134, 51);
|
||||
this.btnDMM.TabIndex = 5;
|
||||
this.btnDMM.Text = "DMM";
|
||||
this.btnDMM.UseVisualStyleBackColor = true;
|
||||
this.btnDMM.Click += new System.EventHandler(this.btnDMM_Click);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1443, 817);
|
||||
this.Controls.Add(this.btnDMM);
|
||||
this.Controls.Add(this.btn_MeasureHeader);
|
||||
this.Controls.Add(this.btnMeasure);
|
||||
this.Controls.Add(this.btnConfigPslines);
|
||||
this.Controls.Add(this.btnInstrument);
|
||||
this.Controls.Add(this.panelRight);
|
||||
this.Name = "MainForm";
|
||||
this.Text = "Advanced HTOL Voltage Verifier";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panelRight;
|
||||
private System.Windows.Forms.Button btnInstrument;
|
||||
private System.Windows.Forms.Button btnConfigPslines;
|
||||
private System.Windows.Forms.Button btnMeasure;
|
||||
private System.Windows.Forms.Button btn_MeasureHeader;
|
||||
private System.Windows.Forms.Button btnDMM;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user