tbf/TestBenchFramework/Forms/UpgradeSelectionDlg.Designer.cs
2016-08-03 09:59:55 +02:00

60 lines
2.3 KiB
C#

namespace TBF.Forms
{
partial class UpgradeSelectionDlg
{
/// <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.pressureRepresentationButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// pressureRepresentationButton
//
this.pressureRepresentationButton.Location = new System.Drawing.Point(13, 13);
this.pressureRepresentationButton.Name = "pressureRepresentationButton";
this.pressureRepresentationButton.Size = new System.Drawing.Size(259, 35);
this.pressureRepresentationButton.TabIndex = 0;
this.pressureRepresentationButton.Text = "Pressure representation";
this.pressureRepresentationButton.UseVisualStyleBackColor = true;
this.pressureRepresentationButton.Click += new System.EventHandler(this.pressureRepresentationButton_Click);
//
// UpgradeSelectionDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.pressureRepresentationButton);
this.Name = "UpgradeSelectionDlg";
this.Text = "Upgrade selection";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button pressureRepresentationButton;
}
}