Es wird jetzt ein massenstatistik erzeugt
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Debug\SanSystem.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
@@ -32,6 +33,9 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="FluentFTP, Version=19.2.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\FluentFTP.19.2.2\lib\net45\FluentFTP.dll</HintPath>
|
||||
</Reference>
|
||||
@@ -49,10 +53,18 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\3rdPackage\Syncfusion.Chart.Windows.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Core.WinForms, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.Grid.Base, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.Grid.Windows, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.SfInput.WinForms, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
|
||||
<Reference Include="Syncfusion.Shared.Base, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\3rdPackage\Syncfusion.Shared.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Shared.Windows, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.SpellChecker.Base, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.Tools.Base, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.Tools.Windows, Version=16.1460.0.37, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Design" />
|
||||
|
||||
18
SanSystem/UCSchachtanbindung.Designer.cs
generated
18
SanSystem/UCSchachtanbindung.Designer.cs
generated
@@ -38,6 +38,7 @@
|
||||
this.bearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.löschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.cb_erledigt = new System.Windows.Forms.CheckBox();
|
||||
this.dt_datum = new System.Windows.Forms.DateTimePicker();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pt_box)).BeginInit();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -55,9 +56,9 @@
|
||||
// txt_schachtnummer
|
||||
//
|
||||
this.txt_schachtnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_schachtnummer.Location = new System.Drawing.Point(252, 15);
|
||||
this.txt_schachtnummer.Location = new System.Drawing.Point(141, 15);
|
||||
this.txt_schachtnummer.Name = "txt_schachtnummer";
|
||||
this.txt_schachtnummer.Size = new System.Drawing.Size(232, 26);
|
||||
this.txt_schachtnummer.Size = new System.Drawing.Size(157, 26);
|
||||
this.txt_schachtnummer.TabIndex = 1;
|
||||
//
|
||||
// pt_box
|
||||
@@ -113,17 +114,27 @@
|
||||
//
|
||||
this.cb_erledigt.AutoSize = true;
|
||||
this.cb_erledigt.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cb_erledigt.Location = new System.Drawing.Point(512, 10);
|
||||
this.cb_erledigt.Location = new System.Drawing.Point(304, 14);
|
||||
this.cb_erledigt.Name = "cb_erledigt";
|
||||
this.cb_erledigt.Size = new System.Drawing.Size(93, 28);
|
||||
this.cb_erledigt.TabIndex = 6;
|
||||
this.cb_erledigt.Text = "Erledigt";
|
||||
this.cb_erledigt.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// dt_datum
|
||||
//
|
||||
this.dt_datum.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dt_datum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dt_datum.Location = new System.Drawing.Point(403, 15);
|
||||
this.dt_datum.Name = "dt_datum";
|
||||
this.dt_datum.Size = new System.Drawing.Size(298, 26);
|
||||
this.dt_datum.TabIndex = 7;
|
||||
//
|
||||
// UCSchachtanbindung
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.dt_datum);
|
||||
this.Controls.Add(this.cb_erledigt);
|
||||
this.Controls.Add(this.lb_pictures);
|
||||
this.Controls.Add(this.btn_add_bild);
|
||||
@@ -151,5 +162,6 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem bearbeitenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem löschenToolStripMenuItem;
|
||||
private System.Windows.Forms.CheckBox cb_erledigt;
|
||||
private System.Windows.Forms.DateTimePicker dt_datum;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,16 +17,29 @@ namespace SanSystem
|
||||
{
|
||||
SchachtAnbindung schacht = null;
|
||||
string mydestination = string.Empty;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="schacht"></param>
|
||||
public UCSchachtanbindung(SchachtAnbindung schacht)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.schacht = schacht;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sollte nicht verwendet werden
|
||||
/// </summary>
|
||||
public UCSchachtanbindung()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void UCSchachtanbindung_Load(object sender, EventArgs e)
|
||||
{
|
||||
txt_schachtnummer.DataBindings.Add(new Binding("Text", schacht, "Schachtnummer"));
|
||||
cb_erledigt.DataBindings.Add(new Binding("Checked", schacht, "Fertig"));
|
||||
dt_datum.DataBindings.Add(new Binding("Value", schacht, "Datum"));
|
||||
lb_pictures.DataSource = schacht.SavedBilders;
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -82,18 +82,6 @@ namespace SanSystem
|
||||
|
||||
}
|
||||
|
||||
private void btn_get_temp_Click(object sender, EventArgs e)
|
||||
{
|
||||
/*
|
||||
ITemperature temperature = TempCAN.TemperaturBuilder.Temperatur(TempCAN.TemperaturSchnittstellen.TINKERFORGE);
|
||||
|
||||
double temperatur = temperature.GetTemperatur();
|
||||
inliner.TempAusen = temperatur;
|
||||
//var x = txt_temp_aussen.DataBindings;
|
||||
|
||||
txt_temp_aussen.Update();
|
||||
*/
|
||||
}
|
||||
|
||||
private void btn_close_Click(object sender, EventArgs e)
|
||||
{
|
||||
@@ -131,6 +119,7 @@ namespace SanSystem
|
||||
private void FrmSelectNewSan_AddSchachtAnbindungClicked(object sender, EventArgs e)
|
||||
{
|
||||
SchachtAnbindung schachtAnbindung = new SchachtAnbindung();
|
||||
schachtAnbindung.Datum = DateTime.Now;
|
||||
schachtAnbindung.Inspektionsobjekt = inspektionsobjekt;
|
||||
inspektionsobjekt.Sanierung.Add(schachtAnbindung);
|
||||
TabPage tab = new TabPage();
|
||||
|
||||
Reference in New Issue
Block a user