Massenstatistik wird erstellt
This commit is contained in:
85
SanSystem/FrmSelectMassenDate.Designer.cs
generated
Normal file
85
SanSystem/FrmSelectMassenDate.Designer.cs
generated
Normal file
@@ -0,0 +1,85 @@
|
||||
namespace SanSystem
|
||||
{
|
||||
partial class FrmSelectMassenDate
|
||||
{
|
||||
/// <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.label1 = new System.Windows.Forms.Label();
|
||||
this.dt_targetDatum = new System.Windows.Forms.DateTimePicker();
|
||||
this.btn_gen = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(12, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(57, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Datum";
|
||||
//
|
||||
// dt_targetDatum
|
||||
//
|
||||
this.dt_targetDatum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dt_targetDatum.Location = new System.Drawing.Point(75, 4);
|
||||
this.dt_targetDatum.Name = "dt_targetDatum";
|
||||
this.dt_targetDatum.Size = new System.Drawing.Size(341, 26);
|
||||
this.dt_targetDatum.TabIndex = 1;
|
||||
//
|
||||
// btn_gen
|
||||
//
|
||||
this.btn_gen.Location = new System.Drawing.Point(16, 36);
|
||||
this.btn_gen.Name = "btn_gen";
|
||||
this.btn_gen.Size = new System.Drawing.Size(400, 66);
|
||||
this.btn_gen.TabIndex = 2;
|
||||
this.btn_gen.Text = "Erzeugen";
|
||||
this.btn_gen.UseVisualStyleBackColor = true;
|
||||
this.btn_gen.Click += new System.EventHandler(this.btn_gen_Click);
|
||||
//
|
||||
// FrmSelectMassenDate
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(429, 114);
|
||||
this.Controls.Add(this.btn_gen);
|
||||
this.Controls.Add(this.dt_targetDatum);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Name = "FrmSelectMassenDate";
|
||||
this.Text = "FrmSelectMassenDate";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.DateTimePicker dt_targetDatum;
|
||||
private System.Windows.Forms.Button btn_gen;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user