update 20250111

This commit is contained in:
Stefan Hutter
2025-01-11 18:28:18 +01:00
parent bd4598e4a8
commit 11b4f840f0
150 changed files with 3091 additions and 390 deletions

View File

@@ -51,11 +51,11 @@
this.label4 = new System.Windows.Forms.Label();
this.txtfilter = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.label5 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sfdatagridstandard)).BeginInit();
this.contextMenuStandard.SuspendLayout();
@@ -76,7 +76,7 @@
this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1323, 25);
this.toolStrip1.Size = new System.Drawing.Size(377, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
@@ -263,25 +263,16 @@
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
//
// docPreview1
// panel1
//
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(389, 27);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(936, 820);
this.docPreview1.TabIndex = 8;
this.docPreview1.Visible = false;
this.docPreview1.ZoomPercentage = 0;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(201, 17);
this.label5.TabIndex = 8;
this.label5.Text = "Hinweise zur Speicherung:";
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(3, 714);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(367, 100);
this.panel1.TabIndex = 11;
//
// label6
//
@@ -295,28 +286,37 @@
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 43);
this.label7.Location = new System.Drawing.Point(16, 48);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(333, 13);
this.label7.TabIndex = 10;
this.label7.Text = "2.Bearbeitungsfenster über Speichersymbol speichern und schliessen";
//
// panel1
// label5
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(3, 714);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(367, 100);
this.panel1.TabIndex = 11;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(3, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(201, 17);
this.label5.TabIndex = 8;
this.label5.Text = "Hinweise zur Speicherung:";
//
// docPreview1
//
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(389, 27);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(0, 820);
this.docPreview1.TabIndex = 8;
this.docPreview1.Visible = false;
this.docPreview1.ZoomPercentage = 0;
//
// SerienbriefBearbeitung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1327, 849);
this.ClientSize = new System.Drawing.Size(381, 849);
this.Controls.Add(this.docPreview1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.toolStrip1);