20250121
This commit is contained in:
70
Client/UIControls/Partnersuche.Designer.cs
generated
70
Client/UIControls/Partnersuche.Designer.cs
generated
@@ -39,10 +39,15 @@
|
||||
this.trefferlistedata = new Syncfusion.WinForms.DataGrid.SfDataGrid();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.partnerDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.personDesKundenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.kundenDerPersonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.sfButton1 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.sfButton2 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.chksaldiert = new System.Windows.Forms.CheckBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.chkkeepalive = new System.Windows.Forms.CheckBox();
|
||||
this.btnbpperson = new System.Windows.Forms.Button();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.groupBox1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.trefferlistedata)).BeginInit();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
@@ -95,7 +100,7 @@
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.trefferlistedata);
|
||||
this.groupBox1.Location = new System.Drawing.Point(15, 96);
|
||||
this.groupBox1.Location = new System.Drawing.Point(12, 116);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(537, 241);
|
||||
this.groupBox1.TabIndex = 5;
|
||||
@@ -117,28 +122,46 @@
|
||||
this.trefferlistedata.Text = "sfDataGrid1";
|
||||
this.trefferlistedata.DrawCell += new Syncfusion.WinForms.DataGrid.Events.DrawCellEventHandler(this.trefferlistedata_DrawCell);
|
||||
this.trefferlistedata.SelectionChanged += new Syncfusion.WinForms.DataGrid.Events.SelectionChangedEventHandler(this.trefferlistedata_SelectionChanged);
|
||||
this.trefferlistedata.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.trefferlistedata_CellClick);
|
||||
this.trefferlistedata.DoubleClick += new System.EventHandler(this.trefferlistedata_DoubleClick);
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.partnerDetailsToolStripMenuItem});
|
||||
this.partnerDetailsToolStripMenuItem,
|
||||
this.personDesKundenToolStripMenuItem,
|
||||
this.kundenDerPersonToolStripMenuItem});
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(153, 26);
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(202, 70);
|
||||
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
||||
//
|
||||
// partnerDetailsToolStripMenuItem
|
||||
//
|
||||
this.partnerDetailsToolStripMenuItem.Name = "partnerDetailsToolStripMenuItem";
|
||||
this.partnerDetailsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.partnerDetailsToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
|
||||
this.partnerDetailsToolStripMenuItem.Text = "Partner-Details";
|
||||
this.partnerDetailsToolStripMenuItem.Click += new System.EventHandler(this.partnerDetailsToolStripMenuItem_Click);
|
||||
//
|
||||
// personDesKundenToolStripMenuItem
|
||||
//
|
||||
this.personDesKundenToolStripMenuItem.Name = "personDesKundenToolStripMenuItem";
|
||||
this.personDesKundenToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
|
||||
this.personDesKundenToolStripMenuItem.Text = "Person des BP\'s";
|
||||
this.personDesKundenToolStripMenuItem.Click += new System.EventHandler(this.personDesKundenToolStripMenuItem_Click);
|
||||
this.personDesKundenToolStripMenuItem.EnabledChanged += new System.EventHandler(this.personDesKundenToolStripMenuItem_EnabledChanged);
|
||||
//
|
||||
// kundenDerPersonToolStripMenuItem
|
||||
//
|
||||
this.kundenDerPersonToolStripMenuItem.Name = "kundenDerPersonToolStripMenuItem";
|
||||
this.kundenDerPersonToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
|
||||
this.kundenDerPersonToolStripMenuItem.Text = "Partner (BPs) der Person";
|
||||
this.kundenDerPersonToolStripMenuItem.Click += new System.EventHandler(this.kundenDerPersonToolStripMenuItem_Click);
|
||||
//
|
||||
// sfButton1
|
||||
//
|
||||
this.sfButton1.Enabled = false;
|
||||
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
||||
this.sfButton1.Location = new System.Drawing.Point(394, 343);
|
||||
this.sfButton1.Location = new System.Drawing.Point(391, 363);
|
||||
this.sfButton1.Name = "sfButton1";
|
||||
this.sfButton1.Size = new System.Drawing.Size(155, 28);
|
||||
this.sfButton1.TabIndex = 6;
|
||||
@@ -148,7 +171,7 @@
|
||||
// sfButton2
|
||||
//
|
||||
this.sfButton2.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
|
||||
this.sfButton2.Location = new System.Drawing.Point(15, 343);
|
||||
this.sfButton2.Location = new System.Drawing.Point(12, 363);
|
||||
this.sfButton2.Name = "sfButton2";
|
||||
this.sfButton2.Size = new System.Drawing.Size(108, 28);
|
||||
this.sfButton2.TabIndex = 7;
|
||||
@@ -158,7 +181,7 @@
|
||||
// chksaldiert
|
||||
//
|
||||
this.chksaldiert.AutoSize = true;
|
||||
this.chksaldiert.Location = new System.Drawing.Point(147, 80);
|
||||
this.chksaldiert.Location = new System.Drawing.Point(144, 100);
|
||||
this.chksaldiert.Name = "chksaldiert";
|
||||
this.chksaldiert.Size = new System.Drawing.Size(15, 14);
|
||||
this.chksaldiert.TabIndex = 8;
|
||||
@@ -168,17 +191,41 @@
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(15, 80);
|
||||
this.label1.Location = new System.Drawing.Point(12, 100);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(114, 13);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "inkl. saldierten Kunden";
|
||||
//
|
||||
// chkkeepalive
|
||||
//
|
||||
this.chkkeepalive.AutoSize = true;
|
||||
this.chkkeepalive.Location = new System.Drawing.Point(388, 96);
|
||||
this.chkkeepalive.Name = "chkkeepalive";
|
||||
this.chkkeepalive.Size = new System.Drawing.Size(161, 17);
|
||||
this.chkkeepalive.TabIndex = 10;
|
||||
this.chkkeepalive.Text = "nicht automatisch schliessen";
|
||||
this.chkkeepalive.UseVisualStyleBackColor = true;
|
||||
this.chkkeepalive.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||||
//
|
||||
// btnbpperson
|
||||
//
|
||||
this.btnbpperson.Enabled = false;
|
||||
this.btnbpperson.Image = global::OnDoc.Properties.Resources.Refresh_16x16_32;
|
||||
this.btnbpperson.Location = new System.Drawing.Point(555, 132);
|
||||
this.btnbpperson.Name = "btnbpperson";
|
||||
this.btnbpperson.Size = new System.Drawing.Size(24, 27);
|
||||
this.btnbpperson.TabIndex = 11;
|
||||
this.btnbpperson.UseVisualStyleBackColor = true;
|
||||
this.btnbpperson.Click += new System.EventHandler(this.btnbpperson_Click);
|
||||
//
|
||||
// Partnersuche
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(564, 376);
|
||||
this.ClientSize = new System.Drawing.Size(583, 399);
|
||||
this.Controls.Add(this.btnbpperson);
|
||||
this.Controls.Add(this.chkkeepalive);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.chksaldiert);
|
||||
this.Controls.Add(this.sfButton2);
|
||||
@@ -219,5 +266,10 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem partnerDetailsToolStripMenuItem;
|
||||
private System.Windows.Forms.CheckBox chksaldiert;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.ToolStripMenuItem personDesKundenToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem kundenDerPersonToolStripMenuItem;
|
||||
private System.Windows.Forms.CheckBox chkkeepalive;
|
||||
private System.Windows.Forms.Button btnbpperson;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user