Files
AVISO/Aviso/frmEintragTvNew.Designer.vb
2024-11-22 16:41:27 +01:00

877 lines
37 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmEintragTvNew
Inherits System.Windows.Forms.Form
<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
Private components As System.ComponentModel.IContainer
' Neue Komponenten für Textformatierung
Private WithEvents btnBold As Button
Private WithEvents btnItalic As Button
Private WithEvents btnUnderline As Button
Private WithEvents btnTextColor As Button
Private WithEvents btnBackColor As Button
Private WithEvents btnAlignLeft As Button
Private WithEvents btnAlignCenter As Button
Private WithEvents btnAlignRight As Button
Private WithEvents cmbFontFamily As ComboBox
Private WithEvents cmbFontSize As ComboBox
Private WithEvents colorDialogText As ColorDialog
Private WithEvents rtbZeile1 As RichTextBox ' Geänderte TextBox zu RichTextBox
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.cbxStandort = New System.Windows.Forms.ComboBox()
Me.lblStandort = New System.Windows.Forms.Label()
Me.dgvAVISOTV = New System.Windows.Forms.DataGridView()
Me.grpEingabe = New System.Windows.Forms.GroupBox()
Me.btnBold3 = New System.Windows.Forms.Button()
Me.btnItalic3 = New System.Windows.Forms.Button()
Me.btnUnderline3 = New System.Windows.Forms.Button()
Me.btnTextColor3 = New System.Windows.Forms.Button()
Me.btnBackColor3 = New System.Windows.Forms.Button()
Me.btnAlignLeft3 = New System.Windows.Forms.Button()
Me.btnAlignCenter3 = New System.Windows.Forms.Button()
Me.btnAlignRight3 = New System.Windows.Forms.Button()
Me.cmbFontFamily3 = New System.Windows.Forms.ComboBox()
Me.cmbFontSize3 = New System.Windows.Forms.ComboBox()
Me.btnBold2 = New System.Windows.Forms.Button()
Me.btnItalic2 = New System.Windows.Forms.Button()
Me.btnUnderline2 = New System.Windows.Forms.Button()
Me.btnTextColor2 = New System.Windows.Forms.Button()
Me.btnBackColor2 = New System.Windows.Forms.Button()
Me.btnAlignLeft2 = New System.Windows.Forms.Button()
Me.btnAlignCenter2 = New System.Windows.Forms.Button()
Me.btnAlignRight2 = New System.Windows.Forms.Button()
Me.cmbFontFamily2 = New System.Windows.Forms.ComboBox()
Me.cmbFontSize2 = New System.Windows.Forms.ComboBox()
Me.rtbZeile3 = New System.Windows.Forms.RichTextBox()
Me.rtbZeile2 = New System.Windows.Forms.RichTextBox()
Me.lblNeueTvTextBezeichnung = New System.Windows.Forms.Label()
Me.txtNeueTvTextBezeichnung = New System.Windows.Forms.TextBox()
Me.chkIsActive = New System.Windows.Forms.CheckBox()
Me.chkIsRecurring = New System.Windows.Forms.CheckBox()
Me.grpWochentage = New System.Windows.Forms.GroupBox()
Me.chkSunday = New System.Windows.Forms.CheckBox()
Me.chkSaturday = New System.Windows.Forms.CheckBox()
Me.chkFriday = New System.Windows.Forms.CheckBox()
Me.chkThursday = New System.Windows.Forms.CheckBox()
Me.chkWednesday = New System.Windows.Forms.CheckBox()
Me.chkTuesday = New System.Windows.Forms.CheckBox()
Me.chkMonday = New System.Windows.Forms.CheckBox()
Me.dtpEndTime = New System.Windows.Forms.DateTimePicker()
Me.lblEndTime = New System.Windows.Forms.Label()
Me.dtpStartTime = New System.Windows.Forms.DateTimePicker()
Me.lblStartTime = New System.Windows.Forms.Label()
Me.dtpEndDate = New System.Windows.Forms.DateTimePicker()
Me.lblEndDate = New System.Windows.Forms.Label()
Me.dtpStartDate = New System.Windows.Forms.DateTimePicker()
Me.lblStartDate = New System.Windows.Forms.Label()
Me.lblZeile3 = New System.Windows.Forms.Label()
Me.lblZeile2 = New System.Windows.Forms.Label()
Me.rtbZeile1 = New System.Windows.Forms.RichTextBox()
Me.lblZeile1 = New System.Windows.Forms.Label()
Me.cmbTvTextBezeichnungAuswahl = New System.Windows.Forms.ComboBox()
Me.lblBezeichnung = New System.Windows.Forms.Label()
Me.lblPosition = New System.Windows.Forms.Label()
Me.cmbPosition = New System.Windows.Forms.ComboBox()
Me.btnBold = New System.Windows.Forms.Button()
Me.btnItalic = New System.Windows.Forms.Button()
Me.btnUnderline = New System.Windows.Forms.Button()
Me.btnTextColor = New System.Windows.Forms.Button()
Me.btnBackColor = New System.Windows.Forms.Button()
Me.btnAlignLeft = New System.Windows.Forms.Button()
Me.btnAlignCenter = New System.Windows.Forms.Button()
Me.btnAlignRight = New System.Windows.Forms.Button()
Me.cmbFontFamily = New System.Windows.Forms.ComboBox()
Me.cmbFontSize = New System.Windows.Forms.ComboBox()
Me.btnSpeichern = New System.Windows.Forms.Button()
Me.btnLoeschen = New System.Windows.Forms.Button()
Me.btnAbbrechen = New System.Windows.Forms.Button()
Me.chkShowInactive = New System.Windows.Forms.CheckBox()
Me.colorDialogText = New System.Windows.Forms.ColorDialog()
CType(Me.dgvAVISOTV, System.ComponentModel.ISupportInitialize).BeginInit()
Me.grpEingabe.SuspendLayout()
Me.grpWochentage.SuspendLayout()
Me.SuspendLayout()
'
'cbxStandort
'
Me.cbxStandort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxStandort.FormattingEnabled = True
Me.cbxStandort.Location = New System.Drawing.Point(15, 25)
Me.cbxStandort.Name = "cbxStandort"
Me.cbxStandort.Size = New System.Drawing.Size(200, 21)
Me.cbxStandort.TabIndex = 0
'
'lblStandort
'
Me.lblStandort.AutoSize = True
Me.lblStandort.Location = New System.Drawing.Point(12, 9)
Me.lblStandort.Name = "lblStandort"
Me.lblStandort.Size = New System.Drawing.Size(87, 13)
Me.lblStandort.TabIndex = 1
Me.lblStandort.Text = "Standort wählen:"
'
'dgvAVISOTV
'
Me.dgvAVISOTV.AllowUserToAddRows = False
Me.dgvAVISOTV.AllowUserToDeleteRows = False
Me.dgvAVISOTV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvAVISOTV.Location = New System.Drawing.Point(15, 60)
Me.dgvAVISOTV.MultiSelect = False
Me.dgvAVISOTV.Name = "dgvAVISOTV"
Me.dgvAVISOTV.ReadOnly = True
Me.dgvAVISOTV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAVISOTV.Size = New System.Drawing.Size(1300, 200)
Me.dgvAVISOTV.TabIndex = 2
'
'grpEingabe
'
Me.grpEingabe.Controls.Add(Me.btnBold3)
Me.grpEingabe.Controls.Add(Me.btnItalic3)
Me.grpEingabe.Controls.Add(Me.btnUnderline3)
Me.grpEingabe.Controls.Add(Me.btnTextColor3)
Me.grpEingabe.Controls.Add(Me.btnBackColor3)
Me.grpEingabe.Controls.Add(Me.btnAlignLeft3)
Me.grpEingabe.Controls.Add(Me.btnAlignCenter3)
Me.grpEingabe.Controls.Add(Me.btnAlignRight3)
Me.grpEingabe.Controls.Add(Me.cmbFontFamily3)
Me.grpEingabe.Controls.Add(Me.cmbFontSize3)
Me.grpEingabe.Controls.Add(Me.btnBold2)
Me.grpEingabe.Controls.Add(Me.btnItalic2)
Me.grpEingabe.Controls.Add(Me.btnUnderline2)
Me.grpEingabe.Controls.Add(Me.btnTextColor2)
Me.grpEingabe.Controls.Add(Me.btnBackColor2)
Me.grpEingabe.Controls.Add(Me.btnAlignLeft2)
Me.grpEingabe.Controls.Add(Me.btnAlignCenter2)
Me.grpEingabe.Controls.Add(Me.btnAlignRight2)
Me.grpEingabe.Controls.Add(Me.cmbFontFamily2)
Me.grpEingabe.Controls.Add(Me.cmbFontSize2)
Me.grpEingabe.Controls.Add(Me.rtbZeile3)
Me.grpEingabe.Controls.Add(Me.rtbZeile2)
Me.grpEingabe.Controls.Add(Me.lblNeueTvTextBezeichnung)
Me.grpEingabe.Controls.Add(Me.txtNeueTvTextBezeichnung)
Me.grpEingabe.Controls.Add(Me.chkIsActive)
Me.grpEingabe.Controls.Add(Me.chkIsRecurring)
Me.grpEingabe.Controls.Add(Me.grpWochentage)
Me.grpEingabe.Controls.Add(Me.dtpEndTime)
Me.grpEingabe.Controls.Add(Me.lblEndTime)
Me.grpEingabe.Controls.Add(Me.dtpStartTime)
Me.grpEingabe.Controls.Add(Me.lblStartTime)
Me.grpEingabe.Controls.Add(Me.dtpEndDate)
Me.grpEingabe.Controls.Add(Me.lblEndDate)
Me.grpEingabe.Controls.Add(Me.dtpStartDate)
Me.grpEingabe.Controls.Add(Me.lblStartDate)
Me.grpEingabe.Controls.Add(Me.lblZeile3)
Me.grpEingabe.Controls.Add(Me.lblZeile2)
Me.grpEingabe.Controls.Add(Me.rtbZeile1)
Me.grpEingabe.Controls.Add(Me.lblZeile1)
Me.grpEingabe.Controls.Add(Me.cmbTvTextBezeichnungAuswahl)
Me.grpEingabe.Controls.Add(Me.lblBezeichnung)
Me.grpEingabe.Controls.Add(Me.lblPosition)
Me.grpEingabe.Controls.Add(Me.cmbPosition)
Me.grpEingabe.Controls.Add(Me.btnBold)
Me.grpEingabe.Controls.Add(Me.btnItalic)
Me.grpEingabe.Controls.Add(Me.btnUnderline)
Me.grpEingabe.Controls.Add(Me.btnTextColor)
Me.grpEingabe.Controls.Add(Me.btnBackColor)
Me.grpEingabe.Controls.Add(Me.btnAlignLeft)
Me.grpEingabe.Controls.Add(Me.btnAlignCenter)
Me.grpEingabe.Controls.Add(Me.btnAlignRight)
Me.grpEingabe.Controls.Add(Me.cmbFontFamily)
Me.grpEingabe.Controls.Add(Me.cmbFontSize)
Me.grpEingabe.Location = New System.Drawing.Point(15, 275)
Me.grpEingabe.Name = "grpEingabe"
Me.grpEingabe.Size = New System.Drawing.Size(1300, 716)
Me.grpEingabe.TabIndex = 3
Me.grpEingabe.TabStop = False
Me.grpEingabe.Text = "Informationen eingeben"
'
'btnBold3
'
Me.btnBold3.Location = New System.Drawing.Point(100, 449)
Me.btnBold3.Name = "btnBold3"
Me.btnBold3.Size = New System.Drawing.Size(30, 30)
Me.btnBold3.TabIndex = 45
Me.btnBold3.Text = "B"
Me.btnBold3.UseVisualStyleBackColor = True
'
'btnItalic3
'
Me.btnItalic3.Location = New System.Drawing.Point(140, 449)
Me.btnItalic3.Name = "btnItalic3"
Me.btnItalic3.Size = New System.Drawing.Size(30, 30)
Me.btnItalic3.TabIndex = 46
Me.btnItalic3.Text = "I"
Me.btnItalic3.UseVisualStyleBackColor = True
'
'btnUnderline3
'
Me.btnUnderline3.Location = New System.Drawing.Point(180, 449)
Me.btnUnderline3.Name = "btnUnderline3"
Me.btnUnderline3.Size = New System.Drawing.Size(30, 30)
Me.btnUnderline3.TabIndex = 47
Me.btnUnderline3.Text = "U"
Me.btnUnderline3.UseVisualStyleBackColor = True
'
'btnTextColor3
'
Me.btnTextColor3.Location = New System.Drawing.Point(302, 449)
Me.btnTextColor3.Name = "btnTextColor3"
Me.btnTextColor3.Size = New System.Drawing.Size(30, 30)
Me.btnTextColor3.TabIndex = 48
Me.btnTextColor3.Text = "A"
Me.btnTextColor3.UseVisualStyleBackColor = True
'
'btnBackColor3
'
Me.btnBackColor3.Location = New System.Drawing.Point(342, 449)
Me.btnBackColor3.Name = "btnBackColor3"
Me.btnBackColor3.Size = New System.Drawing.Size(30, 30)
Me.btnBackColor3.TabIndex = 49
Me.btnBackColor3.Text = "BG"
Me.btnBackColor3.UseVisualStyleBackColor = True
'
'btnAlignLeft3
'
Me.btnAlignLeft3.Location = New System.Drawing.Point(471, 449)
Me.btnAlignLeft3.Name = "btnAlignLeft3"
Me.btnAlignLeft3.Size = New System.Drawing.Size(30, 30)
Me.btnAlignLeft3.TabIndex = 50
Me.btnAlignLeft3.Text = "L"
Me.btnAlignLeft3.UseVisualStyleBackColor = True
'
'btnAlignCenter3
'
Me.btnAlignCenter3.Location = New System.Drawing.Point(511, 449)
Me.btnAlignCenter3.Name = "btnAlignCenter3"
Me.btnAlignCenter3.Size = New System.Drawing.Size(30, 30)
Me.btnAlignCenter3.TabIndex = 51
Me.btnAlignCenter3.Text = "C"
Me.btnAlignCenter3.UseVisualStyleBackColor = True
'
'btnAlignRight3
'
Me.btnAlignRight3.Location = New System.Drawing.Point(551, 449)
Me.btnAlignRight3.Name = "btnAlignRight3"
Me.btnAlignRight3.Size = New System.Drawing.Size(30, 30)
Me.btnAlignRight3.TabIndex = 52
Me.btnAlignRight3.Text = "R"
Me.btnAlignRight3.UseVisualStyleBackColor = True
'
'cmbFontFamily3
'
Me.cmbFontFamily3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontFamily3.FormattingEnabled = True
Me.cmbFontFamily3.Location = New System.Drawing.Point(734, 449)
Me.cmbFontFamily3.Name = "cmbFontFamily3"
Me.cmbFontFamily3.Size = New System.Drawing.Size(150, 21)
Me.cmbFontFamily3.TabIndex = 53
'
'cmbFontSize3
'
Me.cmbFontSize3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontSize3.FormattingEnabled = True
Me.cmbFontSize3.Location = New System.Drawing.Point(911, 449)
Me.cmbFontSize3.Name = "cmbFontSize3"
Me.cmbFontSize3.Size = New System.Drawing.Size(60, 21)
Me.cmbFontSize3.TabIndex = 54
'
'btnBold2
'
Me.btnBold2.Location = New System.Drawing.Point(101, 307)
Me.btnBold2.Name = "btnBold2"
Me.btnBold2.Size = New System.Drawing.Size(30, 30)
Me.btnBold2.TabIndex = 35
Me.btnBold2.Text = "B"
Me.btnBold2.UseVisualStyleBackColor = True
'
'btnItalic2
'
Me.btnItalic2.Location = New System.Drawing.Point(141, 307)
Me.btnItalic2.Name = "btnItalic2"
Me.btnItalic2.Size = New System.Drawing.Size(30, 30)
Me.btnItalic2.TabIndex = 36
Me.btnItalic2.Text = "I"
Me.btnItalic2.UseVisualStyleBackColor = True
'
'btnUnderline2
'
Me.btnUnderline2.Location = New System.Drawing.Point(181, 307)
Me.btnUnderline2.Name = "btnUnderline2"
Me.btnUnderline2.Size = New System.Drawing.Size(30, 30)
Me.btnUnderline2.TabIndex = 37
Me.btnUnderline2.Text = "U"
Me.btnUnderline2.UseVisualStyleBackColor = True
'
'btnTextColor2
'
Me.btnTextColor2.Location = New System.Drawing.Point(303, 307)
Me.btnTextColor2.Name = "btnTextColor2"
Me.btnTextColor2.Size = New System.Drawing.Size(30, 30)
Me.btnTextColor2.TabIndex = 38
Me.btnTextColor2.Text = "A"
Me.btnTextColor2.UseVisualStyleBackColor = True
'
'btnBackColor2
'
Me.btnBackColor2.Location = New System.Drawing.Point(343, 307)
Me.btnBackColor2.Name = "btnBackColor2"
Me.btnBackColor2.Size = New System.Drawing.Size(30, 30)
Me.btnBackColor2.TabIndex = 39
Me.btnBackColor2.Text = "BG"
Me.btnBackColor2.UseVisualStyleBackColor = True
'
'btnAlignLeft2
'
Me.btnAlignLeft2.Location = New System.Drawing.Point(472, 307)
Me.btnAlignLeft2.Name = "btnAlignLeft2"
Me.btnAlignLeft2.Size = New System.Drawing.Size(30, 30)
Me.btnAlignLeft2.TabIndex = 40
Me.btnAlignLeft2.Text = "L"
Me.btnAlignLeft2.UseVisualStyleBackColor = True
'
'btnAlignCenter2
'
Me.btnAlignCenter2.Location = New System.Drawing.Point(512, 307)
Me.btnAlignCenter2.Name = "btnAlignCenter2"
Me.btnAlignCenter2.Size = New System.Drawing.Size(30, 30)
Me.btnAlignCenter2.TabIndex = 41
Me.btnAlignCenter2.Text = "C"
Me.btnAlignCenter2.UseVisualStyleBackColor = True
'
'btnAlignRight2
'
Me.btnAlignRight2.Location = New System.Drawing.Point(552, 307)
Me.btnAlignRight2.Name = "btnAlignRight2"
Me.btnAlignRight2.Size = New System.Drawing.Size(30, 30)
Me.btnAlignRight2.TabIndex = 42
Me.btnAlignRight2.Text = "R"
Me.btnAlignRight2.UseVisualStyleBackColor = True
'
'cmbFontFamily2
'
Me.cmbFontFamily2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontFamily2.FormattingEnabled = True
Me.cmbFontFamily2.Location = New System.Drawing.Point(735, 307)
Me.cmbFontFamily2.Name = "cmbFontFamily2"
Me.cmbFontFamily2.Size = New System.Drawing.Size(150, 21)
Me.cmbFontFamily2.TabIndex = 43
'
'cmbFontSize2
'
Me.cmbFontSize2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontSize2.FormattingEnabled = True
Me.cmbFontSize2.Location = New System.Drawing.Point(912, 307)
Me.cmbFontSize2.Name = "cmbFontSize2"
Me.cmbFontSize2.Size = New System.Drawing.Size(60, 21)
Me.cmbFontSize2.TabIndex = 44
'
'rtbZeile3
'
Me.rtbZeile3.Location = New System.Drawing.Point(100, 363)
Me.rtbZeile3.Name = "rtbZeile3"
Me.rtbZeile3.Size = New System.Drawing.Size(1180, 80)
Me.rtbZeile3.TabIndex = 34
Me.rtbZeile3.Text = ""
'
'rtbZeile2
'
Me.rtbZeile2.Location = New System.Drawing.Point(101, 221)
Me.rtbZeile2.Name = "rtbZeile2"
Me.rtbZeile2.Size = New System.Drawing.Size(1180, 80)
Me.rtbZeile2.TabIndex = 33
Me.rtbZeile2.Text = ""
'
'lblNeueTvTextBezeichnung
'
Me.lblNeueTvTextBezeichnung.AutoSize = True
Me.lblNeueTvTextBezeichnung.Location = New System.Drawing.Point(301, 39)
Me.lblNeueTvTextBezeichnung.Name = "lblNeueTvTextBezeichnung"
Me.lblNeueTvTextBezeichnung.Size = New System.Drawing.Size(135, 13)
Me.lblNeueTvTextBezeichnung.TabIndex = 19
Me.lblNeueTvTextBezeichnung.Text = "Neue TvTextBezeichnung:"
'
'txtNeueTvTextBezeichnung
'
Me.txtNeueTvTextBezeichnung.Location = New System.Drawing.Point(461, 36)
Me.txtNeueTvTextBezeichnung.Name = "txtNeueTvTextBezeichnung"
Me.txtNeueTvTextBezeichnung.Size = New System.Drawing.Size(200, 20)
Me.txtNeueTvTextBezeichnung.TabIndex = 20
'
'chkIsActive
'
Me.chkIsActive.AutoSize = True
Me.chkIsActive.Location = New System.Drawing.Point(671, 38)
Me.chkIsActive.Name = "chkIsActive"
Me.chkIsActive.Size = New System.Drawing.Size(50, 17)
Me.chkIsActive.TabIndex = 18
Me.chkIsActive.Text = "Aktiv"
Me.chkIsActive.UseVisualStyleBackColor = True
'
'chkIsRecurring
'
Me.chkIsRecurring.AutoSize = True
Me.chkIsRecurring.Location = New System.Drawing.Point(64, 627)
Me.chkIsRecurring.Name = "chkIsRecurring"
Me.chkIsRecurring.Size = New System.Drawing.Size(86, 17)
Me.chkIsRecurring.TabIndex = 10
Me.chkIsRecurring.Text = "Wiederholen"
Me.chkIsRecurring.UseVisualStyleBackColor = True
'
'grpWochentage
'
Me.grpWochentage.Controls.Add(Me.chkSunday)
Me.grpWochentage.Controls.Add(Me.chkSaturday)
Me.grpWochentage.Controls.Add(Me.chkFriday)
Me.grpWochentage.Controls.Add(Me.chkThursday)
Me.grpWochentage.Controls.Add(Me.chkWednesday)
Me.grpWochentage.Controls.Add(Me.chkTuesday)
Me.grpWochentage.Controls.Add(Me.chkMonday)
Me.grpWochentage.Location = New System.Drawing.Point(66, 650)
Me.grpWochentage.Name = "grpWochentage"
Me.grpWochentage.Size = New System.Drawing.Size(776, 57)
Me.grpWochentage.TabIndex = 11
Me.grpWochentage.TabStop = False
Me.grpWochentage.Text = "Wochentage"
'
'chkSunday
'
Me.chkSunday.AutoSize = True
Me.chkSunday.Location = New System.Drawing.Point(664, 25)
Me.chkSunday.Name = "chkSunday"
Me.chkSunday.Size = New System.Drawing.Size(66, 17)
Me.chkSunday.TabIndex = 17
Me.chkSunday.Text = "Sonntag"
Me.chkSunday.UseVisualStyleBackColor = True
'
'chkSaturday
'
Me.chkSaturday.AutoSize = True
Me.chkSaturday.Location = New System.Drawing.Point(550, 25)
Me.chkSaturday.Name = "chkSaturday"
Me.chkSaturday.Size = New System.Drawing.Size(67, 17)
Me.chkSaturday.TabIndex = 16
Me.chkSaturday.Text = "Samstag"
Me.chkSaturday.UseVisualStyleBackColor = True
'
'chkFriday
'
Me.chkFriday.AutoSize = True
Me.chkFriday.Location = New System.Drawing.Point(450, 25)
Me.chkFriday.Name = "chkFriday"
Me.chkFriday.Size = New System.Drawing.Size(58, 17)
Me.chkFriday.TabIndex = 15
Me.chkFriday.Text = "Freitag"
Me.chkFriday.UseVisualStyleBackColor = True
'
'chkThursday
'
Me.chkThursday.AutoSize = True
Me.chkThursday.Location = New System.Drawing.Point(350, 25)
Me.chkThursday.Name = "chkThursday"
Me.chkThursday.Size = New System.Drawing.Size(81, 17)
Me.chkThursday.TabIndex = 14
Me.chkThursday.Text = "Donnerstag"
Me.chkThursday.UseVisualStyleBackColor = True
'
'chkWednesday
'
Me.chkWednesday.AutoSize = True
Me.chkWednesday.Location = New System.Drawing.Point(250, 25)
Me.chkWednesday.Name = "chkWednesday"
Me.chkWednesday.Size = New System.Drawing.Size(69, 17)
Me.chkWednesday.TabIndex = 13
Me.chkWednesday.Text = "Mittwoch"
Me.chkWednesday.UseVisualStyleBackColor = True
'
'chkTuesday
'
Me.chkTuesday.AutoSize = True
Me.chkTuesday.Location = New System.Drawing.Point(150, 25)
Me.chkTuesday.Name = "chkTuesday"
Me.chkTuesday.Size = New System.Drawing.Size(68, 17)
Me.chkTuesday.TabIndex = 12
Me.chkTuesday.Text = "Dienstag"
Me.chkTuesday.UseVisualStyleBackColor = True
'
'chkMonday
'
Me.chkMonday.AutoSize = True
Me.chkMonday.Location = New System.Drawing.Point(50, 25)
Me.chkMonday.Name = "chkMonday"
Me.chkMonday.Size = New System.Drawing.Size(62, 17)
Me.chkMonday.TabIndex = 11
Me.chkMonday.Text = "Montag"
Me.chkMonday.UseVisualStyleBackColor = True
'
'dtpEndTime
'
Me.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Time
Me.dtpEndTime.Location = New System.Drawing.Point(722, 537)
Me.dtpEndTime.Name = "dtpEndTime"
Me.dtpEndTime.ShowCheckBox = True
Me.dtpEndTime.ShowUpDown = True
Me.dtpEndTime.Size = New System.Drawing.Size(200, 20)
Me.dtpEndTime.TabIndex = 9
'
'lblEndTime
'
Me.lblEndTime.AutoSize = True
Me.lblEndTime.Location = New System.Drawing.Point(618, 543)
Me.lblEndTime.Name = "lblEndTime"
Me.lblEndTime.Size = New System.Drawing.Size(91, 13)
Me.lblEndTime.TabIndex = 14
Me.lblEndTime.Text = "Endzeit (optional):"
'
'dtpStartTime
'
Me.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Time
Me.dtpStartTime.Location = New System.Drawing.Point(126, 538)
Me.dtpStartTime.Name = "dtpStartTime"
Me.dtpStartTime.ShowCheckBox = True
Me.dtpStartTime.ShowUpDown = True
Me.dtpStartTime.Size = New System.Drawing.Size(200, 20)
Me.dtpStartTime.TabIndex = 8
'
'lblStartTime
'
Me.lblStartTime.AutoSize = True
Me.lblStartTime.Location = New System.Drawing.Point(61, 544)
Me.lblStartTime.Name = "lblStartTime"
Me.lblStartTime.Size = New System.Drawing.Size(48, 13)
Me.lblStartTime.TabIndex = 12
Me.lblStartTime.Text = "Startzeit:"
'
'dtpEndDate
'
Me.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpEndDate.Location = New System.Drawing.Point(721, 504)
Me.dtpEndDate.Name = "dtpEndDate"
Me.dtpEndDate.ShowCheckBox = True
Me.dtpEndDate.Size = New System.Drawing.Size(201, 20)
Me.dtpEndDate.TabIndex = 7
'
'lblEndDate
'
Me.lblEndDate.AutoSize = True
Me.lblEndDate.Location = New System.Drawing.Point(606, 507)
Me.lblEndDate.Name = "lblEndDate"
Me.lblEndDate.Size = New System.Drawing.Size(104, 13)
Me.lblEndDate.TabIndex = 10
Me.lblEndDate.Text = "Enddatum (optional):"
'
'dtpStartDate
'
Me.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpStartDate.Location = New System.Drawing.Point(127, 504)
Me.dtpStartDate.Name = "dtpStartDate"
Me.dtpStartDate.ShowCheckBox = True
Me.dtpStartDate.Size = New System.Drawing.Size(200, 20)
Me.dtpStartDate.TabIndex = 6
'
'lblStartDate
'
Me.lblStartDate.AutoSize = True
Me.lblStartDate.Location = New System.Drawing.Point(45, 507)
Me.lblStartDate.Name = "lblStartDate"
Me.lblStartDate.Size = New System.Drawing.Size(64, 13)
Me.lblStartDate.TabIndex = 8
Me.lblStartDate.Text = "Startdatum: "
'
'lblZeile3
'
Me.lblZeile3.AutoSize = True
Me.lblZeile3.Location = New System.Drawing.Point(42, 388)
Me.lblZeile3.Name = "lblZeile3"
Me.lblZeile3.Size = New System.Drawing.Size(42, 13)
Me.lblZeile3.TabIndex = 6
Me.lblZeile3.Text = "Zeile 3:"
'
'lblZeile2
'
Me.lblZeile2.AutoSize = True
Me.lblZeile2.Location = New System.Drawing.Point(43, 255)
Me.lblZeile2.Name = "lblZeile2"
Me.lblZeile2.Size = New System.Drawing.Size(42, 13)
Me.lblZeile2.TabIndex = 4
Me.lblZeile2.Text = "Zeile 2:"
'
'rtbZeile1
'
Me.rtbZeile1.Location = New System.Drawing.Point(100, 79)
Me.rtbZeile1.Name = "rtbZeile1"
Me.rtbZeile1.Size = New System.Drawing.Size(1180, 80)
Me.rtbZeile1.TabIndex = 3
Me.rtbZeile1.Text = ""
'
'lblZeile1
'
Me.lblZeile1.AutoSize = True
Me.lblZeile1.Location = New System.Drawing.Point(42, 109)
Me.lblZeile1.Name = "lblZeile1"
Me.lblZeile1.Size = New System.Drawing.Size(42, 13)
Me.lblZeile1.TabIndex = 2
Me.lblZeile1.Text = "Zeile 1:"
'
'cmbTvTextBezeichnungAuswahl
'
Me.cmbTvTextBezeichnungAuswahl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbTvTextBezeichnungAuswahl.FormattingEnabled = True
Me.cmbTvTextBezeichnungAuswahl.Location = New System.Drawing.Point(101, 36)
Me.cmbTvTextBezeichnungAuswahl.Name = "cmbTvTextBezeichnungAuswahl"
Me.cmbTvTextBezeichnungAuswahl.Size = New System.Drawing.Size(177, 21)
Me.cmbTvTextBezeichnungAuswahl.TabIndex = 2
'
'lblBezeichnung
'
Me.lblBezeichnung.AutoSize = True
Me.lblBezeichnung.Location = New System.Drawing.Point(13, 39)
Me.lblBezeichnung.Name = "lblBezeichnung"
Me.lblBezeichnung.Size = New System.Drawing.Size(72, 13)
Me.lblBezeichnung.TabIndex = 0
Me.lblBezeichnung.Text = "Bezeichnung:"
'
'lblPosition
'
Me.lblPosition.AutoSize = True
Me.lblPosition.Location = New System.Drawing.Point(62, 584)
Me.lblPosition.Name = "lblPosition"
Me.lblPosition.Size = New System.Drawing.Size(47, 13)
Me.lblPosition.TabIndex = 21
Me.lblPosition.Text = "Position:"
'
'cmbPosition
'
Me.cmbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbPosition.FormattingEnabled = True
Me.cmbPosition.Items.AddRange(New Object() {"Top", "Middle", "Bottom"})
Me.cmbPosition.Location = New System.Drawing.Point(125, 576)
Me.cmbPosition.Name = "cmbPosition"
Me.cmbPosition.Size = New System.Drawing.Size(177, 21)
Me.cmbPosition.TabIndex = 22
'
'btnBold
'
Me.btnBold.Location = New System.Drawing.Point(100, 165)
Me.btnBold.Name = "btnBold"
Me.btnBold.Size = New System.Drawing.Size(30, 30)
Me.btnBold.TabIndex = 23
Me.btnBold.Text = "B"
Me.btnBold.UseVisualStyleBackColor = True
'
'btnItalic
'
Me.btnItalic.Location = New System.Drawing.Point(140, 165)
Me.btnItalic.Name = "btnItalic"
Me.btnItalic.Size = New System.Drawing.Size(30, 30)
Me.btnItalic.TabIndex = 24
Me.btnItalic.Text = "I"
Me.btnItalic.UseVisualStyleBackColor = True
'
'btnUnderline
'
Me.btnUnderline.Location = New System.Drawing.Point(180, 165)
Me.btnUnderline.Name = "btnUnderline"
Me.btnUnderline.Size = New System.Drawing.Size(30, 30)
Me.btnUnderline.TabIndex = 25
Me.btnUnderline.Text = "U"
Me.btnUnderline.UseVisualStyleBackColor = True
'
'btnTextColor
'
Me.btnTextColor.Location = New System.Drawing.Point(302, 165)
Me.btnTextColor.Name = "btnTextColor"
Me.btnTextColor.Size = New System.Drawing.Size(30, 30)
Me.btnTextColor.TabIndex = 26
Me.btnTextColor.Text = "A"
Me.btnTextColor.UseVisualStyleBackColor = True
'
'btnBackColor
'
Me.btnBackColor.Location = New System.Drawing.Point(342, 165)
Me.btnBackColor.Name = "btnBackColor"
Me.btnBackColor.Size = New System.Drawing.Size(30, 30)
Me.btnBackColor.TabIndex = 27
Me.btnBackColor.Text = "BG"
Me.btnBackColor.UseVisualStyleBackColor = True
'
'btnAlignLeft
'
Me.btnAlignLeft.Location = New System.Drawing.Point(471, 165)
Me.btnAlignLeft.Name = "btnAlignLeft"
Me.btnAlignLeft.Size = New System.Drawing.Size(30, 30)
Me.btnAlignLeft.TabIndex = 28
Me.btnAlignLeft.Text = "L"
Me.btnAlignLeft.UseVisualStyleBackColor = True
'
'btnAlignCenter
'
Me.btnAlignCenter.Location = New System.Drawing.Point(511, 165)
Me.btnAlignCenter.Name = "btnAlignCenter"
Me.btnAlignCenter.Size = New System.Drawing.Size(30, 30)
Me.btnAlignCenter.TabIndex = 29
Me.btnAlignCenter.Text = "C"
Me.btnAlignCenter.UseVisualStyleBackColor = True
'
'btnAlignRight
'
Me.btnAlignRight.Location = New System.Drawing.Point(551, 165)
Me.btnAlignRight.Name = "btnAlignRight"
Me.btnAlignRight.Size = New System.Drawing.Size(30, 30)
Me.btnAlignRight.TabIndex = 30
Me.btnAlignRight.Text = "R"
Me.btnAlignRight.UseVisualStyleBackColor = True
'
'cmbFontFamily
'
Me.cmbFontFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontFamily.FormattingEnabled = True
Me.cmbFontFamily.Location = New System.Drawing.Point(734, 165)
Me.cmbFontFamily.Name = "cmbFontFamily"
Me.cmbFontFamily.Size = New System.Drawing.Size(150, 21)
Me.cmbFontFamily.TabIndex = 31
'
'cmbFontSize
'
Me.cmbFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbFontSize.FormattingEnabled = True
Me.cmbFontSize.Location = New System.Drawing.Point(911, 165)
Me.cmbFontSize.Name = "cmbFontSize"
Me.cmbFontSize.Size = New System.Drawing.Size(60, 21)
Me.cmbFontSize.TabIndex = 32
'
'btnSpeichern
'
Me.btnSpeichern.Location = New System.Drawing.Point(1078, 1010)
Me.btnSpeichern.Name = "btnSpeichern"
Me.btnSpeichern.Size = New System.Drawing.Size(75, 30)
Me.btnSpeichern.TabIndex = 5
Me.btnSpeichern.Text = "Speichern"
Me.btnSpeichern.UseVisualStyleBackColor = True
'
'btnLoeschen
'
Me.btnLoeschen.Location = New System.Drawing.Point(1159, 1010)
Me.btnLoeschen.Name = "btnLoeschen"
Me.btnLoeschen.Size = New System.Drawing.Size(75, 30)
Me.btnLoeschen.TabIndex = 6
Me.btnLoeschen.Text = "Löschen"
Me.btnLoeschen.UseVisualStyleBackColor = True
'
'btnAbbrechen
'
Me.btnAbbrechen.Location = New System.Drawing.Point(1240, 1010)
Me.btnAbbrechen.Name = "btnAbbrechen"
Me.btnAbbrechen.Size = New System.Drawing.Size(75, 30)
Me.btnAbbrechen.TabIndex = 7
Me.btnAbbrechen.Text = "Abbrechen"
Me.btnAbbrechen.UseVisualStyleBackColor = True
'
'chkShowInactive
'
Me.chkShowInactive.AutoSize = True
Me.chkShowInactive.Location = New System.Drawing.Point(230, 27)
Me.chkShowInactive.Name = "chkShowInactive"
Me.chkShowInactive.Size = New System.Drawing.Size(110, 17)
Me.chkShowInactive.TabIndex = 1
Me.chkShowInactive.Text = "Inaktive anzeigen"
Me.chkShowInactive.UseVisualStyleBackColor = True
'
'frmEintragTvNew
'
Me.ClientSize = New System.Drawing.Size(1342, 1052)
Me.Controls.Add(Me.chkShowInactive)
Me.Controls.Add(Me.btnAbbrechen)
Me.Controls.Add(Me.btnLoeschen)
Me.Controls.Add(Me.btnSpeichern)
Me.Controls.Add(Me.grpEingabe)
Me.Controls.Add(Me.dgvAVISOTV)
Me.Controls.Add(Me.lblStandort)
Me.Controls.Add(Me.cbxStandort)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False
Me.Name = "frmEintragTvNew"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Einstellungen für TV-Anzeige"
CType(Me.dgvAVISOTV, System.ComponentModel.ISupportInitialize).EndInit()
Me.grpEingabe.ResumeLayout(False)
Me.grpEingabe.PerformLayout()
Me.grpWochentage.ResumeLayout(False)
Me.grpWochentage.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents cbxStandort As ComboBox
Friend WithEvents lblStandort As Label
Friend WithEvents dgvAVISOTV As DataGridView
Friend WithEvents grpEingabe As GroupBox
Friend WithEvents lblNeueTvTextBezeichnung As Label
Friend WithEvents txtNeueTvTextBezeichnung As TextBox
Friend WithEvents chkIsActive As CheckBox
Friend WithEvents chkIsRecurring As CheckBox
Friend WithEvents grpWochentage As GroupBox
Friend WithEvents chkSunday As CheckBox
Friend WithEvents chkSaturday As CheckBox
Friend WithEvents chkFriday As CheckBox
Friend WithEvents chkThursday As CheckBox
Friend WithEvents chkWednesday As CheckBox
Friend WithEvents chkTuesday As CheckBox
Friend WithEvents chkMonday As CheckBox
Friend WithEvents dtpEndTime As DateTimePicker
Friend WithEvents lblEndTime As Label
Friend WithEvents dtpStartTime As DateTimePicker
Friend WithEvents lblStartTime As Label
Friend WithEvents dtpEndDate As DateTimePicker
Friend WithEvents lblEndDate As Label
Friend WithEvents dtpStartDate As DateTimePicker
Friend WithEvents lblStartDate As Label
Friend WithEvents lblZeile3 As Label
Friend WithEvents lblZeile2 As Label
Friend WithEvents lblZeile1 As Label
Friend WithEvents cmbTvTextBezeichnungAuswahl As ComboBox
Friend WithEvents lblBezeichnung As Label
Friend WithEvents lblPosition As Label
Friend WithEvents cmbPosition As ComboBox
Friend WithEvents btnSpeichern As Button
Friend WithEvents btnLoeschen As Button
Friend WithEvents btnAbbrechen As Button
Friend WithEvents chkShowInactive As CheckBox
Private WithEvents rtbZeile3 As RichTextBox
Private WithEvents rtbZeile2 As RichTextBox
Private WithEvents btnBold3 As Button
Private WithEvents btnItalic3 As Button
Private WithEvents btnUnderline3 As Button
Private WithEvents btnTextColor3 As Button
Private WithEvents btnBackColor3 As Button
Private WithEvents btnAlignLeft3 As Button
Private WithEvents btnAlignCenter3 As Button
Private WithEvents btnAlignRight3 As Button
Private WithEvents cmbFontFamily3 As ComboBox
Private WithEvents cmbFontSize3 As ComboBox
Private WithEvents btnBold2 As Button
Private WithEvents btnItalic2 As Button
Private WithEvents btnUnderline2 As Button
Private WithEvents btnTextColor2 As Button
Private WithEvents btnBackColor2 As Button
Private WithEvents btnAlignLeft2 As Button
Private WithEvents btnAlignCenter2 As Button
Private WithEvents btnAlignRight2 As Button
Private WithEvents cmbFontFamily2 As ComboBox
Private WithEvents cmbFontSize2 As ComboBox
End Class