BH, Kundenkontakte, MD;

This commit is contained in:
2024-09-11 11:58:25 +02:00
parent 3ad1e4dbfc
commit d3174821d3
28 changed files with 1149 additions and 784 deletions

View File

@@ -26,6 +26,8 @@ Partial Class frmGoMautBoxen
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGoMautBoxen))
Me.pnl = New System.Windows.Forms.Panel()
Me.txtbishAbrp = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.GroupBoxBriefwaehlen = New System.Windows.Forms.GroupBox()
Me.rbAP = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components)
Me.rbPostPay = New VERAG_PROG_ALLGEMEIN.MyRadioButton(Me.components)
@@ -57,11 +59,10 @@ Partial Class frmGoMautBoxen
Me.Label5 = New System.Windows.Forms.Label()
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.btnAbbrechen = New System.Windows.Forms.Button()
Me.btnOK = New System.Windows.Forms.Button()
Me.txtbishAbrp = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button2 = New System.Windows.Forms.Button()
Me.btn = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
Me.GroupBoxBriefwaehlen.SuspendLayout()
CType(Me.dgvLKW, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -71,6 +72,8 @@ Partial Class frmGoMautBoxen
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.btn)
Me.pnl.Controls.Add(Me.txtbishAbrp)
Me.pnl.Controls.Add(Me.Label4)
Me.pnl.Controls.Add(Me.GroupBoxBriefwaehlen)
@@ -102,13 +105,32 @@ Partial Class frmGoMautBoxen
Me.pnl.Controls.Add(Me.Label5)
Me.pnl.Controls.Add(Me.KdSearchBox1)
Me.pnl.Controls.Add(Me.btnAbbrechen)
Me.pnl.Controls.Add(Me.btnOK)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(476, 569)
Me.pnl.TabIndex = 1
'
'txtbishAbrp
'
Me.txtbishAbrp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtbishAbrp.Location = New System.Drawing.Point(257, 486)
Me.txtbishAbrp.MaxLength = 40
Me.txtbishAbrp.Name = "txtbishAbrp"
Me.txtbishAbrp.ReadOnly = True
Me.txtbishAbrp.Size = New System.Drawing.Size(203, 20)
Me.txtbishAbrp.TabIndex = 494
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(118, 489)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(125, 13)
Me.Label4.TabIndex = 493
Me.Label4.Text = "bish. Abrechnugspartner:"
'
'GroupBoxBriefwaehlen
'
Me.GroupBoxBriefwaehlen.Controls.Add(Me.rbAP)
@@ -473,56 +495,54 @@ Partial Class frmGoMautBoxen
'
Me.btnAbbrechen.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnAbbrechen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAbbrechen.Location = New System.Drawing.Point(167, 522)
Me.btnAbbrechen.Location = New System.Drawing.Point(12, 522)
Me.btnAbbrechen.Name = "btnAbbrechen"
Me.btnAbbrechen.Size = New System.Drawing.Size(87, 34)
Me.btnAbbrechen.TabIndex = 5
Me.btnAbbrechen.Text = "Abbrechen"
Me.btnAbbrechen.UseVisualStyleBackColor = True
'
'btnOK
'
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOK.Location = New System.Drawing.Point(285, 522)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(160, 34)
Me.btnOK.TabIndex = 6
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'txtbishAbrp
'
Me.txtbishAbrp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtbishAbrp.Location = New System.Drawing.Point(257, 486)
Me.txtbishAbrp.MaxLength = 40
Me.txtbishAbrp.Name = "txtbishAbrp"
Me.txtbishAbrp.ReadOnly = True
Me.txtbishAbrp.Size = New System.Drawing.Size(203, 20)
Me.txtbishAbrp.TabIndex = 494
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(118, 489)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(125, 13)
Me.Label4.TabIndex = 493
Me.Label4.Text = "bish. Abrechnugspartner:"
'
'DataGridViewTextBoxColumn4
'
Me.DataGridViewTextBoxColumn4.HeaderText = "Bez."
Me.DataGridViewTextBoxColumn4.HeaderText = "Kennzeichen"
Me.DataGridViewTextBoxColumn4.MaxInputLength = 75
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
'
'DataGridViewTextBoxColumn2
'
Me.DataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.DataGridViewTextBoxColumn2.HeaderText = "Kennzeichen"
Me.DataGridViewTextBoxColumn2.HeaderText = "Box Nr."
Me.DataGridViewTextBoxColumn2.MaxInputLength = 50
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.BackgroundImage = Global.SDL.My.Resources.Resources.pdf
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(408, 519)
Me.Button2.Margin = New System.Windows.Forms.Padding(5)
Me.Button2.Name = "Button2"
Me.Button2.Padding = New System.Windows.Forms.Padding(5)
Me.Button2.Size = New System.Drawing.Size(50, 40)
Me.Button2.TabIndex = 496
Me.Button2.UseVisualStyleBackColor = True
'
'btn
'
Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btn.BackgroundImage = Global.SDL.My.Resources.Resources.email_big
Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn.Location = New System.Drawing.Point(348, 519)
Me.btn.Margin = New System.Windows.Forms.Padding(5)
Me.btn.Name = "btn"
Me.btn.Padding = New System.Windows.Forms.Padding(5)
Me.btn.Size = New System.Drawing.Size(50, 40)
Me.btn.TabIndex = 495
Me.btn.UseVisualStyleBackColor = True
'
'frmGoMautBoxen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -544,7 +564,6 @@ Partial Class frmGoMautBoxen
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents btnAbbrechen As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox
Friend WithEvents cbxLandKz As VERAG_PROG_ALLGEMEIN.MyComboBox
@@ -579,4 +598,6 @@ Partial Class frmGoMautBoxen
Friend WithEvents Label4 As Label
Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
Friend WithEvents Button2 As Button
Friend WithEvents btn As Button
End Class