Anhang ATILLA

This commit is contained in:
2024-08-02 16:37:13 +02:00
parent 5b9b992d13
commit d855e6730e
5 changed files with 84 additions and 60 deletions

View File

@@ -68,6 +68,7 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.tbAnhaenge = New System.Windows.Forms.TabPage()
Me.dgvanhaenge = New System.Windows.Forms.DataGridView()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.Button13 = New System.Windows.Forms.Button()
Me.btnImportAssi = New System.Windows.Forms.Button()
Me.btnQuckScan = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
@@ -157,7 +158,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.UmbenennenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.LöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AusZwischenablageEinfügenPasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Button13 = New System.Windows.Forms.Button()
Me.UsrCntlVermerkeATilla1 = New AVISO.usrCntlVermerkeATilla()
Me.pnlDetailsRechts.SuspendLayout()
Me.Panel3.SuspendLayout()
@@ -563,6 +563,20 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Panel5.Size = New System.Drawing.Size(561, 38)
Me.Panel5.TabIndex = 112
'
'Button13
'
Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button13.Image = CType(resources.GetObject("Button13.Image"), System.Drawing.Image)
Me.Button13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button13.Location = New System.Drawing.Point(379, 1)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(80, 37)
Me.Button13.TabIndex = 113
Me.Button13.Text = "Scan.."
Me.Button13.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button13.UseVisualStyleBackColor = True
'
'btnImportAssi
'
Me.btnImportAssi.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
@@ -572,12 +586,11 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.btnImportAssi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnImportAssi.Location = New System.Drawing.Point(1, 1)
Me.btnImportAssi.Name = "btnImportAssi"
Me.btnImportAssi.Size = New System.Drawing.Size(61, 37)
Me.btnImportAssi.Size = New System.Drawing.Size(98, 37)
Me.btnImportAssi.TabIndex = 112
Me.btnImportAssi.Text = "Import-Assistent"
Me.btnImportAssi.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnImportAssi.UseVisualStyleBackColor = True
Me.btnImportAssi.Visible = False
'
'btnQuckScan
'
@@ -599,9 +612,9 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button11.Image = CType(resources.GetObject("Button11.Image"), System.Drawing.Image)
Me.Button11.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button11.Location = New System.Drawing.Point(46, 1)
Me.Button11.Location = New System.Drawing.Point(98, 1)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(66, 37)
Me.Button11.Size = New System.Drawing.Size(72, 37)
Me.Button11.TabIndex = 111
Me.Button11.Text = "CMR"
Me.Button11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@@ -613,11 +626,11 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image)
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button4.Location = New System.Drawing.Point(111, 1)
Me.Button4.Location = New System.Drawing.Point(169, 1)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(124, 37)
Me.Button4.Size = New System.Drawing.Size(100, 37)
Me.Button4.TabIndex = 109
Me.Button4.Text = "PDF hochladen"
Me.Button4.Text = "PDF " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hochladen"
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button4.UseVisualStyleBackColor = True
'
@@ -627,11 +640,11 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button10.Image = CType(resources.GetObject("Button10.Image"), System.Drawing.Image)
Me.Button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button10.Location = New System.Drawing.Point(234, 1)
Me.Button10.Location = New System.Drawing.Point(268, 1)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(148, 37)
Me.Button10.Size = New System.Drawing.Size(113, 37)
Me.Button10.TabIndex = 110
Me.Button10.Text = "Aus Zwischenablage" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "einfügen (Paste)"
Me.Button10.Text = "Aus Zw.ablage" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "einfügen (Paste)"
Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button10.UseVisualStyleBackColor = True
'
@@ -1745,20 +1758,6 @@ Partial Class usrcntlAktDetailsATILLANeu
Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Size = New System.Drawing.Size(279, 30)
Me.AusZwischenablageEinfügenPasteToolStripMenuItem.Text = "Aus Zwischenablage einfügen (Paste)"
'
'Button13
'
Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button13.Image = CType(resources.GetObject("Button13.Image"), System.Drawing.Image)
Me.Button13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button13.Location = New System.Drawing.Point(379, 1)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(80, 37)
Me.Button13.TabIndex = 113
Me.Button13.Text = "Scan.."
Me.Button13.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button13.UseVisualStyleBackColor = True
'
'UsrCntlVermerkeATilla1
'
Me.UsrCntlVermerkeATilla1.AutoScroll = True