update 20251113

This commit is contained in:
Stefan Hutter
2025-11-13 17:38:45 +01:00
parent ec5c61cc57
commit 10ed1e6087
6199 changed files with 8549020 additions and 308 deletions

View File

@@ -38,6 +38,7 @@
this.button4 = new System.Windows.Forms.Button();
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
@@ -130,11 +131,22 @@
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(156, 0);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 6;
this.button6.Text = "button6";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1465, 854);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.pdfViewerControl1);
this.Controls.Add(this.button4);
@@ -156,6 +168,7 @@
private System.Windows.Forms.Button button4;
private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
}
}

View File

@@ -265,5 +265,10 @@ namespace ZZPDFTest
public string TextToReplace { get; set; } = "";
public string NewText { get; set; } = "";
}
private void button6_Click(object sender, EventArgs e)
{
pdfViewerControl1.Load(@"E:\Software-Projekte\OnDoc\Office_Vorlagen\20251110_PRIIP Arete Ethik Vorsorgefonds Global Balanced.pdf");
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.