update 20241206

This commit is contained in:
Stefan Hutter
2024-12-06 21:38:12 +01:00
parent 9dccb8be8f
commit 8ade484063
187 changed files with 60608 additions and 705 deletions

View File

@@ -37,7 +37,7 @@
this.ribbonButton1 = new System.Windows.Forms.RibbonButton();
this.ribbonSeparator1 = new System.Windows.Forms.RibbonSeparator();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.labelTest = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
@@ -101,7 +101,7 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.labelTest);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(2, 798);
this.panel1.Name = "panel1";
@@ -110,15 +110,15 @@
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
//
// label1
// labelTest
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.IndianRed;
this.label1.Location = new System.Drawing.Point(3, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 0;
this.label1.Text = "label1";
this.labelTest.AutoSize = true;
this.labelTest.ForeColor = System.Drawing.Color.IndianRed;
this.labelTest.Location = new System.Drawing.Point(3, 3);
this.labelTest.Name = "labelTest";
this.labelTest.Size = new System.Drawing.Size(35, 13);
this.labelTest.TabIndex = 0;
this.labelTest.Text = "label1";
//
// openFileDialog1
//
@@ -243,6 +243,6 @@
private System.Windows.Forms.ToolStripMenuItem beendenToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem nativVorlagenToolStripMenuItem;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelTest;
}
}