127 lines
5.6 KiB
C#
127 lines
5.6 KiB
C#
namespace Xylem.Common.Ui.MagFluxToolBox
|
|
{
|
|
partial class FrmMainForm
|
|
{
|
|
/// <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.btnTest = new System.Windows.Forms.Button();
|
|
this.btnSetup = new System.Windows.Forms.Button();
|
|
this.lblVersionNumber = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.picLogo = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(230, 161);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(152, 40);
|
|
this.btnTest.TabIndex = 19;
|
|
this.btnTest.Text = "Test";
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// btnSetup
|
|
//
|
|
this.btnSetup.Location = new System.Drawing.Point(232, 115);
|
|
this.btnSetup.Name = "btnSetup";
|
|
this.btnSetup.Size = new System.Drawing.Size(152, 40);
|
|
this.btnSetup.TabIndex = 1;
|
|
this.btnSetup.Text = "Setup";
|
|
this.btnSetup.UseVisualStyleBackColor = true;
|
|
this.btnSetup.Click += new System.EventHandler(this.btnSetup_Click);
|
|
//
|
|
// lblVersionNumber
|
|
//
|
|
this.lblVersionNumber.AutoSize = true;
|
|
this.lblVersionNumber.Location = new System.Drawing.Point(268, 66);
|
|
this.lblVersionNumber.MaximumSize = new System.Drawing.Size(120, 13);
|
|
this.lblVersionNumber.MinimumSize = new System.Drawing.Size(120, 13);
|
|
this.lblVersionNumber.Name = "lblVersionNumber";
|
|
this.lblVersionNumber.Size = new System.Drawing.Size(120, 13);
|
|
this.lblVersionNumber.TabIndex = 23;
|
|
this.lblVersionNumber.Text = "ToolBox 0.0.0.0000";
|
|
this.lblVersionNumber.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.pictureBox1.Image = global::Xylem.Common.Ui.MagFluxToolBox.Properties.Resources.MagFluxVerySmall;
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 5);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(85, 96);
|
|
this.pictureBox1.TabIndex = 25;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// picLogo
|
|
//
|
|
this.picLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLogo.Image = global::Xylem.Common.Ui.MagFluxToolBox.Properties.Resources.MjK_LogoSmall;
|
|
this.picLogo.InitialImage = null;
|
|
this.picLogo.Location = new System.Drawing.Point(293, 5);
|
|
this.picLogo.Name = "picLogo";
|
|
this.picLogo.Size = new System.Drawing.Size(91, 58);
|
|
this.picLogo.TabIndex = 24;
|
|
this.picLogo.TabStop = false;
|
|
//
|
|
// FrmMainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(394, 211);
|
|
this.Controls.Add(this.btnTest);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.btnSetup);
|
|
this.Controls.Add(this.picLogo);
|
|
this.Controls.Add(this.lblVersionNumber);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(410, 250);
|
|
this.MinimumSize = new System.Drawing.Size(410, 250);
|
|
this.Name = "FrmMainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "MagFluxToolBox";
|
|
this.Load += new System.EventHandler(this.FrmMainForm_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnSetup;
|
|
private System.Windows.Forms.Label lblVersionNumber;
|
|
private System.Windows.Forms.Button btnTest;
|
|
private System.Windows.Forms.PictureBox picLogo;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
}
|
|
|