namespace OnDoc.UIControls { partial class Approval { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo(); Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv(); Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv(); Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv(); Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv4 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Approval)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pnlsignerror = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv(); this.pnlMultiThreading = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.grpversanddetails = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.label17 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.txtgassize = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.txtanzahlseiten = new System.Windows.Forms.TextBox(); this.txtanzahldokumente = new System.Windows.Forms.TextBox(); this.txtgasadresse = new System.Windows.Forms.TextBox(); this.txtversandart = new System.Windows.Forms.TextBox(); this.panelsign = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.grpDetails = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label15 = new System.Windows.Forms.Label(); this.lblnotizen = new System.Windows.Forms.Label(); this.sfListView1 = new Syncfusion.WinForms.ListView.SfListView(); this.txtNote = new System.Windows.Forms.TextBox(); this.txtnotewriter = new System.Windows.Forms.TextBox(); this.txtVerantwortlich = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtmutiertam = new System.Windows.Forms.TextBox(); this.txtmutierer = new System.Windows.Forms.TextBox(); this.txtersteller = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txterstelltam = new System.Windows.Forms.TextBox(); this.Erstellung = new System.Windows.Forms.Label(); this.txtPartner = new System.Windows.Forms.TextBox(); this.txtPartnerNr = new System.Windows.Forms.TextBox(); this.lblPartner = new System.Windows.Forms.Label(); this.txtbezeichnung = new System.Windows.Forms.TextBox(); this.Bezeichnung = new System.Windows.Forms.Label(); this.txtdokumentid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.docPreview1 = new OnDoc.UIControls.DocPreview(); this.ribbon3 = new System.Windows.Forms.Ribbon(); this.ribbonTab1 = new System.Windows.Forms.RibbonTab(); this.ribbonPanel1 = new System.Windows.Forms.RibbonPanel(); this.ribbonButtonApproved = new System.Windows.Forms.RibbonButton(); this.ribbonButtonNotApproved = new System.Windows.Forms.RibbonButton(); this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel(); this.ribbonButton1 = new System.Windows.Forms.RibbonButton(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.label4 = new System.Windows.Forms.Label(); this.txtcouverterstelltam = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.pnlsignerror.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit(); this.pnlMultiThreading.SuspendLayout(); this.grpversanddetails.SuspendLayout(); this.panel2.SuspendLayout(); this.panelsign.SuspendLayout(); this.grpDetails.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.pnlMultiThreading); this.splitContainer1.Panel2.Controls.Add(this.grpversanddetails); this.splitContainer1.Panel2.Controls.Add(this.panelsign); this.splitContainer1.Panel2.Controls.Add(this.grpDetails); this.splitContainer1.Panel2.Controls.Add(this.docPreview1); this.splitContainer1.Panel2.Controls.Add(this.ribbon3); this.splitContainer1.Size = new System.Drawing.Size(1629, 876); this.splitContainer1.SplitterDistance = 298; this.splitContainer1.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.pnlsignerror); this.groupBox1.Controls.Add(this.treeViewAdv1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(298, 876); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dokumente"; this.groupBox1.Resize += new System.EventHandler(this.groupBox1_Resize); // // pnlsignerror // this.pnlsignerror.Controls.Add(this.label9); this.pnlsignerror.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlsignerror.Location = new System.Drawing.Point(3, 773); this.pnlsignerror.Name = "pnlsignerror"; this.pnlsignerror.Size = new System.Drawing.Size(292, 100); this.pnlsignerror.TabIndex = 5; this.pnlsignerror.Visible = false; // // label9 // this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.Color.Red; this.label9.Location = new System.Drawing.Point(4, 4); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(287, 46); this.label9.TabIndex = 0; this.label9.Text = "Bei der Signierung ist ein Fehler aufgetreten. Bitte wiederholen"; // // treeViewAdv1 // this.treeViewAdv1.AccelerateScrolling = Syncfusion.Windows.Forms.AccelerateScrollingBehavior.Immediate; treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true; treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black; this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] { new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)}); this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill; // // // this.treeViewAdv1.HelpTextControl.BaseThemeName = null; this.treeViewAdv1.HelpTextControl.Location = new System.Drawing.Point(0, 0); this.treeViewAdv1.HelpTextControl.Name = ""; this.treeViewAdv1.HelpTextControl.Size = new System.Drawing.Size(392, 112); this.treeViewAdv1.HelpTextControl.TabIndex = 0; this.treeViewAdv1.HelpTextControl.Visible = true; this.treeViewAdv1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText; this.treeViewAdv1.Location = new System.Drawing.Point(3, 16); this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220))))); this.treeViewAdv1.Name = "treeViewAdv1"; treeNodeAdv1.ChildStyle.CheckBoxTickThickness = 1; treeNodeAdv1.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true; treeNodeAdv1.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv1.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv1.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdv1.EnsureDefaultOptionedChild = true; treeNodeAdv1.Expanded = true; treeNodeAdv1.MultiLine = true; treeNodeAdv2.ChildStyle.CheckBoxTickThickness = 1; treeNodeAdv2.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv2.ChildStyle.EnsureDefaultOptionedChild = true; treeNodeAdv2.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv2.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv2.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdv2.EnsureDefaultOptionedChild = true; treeNodeAdv2.Expanded = true; treeNodeAdv2.MultiLine = true; treeNodeAdv3.ChildStyle.CheckBoxTickThickness = 1; treeNodeAdv3.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv3.ChildStyle.EnsureDefaultOptionedChild = true; treeNodeAdv3.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv3.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv3.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdv3.EnsureDefaultOptionedChild = true; treeNodeAdv3.MultiLine = true; treeNodeAdv3.Name = ""; treeNodeAdv3.Optioned = true; treeNodeAdv3.ShowLine = true; treeNodeAdv3.Tag = "OFFEDK0002024002448514"; treeNodeAdv3.Text = "Jugendkonto Kontoeröffnung (OFFEDK0002024002448514)"; treeNodeAdv2.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] { treeNodeAdv3}); treeNodeAdv2.Optioned = true; treeNodeAdv2.ShowLine = true; treeNodeAdv2.Text = "25297725 - Stefan Hutter Bülach"; treeNodeAdv1.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] { treeNodeAdv2}); treeNodeAdv1.ShowLine = true; treeNodeAdv1.Text = "Dokument-Inhalt"; treeNodeAdv4.ChildStyle.CheckBoxTickThickness = 1; treeNodeAdv4.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv4.ChildStyle.EnsureDefaultOptionedChild = true; treeNodeAdv4.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv4.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); treeNodeAdv4.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); treeNodeAdv4.EnsureDefaultOptionedChild = true; treeNodeAdv4.MultiLine = true; treeNodeAdv4.ShowLine = true; treeNodeAdv4.Text = "Faksimile Unterschrift"; this.treeViewAdv1.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] { treeNodeAdv1, treeNodeAdv4}); this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText; this.treeViewAdv1.Size = new System.Drawing.Size(292, 857); this.treeViewAdv1.TabIndex = 4; this.treeViewAdv1.Text = "treeViewAdv1"; this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.CheckBoxTickThickness = 0; this.treeViewAdv1.ThemeStyle.TreeNodeAdvStyle.EnsureDefaultOptionedChild = true; // // // this.treeViewAdv1.ToolTipControl.BaseThemeName = null; this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.treeViewAdv1.ToolTipControl.Name = ""; this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(392, 112); this.treeViewAdv1.ToolTipControl.TabIndex = 0; this.treeViewAdv1.ToolTipControl.Visible = true; this.treeViewAdv1.AfterSelect += new System.EventHandler(this.treeViewAdv1_AfterSelect); this.treeViewAdv1.NodeMouseClick += new Syncfusion.Windows.Forms.Tools.TreeNodeAdvMouseClickArgs(this.treeViewAdv1_NodeMouseClick); this.treeViewAdv1.Click += new System.EventHandler(this.treeViewAdv1_Click_1); // // pnlMultiThreading // this.pnlMultiThreading.BackColor = System.Drawing.SystemColors.ActiveBorder; this.pnlMultiThreading.Controls.Add(this.label8); this.pnlMultiThreading.Controls.Add(this.label7); this.pnlMultiThreading.Controls.Add(this.label6); this.pnlMultiThreading.Location = new System.Drawing.Point(515, 10); this.pnlMultiThreading.Name = "pnlMultiThreading"; this.pnlMultiThreading.Size = new System.Drawing.Size(804, 31); this.pnlMultiThreading.TabIndex = 6; this.pnlMultiThreading.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(2, 3); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(21, 24); this.label8.TabIndex = 2; this.label8.Text = "1"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(28, 3); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(718, 24); this.label7.TabIndex = 1; this.label7.Text = "Dokumente werden signiert - nach Abschluss wird das Fenster geschlossen"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(188, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(390, 24); this.label6.TabIndex = 0; this.label6.Text = "Das Dokument wird signiert - bitte warten"; // // grpversanddetails // this.grpversanddetails.BackColor = System.Drawing.SystemColors.Window; this.grpversanddetails.Controls.Add(this.label4); this.grpversanddetails.Controls.Add(this.txtcouverterstelltam); this.grpversanddetails.Controls.Add(this.panel2); this.grpversanddetails.Controls.Add(this.label14); this.grpversanddetails.Controls.Add(this.label16); this.grpversanddetails.Controls.Add(this.txtgassize); this.grpversanddetails.Controls.Add(this.label13); this.grpversanddetails.Controls.Add(this.label12); this.grpversanddetails.Controls.Add(this.label11); this.grpversanddetails.Controls.Add(this.label10); this.grpversanddetails.Controls.Add(this.txtanzahlseiten); this.grpversanddetails.Controls.Add(this.txtanzahldokumente); this.grpversanddetails.Controls.Add(this.txtgasadresse); this.grpversanddetails.Controls.Add(this.txtversandart); this.grpversanddetails.Location = new System.Drawing.Point(616, 284); this.grpversanddetails.Margin = new System.Windows.Forms.Padding(0); this.grpversanddetails.Name = "grpversanddetails"; this.grpversanddetails.Padding = new System.Windows.Forms.Padding(0); this.grpversanddetails.Size = new System.Drawing.Size(321, 363); this.grpversanddetails.TabIndex = 40; this.grpversanddetails.TabStop = false; this.grpversanddetails.Visible = false; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Cornsilk; this.panel2.Controls.Add(this.label17); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 13); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(321, 26); this.panel2.TabIndex = 42; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.Location = new System.Drawing.Point(6, 5); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(120, 17); this.label17.TabIndex = 0; this.label17.Text = "Couvert-Details"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(11, 136); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(45, 13); this.label14.TabIndex = 7; this.label14.Text = "Adresse"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(6, 265); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(80, 13); this.label16.TabIndex = 9; this.label16.Text = "Couvert-Grösse"; // // txtgassize // this.txtgassize.Location = new System.Drawing.Point(103, 265); this.txtgassize.Name = "txtgassize"; this.txtgassize.ReadOnly = true; this.txtgassize.Size = new System.Drawing.Size(203, 20); this.txtgassize.TabIndex = 8; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 235); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(61, 13); this.label13.TabIndex = 6; this.label13.Text = "Anz. Seiten"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 207); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(86, 13); this.label12.TabIndex = 5; this.label12.Text = "Anz. Dokumente"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(11, 123); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(68, 13); this.label11.TabIndex = 5; this.label11.Text = "Rückantwort"; this.label11.Click += new System.EventHandler(this.label11_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(10, 86); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(63, 13); this.label10.TabIndex = 4; this.label10.Text = "Versandsart"; this.label10.Click += new System.EventHandler(this.label10_Click); // // txtanzahlseiten // this.txtanzahlseiten.Location = new System.Drawing.Point(103, 235); this.txtanzahlseiten.Name = "txtanzahlseiten"; this.txtanzahlseiten.ReadOnly = true; this.txtanzahlseiten.Size = new System.Drawing.Size(203, 20); this.txtanzahlseiten.TabIndex = 3; // // txtanzahldokumente // this.txtanzahldokumente.Location = new System.Drawing.Point(103, 204); this.txtanzahldokumente.Name = "txtanzahldokumente"; this.txtanzahldokumente.ReadOnly = true; this.txtanzahldokumente.Size = new System.Drawing.Size(203, 20); this.txtanzahldokumente.TabIndex = 2; // // txtgasadresse // this.txtgasadresse.Location = new System.Drawing.Point(103, 123); this.txtgasadresse.Multiline = true; this.txtgasadresse.Name = "txtgasadresse"; this.txtgasadresse.ReadOnly = true; this.txtgasadresse.Size = new System.Drawing.Size(203, 74); this.txtgasadresse.TabIndex = 1; // // txtversandart // this.txtversandart.Location = new System.Drawing.Point(102, 83); this.txtversandart.Name = "txtversandart"; this.txtversandart.ReadOnly = true; this.txtversandart.Size = new System.Drawing.Size(203, 20); this.txtversandart.TabIndex = 0; // // panelsign // this.panelsign.BackColor = System.Drawing.SystemColors.ActiveBorder; this.panelsign.Controls.Add(this.label5); this.panelsign.Location = new System.Drawing.Point(117, 47); this.panelsign.Name = "panelsign"; this.panelsign.Size = new System.Drawing.Size(804, 167); this.panelsign.TabIndex = 5; this.panelsign.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(188, 81); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(390, 24); this.label5.TabIndex = 0; this.label5.Text = "Das Dokument wird signiert - bitte warten"; // // grpDetails // this.grpDetails.BackColor = System.Drawing.SystemColors.Window; this.grpDetails.Controls.Add(this.panel1); this.grpDetails.Controls.Add(this.lblnotizen); this.grpDetails.Controls.Add(this.sfListView1); this.grpDetails.Controls.Add(this.txtNote); this.grpDetails.Controls.Add(this.txtnotewriter); this.grpDetails.Controls.Add(this.txtVerantwortlich); this.grpDetails.Controls.Add(this.label3); this.grpDetails.Controls.Add(this.txtmutiertam); this.grpDetails.Controls.Add(this.txtmutierer); this.grpDetails.Controls.Add(this.txtersteller); this.grpDetails.Controls.Add(this.label2); this.grpDetails.Controls.Add(this.txterstelltam); this.grpDetails.Controls.Add(this.Erstellung); this.grpDetails.Controls.Add(this.txtPartner); this.grpDetails.Controls.Add(this.txtPartnerNr); this.grpDetails.Controls.Add(this.lblPartner); this.grpDetails.Controls.Add(this.txtbezeichnung); this.grpDetails.Controls.Add(this.Bezeichnung); this.grpDetails.Controls.Add(this.txtdokumentid); this.grpDetails.Controls.Add(this.label1); this.grpDetails.Dock = System.Windows.Forms.DockStyle.Right; this.grpDetails.Location = new System.Drawing.Point(995, 86); this.grpDetails.Name = "grpDetails"; this.grpDetails.Size = new System.Drawing.Size(332, 790); this.grpDetails.TabIndex = 3; this.grpDetails.TabStop = false; this.grpDetails.Visible = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Cornsilk; this.panel1.Controls.Add(this.label15); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 16); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(326, 28); this.panel1.TabIndex = 41; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.Location = new System.Drawing.Point(3, 5); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(58, 17); this.label15.TabIndex = 0; this.label15.Text = "Details"; // // lblnotizen // this.lblnotizen.AutoSize = true; this.lblnotizen.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblnotizen.Location = new System.Drawing.Point(3, 495); this.lblnotizen.Name = "lblnotizen"; this.lblnotizen.Size = new System.Drawing.Size(43, 13); this.lblnotizen.TabIndex = 37; this.lblnotizen.Text = "Notizen"; // // sfListView1 // this.sfListView1.AccessibleName = "ScrollControl"; this.sfListView1.AutoHideScrollBars = true; this.sfListView1.BackColor = System.Drawing.SystemColors.Window; this.sfListView1.Dock = System.Windows.Forms.DockStyle.Bottom; this.sfListView1.Location = new System.Drawing.Point(3, 508); this.sfListView1.Name = "sfListView1"; this.sfListView1.ShowToolTip = true; this.sfListView1.Size = new System.Drawing.Size(326, 171); this.sfListView1.TabIndex = 36; this.sfListView1.Text = "sfListView1"; this.sfListView1.VerticalScrollIncrement = 20; this.sfListView1.ToolTipOpening += new System.EventHandler(this.sfListView1_ToolTipOpening); // // txtNote // this.txtNote.BackColor = System.Drawing.Color.Cornsilk; this.txtNote.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtNote.Location = new System.Drawing.Point(3, 679); this.txtNote.Multiline = true; this.txtNote.Name = "txtNote"; this.txtNote.ReadOnly = true; this.txtNote.Size = new System.Drawing.Size(326, 88); this.txtNote.TabIndex = 38; // // txtnotewriter // this.txtnotewriter.BackColor = System.Drawing.Color.Cornsilk; this.txtnotewriter.Dock = System.Windows.Forms.DockStyle.Bottom; this.txtnotewriter.Location = new System.Drawing.Point(3, 767); this.txtnotewriter.Name = "txtnotewriter"; this.txtnotewriter.ReadOnly = true; this.txtnotewriter.Size = new System.Drawing.Size(326, 20); this.txtnotewriter.TabIndex = 39; // // txtVerantwortlich // this.txtVerantwortlich.Location = new System.Drawing.Point(91, 326); this.txtVerantwortlich.Name = "txtVerantwortlich"; this.txtVerantwortlich.ReadOnly = true; this.txtVerantwortlich.Size = new System.Drawing.Size(230, 20); this.txtVerantwortlich.TabIndex = 35; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 326); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 13); this.label3.TabIndex = 34; this.label3.Text = "Verantwortung"; // // txtmutiertam // this.txtmutiertam.Location = new System.Drawing.Point(91, 283); this.txtmutiertam.Name = "txtmutiertam"; this.txtmutiertam.ReadOnly = true; this.txtmutiertam.Size = new System.Drawing.Size(230, 20); this.txtmutiertam.TabIndex = 33; // // txtmutierer // this.txtmutierer.Location = new System.Drawing.Point(91, 257); this.txtmutierer.Name = "txtmutierer"; this.txtmutierer.ReadOnly = true; this.txtmutierer.Size = new System.Drawing.Size(230, 20); this.txtmutierer.TabIndex = 32; // // txtersteller // this.txtersteller.Location = new System.Drawing.Point(91, 221); this.txtersteller.Name = "txtersteller"; this.txtersteller.ReadOnly = true; this.txtersteller.Size = new System.Drawing.Size(230, 20); this.txtersteller.TabIndex = 31; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 257); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 30; this.label2.Text = "Änderung"; // // txterstelltam // this.txterstelltam.Location = new System.Drawing.Point(91, 195); this.txterstelltam.Name = "txterstelltam"; this.txterstelltam.ReadOnly = true; this.txterstelltam.Size = new System.Drawing.Size(230, 20); this.txterstelltam.TabIndex = 29; // // Erstellung // this.Erstellung.AutoSize = true; this.Erstellung.Location = new System.Drawing.Point(6, 198); this.Erstellung.Name = "Erstellung"; this.Erstellung.Size = new System.Drawing.Size(53, 13); this.Erstellung.TabIndex = 28; this.Erstellung.Text = "Erstellung"; // // txtPartner // this.txtPartner.Location = new System.Drawing.Point(91, 149); this.txtPartner.Name = "txtPartner"; this.txtPartner.ReadOnly = true; this.txtPartner.Size = new System.Drawing.Size(230, 20); this.txtPartner.TabIndex = 27; // // txtPartnerNr // this.txtPartnerNr.Location = new System.Drawing.Point(91, 123); this.txtPartnerNr.Name = "txtPartnerNr"; this.txtPartnerNr.ReadOnly = true; this.txtPartnerNr.Size = new System.Drawing.Size(163, 20); this.txtPartnerNr.TabIndex = 26; // // lblPartner // this.lblPartner.AutoSize = true; this.lblPartner.Location = new System.Drawing.Point(6, 124); this.lblPartner.Name = "lblPartner"; this.lblPartner.Size = new System.Drawing.Size(41, 13); this.lblPartner.TabIndex = 25; this.lblPartner.Text = "Partner"; // // txtbezeichnung // this.txtbezeichnung.Location = new System.Drawing.Point(91, 82); this.txtbezeichnung.Name = "txtbezeichnung"; this.txtbezeichnung.ReadOnly = true; this.txtbezeichnung.Size = new System.Drawing.Size(230, 20); this.txtbezeichnung.TabIndex = 24; // // Bezeichnung // this.Bezeichnung.AutoSize = true; this.Bezeichnung.Location = new System.Drawing.Point(6, 85); this.Bezeichnung.Name = "Bezeichnung"; this.Bezeichnung.Size = new System.Drawing.Size(69, 13); this.Bezeichnung.TabIndex = 23; this.Bezeichnung.Text = "Bezeichnung"; // // txtdokumentid // this.txtdokumentid.Location = new System.Drawing.Point(91, 56); this.txtdokumentid.Name = "txtdokumentid"; this.txtdokumentid.ReadOnly = true; this.txtdokumentid.Size = new System.Drawing.Size(163, 20); this.txtdokumentid.TabIndex = 22; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 13); this.label1.TabIndex = 21; this.label1.Text = "Dokument-ID"; // // docPreview1 // this.docPreview1.Dock = System.Windows.Forms.DockStyle.Left; this.docPreview1.Location = new System.Drawing.Point(0, 86); this.docPreview1.Name = "docPreview1"; this.docPreview1.Size = new System.Drawing.Size(333, 790); this.docPreview1.TabIndex = 0; this.docPreview1.ZoomPercentage = 0; // // ribbon3 // this.ribbon3.CaptionBarVisible = false; this.ribbon3.Font = new System.Drawing.Font("Segoe UI", 9F); this.ribbon3.Location = new System.Drawing.Point(0, 0); this.ribbon3.Minimized = false; this.ribbon3.Name = "ribbon3"; // // // this.ribbon3.OrbDropDown.BorderRoundness = 8; this.ribbon3.OrbDropDown.Location = new System.Drawing.Point(0, 0); this.ribbon3.OrbDropDown.Name = ""; this.ribbon3.OrbDropDown.Size = new System.Drawing.Size(527, 447); this.ribbon3.OrbDropDown.TabIndex = 0; this.ribbon3.OrbStyle = System.Windows.Forms.RibbonOrbStyle.Office_2013; this.ribbon3.OrbVisible = false; this.ribbon3.RibbonTabFont = new System.Drawing.Font("Trebuchet MS", 9F); this.ribbon3.Size = new System.Drawing.Size(1327, 86); this.ribbon3.TabIndex = 2; this.ribbon3.Tabs.Add(this.ribbonTab1); this.ribbon3.TabSpacing = 4; this.ribbon3.Text = "ribbon3"; // // ribbonTab1 // this.ribbonTab1.Name = "ribbonTab1"; this.ribbonTab1.Panels.Add(this.ribbonPanel1); this.ribbonTab1.Panels.Add(this.ribbonPanel2); this.ribbonTab1.Text = ""; // // ribbonPanel1 // this.ribbonPanel1.ButtonMoreVisible = false; this.ribbonPanel1.Items.Add(this.ribbonButtonApproved); this.ribbonPanel1.Items.Add(this.ribbonButtonNotApproved); this.ribbonPanel1.Name = "ribbonPanel1"; this.ribbonPanel1.Text = ""; // // ribbonButtonApproved // this.ribbonButtonApproved.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonApproved.Image"))); this.ribbonButtonApproved.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonApproved.LargeImage"))); this.ribbonButtonApproved.Name = "ribbonButtonApproved"; this.ribbonButtonApproved.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonApproved.SmallImage"))); this.ribbonButtonApproved.Text = "Genehmigt"; this.ribbonButtonApproved.Click += new System.EventHandler(this.ribbonButtonApproved_Click); // // ribbonButtonNotApproved // this.ribbonButtonNotApproved.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButtonNotApproved.Image"))); this.ribbonButtonNotApproved.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonNotApproved.LargeImage"))); this.ribbonButtonNotApproved.Name = "ribbonButtonNotApproved"; this.ribbonButtonNotApproved.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButtonNotApproved.SmallImage"))); this.ribbonButtonNotApproved.Text = "Abgelehnt"; this.ribbonButtonNotApproved.Click += new System.EventHandler(this.ribbonButtonNotApproved_Click); // // ribbonPanel2 // this.ribbonPanel2.ButtonMoreVisible = false; this.ribbonPanel2.Items.Add(this.ribbonButton1); this.ribbonPanel2.Name = "ribbonPanel2"; this.ribbonPanel2.Text = ""; // // ribbonButton1 // this.ribbonButton1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.Image"))); this.ribbonButton1.LargeImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.LargeImage"))); this.ribbonButton1.Name = "ribbonButton1"; this.ribbonButton1.SmallImage = ((System.Drawing.Image)(resources.GetObject("ribbonButton1.SmallImage"))); this.ribbonButton1.Text = "Aktualisieren"; this.ribbonButton1.Click += new System.EventHandler(this.ribbonButton1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(11, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 44; this.label4.Text = "Erstellt am"; // // txtcouverterstelltam // this.txtcouverterstelltam.Location = new System.Drawing.Point(102, 56); this.txtcouverterstelltam.Name = "txtcouverterstelltam"; this.txtcouverterstelltam.ReadOnly = true; this.txtcouverterstelltam.Size = new System.Drawing.Size(203, 20); this.txtcouverterstelltam.TabIndex = 43; // // Approval // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "Approval"; this.Size = new System.Drawing.Size(1629, 876); this.SizeChanged += new System.EventHandler(this.Approval_SizeChanged); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.pnlsignerror.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit(); this.pnlMultiThreading.ResumeLayout(false); this.pnlMultiThreading.PerformLayout(); this.grpversanddetails.ResumeLayout(false); this.grpversanddetails.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panelsign.ResumeLayout(false); this.panelsign.PerformLayout(); this.grpDetails.ResumeLayout(false); this.grpDetails.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox groupBox1; private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1; private System.Windows.Forms.RibbonTab ribbonTab1; private DocPreview docPreview1; private System.Windows.Forms.Ribbon ribbon3; private System.Windows.Forms.RibbonPanel ribbonPanel1; private System.Windows.Forms.RibbonButton ribbonButtonApproved; private System.Windows.Forms.RibbonButton ribbonButtonNotApproved; private System.Windows.Forms.GroupBox grpDetails; private System.Windows.Forms.Label lblnotizen; private Syncfusion.WinForms.ListView.SfListView sfListView1; private System.Windows.Forms.TextBox txtVerantwortlich; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtmutiertam; private System.Windows.Forms.TextBox txtmutierer; private System.Windows.Forms.TextBox txtersteller; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txterstelltam; private System.Windows.Forms.Label Erstellung; private System.Windows.Forms.TextBox txtPartner; private System.Windows.Forms.TextBox txtPartnerNr; private System.Windows.Forms.Label lblPartner; private System.Windows.Forms.TextBox txtbezeichnung; private System.Windows.Forms.Label Bezeichnung; private System.Windows.Forms.TextBox txtdokumentid; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtNote; private System.Windows.Forms.TextBox txtnotewriter; private System.Windows.Forms.RibbonPanel ribbonPanel2; private System.Windows.Forms.RibbonButton ribbonButton1; private System.Windows.Forms.Panel panelsign; private System.Windows.Forms.Label label5; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Panel pnlMultiThreading; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel pnlsignerror; private System.Windows.Forms.Label label9; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.GroupBox grpversanddetails; private System.Windows.Forms.TextBox txtversandart; private System.Windows.Forms.TextBox txtanzahlseiten; private System.Windows.Forms.TextBox txtanzahldokumente; private System.Windows.Forms.TextBox txtgasadresse; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtgassize; private System.Windows.Forms.Label label16; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label17; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtcouverterstelltam; } }