Update 20250306
This commit is contained in:
352
Client/UIControls/Serienbrief.Designer.cs
generated
352
Client/UIControls/Serienbrief.Designer.cs
generated
@@ -29,12 +29,12 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv5 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv6 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv7 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv8 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo2 = 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(Serienbrief));
|
||||
this.GrpDokumentInhalt = new System.Windows.Forms.GroupBox();
|
||||
this.grpFaktura = new System.Windows.Forms.GroupBox();
|
||||
@@ -47,14 +47,6 @@
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||||
this.pnlLoad = new System.Windows.Forms.Panel();
|
||||
this.sfdatagridsbload = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.btnsbloadcancel = new System.Windows.Forms.Button();
|
||||
this.btnsbloadok = new System.Windows.Forms.Button();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.panelLoad = new System.Windows.Forms.Panel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.grpDruckstapel = new System.Windows.Forms.GroupBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
@@ -86,6 +78,14 @@
|
||||
this.lblPostzustellung = new System.Windows.Forms.Label();
|
||||
this.lblBezeichnung = new System.Windows.Forms.Label();
|
||||
this.txtbezeichnung = new System.Windows.Forms.TextBox();
|
||||
this.pnlLoad = new System.Windows.Forms.Panel();
|
||||
this.sfdatagridsbload = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.btnsbloadcancel = new System.Windows.Forms.Button();
|
||||
this.btnsbloadok = new System.Windows.Forms.Button();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.panelLoad = new System.Windows.Forms.Panel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.GrpEmpfaenger = new System.Windows.Forms.GroupBox();
|
||||
this.sfDataGridEmpfaenger = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.ctxmenuEmpfaenger = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
@@ -138,10 +138,6 @@
|
||||
this.grpFaktura.SuspendLayout();
|
||||
this.pnlprogress.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
|
||||
this.pnlLoad.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panelLoad.SuspendLayout();
|
||||
this.grpDruckstapel.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeviewDruckstapel)).BeginInit();
|
||||
@@ -155,6 +151,10 @@
|
||||
this.groupBox5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).BeginInit();
|
||||
this.pnlLoad.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panelLoad.SuspendLayout();
|
||||
this.GrpEmpfaenger.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).BeginInit();
|
||||
this.ctxmenuEmpfaenger.SuspendLayout();
|
||||
@@ -301,98 +301,6 @@
|
||||
this.progressBar1.Size = new System.Drawing.Size(448, 23);
|
||||
this.progressBar1.TabIndex = 16;
|
||||
//
|
||||
// pnlLoad
|
||||
//
|
||||
this.pnlLoad.BackColor = System.Drawing.Color.Silver;
|
||||
this.pnlLoad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.pnlLoad.Controls.Add(this.sfdatagridsbload);
|
||||
this.pnlLoad.Controls.Add(this.btnsbloadcancel);
|
||||
this.pnlLoad.Controls.Add(this.btnsbloadok);
|
||||
this.pnlLoad.Controls.Add(this.panel1);
|
||||
this.pnlLoad.Location = new System.Drawing.Point(292, 106);
|
||||
this.pnlLoad.Name = "pnlLoad";
|
||||
this.pnlLoad.Size = new System.Drawing.Size(493, 634);
|
||||
this.pnlLoad.TabIndex = 4;
|
||||
this.pnlLoad.Visible = false;
|
||||
//
|
||||
// sfdatagridsbload
|
||||
//
|
||||
this.sfdatagridsbload.AccessibleName = "Table";
|
||||
this.sfdatagridsbload.AllowEditing = false;
|
||||
this.sfdatagridsbload.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
|
||||
this.sfdatagridsbload.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.sfdatagridsbload.Location = new System.Drawing.Point(0, 47);
|
||||
this.sfdatagridsbload.Name = "sfdatagridsbload";
|
||||
this.sfdatagridsbload.ShowToolTip = true;
|
||||
this.sfdatagridsbload.Size = new System.Drawing.Size(489, 489);
|
||||
this.sfdatagridsbload.TabIndex = 3;
|
||||
this.sfdatagridsbload.Text = "sfDataGrid1";
|
||||
this.sfdatagridsbload.ToolTipOpening += new Syncfusion.WinForms.DataGrid.Events.ToolTipOpeningEventHandler(this.sfdatagridsbload_ToolTipOpening);
|
||||
this.sfdatagridsbload.DrawCell += new Syncfusion.WinForms.DataGrid.Events.DrawCellEventHandler(this.sfdatagridsbload_DrawCell);
|
||||
this.sfdatagridsbload.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridsbload_CellClick);
|
||||
this.sfdatagridsbload.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridsbload_CellDoubleClick);
|
||||
this.sfdatagridsbload.Click += new System.EventHandler(this.Serienbrief_Load);
|
||||
this.sfdatagridsbload.DoubleClick += new System.EventHandler(this.sfdatagridsbload_DoubleClick);
|
||||
//
|
||||
// btnsbloadcancel
|
||||
//
|
||||
this.btnsbloadcancel.Location = new System.Drawing.Point(9, 600);
|
||||
this.btnsbloadcancel.Name = "btnsbloadcancel";
|
||||
this.btnsbloadcancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnsbloadcancel.TabIndex = 2;
|
||||
this.btnsbloadcancel.Text = "Abbrechen";
|
||||
this.btnsbloadcancel.UseVisualStyleBackColor = true;
|
||||
this.btnsbloadcancel.Click += new System.EventHandler(this.btnsbloadcancel_Click);
|
||||
//
|
||||
// btnsbloadok
|
||||
//
|
||||
this.btnsbloadok.Location = new System.Drawing.Point(870, 600);
|
||||
this.btnsbloadok.Name = "btnsbloadok";
|
||||
this.btnsbloadok.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnsbloadok.TabIndex = 0;
|
||||
this.btnsbloadok.Text = "Öffnen";
|
||||
this.btnsbloadok.UseVisualStyleBackColor = true;
|
||||
this.btnsbloadok.Click += new System.EventHandler(this.bntsbloadok_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(489, 47);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(385, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(154, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Serienbrief öffnen";
|
||||
//
|
||||
// panelLoad
|
||||
//
|
||||
this.panelLoad.BackColor = System.Drawing.Color.Silver;
|
||||
this.panelLoad.Controls.Add(this.label4);
|
||||
this.panelLoad.Location = new System.Drawing.Point(303, 95);
|
||||
this.panelLoad.Name = "panelLoad";
|
||||
this.panelLoad.Size = new System.Drawing.Size(832, 94);
|
||||
this.panelLoad.TabIndex = 6;
|
||||
this.panelLoad.Visible = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(12, 37);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(469, 20);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "Serienbrief wird initialisiert - bitte einen Moment warten....";
|
||||
//
|
||||
// grpDruckstapel
|
||||
//
|
||||
this.grpDruckstapel.Controls.Add(this.panel2);
|
||||
@@ -457,15 +365,15 @@
|
||||
//
|
||||
// treeviewDruckstapel
|
||||
//
|
||||
treeNodeAdvStyleInfo3.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo3.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo3.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo3.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo3.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo3.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo3.TextColor = System.Drawing.Color.Black;
|
||||
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.treeviewDruckstapel.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo3)});
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
this.treeviewDruckstapel.BeforeTouchSize = new System.Drawing.Size(215, 191);
|
||||
this.treeviewDruckstapel.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
//
|
||||
@@ -697,6 +605,7 @@
|
||||
this.DateDokumentDatum.Size = new System.Drawing.Size(107, 21);
|
||||
this.DateDokumentDatum.TabIndex = 3;
|
||||
this.DateDokumentDatum.ToolTipText = "";
|
||||
this.DateDokumentDatum.DropDownOpening += new System.ComponentModel.CancelEventHandler(this.DateDokumentDatum_DropDownOpening);
|
||||
//
|
||||
// lblDokumentDatum
|
||||
//
|
||||
@@ -765,6 +674,98 @@
|
||||
this.txtbezeichnung.Size = new System.Drawing.Size(354, 20);
|
||||
this.txtbezeichnung.TabIndex = 9;
|
||||
//
|
||||
// pnlLoad
|
||||
//
|
||||
this.pnlLoad.BackColor = System.Drawing.Color.Silver;
|
||||
this.pnlLoad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||||
this.pnlLoad.Controls.Add(this.sfdatagridsbload);
|
||||
this.pnlLoad.Controls.Add(this.btnsbloadcancel);
|
||||
this.pnlLoad.Controls.Add(this.btnsbloadok);
|
||||
this.pnlLoad.Controls.Add(this.panel1);
|
||||
this.pnlLoad.Location = new System.Drawing.Point(292, 106);
|
||||
this.pnlLoad.Name = "pnlLoad";
|
||||
this.pnlLoad.Size = new System.Drawing.Size(493, 634);
|
||||
this.pnlLoad.TabIndex = 4;
|
||||
this.pnlLoad.Visible = false;
|
||||
//
|
||||
// sfdatagridsbload
|
||||
//
|
||||
this.sfdatagridsbload.AccessibleName = "Table";
|
||||
this.sfdatagridsbload.AllowEditing = false;
|
||||
this.sfdatagridsbload.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
|
||||
this.sfdatagridsbload.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.sfdatagridsbload.Location = new System.Drawing.Point(0, 47);
|
||||
this.sfdatagridsbload.Name = "sfdatagridsbload";
|
||||
this.sfdatagridsbload.ShowToolTip = true;
|
||||
this.sfdatagridsbload.Size = new System.Drawing.Size(489, 489);
|
||||
this.sfdatagridsbload.TabIndex = 3;
|
||||
this.sfdatagridsbload.Text = "sfDataGrid1";
|
||||
this.sfdatagridsbload.ToolTipOpening += new Syncfusion.WinForms.DataGrid.Events.ToolTipOpeningEventHandler(this.sfdatagridsbload_ToolTipOpening);
|
||||
this.sfdatagridsbload.DrawCell += new Syncfusion.WinForms.DataGrid.Events.DrawCellEventHandler(this.sfdatagridsbload_DrawCell);
|
||||
this.sfdatagridsbload.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridsbload_CellClick);
|
||||
this.sfdatagridsbload.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfdatagridsbload_CellDoubleClick);
|
||||
this.sfdatagridsbload.Click += new System.EventHandler(this.Serienbrief_Load);
|
||||
this.sfdatagridsbload.DoubleClick += new System.EventHandler(this.sfdatagridsbload_DoubleClick);
|
||||
//
|
||||
// btnsbloadcancel
|
||||
//
|
||||
this.btnsbloadcancel.Location = new System.Drawing.Point(9, 600);
|
||||
this.btnsbloadcancel.Name = "btnsbloadcancel";
|
||||
this.btnsbloadcancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnsbloadcancel.TabIndex = 2;
|
||||
this.btnsbloadcancel.Text = "Abbrechen";
|
||||
this.btnsbloadcancel.UseVisualStyleBackColor = true;
|
||||
this.btnsbloadcancel.Click += new System.EventHandler(this.btnsbloadcancel_Click);
|
||||
//
|
||||
// btnsbloadok
|
||||
//
|
||||
this.btnsbloadok.Location = new System.Drawing.Point(870, 600);
|
||||
this.btnsbloadok.Name = "btnsbloadok";
|
||||
this.btnsbloadok.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnsbloadok.TabIndex = 0;
|
||||
this.btnsbloadok.Text = "Öffnen";
|
||||
this.btnsbloadok.UseVisualStyleBackColor = true;
|
||||
this.btnsbloadok.Click += new System.EventHandler(this.bntsbloadok_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(489, 47);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(385, 13);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(154, 20);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Serienbrief öffnen";
|
||||
//
|
||||
// panelLoad
|
||||
//
|
||||
this.panelLoad.BackColor = System.Drawing.Color.Silver;
|
||||
this.panelLoad.Controls.Add(this.label4);
|
||||
this.panelLoad.Location = new System.Drawing.Point(303, 95);
|
||||
this.panelLoad.Name = "panelLoad";
|
||||
this.panelLoad.Size = new System.Drawing.Size(832, 94);
|
||||
this.panelLoad.TabIndex = 6;
|
||||
this.panelLoad.Visible = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(12, 37);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(469, 20);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "Serienbrief wird initialisiert - bitte einen Moment warten....";
|
||||
//
|
||||
// GrpEmpfaenger
|
||||
//
|
||||
this.GrpEmpfaenger.Controls.Add(this.sfDataGridEmpfaenger);
|
||||
@@ -791,6 +792,7 @@
|
||||
this.sfDataGridEmpfaenger.Size = new System.Drawing.Size(666, 563);
|
||||
this.sfDataGridEmpfaenger.TabIndex = 4;
|
||||
this.sfDataGridEmpfaenger.Text = "sfDataGrid1";
|
||||
this.sfDataGridEmpfaenger.DrawCell += new Syncfusion.WinForms.DataGrid.Events.DrawCellEventHandler(this.sfDataGridEmpfaenger_DrawCell);
|
||||
this.sfDataGridEmpfaenger.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfDataGridEmpfaenger_CellClick);
|
||||
//
|
||||
// ctxmenuEmpfaenger
|
||||
@@ -825,15 +827,15 @@
|
||||
//
|
||||
// treeViewAdv1
|
||||
//
|
||||
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;
|
||||
treeNodeAdvStyleInfo2.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo2.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo2.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo2.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo2.TextColor = System.Drawing.Color.Black;
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo2)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(230, 563);
|
||||
this.treeViewAdv1.ContextMenuStrip = this.ctxmenutree;
|
||||
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -851,51 +853,51 @@
|
||||
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";
|
||||
treeNodeAdv5.ChildStyle.CheckBoxTickThickness = 1;
|
||||
treeNodeAdv5.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv5.ChildStyle.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv5.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv5.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv5.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdv5.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv5.MultiLine = true;
|
||||
treeNodeAdv5.ShowLine = true;
|
||||
treeNodeAdv5.Text = "In Bearbeitung";
|
||||
treeNodeAdv6.ChildStyle.CheckBoxTickThickness = 1;
|
||||
treeNodeAdv6.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv6.ChildStyle.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv6.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv6.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv6.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdv6.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv6.MultiLine = true;
|
||||
treeNodeAdv6.ShowLine = true;
|
||||
treeNodeAdv6.Text = "Fehlerhaft";
|
||||
treeNodeAdv7.ChildStyle.CheckBoxTickThickness = 1;
|
||||
treeNodeAdv7.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv7.ChildStyle.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv7.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv7.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv7.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdv7.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv7.MultiLine = true;
|
||||
treeNodeAdv7.ShowLine = true;
|
||||
treeNodeAdv7.Text = "Generierte Dokumente";
|
||||
treeNodeAdv8.ChildStyle.CheckBoxTickThickness = 1;
|
||||
treeNodeAdv8.ChildStyle.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv8.ChildStyle.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv8.ChildStyle.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv8.ChildStyle.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdv8.ChildStyle.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdv8.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdv8.MultiLine = true;
|
||||
treeNodeAdv8.ShowLine = true;
|
||||
treeNodeAdv8.Text = "Abgeschlossen";
|
||||
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.MultiLine = true;
|
||||
treeNodeAdv1.ShowLine = true;
|
||||
treeNodeAdv1.Text = "In Bearbeitung";
|
||||
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.MultiLine = true;
|
||||
treeNodeAdv2.ShowLine = true;
|
||||
treeNodeAdv2.Text = "Fehlerhaft";
|
||||
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.ShowLine = true;
|
||||
treeNodeAdv3.Text = "Generierte Dokumente";
|
||||
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 = "Abgeschlossen";
|
||||
this.treeViewAdv1.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
|
||||
treeNodeAdv5,
|
||||
treeNodeAdv6,
|
||||
treeNodeAdv7,
|
||||
treeNodeAdv8});
|
||||
treeNodeAdv1,
|
||||
treeNodeAdv2,
|
||||
treeNodeAdv3,
|
||||
treeNodeAdv4});
|
||||
this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(230, 563);
|
||||
this.treeViewAdv1.TabIndex = 3;
|
||||
@@ -1324,12 +1326,6 @@
|
||||
this.pnlprogress.ResumeLayout(false);
|
||||
this.pnlprogress.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
|
||||
this.pnlLoad.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.panelLoad.ResumeLayout(false);
|
||||
this.panelLoad.PerformLayout();
|
||||
this.grpDruckstapel.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
@@ -1347,6 +1343,12 @@
|
||||
this.groupBox5.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).EndInit();
|
||||
this.pnlLoad.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfdatagridsbload)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.panelLoad.ResumeLayout(false);
|
||||
this.panelLoad.PerformLayout();
|
||||
this.GrpEmpfaenger.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).EndInit();
|
||||
this.ctxmenuEmpfaenger.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user