diff --git a/BerichtGen/BerichtGen.csproj b/BerichtGen/BerichtGen.csproj index 536739a..30aaba9 100644 --- a/BerichtGen/BerichtGen.csproj +++ b/BerichtGen/BerichtGen.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\BerichtGen.xml pdbonly diff --git a/KlassenBIB/KlassenBIB.csproj b/KlassenBIB/KlassenBIB.csproj index 261db06..4e33752 100644 --- a/KlassenBIB/KlassenBIB.csproj +++ b/KlassenBIB/KlassenBIB.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\KlassenBIB.xml pdbonly diff --git a/KlassenBIB/Sanieren.cs b/KlassenBIB/Sanieren.cs index 2b9050f..c8dbca6 100644 --- a/KlassenBIB/Sanieren.cs +++ b/KlassenBIB/Sanieren.cs @@ -9,7 +9,7 @@ namespace KlassenBIB public abstract class Sanieren : Sanierung { Guid guid; - DateTime datum; + DateTime datum = new DateTime(); bool fertig = false; string verzeichnispfad; diff --git a/SanShared/SanShared.csproj b/SanShared/SanShared.csproj index cbece24..f394d1b 100644 --- a/SanShared/SanShared.csproj +++ b/SanShared/SanShared.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\SanShared.xml pdbonly diff --git a/SanSystem/SanSystem.csproj b/SanSystem/SanSystem.csproj index 93020a6..c90facd 100644 --- a/SanSystem/SanSystem.csproj +++ b/SanSystem/SanSystem.csproj @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\SanSystem.xml AnyCPU @@ -32,6 +33,9 @@ 4 + + True + ..\packages\FluentFTP.19.2.2\lib\net45\FluentFTP.dll @@ -49,10 +53,18 @@ False ..\3rdPackage\Syncfusion.Chart.Windows.dll + + + + False ..\3rdPackage\Syncfusion.Shared.Base.dll + + + + diff --git a/SanSystem/UCSchachtanbindung.Designer.cs b/SanSystem/UCSchachtanbindung.Designer.cs index d127d5a..c168eb0 100644 --- a/SanSystem/UCSchachtanbindung.Designer.cs +++ b/SanSystem/UCSchachtanbindung.Designer.cs @@ -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; } } diff --git a/SanSystem/UCSchachtanbindung.cs b/SanSystem/UCSchachtanbindung.cs index 8f0ea72..5d48c17 100644 --- a/SanSystem/UCSchachtanbindung.cs +++ b/SanSystem/UCSchachtanbindung.cs @@ -17,16 +17,29 @@ namespace SanSystem { SchachtAnbindung schacht = null; string mydestination = string.Empty; + /// + /// + /// + /// public UCSchachtanbindung(SchachtAnbindung schacht) { InitializeComponent(); this.schacht = schacht; } + /// + /// Sollte nicht verwendet werden + /// + 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; diff --git a/SanSystem/documents/JUME/liner_einbau.docx b/SanSystem/documents/JUME/liner_einbau.docx index 6ec8dc7..ffeb8f7 100644 Binary files a/SanSystem/documents/JUME/liner_einbau.docx and b/SanSystem/documents/JUME/liner_einbau.docx differ diff --git a/SanSystem/frmObjektEdit.cs b/SanSystem/frmObjektEdit.cs index b51dc0b..0efbebe 100644 --- a/SanSystem/frmObjektEdit.cs +++ b/SanSystem/frmObjektEdit.cs @@ -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(); diff --git a/SanSystem_exe.WibuAxProject b/SanSystem_exe.WibuAxProject new file mode 100644 index 0000000..35cd606 Binary files /dev/null and b/SanSystem_exe.WibuAxProject differ diff --git a/SanVerwaltung.sln b/SanVerwaltung.sln index 045699c..b418471 100644 --- a/SanVerwaltung.sln +++ b/SanVerwaltung.sln @@ -25,6 +25,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Language", "Language\Langua EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BerichtGen", "BerichtGen\BerichtGen.csproj", "{3022DA07-FD06-4AEA-9FC8-00D318E95A82}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer", "Viewer\Viewer.csproj", "{0DF6A372-2881-4C35-B695-69CA6ED2F0D6}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -71,6 +73,10 @@ Global {3022DA07-FD06-4AEA-9FC8-00D318E95A82}.Debug|Any CPU.Build.0 = Debug|Any CPU {3022DA07-FD06-4AEA-9FC8-00D318E95A82}.Release|Any CPU.ActiveCfg = Release|Any CPU {3022DA07-FD06-4AEA-9FC8-00D318E95A82}.Release|Any CPU.Build.0 = Release|Any CPU + {0DF6A372-2881-4C35-B695-69CA6ED2F0D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0DF6A372-2881-4C35-B695-69CA6ED2F0D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0DF6A372-2881-4C35-B695-69CA6ED2F0D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0DF6A372-2881-4C35-B695-69CA6ED2F0D6}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SchnittstelleImporter/SchnittstelleImporter.csproj b/SchnittstelleImporter/SchnittstelleImporter.csproj index 6c373e6..3482fcd 100644 --- a/SchnittstelleImporter/SchnittstelleImporter.csproj +++ b/SchnittstelleImporter/SchnittstelleImporter.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\SchnittstelleImporter.xml pdbonly diff --git a/TempCAN/TempCAN.csproj b/TempCAN/TempCAN.csproj index cd599ac..764db76 100644 --- a/TempCAN/TempCAN.csproj +++ b/TempCAN/TempCAN.csproj @@ -20,6 +20,7 @@ DEBUG;TRACE prompt 4 + bin\Debug\TempCAN.xml pdbonly