Revert "commit"
This commit is contained in:
201
SDL/Dienstplan/usrCntlDienstWoche.Designer.vb
generated
Normal file
201
SDL/Dienstplan/usrCntlDienstWoche.Designer.vb
generated
Normal file
@@ -0,0 +1,201 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class usrCntlDienstWoche
|
||||
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.lblAnz_Mo = New System.Windows.Forms.Label()
|
||||
Me.lblBezeichnung = New System.Windows.Forms.Label()
|
||||
Me.dgv_Mo = New System.Windows.Forms.DataGridView()
|
||||
Me.lblSo = New System.Windows.Forms.Label()
|
||||
Me.lblSa = New System.Windows.Forms.Label()
|
||||
Me.lblFr = New System.Windows.Forms.Label()
|
||||
Me.lblDo = New System.Windows.Forms.Label()
|
||||
Me.lblMi = New System.Windows.Forms.Label()
|
||||
Me.lblDi = New System.Windows.Forms.Label()
|
||||
Me.lblMo = New System.Windows.Forms.Label()
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
CType(Me.dgv_Mo, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'lblAnz_Mo
|
||||
'
|
||||
Me.lblAnz_Mo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblAnz_Mo.ForeColor = System.Drawing.Color.White
|
||||
Me.lblAnz_Mo.Location = New System.Drawing.Point(485, 147)
|
||||
Me.lblAnz_Mo.Name = "lblAnz_Mo"
|
||||
Me.lblAnz_Mo.Size = New System.Drawing.Size(20, 13)
|
||||
Me.lblAnz_Mo.TabIndex = 68
|
||||
Me.lblAnz_Mo.Text = "0"
|
||||
Me.lblAnz_Mo.TextAlign = System.Drawing.ContentAlignment.TopRight
|
||||
'
|
||||
'lblBezeichnung
|
||||
'
|
||||
Me.lblBezeichnung.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblBezeichnung.ForeColor = System.Drawing.Color.White
|
||||
Me.lblBezeichnung.Location = New System.Drawing.Point(3, 2)
|
||||
Me.lblBezeichnung.Name = "lblBezeichnung"
|
||||
Me.lblBezeichnung.Size = New System.Drawing.Size(120, 160)
|
||||
Me.lblBezeichnung.TabIndex = 4
|
||||
Me.lblBezeichnung.Text = "Vormittag" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "6-13 Uhr"
|
||||
Me.lblBezeichnung.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'dgv_Mo
|
||||
'
|
||||
Me.dgv_Mo.AllowDrop = True
|
||||
Me.dgv_Mo.AllowUserToAddRows = False
|
||||
Me.dgv_Mo.AllowUserToDeleteRows = False
|
||||
Me.dgv_Mo.AllowUserToOrderColumns = True
|
||||
Me.dgv_Mo.AllowUserToResizeColumns = False
|
||||
Me.dgv_Mo.AllowUserToResizeRows = False
|
||||
Me.dgv_Mo.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.dgv_Mo.BackgroundColor = System.Drawing.Color.White
|
||||
Me.dgv_Mo.BorderStyle = System.Windows.Forms.BorderStyle.None
|
||||
Me.dgv_Mo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgv_Mo.ColumnHeadersVisible = False
|
||||
Me.dgv_Mo.GridColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
||||
Me.dgv_Mo.Location = New System.Drawing.Point(120, 2)
|
||||
Me.dgv_Mo.Name = "dgv_Mo"
|
||||
Me.dgv_Mo.RowHeadersVisible = False
|
||||
Me.dgv_Mo.RowTemplate.Height = 25
|
||||
Me.dgv_Mo.Size = New System.Drawing.Size(385, 158)
|
||||
Me.dgv_Mo.TabIndex = 59
|
||||
'
|
||||
'lblSo
|
||||
'
|
||||
Me.lblSo.AutoSize = True
|
||||
Me.lblSo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblSo.Location = New System.Drawing.Point(946, -72)
|
||||
Me.lblSo.Name = "lblSo"
|
||||
Me.lblSo.Size = New System.Drawing.Size(26, 15)
|
||||
Me.lblSo.TabIndex = 90
|
||||
Me.lblSo.Text = "SO"
|
||||
'
|
||||
'lblSa
|
||||
'
|
||||
Me.lblSa.AutoSize = True
|
||||
Me.lblSa.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblSa.Location = New System.Drawing.Point(795, -72)
|
||||
Me.lblSa.Name = "lblSa"
|
||||
Me.lblSa.Size = New System.Drawing.Size(24, 15)
|
||||
Me.lblSa.TabIndex = 92
|
||||
Me.lblSa.Text = "SA"
|
||||
'
|
||||
'lblFr
|
||||
'
|
||||
Me.lblFr.AutoSize = True
|
||||
Me.lblFr.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblFr.Location = New System.Drawing.Point(641, -72)
|
||||
Me.lblFr.Name = "lblFr"
|
||||
Me.lblFr.Size = New System.Drawing.Size(25, 15)
|
||||
Me.lblFr.TabIndex = 96
|
||||
Me.lblFr.Text = "FR"
|
||||
'
|
||||
'lblDo
|
||||
'
|
||||
Me.lblDo.AutoSize = True
|
||||
Me.lblDo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblDo.Location = New System.Drawing.Point(490, -72)
|
||||
Me.lblDo.Name = "lblDo"
|
||||
Me.lblDo.Size = New System.Drawing.Size(27, 15)
|
||||
Me.lblDo.TabIndex = 95
|
||||
Me.lblDo.Text = "DO"
|
||||
'
|
||||
'lblMi
|
||||
'
|
||||
Me.lblMi.AutoSize = True
|
||||
Me.lblMi.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblMi.Location = New System.Drawing.Point(348, -72)
|
||||
Me.lblMi.Name = "lblMi"
|
||||
Me.lblMi.Size = New System.Drawing.Size(23, 15)
|
||||
Me.lblMi.TabIndex = 94
|
||||
Me.lblMi.Text = "MI"
|
||||
'
|
||||
'lblDi
|
||||
'
|
||||
Me.lblDi.AutoSize = True
|
||||
Me.lblDi.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblDi.Location = New System.Drawing.Point(188, -72)
|
||||
Me.lblDi.Name = "lblDi"
|
||||
Me.lblDi.Size = New System.Drawing.Size(21, 15)
|
||||
Me.lblDi.TabIndex = 93
|
||||
Me.lblDi.Text = "DI"
|
||||
'
|
||||
'lblMo
|
||||
'
|
||||
Me.lblMo.AutoSize = True
|
||||
Me.lblMo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblMo.Location = New System.Drawing.Point(44, -72)
|
||||
Me.lblMo.Name = "lblMo"
|
||||
Me.lblMo.Size = New System.Drawing.Size(29, 15)
|
||||
Me.lblMo.TabIndex = 91
|
||||
Me.lblMo.Text = "MO"
|
||||
'
|
||||
'Panel3
|
||||
'
|
||||
Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(60, Byte), Integer), CType(CType(120, Byte), Integer))
|
||||
Me.Panel3.Controls.Add(Me.lblAnz_Mo)
|
||||
Me.Panel3.Controls.Add(Me.lblBezeichnung)
|
||||
Me.Panel3.Controls.Add(Me.dgv_Mo)
|
||||
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(508, 162)
|
||||
Me.Panel3.TabIndex = 97
|
||||
'
|
||||
'usrCntlDienstWoche
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.lblSo)
|
||||
Me.Controls.Add(Me.lblSa)
|
||||
Me.Controls.Add(Me.lblFr)
|
||||
Me.Controls.Add(Me.lblDo)
|
||||
Me.Controls.Add(Me.lblMi)
|
||||
Me.Controls.Add(Me.lblDi)
|
||||
Me.Controls.Add(Me.lblMo)
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Name = "usrCntlDienstWoche"
|
||||
Me.Size = New System.Drawing.Size(508, 162)
|
||||
CType(Me.dgv_Mo, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel3.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Public WithEvents lblAnz_Mo As System.Windows.Forms.Label
|
||||
Public WithEvents lblBezeichnung As System.Windows.Forms.Label
|
||||
Public WithEvents dgv_Mo As System.Windows.Forms.DataGridView
|
||||
Public WithEvents lblSo As System.Windows.Forms.Label
|
||||
Public WithEvents lblSa As System.Windows.Forms.Label
|
||||
Public WithEvents lblFr As System.Windows.Forms.Label
|
||||
Public WithEvents lblDo As System.Windows.Forms.Label
|
||||
Public WithEvents lblMi As System.Windows.Forms.Label
|
||||
Public WithEvents lblDi As System.Windows.Forms.Label
|
||||
Public WithEvents lblMo As System.Windows.Forms.Label
|
||||
Public WithEvents Panel3 As System.Windows.Forms.Panel
|
||||
|
||||
End Class
|
||||
120
SDL/Dienstplan/usrCntlDienstWoche.resx
Normal file
120
SDL/Dienstplan/usrCntlDienstWoche.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
24
SDL/Dienstplan/usrCntlDienstWoche.vb
Normal file
24
SDL/Dienstplan/usrCntlDienstWoche.vb
Normal file
@@ -0,0 +1,24 @@
|
||||
Public Class usrCntlDienstWoche
|
||||
Public schicht_name = ""
|
||||
Sub New()
|
||||
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
|
||||
End Sub
|
||||
Sub New(SCHICHT, SETTINGS)
|
||||
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
|
||||
End Sub
|
||||
|
||||
Public Sub initAnzahl()
|
||||
lblAnz_Mo.Text = dgv_Mo.RowCount
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user