_ Partial Class frmUrlKW 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() Me.components = New System.ComponentModel.Container() Me.pnl = New System.Windows.Forms.Panel() Me.Button4 = New System.Windows.Forms.Button() Me.txtInfo = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.CheckBox1 = New System.Windows.Forms.CheckBox() 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.Label17 = New System.Windows.Forms.Label() Me.cbxSo = New System.Windows.Forms.CheckBox() Me.Label18 = New System.Windows.Forms.Label() Me.cbxSa = New System.Windows.Forms.CheckBox() Me.Label19 = New System.Windows.Forms.Label() Me.cbxFr = New System.Windows.Forms.CheckBox() Me.Label20 = New System.Windows.Forms.Label() Me.cbxDo = New System.Windows.Forms.CheckBox() Me.Label21 = New System.Windows.Forms.Label() Me.cbxMi = New System.Windows.Forms.CheckBox() Me.Label22 = New System.Windows.Forms.Label() Me.cbxDi = New System.Windows.Forms.CheckBox() Me.Label25 = New System.Windows.Forms.Label() Me.cbxMo = New System.Windows.Forms.CheckBox() Me.btnSpeichern = New System.Windows.Forms.Button() Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox Me.lblKW = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.lblUrlaubEintragen = New System.Windows.Forms.Label() Me.Button5 = New System.Windows.Forms.Button() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Button5) Me.pnl.Controls.Add(Me.Button4) Me.pnl.Controls.Add(Me.txtInfo) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.cboArt) Me.pnl.Controls.Add(Me.Button3) Me.pnl.Controls.Add(Me.Button2) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.CheckBox1) Me.pnl.Controls.Add(Me.lblSo) Me.pnl.Controls.Add(Me.lblSa) Me.pnl.Controls.Add(Me.lblFr) Me.pnl.Controls.Add(Me.lblDo) Me.pnl.Controls.Add(Me.lblMi) Me.pnl.Controls.Add(Me.lblDi) Me.pnl.Controls.Add(Me.lblMo) Me.pnl.Controls.Add(Me.Label17) Me.pnl.Controls.Add(Me.cbxSo) Me.pnl.Controls.Add(Me.Label18) Me.pnl.Controls.Add(Me.cbxSa) Me.pnl.Controls.Add(Me.Label19) Me.pnl.Controls.Add(Me.cbxFr) Me.pnl.Controls.Add(Me.Label20) Me.pnl.Controls.Add(Me.cbxDo) Me.pnl.Controls.Add(Me.Label21) Me.pnl.Controls.Add(Me.cbxMi) Me.pnl.Controls.Add(Me.Label22) Me.pnl.Controls.Add(Me.cbxDi) Me.pnl.Controls.Add(Me.Label25) Me.pnl.Controls.Add(Me.cbxMo) Me.pnl.Controls.Add(Me.btnSpeichern) Me.pnl.Controls.Add(Me.MyComboBox1) Me.pnl.Controls.Add(Me.lblKW) Me.pnl.Controls.Add(Me.Label1) Me.pnl.Controls.Add(Me.lblUrlaubEintragen) 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(513, 212) Me.pnl.TabIndex = 0 ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Image = Global.ADMIN.My.Resources.Resources.del Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.Location = New System.Drawing.Point(385, 66) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(111, 44) Me.Button4.TabIndex = 42 Me.Button4.Text = " Eintrag löschen" Me.Button4.UseVisualStyleBackColor = True ' 'txtInfo ' Me.txtInfo.Location = New System.Drawing.Point(97, 177) Me.txtInfo.Name = "txtInfo" Me.txtInfo.Size = New System.Drawing.Size(196, 20) Me.txtInfo.TabIndex = 41 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label2.Location = New System.Drawing.Point(12, 177) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(35, 17) Me.Label2.TabIndex = 40 Me.Label2.Text = "Info:" ' 'cboArt ' Me.cboArt._value = "" Me.cboArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboArt.FormattingEnabled = True Me.cboArt.Location = New System.Drawing.Point(385, 39) Me.cboArt.Name = "cboArt" Me.cboArt.Size = New System.Drawing.Size(111, 21) Me.cboArt.TabIndex = 39 ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(344, 8) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(32, 24) Me.Button3.TabIndex = 38 Me.Button3.Text = "<<" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Location = New System.Drawing.Point(448, 9) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(32, 24) Me.Button2.TabIndex = 37 Me.Button2.Text = ">>" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(385, 114) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(111, 27) Me.Button1.TabIndex = 36 Me.Button1.Text = "Abbrechen" Me.Button1.UseVisualStyleBackColor = True ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(97, 66) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(95, 17) Me.CheckBox1.TabIndex = 35 Me.CheckBox1.Text = "Ganze Woche" Me.CheckBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.CheckBox1.UseVisualStyleBackColor = True ' 'lblSo ' Me.lblSo.Location = New System.Drawing.Point(329, 114) Me.lblSo.Name = "lblSo" Me.lblSo.Size = New System.Drawing.Size(50, 15) Me.lblSo.TabIndex = 34 Me.lblSo.Text = "01.01." Me.lblSo.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblSa ' Me.lblSa.Location = New System.Drawing.Point(278, 114) Me.lblSa.Name = "lblSa" Me.lblSa.Size = New System.Drawing.Size(50, 15) Me.lblSa.TabIndex = 33 Me.lblSa.Text = "01.01." Me.lblSa.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblFr ' Me.lblFr.Location = New System.Drawing.Point(223, 114) Me.lblFr.Name = "lblFr" Me.lblFr.Size = New System.Drawing.Size(50, 15) Me.lblFr.TabIndex = 32 Me.lblFr.Text = "01.01." Me.lblFr.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblDo ' Me.lblDo.Location = New System.Drawing.Point(171, 114) Me.lblDo.Name = "lblDo" Me.lblDo.Size = New System.Drawing.Size(50, 15) Me.lblDo.TabIndex = 31 Me.lblDo.Text = "01.01." Me.lblDo.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblMi ' Me.lblMi.Location = New System.Drawing.Point(117, 114) Me.lblMi.Name = "lblMi" Me.lblMi.Size = New System.Drawing.Size(50, 15) Me.lblMi.TabIndex = 30 Me.lblMi.Text = "01.01." Me.lblMi.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblDi ' Me.lblDi.Location = New System.Drawing.Point(67, 114) Me.lblDi.Name = "lblDi" Me.lblDi.Size = New System.Drawing.Size(50, 15) Me.lblDi.TabIndex = 29 Me.lblDi.Text = "01.01." Me.lblDi.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'lblMo ' Me.lblMo.Location = New System.Drawing.Point(12, 114) Me.lblMo.Name = "lblMo" Me.lblMo.Size = New System.Drawing.Size(50, 15) Me.lblMo.TabIndex = 28 Me.lblMo.Text = "01.01." Me.lblMo.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Label17 ' Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(329, 101) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(50, 15) Me.Label17.TabIndex = 20 Me.Label17.Text = "So" Me.Label17.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxSo ' Me.cbxSo.AutoSize = True Me.cbxSo.Location = New System.Drawing.Point(347, 132) Me.cbxSo.Name = "cbxSo" Me.cbxSo.Size = New System.Drawing.Size(15, 14) Me.cbxSo.TabIndex = 27 Me.cbxSo.UseVisualStyleBackColor = True ' 'Label18 ' Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(278, 101) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(50, 15) Me.Label18.TabIndex = 19 Me.Label18.Text = "Sa" Me.Label18.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxSa ' Me.cbxSa.AutoSize = True Me.cbxSa.Location = New System.Drawing.Point(296, 132) Me.cbxSa.Name = "cbxSa" Me.cbxSa.Size = New System.Drawing.Size(15, 14) Me.cbxSa.TabIndex = 26 Me.cbxSa.UseVisualStyleBackColor = True ' 'Label19 ' Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(223, 101) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(50, 15) Me.Label19.TabIndex = 18 Me.Label19.Text = "Fr" Me.Label19.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxFr ' Me.cbxFr.AutoSize = True Me.cbxFr.Location = New System.Drawing.Point(241, 132) Me.cbxFr.Name = "cbxFr" Me.cbxFr.Size = New System.Drawing.Size(15, 14) Me.cbxFr.TabIndex = 25 Me.cbxFr.UseVisualStyleBackColor = True ' 'Label20 ' Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(171, 101) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(50, 15) Me.Label20.TabIndex = 17 Me.Label20.Text = "Do" Me.Label20.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxDo ' Me.cbxDo.AutoSize = True Me.cbxDo.Location = New System.Drawing.Point(189, 132) Me.cbxDo.Name = "cbxDo" Me.cbxDo.Size = New System.Drawing.Size(15, 14) Me.cbxDo.TabIndex = 24 Me.cbxDo.UseVisualStyleBackColor = True ' 'Label21 ' Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(117, 101) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(50, 15) Me.Label21.TabIndex = 16 Me.Label21.Text = "Mi" Me.Label21.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxMi ' Me.cbxMi.AutoSize = True Me.cbxMi.Location = New System.Drawing.Point(135, 132) Me.cbxMi.Name = "cbxMi" Me.cbxMi.Size = New System.Drawing.Size(15, 14) Me.cbxMi.TabIndex = 23 Me.cbxMi.UseVisualStyleBackColor = True ' 'Label22 ' Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(67, 101) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(50, 15) Me.Label22.TabIndex = 15 Me.Label22.Text = "Di" Me.Label22.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxDi ' Me.cbxDi.AutoSize = True Me.cbxDi.Location = New System.Drawing.Point(85, 132) Me.cbxDi.Name = "cbxDi" Me.cbxDi.Size = New System.Drawing.Size(15, 14) Me.cbxDi.TabIndex = 22 Me.cbxDi.UseVisualStyleBackColor = True ' 'Label25 ' Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label25.Location = New System.Drawing.Point(12, 101) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(50, 15) Me.Label25.TabIndex = 14 Me.Label25.Text = "Mo" Me.Label25.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'cbxMo ' Me.cbxMo.AutoSize = True Me.cbxMo.Location = New System.Drawing.Point(30, 132) Me.cbxMo.Name = "cbxMo" Me.cbxMo.Size = New System.Drawing.Size(15, 14) Me.cbxMo.TabIndex = 21 Me.cbxMo.UseVisualStyleBackColor = True ' 'btnSpeichern ' Me.btnSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSpeichern.Image = Global.ADMIN.My.Resources.Resources.save Me.btnSpeichern.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSpeichern.Location = New System.Drawing.Point(385, 155) Me.btnSpeichern.Name = "btnSpeichern" Me.btnSpeichern.Size = New System.Drawing.Size(111, 44) Me.btnSpeichern.TabIndex = 4 Me.btnSpeichern.Text = " Speichern" Me.btnSpeichern.UseVisualStyleBackColor = True ' 'MyComboBox1 ' Me.MyComboBox1._value = "" Me.MyComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.MyComboBox1.Enabled = False Me.MyComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.MyComboBox1.FormattingEnabled = True Me.MyComboBox1.Location = New System.Drawing.Point(97, 39) Me.MyComboBox1.Name = "MyComboBox1" Me.MyComboBox1.Size = New System.Drawing.Size(196, 21) Me.MyComboBox1.TabIndex = 3 ' 'lblKW ' Me.lblKW.AutoSize = True Me.lblKW.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.lblKW.Location = New System.Drawing.Point(382, 12) Me.lblKW.Name = "lblKW" Me.lblKW.Size = New System.Drawing.Size(60, 17) Me.lblKW.TabIndex = 2 Me.lblKW.Text = "KW: 34" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!) Me.Label1.Location = New System.Drawing.Point(12, 40) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(79, 17) Me.Label1.TabIndex = 1 Me.Label1.Text = "Mitarbeiter:" ' 'lblUrlaubEintragen ' Me.lblUrlaubEintragen.AutoSize = True Me.lblUrlaubEintragen.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.lblUrlaubEintragen.Location = New System.Drawing.Point(12, 12) Me.lblUrlaubEintragen.Name = "lblUrlaubEintragen" Me.lblUrlaubEintragen.Size = New System.Drawing.Size(130, 17) Me.lblUrlaubEintragen.TabIndex = 0 Me.lblUrlaubEintragen.Text = "Urlaub eintragen" ' 'Button5 ' Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Image = Global.ADMIN.My.Resources.Resources.plus Me.Button5.Location = New System.Drawing.Point(332, 155) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(47, 44) Me.Button5.TabIndex = 43 Me.Button5.UseVisualStyleBackColor = True ' 'frmUrlKW ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(513, 212) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmUrlKW" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmUrlKW" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents lblKW As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblUrlaubEintragen As System.Windows.Forms.Label Friend WithEvents btnSpeichern As System.Windows.Forms.Button Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents lblSo As System.Windows.Forms.Label Friend WithEvents lblSa As System.Windows.Forms.Label Friend WithEvents lblFr As System.Windows.Forms.Label Friend WithEvents lblDo As System.Windows.Forms.Label Friend WithEvents lblMi As System.Windows.Forms.Label Friend WithEvents lblDi As System.Windows.Forms.Label Friend WithEvents lblMo As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents cbxSo As System.Windows.Forms.CheckBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents cbxSa As System.Windows.Forms.CheckBox Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents cbxFr As System.Windows.Forms.CheckBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents cbxDo As System.Windows.Forms.CheckBox Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents cbxMi As System.Windows.Forms.CheckBox Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents cbxDi As System.Windows.Forms.CheckBox Friend WithEvents Label25 As System.Windows.Forms.Label Friend WithEvents cbxMo As System.Windows.Forms.CheckBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents txtInfo As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button End Class