namespace OnDoc.UIControls { partial class Partnersuche { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.sfButton1 = new Syncfusion.WinForms.Controls.SfButton(); this.sfButton2 = new Syncfusion.WinForms.Controls.SfButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trefferlistedata)).BeginInit(); 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(55, 13); this.lblPartnerNr.TabIndex = 0; this.lblPartnerNr.Text = "Partner-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(126, 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(126, 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(307, 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(15, 96); 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.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.SelectionChanged += new Syncfusion.WinForms.DataGrid.Events.SelectionChangedEventHandler(this.trefferlistedata_SelectionChanged); this.trefferlistedata.DoubleClick += new System.EventHandler(this.trefferlistedata_DoubleClick); // // sfButton1 // this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F); this.sfButton1.Location = new System.Drawing.Point(394, 343); 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(15, 343); this.sfButton2.Name = "sfButton2"; this.sfButton2.Size = new System.Drawing.Size(108, 28); this.sfButton2.TabIndex = 7; this.sfButton2.Text = "Abbruch"; this.sfButton2.Click += new System.EventHandler(this.sfButton2_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.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 = "Partner-Suche"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trefferlistedata)).EndInit(); 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; } }