ustva, Fakt, Automailversand
This commit is contained in:
133
SDL/seriendruck/usrCntlFakturierung.Designer.vb
generated
133
SDL/seriendruck/usrCntlFakturierung.Designer.vb
generated
@@ -46,6 +46,12 @@ Partial Class usrcntlFakturierung
|
||||
Me.Button18 = New System.Windows.Forms.Button()
|
||||
Me.Label44 = New System.Windows.Forms.Label()
|
||||
Me.GBSammelrechnung = New System.Windows.Forms.GroupBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
|
||||
Me.cbxStatusAUTOMAIL = New System.Windows.Forms.CheckBox()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.btnAbfdruck = New System.Windows.Forms.Button()
|
||||
Me.btnREJdruck = New System.Windows.Forms.Button()
|
||||
Me.PictureBox8 = New System.Windows.Forms.PictureBox()
|
||||
@@ -87,16 +93,12 @@ Partial Class usrcntlFakturierung
|
||||
Me.Label45 = New System.Windows.Forms.Label()
|
||||
Me.btnRePos = New System.Windows.Forms.Button()
|
||||
Me.Validation1 = New SDL.EORI.validation()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.cbxStatusAUTOMAIL = New System.Windows.Forms.CheckBox()
|
||||
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.btnWikiStatusmails = New System.Windows.Forms.Button()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.GBMautberichte.SuspendLayout()
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GBSammelrechnung.SuspendLayout()
|
||||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -105,7 +107,6 @@ Partial Class usrcntlFakturierung
|
||||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GroupBox1
|
||||
@@ -389,6 +390,59 @@ Partial Class usrcntlFakturierung
|
||||
Me.GBSammelrechnung.TabIndex = 14
|
||||
Me.GBSammelrechnung.TabStop = False
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.Location = New System.Drawing.Point(13, 307)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(149, 19)
|
||||
Me.Label9.TabIndex = 121
|
||||
Me.Label9.Text = "* wird im Nachtlauf versendet!"
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.Location = New System.Drawing.Point(168, 230)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(151, 16)
|
||||
Me.Label8.TabIndex = 120
|
||||
Me.Label8.Text = "3. Status Autoversand setzen"
|
||||
'
|
||||
'PictureBox9
|
||||
'
|
||||
Me.PictureBox9.BackgroundImage = Global.SDL.My.Resources.Resources.ok
|
||||
Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.PictureBox9.Location = New System.Drawing.Point(148, 230)
|
||||
Me.PictureBox9.Name = "PictureBox9"
|
||||
Me.PictureBox9.Size = New System.Drawing.Size(14, 14)
|
||||
Me.PictureBox9.TabIndex = 119
|
||||
Me.PictureBox9.TabStop = False
|
||||
Me.PictureBox9.Visible = False
|
||||
'
|
||||
'cbxStatusAUTOMAIL
|
||||
'
|
||||
Me.cbxStatusAUTOMAIL.AutoSize = True
|
||||
Me.cbxStatusAUTOMAIL.Location = New System.Drawing.Point(15, 287)
|
||||
Me.cbxStatusAUTOMAIL.Name = "cbxStatusAUTOMAIL"
|
||||
Me.cbxStatusAUTOMAIL.Size = New System.Drawing.Size(143, 17)
|
||||
Me.cbxStatusAUTOMAIL.TabIndex = 118
|
||||
Me.cbxStatusAUTOMAIL.Text = "Email autom. versenden*"
|
||||
Me.cbxStatusAUTOMAIL.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.Location = New System.Drawing.Point(13, 265)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(48, 19)
|
||||
Me.Label7.TabIndex = 117
|
||||
Me.Label7.Text = "AUTO:"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.Location = New System.Drawing.Point(304, 265)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(48, 19)
|
||||
Me.Label6.TabIndex = 116
|
||||
Me.Label6.Text = "Anzeige:"
|
||||
'
|
||||
'btnAbfdruck
|
||||
'
|
||||
Me.btnAbfdruck.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
@@ -816,64 +870,24 @@ Partial Class usrcntlFakturierung
|
||||
Me.Validation1.Url = "http://ec.europa.eu/taxation_customs/dds2/eos/validation/services/validation"
|
||||
Me.Validation1.UseDefaultCredentials = False
|
||||
'
|
||||
'Label6
|
||||
'btnWikiStatusmails
|
||||
'
|
||||
Me.Label6.Location = New System.Drawing.Point(304, 265)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(48, 19)
|
||||
Me.Label6.TabIndex = 116
|
||||
Me.Label6.Text = "Anzeige:"
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.Location = New System.Drawing.Point(13, 265)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(48, 19)
|
||||
Me.Label7.TabIndex = 117
|
||||
Me.Label7.Text = "AUTO:"
|
||||
'
|
||||
'cbxStatusAUTOMAIL
|
||||
'
|
||||
Me.cbxStatusAUTOMAIL.AutoSize = True
|
||||
Me.cbxStatusAUTOMAIL.Location = New System.Drawing.Point(15, 287)
|
||||
Me.cbxStatusAUTOMAIL.Name = "cbxStatusAUTOMAIL"
|
||||
Me.cbxStatusAUTOMAIL.Size = New System.Drawing.Size(143, 17)
|
||||
Me.cbxStatusAUTOMAIL.TabIndex = 118
|
||||
Me.cbxStatusAUTOMAIL.Text = "Email autom. versenden*"
|
||||
Me.cbxStatusAUTOMAIL.UseVisualStyleBackColor = True
|
||||
'
|
||||
'PictureBox9
|
||||
'
|
||||
Me.PictureBox9.BackgroundImage = Global.SDL.My.Resources.Resources.ok
|
||||
Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.PictureBox9.Location = New System.Drawing.Point(148, 230)
|
||||
Me.PictureBox9.Name = "PictureBox9"
|
||||
Me.PictureBox9.Size = New System.Drawing.Size(14, 14)
|
||||
Me.PictureBox9.TabIndex = 119
|
||||
Me.PictureBox9.TabStop = False
|
||||
Me.PictureBox9.Visible = False
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.Location = New System.Drawing.Point(168, 230)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(151, 16)
|
||||
Me.Label8.TabIndex = 120
|
||||
Me.Label8.Text = "3. Status Autoversand setzen"
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.Location = New System.Drawing.Point(13, 307)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(149, 19)
|
||||
Me.Label9.TabIndex = 121
|
||||
Me.Label9.Text = "* wird im Nachtlauf versendet!"
|
||||
Me.btnWikiStatusmails.BackgroundImage = Global.SDL.My.Resources.Resources.fragezeichen
|
||||
Me.btnWikiStatusmails.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.btnWikiStatusmails.FlatAppearance.BorderSize = 0
|
||||
Me.btnWikiStatusmails.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnWikiStatusmails.Location = New System.Drawing.Point(121, 0)
|
||||
Me.btnWikiStatusmails.Name = "btnWikiStatusmails"
|
||||
Me.btnWikiStatusmails.Size = New System.Drawing.Size(25, 20)
|
||||
Me.btnWikiStatusmails.TabIndex = 72
|
||||
Me.btnWikiStatusmails.UseVisualStyleBackColor = True
|
||||
'
|
||||
'usrcntlFakturierung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.White
|
||||
Me.Controls.Add(Me.btnWikiStatusmails)
|
||||
Me.Controls.Add(Me.Label61)
|
||||
Me.Controls.Add(Me.GBMautberichte)
|
||||
Me.Controls.Add(Me.Label44)
|
||||
@@ -888,6 +902,7 @@ Partial Class usrcntlFakturierung
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GBSammelrechnung.ResumeLayout(False)
|
||||
Me.GBSammelrechnung.PerformLayout()
|
||||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -896,7 +911,6 @@ Partial Class usrcntlFakturierung
|
||||
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -970,4 +984,5 @@ Partial Class usrcntlFakturierung
|
||||
Friend WithEvents Label7 As Label
|
||||
Friend WithEvents Label6 As Label
|
||||
Friend WithEvents Label9 As Label
|
||||
Friend WithEvents btnWikiStatusmails As Button
|
||||
End Class
|
||||
|
||||
@@ -1995,5 +1995,8 @@ Public Class usrcntlFakturierung
|
||||
Return False
|
||||
End Function
|
||||
|
||||
|
||||
Private Sub btnWikiStatusmails_Click(sender As Object, e As EventArgs) Handles btnWikiStatusmails.Click
|
||||
Dim webAddress As String = "https://wiki.verag.ag/software/sdl/sammelrechnung"
|
||||
Process.Start(webAddress)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user