You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

275 lines
14 KiB

namespace OnDoc.UIControls
{
partial class Partnersuche
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Partnersuche));
this.lblPartnerNr = new System.Windows.Forms.Label();
this.lblkurzname = new System.Windows.Forms.Label();
this.txtPartnerNr = new System.Windows.Forms.TextBox();
this.txtKurzname = new System.Windows.Forms.TextBox();
this.btnsuche = new Syncfusion.WinForms.Controls.SfButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
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();
this.SuspendLayout();
//
// lblPartnerNr
//
this.lblPartnerNr.AutoSize = true;
this.lblPartnerNr.Location = new System.Drawing.Point(12, 26);
this.lblPartnerNr.Name = "lblPartnerNr";
this.lblPartnerNr.Size = new System.Drawing.Size(61, 13);
this.lblPartnerNr.TabIndex = 0;
this.lblPartnerNr.Text = "Kunden-Nr.";
//
// lblkurzname
//
this.lblkurzname.AutoSize = true;
this.lblkurzname.Location = new System.Drawing.Point(12, 57);
this.lblkurzname.Name = "lblkurzname";
this.lblkurzname.Size = new System.Drawing.Size(54, 13);
this.lblkurzname.TabIndex = 1;
this.lblkurzname.Text = "Kurzname";
//
// txtPartnerNr
//
this.txtPartnerNr.Location = new System.Drawing.Point(147, 26);
this.txtPartnerNr.Name = "txtPartnerNr";
this.txtPartnerNr.Size = new System.Drawing.Size(164, 20);
this.txtPartnerNr.TabIndex = 2;
this.txtPartnerNr.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPartnerNr_KeyDown);
//
// txtKurzname
//
this.txtKurzname.Location = new System.Drawing.Point(147, 54);
this.txtKurzname.Name = "txtKurzname";
this.txtKurzname.Size = new System.Drawing.Size(164, 20);
this.txtKurzname.TabIndex = 3;
this.txtKurzname.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPartnerNr_KeyDown);
//
// btnsuche
//
this.btnsuche.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
this.btnsuche.Location = new System.Drawing.Point(328, 38);
this.btnsuche.Name = "btnsuche";
this.btnsuche.Size = new System.Drawing.Size(96, 28);
this.btnsuche.TabIndex = 4;
this.btnsuche.Text = "Suchen";
this.btnsuche.Click += new System.EventHandler(this.btnsuche_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.trefferlistedata);
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;
this.groupBox1.TabStop = false;
//
// trefferlistedata
//
this.trefferlistedata.AccessibleName = "Table";
this.trefferlistedata.AllowEditing = false;
this.trefferlistedata.AllowFiltering = true;
this.trefferlistedata.AllowGrouping = false;
this.trefferlistedata.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
this.trefferlistedata.ContextMenuStrip = this.contextMenuStrip1;
this.trefferlistedata.Dock = System.Windows.Forms.DockStyle.Fill;
this.trefferlistedata.Location = new System.Drawing.Point(3, 16);
this.trefferlistedata.Name = "trefferlistedata";
this.trefferlistedata.Size = new System.Drawing.Size(531, 222);
this.trefferlistedata.TabIndex = 0;
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.personDesKundenToolStripMenuItem,
this.kundenDerPersonToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
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(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(391, 363);
this.sfButton1.Name = "sfButton1";
this.sfButton1.Size = new System.Drawing.Size(155, 28);
this.sfButton1.TabIndex = 6;
this.sfButton1.Text = "Auswählen und schliessen";
this.sfButton1.Click += new System.EventHandler(this.sfButton1_Click);
//
// sfButton2
//
this.sfButton2.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
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;
this.sfButton2.Text = "Abbrechen";
this.sfButton2.Click += new System.EventHandler(this.sfButton2_Click);
//
// chksaldiert
//
this.chksaldiert.AutoSize = true;
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;
this.chksaldiert.UseVisualStyleBackColor = true;
this.chksaldiert.CheckedChanged += new System.EventHandler(this.chksaldiert_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
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 = ((System.Drawing.Image)(resources.GetObject("btnbpperson.Image")));
this.btnbpperson.Location = new System.Drawing.Point(551, 132);
this.btnbpperson.Name = "btnbpperson";
this.btnbpperson.Size = new System.Drawing.Size(34, 34);
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(584, 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);
this.Controls.Add(this.sfButton1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnsuche);
this.Controls.Add(this.txtKurzname);
this.Controls.Add(this.txtPartnerNr);
this.Controls.Add(this.lblkurzname);
this.Controls.Add(this.lblPartnerNr);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Partnersuche";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
this.Style.TitleBar.BackColor = System.Drawing.Color.Silver;
this.Text = "Kunden-Suche";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.trefferlistedata)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPartnerNr;
private System.Windows.Forms.Label lblkurzname;
private System.Windows.Forms.TextBox txtPartnerNr;
private System.Windows.Forms.TextBox txtKurzname;
private Syncfusion.WinForms.Controls.SfButton btnsuche;
private System.Windows.Forms.GroupBox groupBox1;
private Syncfusion.WinForms.DataGrid.SfDataGrid trefferlistedata;
private Syncfusion.WinForms.Controls.SfButton sfButton1;
private Syncfusion.WinForms.Controls.SfButton sfButton2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
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;
}
}