This commit is contained in:
2020-09-23 07:23:26 +02:00
parent 81905f2f44
commit bead6bad6d
34 changed files with 1873 additions and 878 deletions

View File

@@ -74,11 +74,12 @@ Partial Class frmAvisoWeiterleiten
Me.Panel5 = New System.Windows.Forms.Panel()
Me.Label6 = New System.Windows.Forms.Label()
Me.dgvAnmhaenge = New System.Windows.Forms.DataGridView()
Me.clmnAnhFilePath = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnAnhFileName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label5 = New System.Windows.Forms.Label()
Me.rtbVermerk = New System.Windows.Forms.RichTextBox()
Me.clmnAnhFilePath = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnAnhFileName = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.btnVERIMEX = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
@@ -108,7 +109,7 @@ Partial Class frmAvisoWeiterleiten
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(733, 37)
Me.pnl.Size = New System.Drawing.Size(854, 37)
Me.pnl.TabIndex = 0
'
'Label3
@@ -116,7 +117,7 @@ Partial Class frmAvisoWeiterleiten
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!)
Me.Label3.Location = New System.Drawing.Point(576, 7)
Me.Label3.Location = New System.Drawing.Point(697, 7)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(109, 24)
Me.Label3.TabIndex = 8
@@ -126,7 +127,7 @@ Partial Class frmAvisoWeiterleiten
'
Me.pic.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pic.Image = Global.AVISO.My.Resources.Resources.weiterleiten_small1
Me.pic.Location = New System.Drawing.Point(689, 3)
Me.pic.Location = New System.Drawing.Point(810, 3)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(44, 32)
Me.pic.TabIndex = 7
@@ -248,7 +249,7 @@ Partial Class frmAvisoWeiterleiten
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel4.Location = New System.Drawing.Point(320, 37)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(413, 599)
Me.Panel4.Size = New System.Drawing.Size(534, 599)
Me.Panel4.TabIndex = 20
'
'Panel1
@@ -260,7 +261,7 @@ Partial Class frmAvisoWeiterleiten
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
Me.Panel1.Location = New System.Drawing.Point(200, 57)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(200, 365)
Me.Panel1.Size = New System.Drawing.Size(325, 365)
Me.Panel1.TabIndex = 20
'
'flpFirma
@@ -268,7 +269,7 @@ Partial Class frmAvisoWeiterleiten
Me.flpFirma.Dock = System.Windows.Forms.DockStyle.Fill
Me.flpFirma.Location = New System.Drawing.Point(0, 28)
Me.flpFirma.Name = "flpFirma"
Me.flpFirma.Size = New System.Drawing.Size(198, 335)
Me.flpFirma.Size = New System.Drawing.Size(323, 335)
Me.flpFirma.TabIndex = 1
'
'Panel3
@@ -279,7 +280,7 @@ Partial Class frmAvisoWeiterleiten
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel3.Location = New System.Drawing.Point(0, 0)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(198, 28)
Me.Panel3.Size = New System.Drawing.Size(323, 28)
Me.Panel3.TabIndex = 2
'
'Label1
@@ -578,10 +579,11 @@ Partial Class frmAvisoWeiterleiten
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnUNIPED)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnIMEX)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnFrontoffice)
Me.MyFlowLayoutPanel1.Controls.Add(Me.btnVERIMEX)
Me.MyFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top
Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1"
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(411, 57)
Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(532, 57)
Me.MyFlowLayoutPanel1.TabIndex = 21
'
'btnVERAG
@@ -639,7 +641,7 @@ Partial Class frmAvisoWeiterleiten
Me.Panel5.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel5.Location = New System.Drawing.Point(0, 422)
Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(411, 175)
Me.Panel5.Size = New System.Drawing.Size(532, 175)
Me.Panel5.TabIndex = 22
'
'Label6
@@ -666,16 +668,30 @@ Partial Class frmAvisoWeiterleiten
Me.dgvAnmhaenge.ReadOnly = True
Me.dgvAnmhaenge.RowHeadersVisible = False
Me.dgvAnmhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAnmhaenge.Size = New System.Drawing.Size(249, 70)
Me.dgvAnmhaenge.Size = New System.Drawing.Size(375, 70)
Me.dgvAnmhaenge.TabIndex = 17
'
'clmnAnhFilePath
'
Me.clmnAnhFilePath.HeaderText = "Column1"
Me.clmnAnhFilePath.Name = "clmnAnhFilePath"
Me.clmnAnhFilePath.ReadOnly = True
Me.clmnAnhFilePath.Visible = False
'
'clmnAnhFileName
'
Me.clmnAnhFileName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.clmnAnhFileName.HeaderText = "Datei"
Me.clmnAnhFileName.Name = "clmnAnhFileName"
Me.clmnAnhFileName.ReadOnly = True
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.SteelBlue
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Location = New System.Drawing.Point(316, 118)
Me.Button1.Location = New System.Drawing.Point(442, 118)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(82, 42)
Me.Button1.TabIndex = 15
@@ -697,30 +713,27 @@ Partial Class frmAvisoWeiterleiten
Me.rtbVermerk.Location = New System.Drawing.Point(60, 16)
Me.rtbVermerk.MaxLength = 500
Me.rtbVermerk.Name = "rtbVermerk"
Me.rtbVermerk.Size = New System.Drawing.Size(339, 71)
Me.rtbVermerk.Size = New System.Drawing.Size(465, 71)
Me.rtbVermerk.TabIndex = 0
Me.rtbVermerk.Text = ""
'
'clmnAnhFilePath
'btnVERIMEX
'
Me.clmnAnhFilePath.HeaderText = "Column1"
Me.clmnAnhFilePath.Name = "clmnAnhFilePath"
Me.clmnAnhFilePath.ReadOnly = True
Me.clmnAnhFilePath.Visible = False
'
'clmnAnhFileName
'
Me.clmnAnhFileName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.clmnAnhFileName.HeaderText = "Datei"
Me.clmnAnhFileName.Name = "clmnAnhFileName"
Me.clmnAnhFileName.ReadOnly = True
Me.btnVERIMEX.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnVERIMEX.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.btnVERIMEX.Location = New System.Drawing.Point(405, 3)
Me.btnVERIMEX.Name = "btnVERIMEX"
Me.btnVERIMEX.Size = New System.Drawing.Size(120, 43)
Me.btnVERIMEX.TabIndex = 9
Me.btnVERIMEX.Text = "VERIMEX" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Istanbul)"
Me.btnVERIMEX.UseVisualStyleBackColor = True
'
'frmAvisoWeiterleiten
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(733, 636)
Me.ClientSize = New System.Drawing.Size(854, 636)
Me.Controls.Add(Me.Panel4)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.pnl)
@@ -808,4 +821,5 @@ Partial Class frmAvisoWeiterleiten
Friend WithEvents dgvAnmhaenge As DataGridView
Friend WithEvents clmnAnhFilePath As DataGridViewTextBoxColumn
Friend WithEvents clmnAnhFileName As DataGridViewTextBoxColumn
Friend WithEvents btnVERIMEX As Button
End Class