279 lines
13 KiB
VB.net
279 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlZeitenAendern
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.Label32 = New System.Windows.Forms.Label()
|
|
Me.txtPause = New System.Windows.Forms.TextBox()
|
|
Me.Label30 = New System.Windows.Forms.Label()
|
|
Me.txtBis = New System.Windows.Forms.TextBox()
|
|
Me.txtVon = New System.Windows.Forms.TextBox()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.cbxChangeForWo = New System.Windows.Forms.CheckBox()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.txtBemerkung = New System.Windows.Forms.TextBox()
|
|
Me.Label21 = New System.Windows.Forms.Label()
|
|
Me.lblMAInfo = New System.Windows.Forms.Label()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.cbxZeitAutInBem = New System.Windows.Forms.CheckBox()
|
|
Me.lblBis = New System.Windows.Forms.Label()
|
|
Me.lblVon = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label32
|
|
'
|
|
Me.Label32.AutoSize = True
|
|
Me.Label32.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label32.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label32.Location = New System.Drawing.Point(13, 31)
|
|
Me.Label32.Name = "Label32"
|
|
Me.Label32.Size = New System.Drawing.Size(11, 13)
|
|
Me.Label32.TabIndex = 1
|
|
Me.Label32.Text = "-"
|
|
'
|
|
'txtPause
|
|
'
|
|
Me.txtPause.Location = New System.Drawing.Point(168, 76)
|
|
Me.txtPause.MaxLength = 3
|
|
Me.txtPause.Name = "txtPause"
|
|
Me.txtPause.Size = New System.Drawing.Size(55, 20)
|
|
Me.txtPause.TabIndex = 7
|
|
'
|
|
'Label30
|
|
'
|
|
Me.Label30.AutoSize = True
|
|
Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label30.Location = New System.Drawing.Point(165, 58)
|
|
Me.Label30.Name = "Label30"
|
|
Me.Label30.Size = New System.Drawing.Size(62, 13)
|
|
Me.Label30.TabIndex = 2
|
|
Me.Label30.Text = "Pause (Std)"
|
|
'
|
|
'txtBis
|
|
'
|
|
Me.txtBis.Location = New System.Drawing.Point(92, 76)
|
|
Me.txtBis.MaxLength = 5
|
|
Me.txtBis.Name = "txtBis"
|
|
Me.txtBis.Size = New System.Drawing.Size(70, 20)
|
|
Me.txtBis.TabIndex = 6
|
|
'
|
|
'txtVon
|
|
'
|
|
Me.txtVon.Location = New System.Drawing.Point(16, 76)
|
|
Me.txtVon.MaxLength = 5
|
|
Me.txtVon.Name = "txtVon"
|
|
Me.txtVon.Size = New System.Drawing.Size(70, 20)
|
|
Me.txtVon.TabIndex = 5
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label20.Location = New System.Drawing.Point(89, 59)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(20, 13)
|
|
Me.Label20.TabIndex = 4
|
|
Me.Label20.Text = "bis"
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label19.Location = New System.Drawing.Point(13, 59)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label19.TabIndex = 3
|
|
Me.Label19.Text = "von"
|
|
'
|
|
'cbxChangeForWo
|
|
'
|
|
Me.cbxChangeForWo.AutoSize = True
|
|
Me.cbxChangeForWo.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxChangeForWo.ForeColor = System.Drawing.Color.SlateGray
|
|
Me.cbxChangeForWo.Location = New System.Drawing.Point(16, 200)
|
|
Me.cbxChangeForWo.Name = "cbxChangeForWo"
|
|
Me.cbxChangeForWo.Size = New System.Drawing.Size(184, 17)
|
|
Me.cbxChangeForWo.TabIndex = 12
|
|
Me.cbxChangeForWo.Text = "für die ganze Woche übernehmen"
|
|
Me.cbxChangeForWo.UseVisualStyleBackColor = True
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Button9.Location = New System.Drawing.Point(137, 171)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Size = New System.Drawing.Size(85, 23)
|
|
Me.Button9.TabIndex = 11
|
|
Me.Button9.Text = "QS: 10-19 Uhr"
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
Me.Button9.Visible = False
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Button8.Location = New System.Drawing.Point(16, 171)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(115, 23)
|
|
Me.Button8.TabIndex = 10
|
|
Me.Button8.Text = "Änderung speichern"
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'txtBemerkung
|
|
'
|
|
Me.txtBemerkung.Location = New System.Drawing.Point(16, 140)
|
|
Me.txtBemerkung.Name = "txtBemerkung"
|
|
Me.txtBemerkung.Size = New System.Drawing.Size(206, 20)
|
|
Me.txtBemerkung.TabIndex = 9
|
|
'
|
|
'Label21
|
|
'
|
|
Me.Label21.AutoSize = True
|
|
Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label21.Location = New System.Drawing.Point(13, 123)
|
|
Me.Label21.Name = "Label21"
|
|
Me.Label21.Size = New System.Drawing.Size(61, 13)
|
|
Me.Label21.TabIndex = 8
|
|
Me.Label21.Text = "Bemerkung"
|
|
'
|
|
'lblMAInfo
|
|
'
|
|
Me.lblMAInfo.AutoSize = True
|
|
Me.lblMAInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblMAInfo.Location = New System.Drawing.Point(13, 16)
|
|
Me.lblMAInfo.Name = "lblMAInfo"
|
|
Me.lblMAInfo.Size = New System.Drawing.Size(11, 13)
|
|
Me.lblMAInfo.TabIndex = 0
|
|
Me.lblMAInfo.Text = "-"
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.cbxZeitAutInBem)
|
|
Me.pnl.Controls.Add(Me.lblBis)
|
|
Me.pnl.Controls.Add(Me.lblVon)
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.Label32)
|
|
Me.pnl.Controls.Add(Me.lblMAInfo)
|
|
Me.pnl.Controls.Add(Me.txtPause)
|
|
Me.pnl.Controls.Add(Me.Label21)
|
|
Me.pnl.Controls.Add(Me.Label30)
|
|
Me.pnl.Controls.Add(Me.txtBemerkung)
|
|
Me.pnl.Controls.Add(Me.txtBis)
|
|
Me.pnl.Controls.Add(Me.Button8)
|
|
Me.pnl.Controls.Add(Me.txtVon)
|
|
Me.pnl.Controls.Add(Me.Button9)
|
|
Me.pnl.Controls.Add(Me.Label20)
|
|
Me.pnl.Controls.Add(Me.cbxChangeForWo)
|
|
Me.pnl.Controls.Add(Me.Label19)
|
|
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(244, 233)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'cbxZeitAutInBem
|
|
'
|
|
Me.cbxZeitAutInBem.AutoSize = True
|
|
Me.cbxZeitAutInBem.Checked = True
|
|
Me.cbxZeitAutInBem.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxZeitAutInBem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.cbxZeitAutInBem.Location = New System.Drawing.Point(97, 122)
|
|
Me.cbxZeitAutInBem.Name = "cbxZeitAutInBem"
|
|
Me.cbxZeitAutInBem.Size = New System.Drawing.Size(126, 17)
|
|
Me.cbxZeitAutInBem.TabIndex = 16
|
|
Me.cbxZeitAutInBem.Text = "Zeit automat. in Bem."
|
|
Me.cbxZeitAutInBem.UseVisualStyleBackColor = True
|
|
'
|
|
'lblBis
|
|
'
|
|
Me.lblBis.AutoSize = True
|
|
Me.lblBis.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lblBis.Location = New System.Drawing.Point(89, 99)
|
|
Me.lblBis.Name = "lblBis"
|
|
Me.lblBis.Size = New System.Drawing.Size(40, 13)
|
|
Me.lblBis.TabIndex = 15
|
|
Me.lblBis.Text = "(00:00)"
|
|
'
|
|
'lblVon
|
|
'
|
|
Me.lblVon.AutoSize = True
|
|
Me.lblVon.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lblVon.Location = New System.Drawing.Point(13, 99)
|
|
Me.lblVon.Name = "lblVon"
|
|
Me.lblVon.Size = New System.Drawing.Size(40, 13)
|
|
Me.lblVon.TabIndex = 14
|
|
Me.lblVon.Text = "(00:00)"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.Red
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button1.ForeColor = System.Drawing.Color.White
|
|
Me.Button1.Location = New System.Drawing.Point(189, -1)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(54, 22)
|
|
Me.Button1.TabIndex = 13
|
|
Me.Button1.Text = "X"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'usrCntlZeitenAendern
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Name = "usrCntlZeitenAendern"
|
|
Me.Size = New System.Drawing.Size(244, 233)
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Label32 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPause As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label30 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBis As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtVon As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label20 As System.Windows.Forms.Label
|
|
Friend WithEvents Label19 As System.Windows.Forms.Label
|
|
Friend WithEvents cbxChangeForWo As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Button9 As System.Windows.Forms.Button
|
|
Friend WithEvents Button8 As System.Windows.Forms.Button
|
|
Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label21 As System.Windows.Forms.Label
|
|
Friend WithEvents lblMAInfo As System.Windows.Forms.Label
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents cbxZeitAutInBem As System.Windows.Forms.CheckBox
|
|
Public WithEvents lblBis As System.Windows.Forms.Label
|
|
Public WithEvents lblVon As System.Windows.Forms.Label
|
|
|
|
End Class
|