_ Partial Class frmSchichtenZeiten Inherits System.Windows.Forms.Form 'Das Formular ü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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSchichtenZeiten)) Me.dgvSchihten = New System.Windows.Forms.DataGridView() Me.Label29 = New System.Windows.Forms.Label() Me.txtRotPauseSo = New System.Windows.Forms.TextBox() Me.txtRotPauseSa = New System.Windows.Forms.TextBox() Me.txtRotPauseFr = New System.Windows.Forms.TextBox() Me.txtRotPauseDo = New System.Windows.Forms.TextBox() Me.txtRotPauseMi = New System.Windows.Forms.TextBox() Me.txtRotPauseDi = New System.Windows.Forms.TextBox() Me.txtRotPauseMo = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.txtRotBisSo = New System.Windows.Forms.TextBox() Me.txtRotBisSa = New System.Windows.Forms.TextBox() Me.txtRotBisFr = New System.Windows.Forms.TextBox() Me.txtRotBisDo = New System.Windows.Forms.TextBox() Me.txtRotBisMi = New System.Windows.Forms.TextBox() Me.txtRotBisDi = New System.Windows.Forms.TextBox() Me.txtRotVonSo = New System.Windows.Forms.TextBox() Me.txtRotVonSa = New System.Windows.Forms.TextBox() Me.txtRotVonFr = New System.Windows.Forms.TextBox() Me.txtRotVonDo = New System.Windows.Forms.TextBox() Me.txtRotVonMi = New System.Windows.Forms.TextBox() Me.txtRotVonDi = New System.Windows.Forms.TextBox() Me.txtRotBisMo = New System.Windows.Forms.TextBox() Me.txtRotVonMo = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.grp = New System.Windows.Forms.GroupBox() Me.cbxRotSo = New System.Windows.Forms.CheckBox() Me.cbxRotSa = New System.Windows.Forms.CheckBox() Me.cbxRotFr = New System.Windows.Forms.CheckBox() Me.cbxRotDo = New System.Windows.Forms.CheckBox() Me.cbxRotMi = New System.Windows.Forms.CheckBox() Me.cbxRotDi = New System.Windows.Forms.CheckBox() Me.cbxRotMo = New System.Windows.Forms.CheckBox() Me.cbxBenutzerdefinierteSchicht = New System.Windows.Forms.CheckBox() Me.pnl = New System.Windows.Forms.Panel() Me.cbxSplitschicht = New System.Windows.Forms.CheckBox() Me.cbxHauptsplitschicht = New System.Windows.Forms.CheckBox() Me.txtZusatzAL = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.btnExcelColor = New System.Windows.Forms.Button() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.Button2 = New System.Windows.Forms.Button() Me.txtHotKey = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.txtExcelBezeichnung3 = New System.Windows.Forms.TextBox() Me.txtExcelBezeichnung2 = New System.Windows.Forms.TextBox() Me.txtReihenfolge = New System.Windows.Forms.TextBox() Me.txtSchichtWechselZu = New System.Windows.Forms.TextBox() Me.cbxTagesSchichtWechsel = New System.Windows.Forms.CheckBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.txtProzent = New System.Windows.Forms.TextBox() Me.txtDPBezeichnung = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.txtExcelBezeichnung = New System.Windows.Forms.TextBox() Me.txtExcelZeilen = New System.Windows.Forms.TextBox() Me.btnSpeichern = New System.Windows.Forms.Button() Me.lblSchichten = New System.Windows.Forms.Label() Me.btn = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.ColorDialog1 = New System.Windows.Forms.ColorDialog() Me.ColorDialog2 = New System.Windows.Forms.ColorDialog() Me.cbxSchichtArbeitszeit = New System.Windows.Forms.CheckBox() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.txtExcelMonat = New System.Windows.Forms.TextBox() Me.frbBGExcelMonat = New System.Windows.Forms.Button() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.ColorDialog3 = New System.Windows.Forms.ColorDialog() Me.cbxAktiv = New System.Windows.Forms.CheckBox() CType(Me.dgvSchihten, System.ComponentModel.ISupportInitialize).BeginInit() Me.grp.SuspendLayout() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'dgvSchihten ' Me.dgvSchihten.AllowUserToAddRows = False Me.dgvSchihten.AllowUserToDeleteRows = False Me.dgvSchihten.AllowUserToResizeColumns = False Me.dgvSchihten.AllowUserToResizeRows = False Me.dgvSchihten.BackgroundColor = System.Drawing.Color.White Me.dgvSchihten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvSchihten.Location = New System.Drawing.Point(11, 25) Me.dgvSchihten.Name = "dgvSchihten" Me.dgvSchihten.ReadOnly = True Me.dgvSchihten.RowHeadersVisible = False Me.dgvSchihten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvSchihten.Size = New System.Drawing.Size(166, 363) Me.dgvSchihten.TabIndex = 0 ' 'Label29 ' Me.Label29.AutoSize = True Me.Label29.Location = New System.Drawing.Point(421, 99) Me.Label29.Name = "Label29" Me.Label29.Size = New System.Drawing.Size(26, 13) Me.Label29.TabIndex = 91 Me.Label29.Text = "Std." ' 'txtRotPauseSo ' Me.txtRotPauseSo.Location = New System.Drawing.Point(368, 96) Me.txtRotPauseSo.MaxLength = 5 Me.txtRotPauseSo.Name = "txtRotPauseSo" Me.txtRotPauseSo.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseSo.TabIndex = 90 Me.txtRotPauseSo.Text = "0" ' 'txtRotPauseSa ' Me.txtRotPauseSa.Location = New System.Drawing.Point(315, 96) Me.txtRotPauseSa.MaxLength = 5 Me.txtRotPauseSa.Name = "txtRotPauseSa" Me.txtRotPauseSa.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseSa.TabIndex = 89 Me.txtRotPauseSa.Text = "0" ' 'txtRotPauseFr ' Me.txtRotPauseFr.Location = New System.Drawing.Point(262, 96) Me.txtRotPauseFr.MaxLength = 5 Me.txtRotPauseFr.Name = "txtRotPauseFr" Me.txtRotPauseFr.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseFr.TabIndex = 88 Me.txtRotPauseFr.Text = "0" ' 'txtRotPauseDo ' Me.txtRotPauseDo.Location = New System.Drawing.Point(209, 96) Me.txtRotPauseDo.MaxLength = 5 Me.txtRotPauseDo.Name = "txtRotPauseDo" Me.txtRotPauseDo.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseDo.TabIndex = 87 Me.txtRotPauseDo.Text = "0" ' 'txtRotPauseMi ' Me.txtRotPauseMi.Location = New System.Drawing.Point(156, 96) Me.txtRotPauseMi.MaxLength = 5 Me.txtRotPauseMi.Name = "txtRotPauseMi" Me.txtRotPauseMi.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseMi.TabIndex = 86 Me.txtRotPauseMi.Text = "0" ' 'txtRotPauseDi ' Me.txtRotPauseDi.Location = New System.Drawing.Point(103, 96) Me.txtRotPauseDi.MaxLength = 5 Me.txtRotPauseDi.Name = "txtRotPauseDi" Me.txtRotPauseDi.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseDi.TabIndex = 85 Me.txtRotPauseDi.Text = "0" ' 'txtRotPauseMo ' Me.txtRotPauseMo.Location = New System.Drawing.Point(50, 96) Me.txtRotPauseMo.MaxLength = 5 Me.txtRotPauseMo.Name = "txtRotPauseMo" Me.txtRotPauseMo.Size = New System.Drawing.Size(47, 20) Me.txtRotPauseMo.TabIndex = 83 Me.txtRotPauseMo.Text = "0" ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Location = New System.Drawing.Point(14, 99) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(37, 13) Me.Label28.TabIndex = 84 Me.Label28.Text = "Pause" ' 'txtRotBisSo ' Me.txtRotBisSo.Location = New System.Drawing.Point(368, 70) Me.txtRotBisSo.MaxLength = 5 Me.txtRotBisSo.Name = "txtRotBisSo" Me.txtRotBisSo.Size = New System.Drawing.Size(47, 20) Me.txtRotBisSo.TabIndex = 82 Me.txtRotBisSo.Text = "00:00" ' 'txtRotBisSa ' Me.txtRotBisSa.Location = New System.Drawing.Point(315, 70) Me.txtRotBisSa.MaxLength = 5 Me.txtRotBisSa.Name = "txtRotBisSa" Me.txtRotBisSa.Size = New System.Drawing.Size(47, 20) Me.txtRotBisSa.TabIndex = 81 Me.txtRotBisSa.Text = "00:00" ' 'txtRotBisFr ' Me.txtRotBisFr.Location = New System.Drawing.Point(262, 70) Me.txtRotBisFr.MaxLength = 5 Me.txtRotBisFr.Name = "txtRotBisFr" Me.txtRotBisFr.Size = New System.Drawing.Size(47, 20) Me.txtRotBisFr.TabIndex = 80 Me.txtRotBisFr.Text = "00:00" ' 'txtRotBisDo ' Me.txtRotBisDo.Location = New System.Drawing.Point(209, 70) Me.txtRotBisDo.MaxLength = 5 Me.txtRotBisDo.Name = "txtRotBisDo" Me.txtRotBisDo.Size = New System.Drawing.Size(47, 20) Me.txtRotBisDo.TabIndex = 79 Me.txtRotBisDo.Text = "00:00" ' 'txtRotBisMi ' Me.txtRotBisMi.Location = New System.Drawing.Point(156, 70) Me.txtRotBisMi.MaxLength = 5 Me.txtRotBisMi.Name = "txtRotBisMi" Me.txtRotBisMi.Size = New System.Drawing.Size(47, 20) Me.txtRotBisMi.TabIndex = 78 Me.txtRotBisMi.Text = "00:00" ' 'txtRotBisDi ' Me.txtRotBisDi.Location = New System.Drawing.Point(103, 70) Me.txtRotBisDi.MaxLength = 5 Me.txtRotBisDi.Name = "txtRotBisDi" Me.txtRotBisDi.Size = New System.Drawing.Size(47, 20) Me.txtRotBisDi.TabIndex = 77 Me.txtRotBisDi.Text = "00:00" ' 'txtRotVonSo ' Me.txtRotVonSo.Location = New System.Drawing.Point(368, 49) Me.txtRotVonSo.MaxLength = 5 Me.txtRotVonSo.Name = "txtRotVonSo" Me.txtRotVonSo.Size = New System.Drawing.Size(47, 20) Me.txtRotVonSo.TabIndex = 74 Me.txtRotVonSo.Text = "00:00" ' 'txtRotVonSa ' Me.txtRotVonSa.Location = New System.Drawing.Point(315, 49) Me.txtRotVonSa.MaxLength = 5 Me.txtRotVonSa.Name = "txtRotVonSa" Me.txtRotVonSa.Size = New System.Drawing.Size(47, 20) Me.txtRotVonSa.TabIndex = 73 Me.txtRotVonSa.Text = "00:00" ' 'txtRotVonFr ' Me.txtRotVonFr.Location = New System.Drawing.Point(262, 49) Me.txtRotVonFr.MaxLength = 5 Me.txtRotVonFr.Name = "txtRotVonFr" Me.txtRotVonFr.Size = New System.Drawing.Size(47, 20) Me.txtRotVonFr.TabIndex = 72 Me.txtRotVonFr.Text = "00:00" ' 'txtRotVonDo ' Me.txtRotVonDo.Location = New System.Drawing.Point(209, 49) Me.txtRotVonDo.MaxLength = 5 Me.txtRotVonDo.Name = "txtRotVonDo" Me.txtRotVonDo.Size = New System.Drawing.Size(47, 20) Me.txtRotVonDo.TabIndex = 71 Me.txtRotVonDo.Text = "00:00" ' 'txtRotVonMi ' Me.txtRotVonMi.Location = New System.Drawing.Point(156, 49) Me.txtRotVonMi.MaxLength = 5 Me.txtRotVonMi.Name = "txtRotVonMi" Me.txtRotVonMi.Size = New System.Drawing.Size(47, 20) Me.txtRotVonMi.TabIndex = 70 Me.txtRotVonMi.Text = "00:00" ' 'txtRotVonDi ' Me.txtRotVonDi.Location = New System.Drawing.Point(103, 49) Me.txtRotVonDi.MaxLength = 5 Me.txtRotVonDi.Name = "txtRotVonDi" Me.txtRotVonDi.Size = New System.Drawing.Size(47, 20) Me.txtRotVonDi.TabIndex = 69 Me.txtRotVonDi.Text = "00:00" ' 'txtRotBisMo ' Me.txtRotBisMo.Location = New System.Drawing.Point(50, 70) Me.txtRotBisMo.MaxLength = 5 Me.txtRotBisMo.Name = "txtRotBisMo" Me.txtRotBisMo.Size = New System.Drawing.Size(47, 20) Me.txtRotBisMo.TabIndex = 76 Me.txtRotBisMo.Text = "00:00" ' 'txtRotVonMo ' Me.txtRotVonMo.Location = New System.Drawing.Point(50, 49) Me.txtRotVonMo.MaxLength = 5 Me.txtRotVonMo.Name = "txtRotVonMo" Me.txtRotVonMo.Size = New System.Drawing.Size(47, 20) Me.txtRotVonMo.TabIndex = 68 Me.txtRotVonMo.Text = "00:00" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(377, 16) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(20, 13) Me.Label17.TabIndex = 52 Me.Label17.Text = "So" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(326, 16) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(20, 13) Me.Label18.TabIndex = 51 Me.Label18.Text = "Sa" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(271, 16) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(16, 13) Me.Label19.TabIndex = 50 Me.Label19.Text = "Fr" ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Location = New System.Drawing.Point(219, 16) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(21, 13) Me.Label20.TabIndex = 49 Me.Label20.Text = "Do" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(165, 16) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(18, 13) Me.Label21.TabIndex = 48 Me.Label21.Text = "Mi" ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(115, 16) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(17, 13) Me.Label22.TabIndex = 47 Me.Label22.Text = "Di" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(14, 73) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(20, 13) Me.Label23.TabIndex = 75 Me.Label23.Text = "bis" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Location = New System.Drawing.Point(14, 52) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(25, 13) Me.Label24.TabIndex = 67 Me.Label24.Text = "von" ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Location = New System.Drawing.Point(60, 16) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(22, 13) Me.Label25.TabIndex = 46 Me.Label25.Text = "Mo" ' 'grp ' Me.grp.Controls.Add(Me.cbxRotSo) Me.grp.Controls.Add(Me.cbxRotSa) Me.grp.Controls.Add(Me.cbxRotFr) Me.grp.Controls.Add(Me.cbxRotDo) Me.grp.Controls.Add(Me.cbxRotMi) Me.grp.Controls.Add(Me.cbxRotDi) Me.grp.Controls.Add(Me.cbxRotMo) Me.grp.Controls.Add(Me.Label25) Me.grp.Controls.Add(Me.Label29) Me.grp.Controls.Add(Me.txtRotPauseSo) Me.grp.Controls.Add(Me.Label24) Me.grp.Controls.Add(Me.txtRotPauseSa) Me.grp.Controls.Add(Me.Label23) Me.grp.Controls.Add(Me.txtRotPauseFr) Me.grp.Controls.Add(Me.txtRotPauseDo) Me.grp.Controls.Add(Me.Label22) Me.grp.Controls.Add(Me.txtRotPauseMi) Me.grp.Controls.Add(Me.txtRotPauseDi) Me.grp.Controls.Add(Me.Label21) Me.grp.Controls.Add(Me.txtRotPauseMo) Me.grp.Controls.Add(Me.Label28) Me.grp.Controls.Add(Me.Label20) Me.grp.Controls.Add(Me.txtRotBisSo) Me.grp.Controls.Add(Me.txtRotBisSa) Me.grp.Controls.Add(Me.Label19) Me.grp.Controls.Add(Me.txtRotBisFr) Me.grp.Controls.Add(Me.txtRotBisDo) Me.grp.Controls.Add(Me.Label18) Me.grp.Controls.Add(Me.txtRotBisMi) Me.grp.Controls.Add(Me.txtRotBisDi) Me.grp.Controls.Add(Me.Label17) Me.grp.Controls.Add(Me.txtRotVonSo) Me.grp.Controls.Add(Me.txtRotVonSa) Me.grp.Controls.Add(Me.txtRotVonFr) Me.grp.Controls.Add(Me.txtRotVonDo) Me.grp.Controls.Add(Me.txtRotVonMi) Me.grp.Controls.Add(Me.txtRotVonDi) Me.grp.Controls.Add(Me.txtRotBisMo) Me.grp.Controls.Add(Me.txtRotVonMo) Me.grp.Location = New System.Drawing.Point(183, 25) Me.grp.Name = "grp" Me.grp.Size = New System.Drawing.Size(470, 129) Me.grp.TabIndex = 92 Me.grp.TabStop = False Me.grp.Text = "Zeiten" ' 'cbxRotSo ' Me.cbxRotSo.AutoSize = True Me.cbxRotSo.Location = New System.Drawing.Point(380, 32) Me.cbxRotSo.Name = "cbxRotSo" Me.cbxRotSo.Size = New System.Drawing.Size(15, 14) Me.cbxRotSo.TabIndex = 98 Me.cbxRotSo.UseVisualStyleBackColor = True ' 'cbxRotSa ' Me.cbxRotSa.AutoSize = True Me.cbxRotSa.Location = New System.Drawing.Point(329, 32) Me.cbxRotSa.Name = "cbxRotSa" Me.cbxRotSa.Size = New System.Drawing.Size(15, 14) Me.cbxRotSa.TabIndex = 97 Me.cbxRotSa.UseVisualStyleBackColor = True ' 'cbxRotFr ' Me.cbxRotFr.AutoSize = True Me.cbxRotFr.Location = New System.Drawing.Point(274, 32) Me.cbxRotFr.Name = "cbxRotFr" Me.cbxRotFr.Size = New System.Drawing.Size(15, 14) Me.cbxRotFr.TabIndex = 96 Me.cbxRotFr.UseVisualStyleBackColor = True ' 'cbxRotDo ' Me.cbxRotDo.AutoSize = True Me.cbxRotDo.Location = New System.Drawing.Point(222, 32) Me.cbxRotDo.Name = "cbxRotDo" Me.cbxRotDo.Size = New System.Drawing.Size(15, 14) Me.cbxRotDo.TabIndex = 95 Me.cbxRotDo.UseVisualStyleBackColor = True ' 'cbxRotMi ' Me.cbxRotMi.AutoSize = True Me.cbxRotMi.Location = New System.Drawing.Point(168, 32) Me.cbxRotMi.Name = "cbxRotMi" Me.cbxRotMi.Size = New System.Drawing.Size(15, 14) Me.cbxRotMi.TabIndex = 94 Me.cbxRotMi.UseVisualStyleBackColor = True ' 'cbxRotDi ' Me.cbxRotDi.AutoSize = True Me.cbxRotDi.Location = New System.Drawing.Point(118, 32) Me.cbxRotDi.Name = "cbxRotDi" Me.cbxRotDi.Size = New System.Drawing.Size(15, 14) Me.cbxRotDi.TabIndex = 93 Me.cbxRotDi.UseVisualStyleBackColor = True ' 'cbxRotMo ' Me.cbxRotMo.AutoSize = True Me.cbxRotMo.Location = New System.Drawing.Point(63, 32) Me.cbxRotMo.Name = "cbxRotMo" Me.cbxRotMo.Size = New System.Drawing.Size(15, 14) Me.cbxRotMo.TabIndex = 92 Me.cbxRotMo.UseVisualStyleBackColor = True ' 'cbxBenutzerdefinierteSchicht ' Me.cbxBenutzerdefinierteSchicht.AutoSize = True Me.cbxBenutzerdefinierteSchicht.Location = New System.Drawing.Point(195, 157) Me.cbxBenutzerdefinierteSchicht.Name = "cbxBenutzerdefinierteSchicht" Me.cbxBenutzerdefinierteSchicht.Size = New System.Drawing.Size(150, 17) Me.cbxBenutzerdefinierteSchicht.TabIndex = 110 Me.cbxBenutzerdefinierteSchicht.Text = "Benutzerdefinierte Schicht" Me.cbxBenutzerdefinierteSchicht.UseVisualStyleBackColor = True ' 'pnl ' Me.pnl.Controls.Add(Me.cbxSplitschicht) Me.pnl.Controls.Add(Me.cbxHauptsplitschicht) Me.pnl.Controls.Add(Me.txtZusatzAL) Me.pnl.Controls.Add(Me.Label9) Me.pnl.Controls.Add(Me.CheckBox2) Me.pnl.Controls.Add(Me.btnExcelColor) Me.pnl.Controls.Add(Me.CheckBox1) Me.pnl.Controls.Add(Me.Button2) Me.pnl.Controls.Add(Me.txtHotKey) Me.pnl.Controls.Add(Me.Label7) Me.pnl.Controls.Add(Me.txtExcelBezeichnung3) Me.pnl.Controls.Add(Me.txtExcelBezeichnung2) Me.pnl.Controls.Add(Me.txtReihenfolge) Me.pnl.Controls.Add(Me.txtSchichtWechselZu) Me.pnl.Controls.Add(Me.cbxTagesSchichtWechsel) Me.pnl.Controls.Add(Me.Label5) Me.pnl.Controls.Add(Me.Label6) Me.pnl.Controls.Add(Me.txtProzent) Me.pnl.Controls.Add(Me.txtDPBezeichnung) Me.pnl.Controls.Add(Me.Label3) Me.pnl.Controls.Add(Me.Label8) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.Label4) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.txtExcelBezeichnung) Me.pnl.Controls.Add(Me.txtExcelZeilen) Me.pnl.Enabled = False Me.pnl.Location = New System.Drawing.Point(183, 172) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(362, 165) Me.pnl.TabIndex = 109 ' 'cbxSplitschicht ' Me.cbxSplitschicht.AutoSize = True Me.cbxSplitschicht.Location = New System.Drawing.Point(210, 143) Me.cbxSplitschicht.Name = "cbxSplitschicht" Me.cbxSplitschicht.Size = New System.Drawing.Size(80, 17) Me.cbxSplitschicht.TabIndex = 125 Me.cbxSplitschicht.Text = "Splitschicht" Me.cbxSplitschicht.UseVisualStyleBackColor = True ' 'cbxHauptsplitschicht ' Me.cbxHauptsplitschicht.AutoSize = True Me.cbxHauptsplitschicht.Location = New System.Drawing.Point(210, 121) Me.cbxHauptsplitschicht.Name = "cbxHauptsplitschicht" Me.cbxHauptsplitschicht.Size = New System.Drawing.Size(107, 17) Me.cbxHauptsplitschicht.TabIndex = 124 Me.cbxHauptsplitschicht.Text = "Hauptsplitschicht" Me.cbxHauptsplitschicht.UseVisualStyleBackColor = True ' 'txtZusatzAL ' Me.txtZusatzAL.Location = New System.Drawing.Point(102, 143) Me.txtZusatzAL.MaxLength = 50 Me.txtZusatzAL.Name = "txtZusatzAL" Me.txtZusatzAL.Size = New System.Drawing.Size(31, 20) Me.txtZusatzAL.TabIndex = 123 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(9, 148) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(87, 13) Me.Label9.TabIndex = 122 Me.Label9.Text = "Zusatz Abt.Leiter" ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(210, 102) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(74, 17) Me.CheckBox2.TabIndex = 121 Me.CheckBox2.Text = "BG Farbe:" Me.CheckBox2.UseVisualStyleBackColor = True ' 'btnExcelColor ' Me.btnExcelColor.BackColor = System.Drawing.Color.Black Me.btnExcelColor.Location = New System.Drawing.Point(310, 98) Me.btnExcelColor.Name = "btnExcelColor" Me.btnExcelColor.Size = New System.Drawing.Size(36, 23) Me.btnExcelColor.TabIndex = 120 Me.btnExcelColor.UseVisualStyleBackColor = False Me.btnExcelColor.Visible = False ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(12, 119) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(109, 17) Me.CheckBox1.TabIndex = 119 Me.CheckBox1.Text = "Alternative Farbe:" Me.CheckBox1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Black Me.Button2.Location = New System.Drawing.Point(122, 115) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(36, 23) Me.Button2.TabIndex = 118 Me.Button2.UseVisualStyleBackColor = False Me.Button2.Visible = False ' 'txtHotKey ' Me.txtHotKey.Location = New System.Drawing.Point(78, 93) Me.txtHotKey.MaxLength = 1 Me.txtHotKey.Name = "txtHotKey" Me.txtHotKey.Size = New System.Drawing.Size(37, 20) Me.txtHotKey.TabIndex = 116 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(117, 26) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(47, 13) Me.Label7.TabIndex = 113 Me.Label7.Text = "Reihenf." ' 'txtExcelBezeichnung3 ' Me.txtExcelBezeichnung3.Location = New System.Drawing.Point(277, 77) Me.txtExcelBezeichnung3.MaxLength = 50 Me.txtExcelBezeichnung3.Name = "txtExcelBezeichnung3" Me.txtExcelBezeichnung3.Size = New System.Drawing.Size(70, 20) Me.txtExcelBezeichnung3.TabIndex = 114 ' 'txtExcelBezeichnung2 ' Me.txtExcelBezeichnung2.Location = New System.Drawing.Point(277, 61) Me.txtExcelBezeichnung2.MaxLength = 50 Me.txtExcelBezeichnung2.Name = "txtExcelBezeichnung2" Me.txtExcelBezeichnung2.Size = New System.Drawing.Size(70, 20) Me.txtExcelBezeichnung2.TabIndex = 113 ' 'txtReihenfolge ' Me.txtReihenfolge.Location = New System.Drawing.Point(168, 23) Me.txtReihenfolge.MaxLength = 50 Me.txtReihenfolge.Name = "txtReihenfolge" Me.txtReihenfolge.Size = New System.Drawing.Size(33, 20) Me.txtReihenfolge.TabIndex = 114 ' 'txtSchichtWechselZu ' Me.txtSchichtWechselZu.Location = New System.Drawing.Point(122, 70) Me.txtSchichtWechselZu.MaxLength = 50 Me.txtSchichtWechselZu.Name = "txtSchichtWechselZu" Me.txtSchichtWechselZu.Size = New System.Drawing.Size(79, 20) Me.txtSchichtWechselZu.TabIndex = 112 ' 'cbxTagesSchichtWechsel ' Me.cbxTagesSchichtWechsel.AutoSize = True Me.cbxTagesSchichtWechsel.Location = New System.Drawing.Point(12, 72) Me.cbxTagesSchichtWechsel.Name = "cbxTagesSchichtWechsel" Me.cbxTagesSchichtWechsel.Size = New System.Drawing.Size(112, 17) Me.cbxTagesSchichtWechsel.TabIndex = 111 Me.cbxTagesSchichtWechsel.Text = "Tägl. Wechsel zu:" Me.cbxTagesSchichtWechsel.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(11, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(67, 13) Me.Label5.TabIndex = 108 Me.Label5.Text = "Dienstplan" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(206, 6) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(38, 13) Me.Label6.TabIndex = 108 Me.Label6.Text = "Excel" ' 'txtProzent ' Me.txtProzent.Location = New System.Drawing.Point(78, 23) Me.txtProzent.MaxLength = 50 Me.txtProzent.Name = "txtProzent" Me.txtProzent.Size = New System.Drawing.Size(37, 20) Me.txtProzent.TabIndex = 101 ' 'txtDPBezeichnung ' Me.txtDPBezeichnung.Location = New System.Drawing.Point(78, 44) Me.txtDPBezeichnung.MaxLength = 50 Me.txtDPBezeichnung.Name = "txtDPBezeichnung" Me.txtDPBezeichnung.Size = New System.Drawing.Size(123, 20) Me.txtDPBezeichnung.TabIndex = 103 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(206, 26) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(36, 13) Me.Label3.TabIndex = 104 Me.Label3.Text = "Zeilen" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(9, 96) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(45, 13) Me.Label8.TabIndex = 102 Me.Label8.Text = "Hot-Key" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(9, 47) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(69, 13) Me.Label2.TabIndex = 102 Me.Label2.Text = "Bezeichnung" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(206, 47) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(69, 13) Me.Label4.TabIndex = 106 Me.Label4.Text = "Bezeichnung" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(9, 26) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 13) Me.Label1.TabIndex = 100 Me.Label1.Text = "Anzeige %" ' 'txtExcelBezeichnung ' Me.txtExcelBezeichnung.Location = New System.Drawing.Point(277, 45) Me.txtExcelBezeichnung.MaxLength = 50 Me.txtExcelBezeichnung.Name = "txtExcelBezeichnung" Me.txtExcelBezeichnung.Size = New System.Drawing.Size(70, 20) Me.txtExcelBezeichnung.TabIndex = 107 ' 'txtExcelZeilen ' Me.txtExcelZeilen.Location = New System.Drawing.Point(277, 24) Me.txtExcelZeilen.MaxLength = 50 Me.txtExcelZeilen.Name = "txtExcelZeilen" Me.txtExcelZeilen.Size = New System.Drawing.Size(70, 20) Me.txtExcelZeilen.TabIndex = 105 ' 'btnSpeichern ' Me.btnSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSpeichern.Location = New System.Drawing.Point(551, 336) Me.btnSpeichern.Name = "btnSpeichern" Me.btnSpeichern.Size = New System.Drawing.Size(99, 52) Me.btnSpeichern.TabIndex = 99 Me.btnSpeichern.Text = "Speichern" Me.btnSpeichern.UseVisualStyleBackColor = True ' 'lblSchichten ' Me.lblSchichten.AutoSize = True Me.lblSchichten.Location = New System.Drawing.Point(12, 9) Me.lblSchichten.Name = "lblSchichten" Me.lblSchichten.Size = New System.Drawing.Size(55, 13) Me.lblSchichten.TabIndex = 93 Me.lblSchichten.Text = "Schichten" ' 'btn ' Me.btn.BackgroundImage = Global.ADMIN.My.Resources.Resources.plus Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.Location = New System.Drawing.Point(153, 368) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(24, 20) Me.btn.TabIndex = 94 Me.btn.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.BackgroundImage = Global.ADMIN.My.Resources.Resources.del Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(130, 368) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(24, 20) Me.Button1.TabIndex = 95 Me.Button1.UseVisualStyleBackColor = True ' 'cbxSchichtArbeitszeit ' Me.cbxSchichtArbeitszeit.AutoSize = True Me.cbxSchichtArbeitszeit.Location = New System.Drawing.Point(395, 157) Me.cbxSchichtArbeitszeit.Name = "cbxSchichtArbeitszeit" Me.cbxSchichtArbeitszeit.Size = New System.Drawing.Size(154, 17) Me.cbxSchichtArbeitszeit.TabIndex = 111 Me.cbxSchichtArbeitszeit.Text = "Schicht zählt als Arbeitszeit" Me.cbxSchichtArbeitszeit.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(192, 349) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(77, 13) Me.Label10.TabIndex = 124 Me.Label10.Text = "Excel Monat" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(192, 368) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(69, 13) Me.Label11.TabIndex = 125 Me.Label11.Text = "Bezeichnung" ' 'txtExcelMonat ' Me.txtExcelMonat.Location = New System.Drawing.Point(263, 365) Me.txtExcelMonat.MaxLength = 50 Me.txtExcelMonat.Name = "txtExcelMonat" Me.txtExcelMonat.Size = New System.Drawing.Size(70, 20) Me.txtExcelMonat.TabIndex = 126 ' 'frbBGExcelMonat ' Me.frbBGExcelMonat.BackColor = System.Drawing.Color.White Me.frbBGExcelMonat.ForeColor = System.Drawing.SystemColors.ControlText Me.frbBGExcelMonat.Location = New System.Drawing.Point(414, 363) Me.frbBGExcelMonat.Name = "frbBGExcelMonat" Me.frbBGExcelMonat.Size = New System.Drawing.Size(36, 23) Me.frbBGExcelMonat.TabIndex = 127 Me.frbBGExcelMonat.UseVisualStyleBackColor = False Me.frbBGExcelMonat.Visible = False ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(339, 367) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(74, 17) Me.CheckBox3.TabIndex = 129 Me.CheckBox3.Text = "BG Farbe:" Me.CheckBox3.UseVisualStyleBackColor = True ' 'cbxAktiv ' Me.cbxAktiv.AutoSize = True Me.cbxAktiv.Checked = True Me.cbxAktiv.CheckState = System.Windows.Forms.CheckState.Checked Me.cbxAktiv.Location = New System.Drawing.Point(598, 160) Me.cbxAktiv.Name = "cbxAktiv" Me.cbxAktiv.Size = New System.Drawing.Size(49, 17) Me.cbxAktiv.TabIndex = 130 Me.cbxAktiv.Text = "aktiv" Me.cbxAktiv.UseVisualStyleBackColor = True ' 'frmSchichtenZeiten ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(659, 400) Me.Controls.Add(Me.cbxAktiv) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.cbxSchichtArbeitszeit) Me.Controls.Add(Me.frbBGExcelMonat) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.cbxBenutzerdefinierteSchicht) Me.Controls.Add(Me.txtExcelMonat) Me.Controls.Add(Me.pnl) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btnSpeichern) Me.Controls.Add(Me.btn) Me.Controls.Add(Me.lblSchichten) Me.Controls.Add(Me.grp) Me.Controls.Add(Me.dgvSchihten) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSchichtenZeiten" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Schichten / Zeiten" CType(Me.dgvSchihten, System.ComponentModel.ISupportInitialize).EndInit() Me.grp.ResumeLayout(False) Me.grp.PerformLayout() Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dgvSchihten As System.Windows.Forms.DataGridView Friend WithEvents Label29 As System.Windows.Forms.Label Friend WithEvents txtRotPauseSo As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseSa As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseFr As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseDo As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseMi As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseDi As System.Windows.Forms.TextBox Friend WithEvents txtRotPauseMo As System.Windows.Forms.TextBox Friend WithEvents Label28 As System.Windows.Forms.Label Friend WithEvents txtRotBisSo As System.Windows.Forms.TextBox Friend WithEvents txtRotBisSa As System.Windows.Forms.TextBox Friend WithEvents txtRotBisFr As System.Windows.Forms.TextBox Friend WithEvents txtRotBisDo As System.Windows.Forms.TextBox Friend WithEvents txtRotBisMi As System.Windows.Forms.TextBox Friend WithEvents txtRotBisDi As System.Windows.Forms.TextBox Friend WithEvents txtRotVonSo As System.Windows.Forms.TextBox Friend WithEvents txtRotVonSa As System.Windows.Forms.TextBox Friend WithEvents txtRotVonFr As System.Windows.Forms.TextBox Friend WithEvents txtRotVonDo As System.Windows.Forms.TextBox Friend WithEvents txtRotVonMi As System.Windows.Forms.TextBox Friend WithEvents txtRotVonDi As System.Windows.Forms.TextBox Friend WithEvents txtRotBisMo As System.Windows.Forms.TextBox Friend WithEvents txtRotVonMo As System.Windows.Forms.TextBox Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents Label25 As System.Windows.Forms.Label Friend WithEvents grp As System.Windows.Forms.GroupBox Friend WithEvents lblSchichten As System.Windows.Forms.Label Friend WithEvents cbxRotSo As System.Windows.Forms.CheckBox Friend WithEvents cbxRotSa As System.Windows.Forms.CheckBox Friend WithEvents cbxRotFr As System.Windows.Forms.CheckBox Friend WithEvents cbxRotDo As System.Windows.Forms.CheckBox Friend WithEvents cbxRotMi As System.Windows.Forms.CheckBox Friend WithEvents cbxRotDi As System.Windows.Forms.CheckBox Friend WithEvents cbxRotMo As System.Windows.Forms.CheckBox Friend WithEvents btnSpeichern As System.Windows.Forms.Button Friend WithEvents cbxBenutzerdefinierteSchicht As System.Windows.Forms.CheckBox Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents txtProzent As System.Windows.Forms.TextBox Friend WithEvents txtDPBezeichnung As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtExcelBezeichnung As System.Windows.Forms.TextBox Friend WithEvents txtExcelZeilen As System.Windows.Forms.TextBox Friend WithEvents btn As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents cbxTagesSchichtWechsel As System.Windows.Forms.CheckBox Friend WithEvents txtSchichtWechselZu As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents txtReihenfolge As System.Windows.Forms.TextBox Friend WithEvents txtExcelBezeichnung3 As System.Windows.Forms.TextBox Friend WithEvents txtExcelBezeichnung2 As System.Windows.Forms.TextBox Friend WithEvents txtHotKey As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents btnExcelColor As System.Windows.Forms.Button Friend WithEvents ColorDialog2 As System.Windows.Forms.ColorDialog Friend WithEvents txtZusatzAL As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cbxSchichtArbeitszeit As System.Windows.Forms.CheckBox Friend WithEvents frbBGExcelMonat As System.Windows.Forms.Button Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents txtExcelMonat As System.Windows.Forms.TextBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents ColorDialog3 As System.Windows.Forms.ColorDialog Friend WithEvents cbxAktiv As CheckBox Friend WithEvents cbxSplitschicht As CheckBox Friend WithEvents cbxHauptsplitschicht As CheckBox End Class