90 lines
3.9 KiB
C#
90 lines
3.9 KiB
C#
namespace GenesisZeroFlow
|
|
{
|
|
partial class frmStartup
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStartup));
|
|
this.btnZeroFlow = new System.Windows.Forms.Button();
|
|
this.btnTempCalibration = new System.Windows.Forms.Button();
|
|
this.labelSelectApplication = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnZeroFlow
|
|
//
|
|
this.btnZeroFlow.Location = new System.Drawing.Point(54, 72);
|
|
this.btnZeroFlow.Name = "btnZeroFlow";
|
|
this.btnZeroFlow.Size = new System.Drawing.Size(186, 48);
|
|
this.btnZeroFlow.TabIndex = 0;
|
|
this.btnZeroFlow.Text = "ZeroFlow";
|
|
this.btnZeroFlow.UseVisualStyleBackColor = true;
|
|
this.btnZeroFlow.Click += new System.EventHandler(this.btnZeroFlow_Click);
|
|
//
|
|
// btnTempCalibration
|
|
//
|
|
this.btnTempCalibration.Location = new System.Drawing.Point(54, 138);
|
|
this.btnTempCalibration.Name = "btnTempCalibration";
|
|
this.btnTempCalibration.Size = new System.Drawing.Size(186, 48);
|
|
this.btnTempCalibration.TabIndex = 1;
|
|
this.btnTempCalibration.Text = "TempCalibration";
|
|
this.btnTempCalibration.UseVisualStyleBackColor = true;
|
|
this.btnTempCalibration.Click += new System.EventHandler(this.btnTempCalibration_Click);
|
|
//
|
|
// labelSelectApplication
|
|
//
|
|
this.labelSelectApplication.AutoSize = true;
|
|
this.labelSelectApplication.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelSelectApplication.Location = new System.Drawing.Point(36, 30);
|
|
this.labelSelectApplication.Name = "labelSelectApplication";
|
|
this.labelSelectApplication.Size = new System.Drawing.Size(224, 29);
|
|
this.labelSelectApplication.TabIndex = 2;
|
|
this.labelSelectApplication.Text = "Select Application";
|
|
//
|
|
// frmStartup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Honeydew;
|
|
this.ClientSize = new System.Drawing.Size(282, 255);
|
|
this.Controls.Add(this.labelSelectApplication);
|
|
this.Controls.Add(this.btnTempCalibration);
|
|
this.Controls.Add(this.btnZeroFlow);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmStartup";
|
|
this.Text = "SENSUS Hannover";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnZeroFlow;
|
|
private System.Windows.Forms.Button btnTempCalibration;
|
|
private System.Windows.Forms.Label labelSelectApplication;
|
|
}
|
|
} |