377 lines
18 KiB
VB.net
377 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlBenachrichtigungenNEW
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.gridAvisoBenachrichtigungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.MyComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.cbxCluster = New System.Windows.Forms.CheckBox()
|
|
Me.cbxTaskForce = New System.Windows.Forms.CheckBox()
|
|
Me.cbxTeams = New System.Windows.Forms.CheckBox()
|
|
Me.cbxVerwarung = New System.Windows.Forms.CheckBox()
|
|
Me.cbxNeukunden = New System.Windows.Forms.CheckBox()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label22 = New System.Windows.Forms.Label()
|
|
Me.Label25 = New System.Windows.Forms.Label()
|
|
Me.txtVermerk = New System.Windows.Forms.TextBox()
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.txtDatumAb = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtSearch = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.gridAvisoBenachrichtigungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.gridAvisoBenachrichtigungen)
|
|
Me.Panel2.Controls.Add(Me.Panel4)
|
|
Me.Panel2.Controls.Add(Me.Panel3)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(319, 278)
|
|
Me.Panel2.TabIndex = 2
|
|
'
|
|
'gridAvisoBenachrichtigungen
|
|
'
|
|
Me.gridAvisoBenachrichtigungen.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.gridAvisoBenachrichtigungen.AllowUserToAddRows = False
|
|
Me.gridAvisoBenachrichtigungen.AllowUserToDeleteRows = False
|
|
Me.gridAvisoBenachrichtigungen.AllowUserToOrderColumns = True
|
|
Me.gridAvisoBenachrichtigungen.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle7.BackColor = System.Drawing.Color.Azure
|
|
Me.gridAvisoBenachrichtigungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
|
|
Me.gridAvisoBenachrichtigungen.BackgroundColor = System.Drawing.Color.White
|
|
Me.gridAvisoBenachrichtigungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
|
|
DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
|
|
DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
Me.gridAvisoBenachrichtigungen.DefaultCellStyle = DataGridViewCellStyle8
|
|
Me.gridAvisoBenachrichtigungen.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.gridAvisoBenachrichtigungen.Location = New System.Drawing.Point(0, 76)
|
|
Me.gridAvisoBenachrichtigungen.Name = "gridAvisoBenachrichtigungen"
|
|
Me.gridAvisoBenachrichtigungen.ReadOnly = True
|
|
Me.gridAvisoBenachrichtigungen.RowHeadersVisible = False
|
|
Me.gridAvisoBenachrichtigungen.Size = New System.Drawing.Size(319, 160)
|
|
Me.gridAvisoBenachrichtigungen.TabIndex = 2
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel4.Controls.Add(Me.MyComboBox2)
|
|
Me.Panel4.Controls.Add(Me.cbxCluster)
|
|
Me.Panel4.Controls.Add(Me.cbxTaskForce)
|
|
Me.Panel4.Controls.Add(Me.cbxTeams)
|
|
Me.Panel4.Controls.Add(Me.cbxVerwarung)
|
|
Me.Panel4.Controls.Add(Me.cbxNeukunden)
|
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel4.Location = New System.Drawing.Point(0, 236)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(319, 42)
|
|
Me.Panel4.TabIndex = 5
|
|
'
|
|
'MyComboBox2
|
|
'
|
|
Me.MyComboBox2._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox2._allowFreiText = False
|
|
Me.MyComboBox2._value = ""
|
|
Me.MyComboBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.MyComboBox2.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.MyComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.MyComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.MyComboBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.MyComboBox2.FormattingEnabled = True
|
|
Me.MyComboBox2.Location = New System.Drawing.Point(185, -2)
|
|
Me.MyComboBox2.Name = "MyComboBox2"
|
|
Me.MyComboBox2.Size = New System.Drawing.Size(71, 21)
|
|
Me.MyComboBox2.TabIndex = 27
|
|
Me.MyComboBox2.Visible = False
|
|
'
|
|
'cbxCluster
|
|
'
|
|
Me.cbxCluster.AutoSize = True
|
|
Me.cbxCluster.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxCluster.Location = New System.Drawing.Point(85, 2)
|
|
Me.cbxCluster.Name = "cbxCluster"
|
|
Me.cbxCluster.Size = New System.Drawing.Size(58, 17)
|
|
Me.cbxCluster.TabIndex = 29
|
|
Me.cbxCluster.Text = "Cluster"
|
|
Me.cbxCluster.UseVisualStyleBackColor = True
|
|
Me.cbxCluster.Visible = False
|
|
'
|
|
'cbxTaskForce
|
|
'
|
|
Me.cbxTaskForce.AutoSize = True
|
|
Me.cbxTaskForce.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxTaskForce.Location = New System.Drawing.Point(174, 19)
|
|
Me.cbxTaskForce.Name = "cbxTaskForce"
|
|
Me.cbxTaskForce.Size = New System.Drawing.Size(77, 17)
|
|
Me.cbxTaskForce.TabIndex = 33
|
|
Me.cbxTaskForce.Text = "TaskForce"
|
|
Me.cbxTaskForce.UseVisualStyleBackColor = True
|
|
Me.cbxTaskForce.Visible = False
|
|
'
|
|
'cbxTeams
|
|
'
|
|
Me.cbxTeams.AutoSize = True
|
|
Me.cbxTeams.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxTeams.Location = New System.Drawing.Point(7, 2)
|
|
Me.cbxTeams.Name = "cbxTeams"
|
|
Me.cbxTeams.Size = New System.Drawing.Size(78, 17)
|
|
Me.cbxTeams.TabIndex = 28
|
|
Me.cbxTeams.Text = "Alle Teams"
|
|
Me.cbxTeams.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxVerwarung
|
|
'
|
|
Me.cbxVerwarung.AutoSize = True
|
|
Me.cbxVerwarung.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxVerwarung.Location = New System.Drawing.Point(85, 19)
|
|
Me.cbxVerwarung.Name = "cbxVerwarung"
|
|
Me.cbxVerwarung.Size = New System.Drawing.Size(83, 17)
|
|
Me.cbxVerwarung.TabIndex = 32
|
|
Me.cbxVerwarung.Text = "Verwahrung"
|
|
Me.cbxVerwarung.UseVisualStyleBackColor = True
|
|
Me.cbxVerwarung.Visible = False
|
|
'
|
|
'cbxNeukunden
|
|
'
|
|
Me.cbxNeukunden.AutoSize = True
|
|
Me.cbxNeukunden.ForeColor = System.Drawing.Color.Black
|
|
Me.cbxNeukunden.Location = New System.Drawing.Point(7, 19)
|
|
Me.cbxNeukunden.Name = "cbxNeukunden"
|
|
Me.cbxNeukunden.Size = New System.Drawing.Size(82, 17)
|
|
Me.cbxNeukunden.TabIndex = 30
|
|
Me.cbxNeukunden.Text = "Neukunden"
|
|
Me.cbxNeukunden.UseVisualStyleBackColor = True
|
|
Me.cbxNeukunden.Visible = False
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel3.Controls.Add(Me.txtSearch)
|
|
Me.Panel3.Controls.Add(Me.Label2)
|
|
Me.Panel3.Controls.Add(Me.Label1)
|
|
Me.Panel3.Controls.Add(Me.txtDatumAb)
|
|
Me.Panel3.Controls.Add(Me.CheckBox1)
|
|
Me.Panel3.Controls.Add(Me.Label22)
|
|
Me.Panel3.Controls.Add(Me.Label25)
|
|
Me.Panel3.Controls.Add(Me.txtVermerk)
|
|
Me.Panel3.Controls.Add(Me.Button10)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(319, 76)
|
|
Me.Panel3.TabIndex = 3
|
|
'
|
|
'Label22
|
|
'
|
|
Me.Label22.AutoSize = True
|
|
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.ForeColor = System.Drawing.Color.White
|
|
Me.Label22.Location = New System.Drawing.Point(0, 4)
|
|
Me.Label22.Name = "Label22"
|
|
Me.Label22.Size = New System.Drawing.Size(124, 13)
|
|
Me.Label22.TabIndex = 0
|
|
Me.Label22.Text = "Benachrichtigungen:"
|
|
'
|
|
'Label25
|
|
'
|
|
Me.Label25.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label25.ForeColor = System.Drawing.Color.White
|
|
Me.Label25.Location = New System.Drawing.Point(604, 6)
|
|
Me.Label25.Name = "Label25"
|
|
Me.Label25.Size = New System.Drawing.Size(207, 19)
|
|
Me.Label25.TabIndex = 1
|
|
Me.Label25.Text = "0 Akte vom Arbeitsplatz übernommen"
|
|
Me.Label25.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'txtVermerk
|
|
'
|
|
Me.txtVermerk.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtVermerk.Location = New System.Drawing.Point(3, 50)
|
|
Me.txtVermerk.Name = "txtVermerk"
|
|
Me.txtVermerk.ReadOnly = True
|
|
Me.txtVermerk.Size = New System.Drawing.Size(312, 20)
|
|
Me.txtVermerk.TabIndex = 31
|
|
'
|
|
'Button10
|
|
'
|
|
Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button10.Enabled = False
|
|
Me.Button10.ForeColor = System.Drawing.Color.Black
|
|
Me.Button10.Image = Global.AVISO.My.Resources.Resources.ok
|
|
Me.Button10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button10.Location = New System.Drawing.Point(207, 7)
|
|
Me.Button10.Name = "Button10"
|
|
Me.Button10.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
|
Me.Button10.Size = New System.Drawing.Size(109, 37)
|
|
Me.Button10.TabIndex = 3
|
|
Me.Button10.TabStop = False
|
|
Me.Button10.Text = "Bestätigen"
|
|
Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button10.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.ForeColor = System.Drawing.Color.White
|
|
Me.CheckBox1.Location = New System.Drawing.Point(3, 25)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(86, 17)
|
|
Me.CheckBox1.TabIndex = 32
|
|
Me.CheckBox1.Text = "Alte Einträge"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtDatumAb
|
|
'
|
|
Me.txtDatumAb._DateTimeOnly = False
|
|
Me.txtDatumAb._numbersOnly = False
|
|
Me.txtDatumAb._numbersOnlyKommastellen = ""
|
|
Me.txtDatumAb._numbersOnlyTrennzeichen = True
|
|
Me.txtDatumAb._Prozent = False
|
|
Me.txtDatumAb._ShortDateNew = True
|
|
Me.txtDatumAb._ShortDateOnly = False
|
|
Me.txtDatumAb._TimeOnly = False
|
|
Me.txtDatumAb._TimeOnly_Seconds = False
|
|
Me.txtDatumAb._value = ""
|
|
Me.txtDatumAb._Waehrung = False
|
|
Me.txtDatumAb._WaehrungZeichen = True
|
|
Me.txtDatumAb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtDatumAb.ForeColor = System.Drawing.Color.Black
|
|
Me.txtDatumAb.Location = New System.Drawing.Point(213, 50)
|
|
Me.txtDatumAb.MaxLineLength = -1
|
|
Me.txtDatumAb.MaxLines_Warning = ""
|
|
Me.txtDatumAb.MaxLines_Warning_Label = Nothing
|
|
Me.txtDatumAb.Name = "txtDatumAb"
|
|
Me.txtDatumAb.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtDatumAb.TabIndex = 33
|
|
Me.txtDatumAb.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.ForeColor = System.Drawing.Color.White
|
|
Me.Label1.Location = New System.Drawing.Point(185, 53)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(22, 13)
|
|
Me.Label1.TabIndex = 34
|
|
Me.Label1.Text = "ab:"
|
|
Me.Label1.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.ForeColor = System.Drawing.Color.White
|
|
Me.Label2.Location = New System.Drawing.Point(5, 53)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label2.TabIndex = 36
|
|
Me.Label2.Text = "Suche:"
|
|
Me.Label2.Visible = False
|
|
'
|
|
'txtSearch
|
|
'
|
|
Me.txtSearch._DateTimeOnly = False
|
|
Me.txtSearch._numbersOnly = False
|
|
Me.txtSearch._numbersOnlyKommastellen = ""
|
|
Me.txtSearch._numbersOnlyTrennzeichen = True
|
|
Me.txtSearch._Prozent = False
|
|
Me.txtSearch._ShortDateNew = False
|
|
Me.txtSearch._ShortDateOnly = False
|
|
Me.txtSearch._TimeOnly = False
|
|
Me.txtSearch._TimeOnly_Seconds = False
|
|
Me.txtSearch._value = ""
|
|
Me.txtSearch._Waehrung = False
|
|
Me.txtSearch._WaehrungZeichen = True
|
|
Me.txtSearch.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtSearch.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSearch.Location = New System.Drawing.Point(50, 50)
|
|
Me.txtSearch.MaxLineLength = -1
|
|
Me.txtSearch.MaxLines_Warning = ""
|
|
Me.txtSearch.MaxLines_Warning_Label = Nothing
|
|
Me.txtSearch.Name = "txtSearch"
|
|
Me.txtSearch.Size = New System.Drawing.Size(128, 20)
|
|
Me.txtSearch.TabIndex = 35
|
|
Me.txtSearch.Visible = False
|
|
'
|
|
'Timer1
|
|
'
|
|
Me.Timer1.Interval = 5000
|
|
'
|
|
'usrCntlBenachrichtigungenNEW
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Name = "usrCntlBenachrichtigungenNEW"
|
|
Me.Size = New System.Drawing.Size(319, 278)
|
|
Me.Panel2.ResumeLayout(False)
|
|
CType(Me.gridAvisoBenachrichtigungen, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.Panel4.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents Panel4 As Panel
|
|
Friend WithEvents Button10 As Button
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label22 As Label
|
|
Friend WithEvents Label25 As Label
|
|
Public WithEvents gridAvisoBenachrichtigungen As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents cbxTeams As CheckBox
|
|
Friend WithEvents cbxCluster As CheckBox
|
|
Friend WithEvents cbxNeukunden As CheckBox
|
|
Friend WithEvents txtVermerk As TextBox
|
|
Friend WithEvents cbxVerwarung As CheckBox
|
|
Friend WithEvents cbxTaskForce As CheckBox
|
|
Friend WithEvents txtDatumAb As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents txtSearch As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Timer1 As Timer
|
|
End Class
|