namespace OnDoc.Diverses { partial class PartnerDetails { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PartnerDetails)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtPartnerZusteller = new System.Windows.Forms.TextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.txtPartnerInhaber = new System.Windows.Forms.TextBox(); this.lblpartnernr = new System.Windows.Forms.Label(); this.lblkurzname = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblbetreuer = new System.Windows.Forms.Label(); this.cbboersenkotiert = new System.Windows.Forms.CheckBox(); this.cbVip = new System.Windows.Forms.CheckBox(); this.cbmitarbeiter = new System.Windows.Forms.CheckBox(); this.lblmail = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.grpadressen = new System.Windows.Forms.GroupBox(); this.sfGridAdressen = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.ctxmenuadresse = new System.Windows.Forms.ContextMenuStrip(this.components); this.adresseÜbernehmenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.GrpVV = new System.Windows.Forms.GroupBox(); this.sfGridVV = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.btnclose = new System.Windows.Forms.Button(); this.groupBox5.SuspendLayout(); this.groupBox6.SuspendLayout(); this.grpadressen.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfGridAdressen)).BeginInit(); this.ctxmenuadresse.SuspendLayout(); this.GrpVV.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.sfGridVV)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 13); this.label1.TabIndex = 0; this.label1.Text = "Nr."; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 13); this.label2.TabIndex = 2; this.label2.Text = "Kurzname"; // // groupBox5 // this.groupBox5.Controls.Add(this.txtPartnerZusteller); this.groupBox5.Location = new System.Drawing.Point(237, 119); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(200, 100); this.groupBox5.TabIndex = 6; this.groupBox5.TabStop = false; this.groupBox5.Text = "Zustell-Adresse (Ebene VI)"; // // txtPartnerZusteller // this.txtPartnerZusteller.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPartnerZusteller.Location = new System.Drawing.Point(3, 16); this.txtPartnerZusteller.Multiline = true; this.txtPartnerZusteller.Name = "txtPartnerZusteller"; this.txtPartnerZusteller.ReadOnly = true; this.txtPartnerZusteller.Size = new System.Drawing.Size(194, 81); this.txtPartnerZusteller.TabIndex = 1; // // groupBox6 // this.groupBox6.Controls.Add(this.txtPartnerInhaber); this.groupBox6.Location = new System.Drawing.Point(12, 119); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(200, 100); this.groupBox6.TabIndex = 5; this.groupBox6.TabStop = false; this.groupBox6.Text = "Inhaber-Adresse"; // // txtPartnerInhaber // this.txtPartnerInhaber.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPartnerInhaber.Location = new System.Drawing.Point(3, 16); this.txtPartnerInhaber.Multiline = true; this.txtPartnerInhaber.Name = "txtPartnerInhaber"; this.txtPartnerInhaber.ReadOnly = true; this.txtPartnerInhaber.Size = new System.Drawing.Size(194, 81); this.txtPartnerInhaber.TabIndex = 0; // // lblpartnernr // this.lblpartnernr.AutoSize = true; this.lblpartnernr.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblpartnernr.Location = new System.Drawing.Point(82, 11); this.lblpartnernr.Name = "lblpartnernr"; this.lblpartnernr.Size = new System.Drawing.Size(56, 13); this.lblpartnernr.TabIndex = 7; this.lblpartnernr.Text = "1000208"; // // lblkurzname // this.lblkurzname.AutoSize = true; this.lblkurzname.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblkurzname.Location = new System.Drawing.Point(82, 34); this.lblkurzname.Name = "lblkurzname"; this.lblkurzname.Size = new System.Drawing.Size(62, 13); this.lblkurzname.TabIndex = 8; this.lblkurzname.Text = "Kurzname"; this.lblkurzname.Click += new System.EventHandler(this.label3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 13); this.label3.TabIndex = 9; this.label3.Text = "Betreuer"; // // lblbetreuer // this.lblbetreuer.AutoSize = true; this.lblbetreuer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblbetreuer.Location = new System.Drawing.Point(82, 80); this.lblbetreuer.Name = "lblbetreuer"; this.lblbetreuer.Size = new System.Drawing.Size(91, 13); this.lblbetreuer.TabIndex = 10; this.lblbetreuer.Text = "Name Betreuer"; // // cbboersenkotiert // this.cbboersenkotiert.Location = new System.Drawing.Point(303, 31); this.cbboersenkotiert.Name = "cbboersenkotiert"; this.cbboersenkotiert.Size = new System.Drawing.Size(134, 21); this.cbboersenkotiert.TabIndex = 22; this.cbboersenkotiert.Text = "Börsenkotiert"; // // cbVip // this.cbVip.Location = new System.Drawing.Point(303, 53); this.cbVip.Name = "cbVip"; this.cbVip.Size = new System.Drawing.Size(134, 21); this.cbVip.TabIndex = 21; this.cbVip.Text = "Spezial-Finanziert"; // // cbmitarbeiter // this.cbmitarbeiter.Location = new System.Drawing.Point(303, 8); this.cbmitarbeiter.Name = "cbmitarbeiter"; this.cbmitarbeiter.Size = new System.Drawing.Size(146, 21); this.cbmitarbeiter.TabIndex = 20; this.cbmitarbeiter.Text = "Mitarbeiter"; // // lblmail // this.lblmail.AutoSize = true; this.lblmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblmail.Location = new System.Drawing.Point(82, 56); this.lblmail.Name = "lblmail"; this.lblmail.Size = new System.Drawing.Size(78, 13); this.lblmail.TabIndex = 24; this.lblmail.Text = "Mail@tkb.ch"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(9, 61); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 13); this.label6.TabIndex = 23; this.label6.Text = "Mail"; // // grpadressen // this.grpadressen.Controls.Add(this.sfGridAdressen); this.grpadressen.Dock = System.Windows.Forms.DockStyle.Top; this.grpadressen.Location = new System.Drawing.Point(2, 236); this.grpadressen.Name = "grpadressen"; this.grpadressen.Size = new System.Drawing.Size(452, 114); this.grpadressen.TabIndex = 25; this.grpadressen.TabStop = false; this.grpadressen.Text = "Weitere Adressen"; // // sfGridAdressen // this.sfGridAdressen.AccessibleName = "Table"; this.sfGridAdressen.AllowEditing = false; this.sfGridAdressen.ContextMenuStrip = this.ctxmenuadresse; this.sfGridAdressen.Dock = System.Windows.Forms.DockStyle.Fill; this.sfGridAdressen.HeaderRowHeight = 16; this.sfGridAdressen.Location = new System.Drawing.Point(3, 16); this.sfGridAdressen.Name = "sfGridAdressen"; this.sfGridAdressen.RowHeaderWidth = 16D; this.sfGridAdressen.RowHeight = 16; this.sfGridAdressen.Size = new System.Drawing.Size(446, 95); this.sfGridAdressen.TabIndex = 0; this.sfGridAdressen.Text = "sfDataGrid1"; this.sfGridAdressen.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfGridAdressen_CellDoubleClick); this.sfGridAdressen.DoubleClick += new System.EventHandler(this.sfGridAdressen_DoubleClick); // // ctxmenuadresse // this.ctxmenuadresse.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.adresseÜbernehmenToolStripMenuItem}); this.ctxmenuadresse.Name = "ctxmenuadresse"; this.ctxmenuadresse.Size = new System.Drawing.Size(187, 26); // // adresseÜbernehmenToolStripMenuItem // this.adresseÜbernehmenToolStripMenuItem.Name = "adresseÜbernehmenToolStripMenuItem"; this.adresseÜbernehmenToolStripMenuItem.Size = new System.Drawing.Size(186, 22); this.adresseÜbernehmenToolStripMenuItem.Text = "Adresse übernehmen"; this.adresseÜbernehmenToolStripMenuItem.Click += new System.EventHandler(this.adresseÜbernehmenToolStripMenuItem_Click); // // GrpVV // this.GrpVV.Controls.Add(this.sfGridVV); this.GrpVV.Dock = System.Windows.Forms.DockStyle.Fill; this.GrpVV.Location = new System.Drawing.Point(2, 350); this.GrpVV.Name = "GrpVV"; this.GrpVV.Size = new System.Drawing.Size(452, 153); this.GrpVV.TabIndex = 26; this.GrpVV.TabStop = false; this.GrpVV.Text = "Konto / Container"; // // sfGridVV // this.sfGridVV.AccessibleName = "Table"; this.sfGridVV.AllowEditing = false; this.sfGridVV.Dock = System.Windows.Forms.DockStyle.Fill; this.sfGridVV.HeaderRowHeight = 16; this.sfGridVV.Location = new System.Drawing.Point(3, 16); this.sfGridVV.Name = "sfGridVV"; this.sfGridVV.RowHeaderWidth = 15D; this.sfGridVV.RowHeight = 16; this.sfGridVV.Size = new System.Drawing.Size(446, 134); this.sfGridVV.TabIndex = 0; this.sfGridVV.Text = "sfDataGrid1"; // // panel1 // this.panel1.Controls.Add(this.lblpartnernr); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.lblmail); this.panel1.Controls.Add(this.groupBox6); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.groupBox5); this.panel1.Controls.Add(this.cbboersenkotiert); this.panel1.Controls.Add(this.lblkurzname); this.panel1.Controls.Add(this.cbVip); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.cbmitarbeiter); this.panel1.Controls.Add(this.lblbetreuer); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(2, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(452, 234); this.panel1.TabIndex = 27; // // panel2 // this.panel2.Controls.Add(this.btnclose); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(2, 503); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(452, 34); this.panel2.TabIndex = 28; // // btnclose // this.btnclose.Location = new System.Drawing.Point(179, 8); this.btnclose.Name = "btnclose"; this.btnclose.Size = new System.Drawing.Size(75, 23); this.btnclose.TabIndex = 0; this.btnclose.Text = "Schliessen"; this.btnclose.UseVisualStyleBackColor = true; this.btnclose.Click += new System.EventHandler(this.btnclose_Click); // // PartnerDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(456, 539); this.Controls.Add(this.GrpVV); this.Controls.Add(this.grpadressen); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "PartnerDetails"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "§"; this.Load += new System.EventHandler(this.PartnerDetails_Load); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.grpadressen.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sfGridAdressen)).EndInit(); this.ctxmenuadresse.ResumeLayout(false); this.GrpVV.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sfGridVV)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TextBox txtPartnerZusteller; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.TextBox txtPartnerInhaber; private System.Windows.Forms.Label lblpartnernr; private System.Windows.Forms.Label lblkurzname; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblbetreuer; internal System.Windows.Forms.CheckBox cbboersenkotiert; internal System.Windows.Forms.CheckBox cbVip; internal System.Windows.Forms.CheckBox cbmitarbeiter; private System.Windows.Forms.Label lblmail; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox grpadressen; private Syncfusion.WinForms.DataGrid.SfDataGrid sfGridAdressen; private System.Windows.Forms.GroupBox GrpVV; private Syncfusion.WinForms.DataGrid.SfDataGrid sfGridVV; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnclose; private System.Windows.Forms.ContextMenuStrip ctxmenuadresse; private System.Windows.Forms.ToolStripMenuItem adresseÜbernehmenToolStripMenuItem; } }