353 lines
16 KiB
VB.net
353 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlMailsender_
|
|
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()
|
|
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
|
|
Me.pnlSearch = New System.Windows.Forms.Panel()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.cbxaktiv = New System.Windows.Forms.CheckBox()
|
|
Me.cboPartnersystem = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.btnSuche = New System.Windows.Forms.Button()
|
|
Me.pnlAnzeige = New System.Windows.Forms.Panel()
|
|
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.lblErgebnis = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtMaxSrch = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Button10 = New System.Windows.Forms.Button()
|
|
Me.Button11 = New System.Windows.Forms.Button()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtSuche = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer.Panel1.SuspendLayout()
|
|
Me.SplitContainer.Panel2.SuspendLayout()
|
|
Me.SplitContainer.SuspendLayout()
|
|
Me.pnlSearch.SuspendLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.pnlAnzeige.SuspendLayout()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainer
|
|
'
|
|
Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer.IsSplitterFixed = True
|
|
Me.SplitContainer.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer.Name = "SplitContainer"
|
|
Me.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer.Panel1
|
|
'
|
|
Me.SplitContainer.Panel1.Controls.Add(Me.pnlSearch)
|
|
'
|
|
'SplitContainer.Panel2
|
|
'
|
|
Me.SplitContainer.Panel2.Controls.Add(Me.pnlAnzeige)
|
|
Me.SplitContainer.Size = New System.Drawing.Size(1020, 687)
|
|
Me.SplitContainer.SplitterDistance = 80
|
|
Me.SplitContainer.SplitterWidth = 2
|
|
Me.SplitContainer.TabIndex = 3
|
|
'
|
|
'pnlSearch
|
|
'
|
|
Me.pnlSearch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.pnlSearch.BackColor = System.Drawing.Color.White
|
|
Me.pnlSearch.Controls.Add(Me.SplitContainer1)
|
|
Me.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlSearch.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlSearch.Name = "pnlSearch"
|
|
Me.pnlSearch.Size = New System.Drawing.Size(1020, 80)
|
|
Me.pnlSearch.TabIndex = 0
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.txtSuche)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label9)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cbxaktiv)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.cboPartnersystem)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.Label8)
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.btnSuche)
|
|
Me.SplitContainer1.Panel2Collapsed = True
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(1020, 80)
|
|
Me.SplitContainer1.SplitterDistance = 55
|
|
Me.SplitContainer1.TabIndex = 0
|
|
'
|
|
'cbxaktiv
|
|
'
|
|
Me.cbxaktiv.AutoSize = True
|
|
Me.cbxaktiv.Location = New System.Drawing.Point(27, 9)
|
|
Me.cbxaktiv.Name = "cbxaktiv"
|
|
Me.cbxaktiv.Size = New System.Drawing.Size(49, 17)
|
|
Me.cbxaktiv.TabIndex = 55
|
|
Me.cbxaktiv.Text = "aktiv"
|
|
Me.cbxaktiv.UseVisualStyleBackColor = True
|
|
'
|
|
'cboPartnersystem
|
|
'
|
|
Me.cboPartnersystem._allowedValuesFreiText = Nothing
|
|
Me.cboPartnersystem._allowFreiText = False
|
|
Me.cboPartnersystem._value = ""
|
|
Me.cboPartnersystem.DropDownWidth = 250
|
|
Me.cboPartnersystem.Font = New System.Drawing.Font("Microsoft Tai Le", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboPartnersystem.FormattingEnabled = True
|
|
Me.cboPartnersystem.Location = New System.Drawing.Point(18, 44)
|
|
Me.cboPartnersystem.Name = "cboPartnersystem"
|
|
Me.cboPartnersystem.Size = New System.Drawing.Size(73, 22)
|
|
Me.cboPartnersystem.TabIndex = 54
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.Location = New System.Drawing.Point(15, 29)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label8.TabIndex = 45
|
|
Me.Label8.Text = "Param:"
|
|
'
|
|
'btnSuche
|
|
'
|
|
Me.btnSuche.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSuche.Location = New System.Drawing.Point(850, 9)
|
|
Me.btnSuche.Name = "btnSuche"
|
|
Me.btnSuche.Size = New System.Drawing.Size(162, 52)
|
|
Me.btnSuche.TabIndex = 28
|
|
Me.btnSuche.Text = "Ergebnisse laden"
|
|
Me.btnSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlAnzeige
|
|
'
|
|
Me.pnlAnzeige.BackColor = System.Drawing.Color.White
|
|
Me.pnlAnzeige.Controls.Add(Me.DataGridView)
|
|
Me.pnlAnzeige.Controls.Add(Me.Panel1)
|
|
Me.pnlAnzeige.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlAnzeige.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlAnzeige.Name = "pnlAnzeige"
|
|
Me.pnlAnzeige.Size = New System.Drawing.Size(1020, 605)
|
|
Me.pnlAnzeige.TabIndex = 0
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToOrderColumns = True
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView.Location = New System.Drawing.Point(0, 0)
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
|
|
Me.DataGridView.Size = New System.Drawing.Size(1020, 561)
|
|
Me.DataGridView.TabIndex = 0
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.btnSave)
|
|
Me.Panel1.Controls.Add(Me.lblErgebnis)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.txtMaxSrch)
|
|
Me.Panel1.Controls.Add(Me.Button10)
|
|
Me.Panel1.Controls.Add(Me.Button11)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 561)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(1020, 44)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSave.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSave.Location = New System.Drawing.Point(789, 5)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(118, 26)
|
|
Me.btnSave.TabIndex = 56
|
|
Me.btnSave.Text = "speichern"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'lblErgebnis
|
|
'
|
|
Me.lblErgebnis.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblErgebnis.Location = New System.Drawing.Point(864, 25)
|
|
Me.lblErgebnis.Name = "lblErgebnis"
|
|
Me.lblErgebnis.Size = New System.Drawing.Size(152, 13)
|
|
Me.lblErgebnis.TabIndex = 45
|
|
Me.lblErgebnis.Text = "Max:"
|
|
Me.lblErgebnis.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(930, 5)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label4.TabIndex = 43
|
|
Me.Label4.Text = "Max:"
|
|
'
|
|
'txtMaxSrch
|
|
'
|
|
Me.txtMaxSrch._DateTimeOnly = False
|
|
Me.txtMaxSrch._numbersOnly = True
|
|
Me.txtMaxSrch._numbersOnlyKommastellen = ""
|
|
Me.txtMaxSrch._numbersOnlyTrennzeichen = True
|
|
Me.txtMaxSrch._Prozent = False
|
|
Me.txtMaxSrch._ShortDateNew = False
|
|
Me.txtMaxSrch._ShortDateOnly = False
|
|
Me.txtMaxSrch._TimeOnly = False
|
|
Me.txtMaxSrch._TimeOnly_Seconds = False
|
|
Me.txtMaxSrch._value = ""
|
|
Me.txtMaxSrch._Waehrung = False
|
|
Me.txtMaxSrch._WaehrungZeichen = True
|
|
Me.txtMaxSrch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMaxSrch.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMaxSrch.Location = New System.Drawing.Point(966, 2)
|
|
Me.txtMaxSrch.MaxLineLength = -1
|
|
Me.txtMaxSrch.MaxLines_Warning = ""
|
|
Me.txtMaxSrch.MaxLines_Warning_Label = Nothing
|
|
Me.txtMaxSrch.Name = "txtMaxSrch"
|
|
Me.txtMaxSrch.Size = New System.Drawing.Size(51, 20)
|
|
Me.txtMaxSrch.TabIndex = 44
|
|
Me.txtMaxSrch.Text = "1000"
|
|
Me.txtMaxSrch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
|
|
'
|
|
'Button10
|
|
'
|
|
Me.Button10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button10.Location = New System.Drawing.Point(1117, 1)
|
|
Me.Button10.Name = "Button10"
|
|
Me.Button10.Size = New System.Drawing.Size(41, 34)
|
|
Me.Button10.TabIndex = 3
|
|
Me.Button10.UseVisualStyleBackColor = True
|
|
'
|
|
'Button11
|
|
'
|
|
Me.Button11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button11.ForeColor = System.Drawing.Color.Black
|
|
Me.Button11.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button11.Location = New System.Drawing.Point(1164, 1)
|
|
Me.Button11.Name = "Button11"
|
|
Me.Button11.Size = New System.Drawing.Size(41, 34)
|
|
Me.Button11.TabIndex = 4
|
|
Me.Button11.UseVisualStyleBackColor = True
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(108, 26)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label9.TabIndex = 56
|
|
Me.Label9.Text = "Suche*:"
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche._DateTimeOnly = False
|
|
Me.txtSuche._numbersOnly = False
|
|
Me.txtSuche._numbersOnlyKommastellen = ""
|
|
Me.txtSuche._numbersOnlyTrennzeichen = True
|
|
Me.txtSuche._Prozent = False
|
|
Me.txtSuche._ShortDateNew = False
|
|
Me.txtSuche._ShortDateOnly = False
|
|
Me.txtSuche._TimeOnly = False
|
|
Me.txtSuche._TimeOnly_Seconds = False
|
|
Me.txtSuche._value = ""
|
|
Me.txtSuche._Waehrung = False
|
|
Me.txtSuche._WaehrungZeichen = True
|
|
Me.txtSuche.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSuche.Location = New System.Drawing.Point(169, 22)
|
|
Me.txtSuche.MaxLineLength = -1
|
|
Me.txtSuche.MaxLines_Warning = ""
|
|
Me.txtSuche.MaxLines_Warning_Label = Nothing
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(217, 20)
|
|
Me.txtSuche.TabIndex = 57
|
|
'
|
|
'usrCntlMailsender_
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Controls.Add(Me.SplitContainer)
|
|
Me.Name = "usrCntlMailsender_"
|
|
Me.Size = New System.Drawing.Size(1020, 687)
|
|
Me.SplitContainer.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer.ResumeLayout(False)
|
|
Me.pnlSearch.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.PerformLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.pnlAnzeige.ResumeLayout(False)
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents SplitContainer As SplitContainer
|
|
Friend WithEvents pnlSearch As Panel
|
|
Friend WithEvents SplitContainer1 As SplitContainer
|
|
Friend WithEvents btnSuche As Button
|
|
Friend WithEvents pnlAnzeige As Panel
|
|
Friend WithEvents DataGridView As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txtMaxSrch As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Button10 As Button
|
|
Friend WithEvents Button11 As Button
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents lblErgebnis As Label
|
|
Friend WithEvents cboPartnersystem As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents cbxaktiv As CheckBox
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtSuche As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
End Class
|