Update 20241229
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.GrpPartner = new System.Windows.Forms.GroupBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btneditadresse = new System.Windows.Forms.Button();
|
||||
this.btnweitereadressen = new System.Windows.Forms.Button();
|
||||
this.txtanrede = new System.Windows.Forms.TextBox();
|
||||
@@ -76,6 +76,9 @@
|
||||
this.cbboxpostzustellung = new Syncfusion.WinForms.ListView.SfComboBox();
|
||||
this.lblPostzustellung = new System.Windows.Forms.Label();
|
||||
this.btnErneutGenerierung = new System.Windows.Forms.Button();
|
||||
this.lblAnrede = new System.Windows.Forms.Label();
|
||||
this.DateTerminText = new System.Windows.Forms.TextBox();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.GrpPartner.SuspendLayout();
|
||||
this.groupBox5.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -99,7 +102,7 @@
|
||||
//
|
||||
// GrpPartner
|
||||
//
|
||||
this.GrpPartner.Controls.Add(this.button1);
|
||||
this.GrpPartner.Controls.Add(this.lblAnrede);
|
||||
this.GrpPartner.Controls.Add(this.btneditadresse);
|
||||
this.GrpPartner.Controls.Add(this.btnweitereadressen);
|
||||
this.GrpPartner.Controls.Add(this.txtanrede);
|
||||
@@ -116,15 +119,6 @@
|
||||
this.GrpPartner.TabStop = false;
|
||||
this.GrpPartner.Text = "Partner";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(490, 226);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||||
this.button1.TabIndex = 8;
|
||||
this.button1.Text = "button1";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btneditadresse
|
||||
//
|
||||
this.btneditadresse.Image = global::OnDoc.Properties.Resources.EditDoc_16x16_32;
|
||||
@@ -149,11 +143,10 @@
|
||||
//
|
||||
// txtanrede
|
||||
//
|
||||
this.txtanrede.Location = new System.Drawing.Point(298, 156);
|
||||
this.txtanrede.Location = new System.Drawing.Point(298, 169);
|
||||
this.txtanrede.Name = "txtanrede";
|
||||
this.txtanrede.Size = new System.Drawing.Size(200, 20);
|
||||
this.txtanrede.TabIndex = 6;
|
||||
this.txtanrede.Text = "txtanrede";
|
||||
//
|
||||
// groupBox5
|
||||
//
|
||||
@@ -547,6 +540,7 @@
|
||||
//
|
||||
// groupBox9
|
||||
//
|
||||
this.groupBox9.Controls.Add(this.DateTerminText);
|
||||
this.groupBox9.Controls.Add(this.DateTermin);
|
||||
this.groupBox9.Controls.Add(this.lblTermin);
|
||||
this.groupBox9.Controls.Add(this.DateDokumentDatum);
|
||||
@@ -563,11 +557,13 @@
|
||||
//
|
||||
// DateTermin
|
||||
//
|
||||
this.DateTermin.Location = new System.Drawing.Point(398, 42);
|
||||
this.DateTermin.DateTimeIcon = null;
|
||||
this.DateTermin.Location = new System.Drawing.Point(476, 42);
|
||||
this.DateTermin.Name = "DateTermin";
|
||||
this.DateTermin.Size = new System.Drawing.Size(107, 21);
|
||||
this.DateTermin.Size = new System.Drawing.Size(29, 21);
|
||||
this.DateTermin.TabIndex = 5;
|
||||
this.DateTermin.ToolTipText = "";
|
||||
this.DateTermin.ValueChanged += new Syncfusion.WinForms.Input.Events.DateTimeValueChangedEventHandler(this.DateTermin_ValueChanged);
|
||||
//
|
||||
// lblTermin
|
||||
//
|
||||
@@ -580,6 +576,7 @@
|
||||
//
|
||||
// DateDokumentDatum
|
||||
//
|
||||
this.DateDokumentDatum.DateTimeIcon = null;
|
||||
this.DateDokumentDatum.Location = new System.Drawing.Point(151, 44);
|
||||
this.DateDokumentDatum.Name = "DateDokumentDatum";
|
||||
this.DateDokumentDatum.Size = new System.Drawing.Size(107, 21);
|
||||
@@ -627,6 +624,27 @@
|
||||
this.btnErneutGenerierung.Visible = false;
|
||||
this.btnErneutGenerierung.Click += new System.EventHandler(this.btnErneutGenerierung_Click);
|
||||
//
|
||||
// lblAnrede
|
||||
//
|
||||
this.lblAnrede.AutoSize = true;
|
||||
this.lblAnrede.Location = new System.Drawing.Point(298, 153);
|
||||
this.lblAnrede.Name = "lblAnrede";
|
||||
this.lblAnrede.Size = new System.Drawing.Size(151, 13);
|
||||
this.lblAnrede.TabIndex = 8;
|
||||
this.lblAnrede.Text = "Anrede (sofern nicht Standard)";
|
||||
//
|
||||
// DateTerminText
|
||||
//
|
||||
this.DateTerminText.Location = new System.Drawing.Point(406, 43);
|
||||
this.DateTerminText.Name = "DateTerminText";
|
||||
this.DateTerminText.Size = new System.Drawing.Size(69, 20);
|
||||
this.DateTerminText.TabIndex = 6;
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
||||
//
|
||||
// UCAllgemeineDokumentParam
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
@@ -723,7 +741,9 @@
|
||||
private System.Windows.Forms.Button btnErneutGenerierung;
|
||||
private System.Windows.Forms.Button btnweitereadressen;
|
||||
private System.Windows.Forms.TextBox txtanrede;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button btneditadresse;
|
||||
private System.Windows.Forms.Label lblAnrede;
|
||||
private System.Windows.Forms.TextBox DateTerminText;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user