Feature "Sprachen" in Adminmodul eingebaut

This commit is contained in:
2022-11-07 11:41:44 +01:00
parent 43d68083aa
commit 818eec68b6
7 changed files with 527 additions and 3 deletions

View File

@@ -101,6 +101,8 @@ Partial Class usrCntlProgramme
Me.Label17 = New System.Windows.Forms.Label()
Me.PictureBox14 = New System.Windows.Forms.PictureBox()
Me.Button12 = New System.Windows.Forms.Button()
Me.btn_sprache_sdl = New System.Windows.Forms.Button()
Me.btn_sprache_aviso = New System.Windows.Forms.Button()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -818,7 +820,7 @@ Partial Class usrCntlProgramme
'
'Button12
'
Me.Button12.Location = New System.Drawing.Point(76, 491)
Me.Button12.Location = New System.Drawing.Point(76, 522)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(100, 23)
Me.Button12.TabIndex = 109
@@ -826,11 +828,31 @@ Partial Class usrCntlProgramme
Me.Button12.UseVisualStyleBackColor = True
Me.Button12.Visible = False
'
'btn_sprache_sdl
'
Me.btn_sprache_sdl.Location = New System.Drawing.Point(229, 491)
Me.btn_sprache_sdl.Name = "btn_sprache_sdl"
Me.btn_sprache_sdl.Size = New System.Drawing.Size(100, 23)
Me.btn_sprache_sdl.TabIndex = 110
Me.btn_sprache_sdl.Text = "Sprachen"
Me.btn_sprache_sdl.UseVisualStyleBackColor = True
'
'btn_sprache_aviso
'
Me.btn_sprache_aviso.Location = New System.Drawing.Point(78, 493)
Me.btn_sprache_aviso.Name = "btn_sprache_aviso"
Me.btn_sprache_aviso.Size = New System.Drawing.Size(100, 23)
Me.btn_sprache_aviso.TabIndex = 111
Me.btn_sprache_aviso.Text = "Sprachen"
Me.btn_sprache_aviso.UseVisualStyleBackColor = True
'
'usrCntlProgramme
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.btn_sprache_aviso)
Me.Controls.Add(Me.btn_sprache_sdl)
Me.Controls.Add(Me.Button12)
Me.Controls.Add(Me.Button11)
Me.Controls.Add(Me.Label17)
@@ -1007,4 +1029,6 @@ Partial Class usrCntlProgramme
Friend WithEvents Label17 As Label
Friend WithEvents PictureBox14 As PictureBox
Friend WithEvents Button12 As Button
Friend WithEvents btn_sprache_sdl As Button
Friend WithEvents btn_sprache_aviso As Button
End Class