update 20250721
This commit is contained in:
1
Client/Diverses/DokHistory.Designer.cs
generated
1
Client/Diverses/DokHistory.Designer.cs
generated
@@ -43,6 +43,7 @@
|
||||
this.sfDataGrid1.Size = new System.Drawing.Size(1259, 450);
|
||||
this.sfDataGrid1.TabIndex = 0;
|
||||
this.sfDataGrid1.Text = "sfDataGrid1";
|
||||
this.sfDataGrid1.AutoGeneratingColumn += new Syncfusion.WinForms.DataGrid.Events.AutoGeneratingColumnEventHandler(this.sfDataGrid1_AutoGeneratingColumn);
|
||||
//
|
||||
// DokHistory
|
||||
//
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
using Database;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.WinForms.DataGrid.Events;
|
||||
using Syncfusion.WinForms.DataGrid;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
@@ -30,10 +32,21 @@ namespace OnDoc.Diverses
|
||||
private void DokHistory_Load(object sender, EventArgs e)
|
||||
{
|
||||
DB dB = new DB(AppParams.connectionstring);
|
||||
dB.Get_Tabledata("Select * from edoka_journale.dbo.nlog_doc where dokumentid='"+dokumentid+"' order by id desc",false,true);
|
||||
dB.Get_Tabledata("Select id,Origin,Message,LogLevel,CreatedOn,UserID ,Dokumentid,Partnernr,[Aktion] from edoka_journale.dbo.nlog_doc where dokumentid='" + dokumentid+"' order by id desc",false,true);
|
||||
sfDataGrid1.DataSource = dB.dsdaten.Tables[0];
|
||||
this.sfDataGrid1.Columns["CreatedOn"].Format = "yyyy-MM-dd hh:mm:ss";
|
||||
|
||||
this.sfDataGrid1.Columns["CreatedOn"].Format = "yyyy-MM-dd HH:mm:ss";
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void sfDataGrid1_AutoGeneratingColumn(object sender, AutoGeneratingColumnArgs e)
|
||||
{
|
||||
//if (e.Column.MappingName == "CreatedOn" || e.Column.MappingName == "Mutiert am")
|
||||
//{
|
||||
// GridDateTimeColumn gdt = e.Column as GridDateTimeColumn;
|
||||
// gdt.Pattern = (Syncfusion.WinForms.Input.Enums.DateTimePattern)Syncfusion.Windows.Shared.DateTimePattern.CustomPattern;
|
||||
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
Client/Diverses/SplashScreen.Designer.cs
generated
2
Client/Diverses/SplashScreen.Designer.cs
generated
@@ -64,7 +64,7 @@
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(135, 26);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = "11. Juli 2025";
|
||||
this.label2.Text = "17. Juli 2025";
|
||||
this.label2.Click += new System.EventHandler(this.label2_Click);
|
||||
//
|
||||
// SplashScreen
|
||||
|
||||
@@ -478,6 +478,8 @@ namespace OnDoc.DocMgmt
|
||||
foreach (TabPageAdv tab in TabControlDokuments.TabPages)
|
||||
{
|
||||
try {
|
||||
tab.Select();
|
||||
TabControlDokuments.SelectedTab = tab;
|
||||
progressBarAdv1.Value = progressBarAdv1.Value + 1;
|
||||
Application.DoEvents();
|
||||
//Thread.Sleep(1000);
|
||||
|
||||
@@ -4,6 +4,7 @@ using Microsoft.Office.Interop.Word;
|
||||
using OnDoc.Diverses;
|
||||
using OnDoc.DocMgmt;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.DocIO.DLS;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using Syncfusion.XlsIO;
|
||||
using Syncfusion.XlsIO.Implementation;
|
||||
@@ -153,6 +154,9 @@ namespace OnDoc
|
||||
Logging.Logging.Debug("Start - Ende", "start.cs", "");
|
||||
AppParams.StartApp = false;
|
||||
//dokList1.refresh_dokumente();
|
||||
FileStream dictornyrystream = new FileStream(System.Windows.Forms.Application.StartupPath + @"\hyph_de_CH.dic", FileMode.Open, FileAccess.Read);
|
||||
Hyphenator.Dictionaries.Add("de-CH", dictornyrystream);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -334,7 +334,7 @@ namespace OnDoc.UIControls
|
||||
|
||||
if (dokumentid == "")
|
||||
{
|
||||
Get_DokWertList(ref db, "", 1);
|
||||
Get_DokWertList(ref db, "", 1);
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
@@ -879,6 +879,7 @@ namespace OnDoc.Versandstrasse
|
||||
private void btnSendFinal_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
if (serienbrief)
|
||||
{
|
||||
Versandpaket svp = treeViewAdv1.Nodes[0].TagObject as Versandpaket;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
delete EDKB02DMS.zip
|
||||
"C:\Program Files\7-Zip\7z.exe" -pshu*tkb98125 a OnDocClient.zip OnDoc.exe OnDocOffice.dll Docgen.dll database.dll barcodelib.dll Helper.dll Logging.dll Model.dll OfficePrinter.dll VBFileManagement.dll vbbarcodes.dll WinSign.dll vboffice.dll versandstrasse.dll
|
||||
"C:\Program Files\7-Zip\7z.exe" -pshu*tkb98125 a OnDocClient.zip OnDoc.exe OnDocOffice.dll Docgen.dll database.dll barcodelib.dll Helper.dll Logging.dll Model.dll OfficePrinter.dll VBFileManagement.dll vbbarcodes.dll WinSign.dll vboffice.dll versandstrasse.dll hyph_de_CH.dic
|
||||
|
||||
copy OnDocClient.zip H:\NextCloud\ZZDownload
|
||||
pause
|
||||
Binary file not shown.
77902
Client/bin/Debug/hyph_de_CH.dic
Normal file
77902
Client/bin/Debug/hyph_de_CH.dic
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user