update 20250317
This commit is contained in:
87
Client/DocMgmt/DokTypSelect.Designer.cs
generated
87
Client/DocMgmt/DokTypSelect.Designer.cs
generated
@@ -67,13 +67,18 @@ namespace OnDoc.DocMgmt
|
||||
this.ordnerLöschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.detailsAnzeigenToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.grpFavoriten = new System.Windows.Forms.GroupBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.tsbtnNewRoot = new System.Windows.Forms.ToolStripButton();
|
||||
this.tsbtnNewFolder = new System.Windows.Forms.ToolStripButton();
|
||||
this.tsbtnRename = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.tsbtndelete = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.grpVorlagen = new System.Windows.Forms.GroupBox();
|
||||
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
||||
@@ -84,11 +89,6 @@ namespace OnDoc.DocMgmt
|
||||
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolstripCombobox_Fachverantwortung = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.contextMenuStripVorlagen.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv2)).BeginInit();
|
||||
@@ -364,6 +364,7 @@ namespace OnDoc.DocMgmt
|
||||
this.imageList1.Images.SetKeyName(3, "272703_excel_icon.png");
|
||||
this.imageList1.Images.SetKeyName(4, "272705_pdf_icon.png");
|
||||
this.imageList1.Images.SetKeyName(5, "DocTypeUnKnown.ico");
|
||||
this.imageList1.Images.SetKeyName(6, "QDF_16x16-32.png");
|
||||
//
|
||||
// treeViewAdv2
|
||||
//
|
||||
@@ -480,6 +481,34 @@ namespace OnDoc.DocMgmt
|
||||
this.grpFavoriten.TabIndex = 4;
|
||||
this.grpFavoriten.TabStop = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(266, 40);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(153, 13);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "- Mit Speichersymbol speichern";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(266, 26);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(225, 13);
|
||||
this.label2.TabIndex = 6;
|
||||
this.label2.Text = "- Element anwählen und Tasten Ctrl Up/Down";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(266, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(69, 13);
|
||||
this.label1.TabIndex = 5;
|
||||
this.label1.Text = "Sortierung:";
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.toolStrip1.AutoSize = false;
|
||||
@@ -551,6 +580,11 @@ namespace OnDoc.DocMgmt
|
||||
this.tsbtndelete.Text = "Vorlage / Ordner mit Unterelementen löschen";
|
||||
this.tsbtndelete.Click += new System.EventHandler(this.tsbtndelete_Click);
|
||||
//
|
||||
// toolStripSeparator3
|
||||
//
|
||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 48);
|
||||
//
|
||||
// toolStripButton3
|
||||
//
|
||||
this.toolStripButton3.AutoSize = false;
|
||||
@@ -564,6 +598,11 @@ namespace OnDoc.DocMgmt
|
||||
this.toolStripButton3.ToolTipText = "Sortierung speichern";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripLabel3
|
||||
//
|
||||
this.toolStripLabel3.Name = "toolStripLabel3";
|
||||
this.toolStripLabel3.Size = new System.Drawing.Size(0, 45);
|
||||
//
|
||||
// grpVorlagen
|
||||
//
|
||||
this.grpVorlagen.Controls.Add(this.treeViewAdv1);
|
||||
@@ -656,44 +695,6 @@ namespace OnDoc.DocMgmt
|
||||
this.toolStripButton4.Text = "Fachverantwortung initialisieren";
|
||||
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
||||
//
|
||||
// toolStripSeparator3
|
||||
//
|
||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 48);
|
||||
//
|
||||
// toolStripLabel3
|
||||
//
|
||||
this.toolStripLabel3.Name = "toolStripLabel3";
|
||||
this.toolStripLabel3.Size = new System.Drawing.Size(0, 45);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(266, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(69, 13);
|
||||
this.label1.TabIndex = 5;
|
||||
this.label1.Text = "Sortierung:";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(266, 26);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(225, 13);
|
||||
this.label2.TabIndex = 6;
|
||||
this.label2.Text = "- Element anwählen und Tasten Ctrl Up/Down";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(266, 40);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(153, 13);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "- Mit Speichersymbol speichern";
|
||||
//
|
||||
// DokTypSelect
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
||||
Reference in New Issue
Block a user