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.
OnDoc/Client/UIControls/UCAllgemeinDokumentParamExt...

183 lines
8.6 KiB

namespace OnDoc.UIControls
{
partial class UCAllgemeinDokumentParamExtern
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
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.sfButton1 = new Syncfusion.WinForms.Controls.SfButton();
this.lblPartner = new System.Windows.Forms.Label();
this.lblPartnerInhaber = new System.Windows.Forms.Label();
this.btnErneutGenerierung = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lbluridescription = new System.Windows.Forms.Label();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// groupBox5
//
this.groupBox5.Controls.Add(this.txtPartnerZusteller);
this.groupBox5.Location = new System.Drawing.Point(288, 40);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(200, 100);
this.groupBox5.TabIndex = 30;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Zustell-Adresse";
//
// 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(73, 40);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(200, 100);
this.groupBox6.TabIndex = 29;
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;
//
// sfButton1
//
this.sfButton1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
this.sfButton1.Location = new System.Drawing.Point(5, 12);
this.sfButton1.Name = "sfButton1";
this.sfButton1.Size = new System.Drawing.Size(47, 28);
this.sfButton1.Style.Image = global::OnDoc.Properties.Resources.Search_24x24_32;
this.sfButton1.TabIndex = 28;
this.sfButton1.Tag = "Partner suchen";
this.sfButton1.Click += new System.EventHandler(this.sfButton1_Click);
//
// lblPartner
//
this.lblPartner.AutoSize = true;
this.lblPartner.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPartner.Location = new System.Drawing.Point(184, 16);
this.lblPartner.Name = "lblPartner";
this.lblPartner.Size = new System.Drawing.Size(107, 13);
this.lblPartner.TabIndex = 27;
this.lblPartner.Text = "Partner-Kurzname";
//
// lblPartnerInhaber
//
this.lblPartnerInhaber.AutoSize = true;
this.lblPartnerInhaber.Location = new System.Drawing.Point(70, 16);
this.lblPartnerInhaber.Name = "lblPartnerInhaber";
this.lblPartnerInhaber.Size = new System.Drawing.Size(43, 13);
this.lblPartnerInhaber.TabIndex = 26;
this.lblPartnerInhaber.Text = "Inhaber";
//
// btnErneutGenerierung
//
this.btnErneutGenerierung.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.btnErneutGenerierung.Location = new System.Drawing.Point(890, 55);
this.btnErneutGenerierung.Name = "btnErneutGenerierung";
this.btnErneutGenerierung.Size = new System.Drawing.Size(138, 23);
this.btnErneutGenerierung.TabIndex = 31;
this.btnErneutGenerierung.Text = "Erneut erstellen";
this.btnErneutGenerierung.UseVisualStyleBackColor = false;
this.btnErneutGenerierung.Visible = false;
this.btnErneutGenerierung.Click += new System.EventHandler(this.btnErneutGenerierung_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(69, 213);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(349, 24);
this.label1.TabIndex = 32;
this.label1.Text = "Dokumenterstellung in externem System";
//
// lbluridescription
//
this.lbluridescription.AutoSize = true;
this.lbluridescription.Location = new System.Drawing.Point(73, 251);
this.lbluridescription.Name = "lbluridescription";
this.lbluridescription.Size = new System.Drawing.Size(0, 13);
this.lbluridescription.TabIndex = 33;
//
// UCAllgemeinDokumentParamExtern
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lbluridescription);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.sfButton1);
this.Controls.Add(this.lblPartner);
this.Controls.Add(this.lblPartnerInhaber);
this.Controls.Add(this.btnErneutGenerierung);
this.Name = "UCAllgemeinDokumentParamExtern";
this.Size = new System.Drawing.Size(1032, 519);
this.Load += new System.EventHandler(this.UCAllgemeinDokumentParamExtern_Load);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 Syncfusion.WinForms.Controls.SfButton sfButton1;
private System.Windows.Forms.Label lblPartner;
private System.Windows.Forms.Label lblPartnerInhaber;
private System.Windows.Forms.Button btnErneutGenerierung;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbluridescription;
}
}