58 lines
2.0 KiB
C#
58 lines
2.0 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class frmKalibrierungFestlegung
|
|
{
|
|
/// <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.ucLinerGrundlagen1 = new SanSystem.UCLinerGrundlagenBrawo();
|
|
this.SuspendLayout();
|
|
//
|
|
// ucLinerGrundlagen1
|
|
//
|
|
this.ucLinerGrundlagen1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ucLinerGrundlagen1.Location = new System.Drawing.Point(12, 12);
|
|
this.ucLinerGrundlagen1.Name = "ucLinerGrundlagen1";
|
|
this.ucLinerGrundlagen1.Size = new System.Drawing.Size(731, 456);
|
|
this.ucLinerGrundlagen1.TabIndex = 0;
|
|
//
|
|
// FrmKalibrierungFestlegung
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(757, 478);
|
|
this.Controls.Add(this.ucLinerGrundlagen1);
|
|
this.Name = "FrmKalibrierungFestlegung";
|
|
this.Text = "FrmKalibrierungFestlegung";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UCLinerGrundlagenBrawo ucLinerGrundlagen1;
|
|
}
|
|
} |