_ Partial Class usrCntlDienstplan Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlDienstplan)) Me.Button65 = New System.Windows.Forms.Button() Me.Button64 = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.dgvMA = New System.Windows.Forms.DataGridView() Me.btnDienstplan = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.cbxInaktiv = New System.Windows.Forms.CheckBox() Me.numJahr = New System.Windows.Forms.NumericUpDown() Me.cboMonat = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.btnAuswertung = New System.Windows.Forms.Button() Me.cbxGekAnzeigen = New System.Windows.Forms.CheckBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.lblDienstplanMitarbeiterliste = New System.Windows.Forms.Label() Me.MyFlowLayoutPanel1 = New VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel(Me.components) Me.Button4 = New System.Windows.Forms.Button() Me.tbFirmen = New System.Windows.Forms.TabControl() Me.tbVerag = New System.Windows.Forms.TabPage() Me.tbAtilla2 = New System.Windows.Forms.TabPage() Me.tbImex = New System.Windows.Forms.TabPage() Me.tbFrontOffice = New System.Windows.Forms.TabPage() Me.tbAMBAR = New System.Windows.Forms.TabPage() CType(Me.dgvMA, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.numJahr, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.MyFlowLayoutPanel1.SuspendLayout() Me.tbFirmen.SuspendLayout() Me.SuspendLayout() ' 'Button65 ' Me.Button65.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center Me.Button65.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button65.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button65.Image = Global.ADMIN.My.Resources.Resources.del Me.Button65.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button65.Location = New System.Drawing.Point(3, 41) Me.Button65.Name = "Button65" Me.Button65.Size = New System.Drawing.Size(115, 35) Me.Button65.TabIndex = 4 Me.Button65.Text = "Löschen" Me.Button65.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button65.UseVisualStyleBackColor = True ' 'Button64 ' Me.Button64.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button64.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button64.Image = Global.ADMIN.My.Resources.Resources.plus Me.Button64.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button64.Location = New System.Drawing.Point(3, 0) Me.Button64.Name = "Button64" Me.Button64.Size = New System.Drawing.Size(115, 35) Me.Button64.TabIndex = 4 Me.Button64.Text = "Hinzufügen" Me.Button64.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button64.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(9, 78) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(114, 13) Me.Label14.TabIndex = 3 Me.Label14.Text = "Mitarbeiter / Zuteilung:" ' 'dgvMA ' Me.dgvMA.AllowUserToAddRows = False Me.dgvMA.AllowUserToDeleteRows = False Me.dgvMA.AllowUserToOrderColumns = True Me.dgvMA.AllowUserToResizeRows = False Me.dgvMA.BackgroundColor = System.Drawing.Color.White Me.dgvMA.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvMA.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvMA.Location = New System.Drawing.Point(0, 120) Me.dgvMA.Name = "dgvMA" Me.dgvMA.ReadOnly = True Me.dgvMA.RowHeadersVisible = False Me.dgvMA.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvMA.Size = New System.Drawing.Size(840, 771) Me.dgvMA.TabIndex = 2 ' 'btnDienstplan ' Me.btnDienstplan.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDienstplan.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnDienstplan.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.btnDienstplan.Location = New System.Drawing.Point(726, 4) Me.btnDienstplan.Name = "btnDienstplan" Me.btnDienstplan.Size = New System.Drawing.Size(232, 68) Me.btnDienstplan.TabIndex = 1 Me.btnDienstplan.Text = "zum Dienstplan" Me.btnDienstplan.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.dgvMA) Me.Panel1.Controls.Add(Me.Panel3) Me.Panel1.Controls.Add(Me.Panel2) Me.Panel1.Controls.Add(Me.Label14) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(961, 891) Me.Panel1.TabIndex = 5 ' 'Panel3 ' Me.Panel3.Controls.Add(Me.cbxInaktiv) Me.Panel3.Controls.Add(Me.numJahr) Me.Panel3.Controls.Add(Me.cboMonat) Me.Panel3.Controls.Add(Me.btnAuswertung) Me.Panel3.Controls.Add(Me.cbxGekAnzeigen) Me.Panel3.Controls.Add(Me.Button3) Me.Panel3.Controls.Add(Me.Button2) Me.Panel3.Controls.Add(Me.Button1) Me.Panel3.Controls.Add(Me.Button64) Me.Panel3.Controls.Add(Me.Button65) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Right Me.Panel3.Location = New System.Drawing.Point(840, 120) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(121, 771) Me.Panel3.TabIndex = 6 ' 'cbxInaktiv ' Me.cbxInaktiv.AutoSize = True Me.cbxInaktiv.Location = New System.Drawing.Point(6, 364) Me.cbxInaktiv.Name = "cbxInaktiv" Me.cbxInaktiv.Size = New System.Drawing.Size(82, 17) Me.cbxInaktiv.TabIndex = 12 Me.cbxInaktiv.Text = "inaktive MA" Me.cbxInaktiv.UseVisualStyleBackColor = True ' 'numJahr ' Me.numJahr.Location = New System.Drawing.Point(4, 482) Me.numJahr.Maximum = New Decimal(New Integer() {2099, 0, 0, 0}) Me.numJahr.Minimum = New Decimal(New Integer() {2010, 0, 0, 0}) Me.numJahr.Name = "numJahr" Me.numJahr.Size = New System.Drawing.Size(114, 20) Me.numJahr.TabIndex = 11 Me.numJahr.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.numJahr.Value = New Decimal(New Integer() {2010, 0, 0, 0}) ' 'cboMonat ' Me.cboMonat._allowedValuesFreiText = Nothing Me.cboMonat._allowFreiText = False Me.cboMonat._value = "" Me.cboMonat.FormattingEnabled = True Me.cboMonat.Location = New System.Drawing.Point(4, 462) Me.cboMonat.Name = "cboMonat" Me.cboMonat.Size = New System.Drawing.Size(114, 21) Me.cboMonat.TabIndex = 10 ' 'btnAuswertung ' Me.btnAuswertung.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAuswertung.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.btnAuswertung.Image = CType(resources.GetObject("btnAuswertung.Image"), System.Drawing.Image) Me.btnAuswertung.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAuswertung.Location = New System.Drawing.Point(3, 416) Me.btnAuswertung.Name = "btnAuswertung" Me.btnAuswertung.Size = New System.Drawing.Size(115, 43) Me.btnAuswertung.TabIndex = 9 Me.btnAuswertung.Text = "Monatsauswert." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "MA" Me.btnAuswertung.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAuswertung.UseVisualStyleBackColor = True Me.btnAuswertung.Visible = False ' 'cbxGekAnzeigen ' Me.cbxGekAnzeigen.AutoSize = True Me.cbxGekAnzeigen.Location = New System.Drawing.Point(6, 328) Me.cbxGekAnzeigen.Name = "cbxGekAnzeigen" Me.cbxGekAnzeigen.Size = New System.Drawing.Size(100, 30) Me.cbxGekAnzeigen.TabIndex = 8 Me.cbxGekAnzeigen.Text = "Gekündigte MA" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "anzeigen" Me.cbxGekAnzeigen.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button3.Image = Global.ADMIN.My.Resources.Resources.gear2 Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button3.Location = New System.Drawing.Point(3, 171) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(115, 43) Me.Button3.TabIndex = 7 Me.Button3.Text = "Einstellungen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Dienstplan" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button2.Image = Global.ADMIN.My.Resources.Resources.urlaub1 Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(3, 238) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(115, 50) Me.Button2.TabIndex = 6 Me.Button2.Text = "Urlaubs-" & Global.Microsoft.VisualBasic.ChrW(10) & "planer" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button1.Image = Global.ADMIN.My.Resources.Resources.uhr_green Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(3, 122) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(115, 43) Me.Button1.TabIndex = 5 Me.Button1.Text = "Schichten /" & Global.Microsoft.VisualBasic.ChrW(10) & " Zeiten" & Global.Microsoft.VisualBasic.ChrW(10) Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.lblDienstplanMitarbeiterliste) Me.Panel2.Controls.Add(Me.btnDienstplan) Me.Panel2.Controls.Add(Me.MyFlowLayoutPanel1) Me.Panel2.Controls.Add(Me.tbFirmen) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(961, 120) Me.Panel2.TabIndex = 5 ' 'lblDienstplanMitarbeiterliste ' Me.lblDienstplanMitarbeiterliste.AutoSize = True Me.lblDienstplanMitarbeiterliste.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDienstplanMitarbeiterliste.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.lblDienstplanMitarbeiterliste.Location = New System.Drawing.Point(3, 19) Me.lblDienstplanMitarbeiterliste.Name = "lblDienstplanMitarbeiterliste" Me.lblDienstplanMitarbeiterliste.Size = New System.Drawing.Size(234, 20) Me.lblDienstplanMitarbeiterliste.TabIndex = 3 Me.lblDienstplanMitarbeiterliste.Text = "Dienstplan / Mitarbeiterliste:" ' 'MyFlowLayoutPanel1 ' Me.MyFlowLayoutPanel1.Controls.Add(Me.Button4) Me.MyFlowLayoutPanel1.Location = New System.Drawing.Point(0, 75) Me.MyFlowLayoutPanel1.Name = "MyFlowLayoutPanel1" Me.MyFlowLayoutPanel1.Size = New System.Drawing.Size(961, 45) Me.MyFlowLayoutPanel1.TabIndex = 7 ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(3, 3) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 36) Me.Button4.TabIndex = 0 Me.Button4.Text = "Button4" Me.Button4.UseVisualStyleBackColor = True ' 'tbFirmen ' Me.tbFirmen.Controls.Add(Me.tbVerag) Me.tbFirmen.Controls.Add(Me.tbAtilla2) Me.tbFirmen.Controls.Add(Me.tbImex) Me.tbFirmen.Controls.Add(Me.tbFrontOffice) Me.tbFirmen.Controls.Add(Me.tbAMBAR) Me.tbFirmen.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tbFirmen.Location = New System.Drawing.Point(0, 42) Me.tbFirmen.Name = "tbFirmen" Me.tbFirmen.SelectedIndex = 0 Me.tbFirmen.Size = New System.Drawing.Size(958, 33) Me.tbFirmen.TabIndex = 4 ' 'tbVerag ' Me.tbVerag.Location = New System.Drawing.Point(4, 33) Me.tbVerag.Name = "tbVerag" Me.tbVerag.Padding = New System.Windows.Forms.Padding(3) Me.tbVerag.Size = New System.Drawing.Size(950, 0) Me.tbVerag.TabIndex = 0 Me.tbVerag.Text = "VERAG" Me.tbVerag.UseVisualStyleBackColor = True ' 'tbAtilla2 ' Me.tbAtilla2.Location = New System.Drawing.Point(4, 33) Me.tbAtilla2.Name = "tbAtilla2" Me.tbAtilla2.Padding = New System.Windows.Forms.Padding(3) Me.tbAtilla2.Size = New System.Drawing.Size(950, 0) Me.tbAtilla2.TabIndex = 1 Me.tbAtilla2.Text = "ATILLA" Me.tbAtilla2.UseVisualStyleBackColor = True ' 'tbImex ' Me.tbImex.Location = New System.Drawing.Point(4, 33) Me.tbImex.Name = "tbImex" Me.tbImex.Padding = New System.Windows.Forms.Padding(3) Me.tbImex.Size = New System.Drawing.Size(950, 0) Me.tbImex.TabIndex = 2 Me.tbImex.Text = "IMEX" Me.tbImex.UseVisualStyleBackColor = True ' 'tbFrontOffice ' Me.tbFrontOffice.Location = New System.Drawing.Point(4, 33) Me.tbFrontOffice.Name = "tbFrontOffice" Me.tbFrontOffice.Padding = New System.Windows.Forms.Padding(3) Me.tbFrontOffice.Size = New System.Drawing.Size(950, 0) Me.tbFrontOffice.TabIndex = 3 Me.tbFrontOffice.Text = "FRONTOFFICE" Me.tbFrontOffice.UseVisualStyleBackColor = True ' 'tbAMBAR ' Me.tbAMBAR.Location = New System.Drawing.Point(4, 33) Me.tbAMBAR.Name = "tbAMBAR" Me.tbAMBAR.Padding = New System.Windows.Forms.Padding(3) Me.tbAMBAR.Size = New System.Drawing.Size(950, 0) Me.tbAMBAR.TabIndex = 4 Me.tbAMBAR.Text = "AMBAR" Me.tbAMBAR.UseVisualStyleBackColor = True ' 'usrCntlDienstplan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.Panel1) Me.Name = "usrCntlDienstplan" Me.Size = New System.Drawing.Size(961, 891) CType(Me.dgvMA, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() CType(Me.numJahr, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.MyFlowLayoutPanel1.ResumeLayout(False) Me.tbFirmen.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents btnDienstplan As System.Windows.Forms.Button Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents dgvMA As System.Windows.Forms.DataGridView Friend WithEvents Button64 As System.Windows.Forms.Button Friend WithEvents Button65 As System.Windows.Forms.Button Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents lblDienstplanMitarbeiterliste As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents cbxGekAnzeigen As System.Windows.Forms.CheckBox Friend WithEvents btnAuswertung As System.Windows.Forms.Button Friend WithEvents tbFirmen As System.Windows.Forms.TabControl Friend WithEvents tbVerag As System.Windows.Forms.TabPage Friend WithEvents tbAtilla2 As System.Windows.Forms.TabPage Friend WithEvents tbImex As System.Windows.Forms.TabPage Friend WithEvents MyFlowLayoutPanel1 As VERAG_PROG_ALLGEMEIN.MyFlowLayoutPanel Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents numJahr As NumericUpDown Friend WithEvents cboMonat As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cbxInaktiv As CheckBox Friend WithEvents tbFrontOffice As TabPage Friend WithEvents tbAMBAR As TabPage End Class