update 20251008

This commit is contained in:
Stefan Hutter
2025-10-08 17:23:08 +02:00
parent 2773ca3baa
commit 6b7de9389c
206 changed files with 855857 additions and 116 deletions

View File

@@ -46,9 +46,10 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 99);
this.label1.Location = new System.Drawing.Point(3, 122);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 13);
this.label1.Size = new System.Drawing.Size(138, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Gewählte Dokumente:";
this.label1.Click += new System.EventHandler(this.label1_Click);
@@ -56,18 +57,20 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 13);
this.label2.Location = new System.Drawing.Point(7, 16);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 13);
this.label2.Size = new System.Drawing.Size(82, 16);
this.label2.TabIndex = 1;
this.label2.Text = "Vom Kunde: ";
//
// sfButton1
//
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
this.sfButton1.Location = new System.Drawing.Point(5, 54);
this.sfButton1.Location = new System.Drawing.Point(7, 66);
this.sfButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.sfButton1.Name = "sfButton1";
this.sfButton1.Size = new System.Drawing.Size(47, 28);
this.sfButton1.Size = new System.Drawing.Size(63, 34);
this.sfButton1.Style.Image = global::OnDoc.Properties.Resources.Search_24x24_32;
this.sfButton1.TabIndex = 3;
this.sfButton1.Tag = "Partner suchen";
@@ -76,36 +79,40 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(4, 34);
this.label3.Location = new System.Drawing.Point(5, 42);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 13);
this.label3.Size = new System.Drawing.Size(84, 16);
this.label3.TabIndex = 4;
this.label3.Text = "Zum Kunden:";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(2, 115);
this.richTextBox1.Location = new System.Drawing.Point(3, 142);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(461, 116);
this.richTextBox1.Size = new System.Drawing.Size(613, 142);
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(81, 37);
this.label4.Location = new System.Drawing.Point(108, 46);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 13);
this.label4.Size = new System.Drawing.Size(0, 16);
this.label4.TabIndex = 6;
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(216, 243);
this.button1.Location = new System.Drawing.Point(288, 299);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.Size = new System.Drawing.Size(100, 28);
this.button1.TabIndex = 7;
this.button1.Text = "Umteilen";
this.button1.UseVisualStyleBackColor = true;
@@ -116,17 +123,19 @@
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(2, 237);
this.panel1.Location = new System.Drawing.Point(3, 292);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(464, 89);
this.panel1.Size = new System.Drawing.Size(619, 110);
this.panel1.TabIndex = 8;
this.panel1.Visible = false;
//
// button2
//
this.button2.Location = new System.Drawing.Point(182, 54);
this.button2.Location = new System.Drawing.Point(243, 66);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(114, 23);
this.button2.Size = new System.Drawing.Size(152, 28);
this.button2.TabIndex = 2;
this.button2.Text = "Fenster schliessen";
this.button2.UseVisualStyleBackColor = true;
@@ -136,26 +145,28 @@
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(2, 27);
this.label6.Location = new System.Drawing.Point(3, 33);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(400, 13);
this.label6.Size = new System.Drawing.Size(509, 17);
this.label6.TabIndex = 1;
this.label6.Text = "Kundenspezifische Daten wurden in den Dokumenten nicht geändert.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 6);
this.label5.Location = new System.Drawing.Point(4, 7);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(227, 13);
this.label5.Size = new System.Drawing.Size(272, 16);
this.label5.TabIndex = 0;
this.label5.Text = "Die Dokumenmte wurden erfolgreich umgeteilt.";
this.label5.Text = "Die Dokumente wurden erfolgreich umgeteilt.";
//
// PartnerUmteilung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(469, 331);
this.ClientSize = new System.Drawing.Size(625, 406);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
@@ -165,6 +176,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "PartnerUmteilung";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;

View File

@@ -1,9 +1,11 @@
using System;
using OnDoc.Klassen;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@@ -16,8 +18,9 @@ namespace OnDoc.Diverses
public SplashScreen()
{
InitializeComponent();
label1.Text = "Version" + AppParams.assemblyversion;
Application.DoEvents();
}
private void SplashScreen_Shown(object sender, EventArgs e)