303 lines
14 KiB
VB.net
303 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrcntlCreditsafe
|
|
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.btnSearch = New System.Windows.Forms.Button()
|
|
Me.lblUID = New System.Windows.Forms.Label()
|
|
Me.txtUID = New System.Windows.Forms.TextBox()
|
|
Me.txtFirma = New System.Windows.Forms.TextBox()
|
|
Me.lblFirma = New System.Windows.Forms.Label()
|
|
Me.lblLand = New System.Windows.Forms.Label()
|
|
Me.lblWarning = New System.Windows.Forms.Label()
|
|
Me.btnUebernehmen = New System.Windows.Forms.Button()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtPLZ = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.cbxSprache = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.dgvCreditsafe = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.cboLand = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
CType(Me.dgvCreditsafe, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnSearch
|
|
'
|
|
Me.btnSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSearch.Image = Global.SDL.My.Resources.Resources.search
|
|
Me.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSearch.Location = New System.Drawing.Point(830, 11)
|
|
Me.btnSearch.Name = "btnSearch"
|
|
Me.btnSearch.Size = New System.Drawing.Size(92, 44)
|
|
Me.btnSearch.TabIndex = 4
|
|
Me.btnSearch.Text = "Suche"
|
|
Me.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnSearch.UseVisualStyleBackColor = True
|
|
'
|
|
'lblUID
|
|
'
|
|
Me.lblUID.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblUID.AutoSize = True
|
|
Me.lblUID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.lblUID.Location = New System.Drawing.Point(671, 52)
|
|
Me.lblUID.Name = "lblUID"
|
|
Me.lblUID.Size = New System.Drawing.Size(40, 13)
|
|
Me.lblUID.TabIndex = 1
|
|
Me.lblUID.Text = "UID-Nr"
|
|
'
|
|
'txtUID
|
|
'
|
|
Me.txtUID.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtUID.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtUID.Location = New System.Drawing.Point(674, 68)
|
|
Me.txtUID.Name = "txtUID"
|
|
Me.txtUID.Size = New System.Drawing.Size(134, 23)
|
|
Me.txtUID.TabIndex = 3
|
|
'
|
|
'txtFirma
|
|
'
|
|
Me.txtFirma.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtFirma.Location = New System.Drawing.Point(75, 69)
|
|
Me.txtFirma.Name = "txtFirma"
|
|
Me.txtFirma.Size = New System.Drawing.Size(173, 23)
|
|
Me.txtFirma.TabIndex = 1
|
|
'
|
|
'lblFirma
|
|
'
|
|
Me.lblFirma.AutoSize = True
|
|
Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.lblFirma.Location = New System.Drawing.Point(72, 52)
|
|
Me.lblFirma.Name = "lblFirma"
|
|
Me.lblFirma.Size = New System.Drawing.Size(32, 13)
|
|
Me.lblFirma.TabIndex = 3
|
|
Me.lblFirma.Text = "Firma"
|
|
'
|
|
'lblLand
|
|
'
|
|
Me.lblLand.AutoSize = True
|
|
Me.lblLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.lblLand.Location = New System.Drawing.Point(11, 52)
|
|
Me.lblLand.Name = "lblLand"
|
|
Me.lblLand.Size = New System.Drawing.Size(31, 13)
|
|
Me.lblLand.TabIndex = 5
|
|
Me.lblLand.Text = "Land"
|
|
'
|
|
'lblWarning
|
|
'
|
|
Me.lblWarning.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblWarning.AutoSize = True
|
|
Me.lblWarning.ForeColor = System.Drawing.Color.Red
|
|
Me.lblWarning.Location = New System.Drawing.Point(11, 451)
|
|
Me.lblWarning.Name = "lblWarning"
|
|
Me.lblWarning.Size = New System.Drawing.Size(0, 13)
|
|
Me.lblWarning.TabIndex = 8
|
|
'
|
|
'btnUebernehmen
|
|
'
|
|
Me.btnUebernehmen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnUebernehmen.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnUebernehmen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUebernehmen.Location = New System.Drawing.Point(786, 451)
|
|
Me.btnUebernehmen.Name = "btnUebernehmen"
|
|
Me.btnUebernehmen.Size = New System.Drawing.Size(136, 41)
|
|
Me.btnUebernehmen.TabIndex = 9
|
|
Me.btnUebernehmen.Text = "Übernehmen"
|
|
Me.btnUebernehmen.UseVisualStyleBackColor = True
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtStrasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtStrasse.Location = New System.Drawing.Point(254, 69)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(163, 23)
|
|
Me.txtStrasse.TabIndex = 101
|
|
'
|
|
'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.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label1.Location = New System.Drawing.Point(251, 53)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label1.TabIndex = 100
|
|
Me.Label1.Text = "Strasse"
|
|
'
|
|
'txtPLZ
|
|
'
|
|
Me.txtPLZ.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtPLZ.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtPLZ.Location = New System.Drawing.Point(584, 68)
|
|
Me.txtPLZ.Name = "txtPLZ"
|
|
Me.txtPLZ.Size = New System.Drawing.Size(84, 23)
|
|
Me.txtPLZ.TabIndex = 103
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label2.Location = New System.Drawing.Point(581, 52)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(27, 13)
|
|
Me.Label2.TabIndex = 102
|
|
Me.Label2.Text = "PLZ"
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtOrt.Location = New System.Drawing.Point(423, 68)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(155, 23)
|
|
Me.txtOrt.TabIndex = 105
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label3.Location = New System.Drawing.Point(420, 52)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(21, 13)
|
|
Me.Label3.TabIndex = 104
|
|
Me.Label3.Text = "Ort"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label4.Location = New System.Drawing.Point(11, 6)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(535, 13)
|
|
Me.Label4.TabIndex = 106
|
|
Me.Label4.Text = "Sprache (Wird nur für Länder verwendet, in denen mehr als ein Firmenname für vers" &
|
|
"chiedene Sprachen existiert)"
|
|
Me.Label4.Visible = False
|
|
'
|
|
'cbxSprache
|
|
'
|
|
Me.cbxSprache._allowedValuesFreiText = Nothing
|
|
Me.cbxSprache._allowFreiText = True
|
|
Me.cbxSprache._value = ""
|
|
Me.cbxSprache.DropDownWidth = 300
|
|
Me.cbxSprache.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cbxSprache.FormattingEnabled = True
|
|
Me.cbxSprache.Location = New System.Drawing.Point(14, 22)
|
|
Me.cbxSprache.Name = "cbxSprache"
|
|
Me.cbxSprache.Size = New System.Drawing.Size(58, 24)
|
|
Me.cbxSprache.TabIndex = 107
|
|
Me.cbxSprache.Visible = False
|
|
'
|
|
'dgvCreditsafe
|
|
'
|
|
Me.dgvCreditsafe.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvCreditsafe.AllowUserToAddRows = False
|
|
Me.dgvCreditsafe.AllowUserToDeleteRows = False
|
|
Me.dgvCreditsafe.AllowUserToResizeRows = False
|
|
Me.dgvCreditsafe.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvCreditsafe.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvCreditsafe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvCreditsafe.Location = New System.Drawing.Point(14, 105)
|
|
Me.dgvCreditsafe.Name = "dgvCreditsafe"
|
|
Me.dgvCreditsafe.ReadOnly = True
|
|
Me.dgvCreditsafe.RowHeadersVisible = False
|
|
Me.dgvCreditsafe.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvCreditsafe.Size = New System.Drawing.Size(908, 340)
|
|
Me.dgvCreditsafe.TabIndex = 7
|
|
'
|
|
'cboLand
|
|
'
|
|
Me.cboLand._allowedValuesFreiText = Nothing
|
|
Me.cboLand._allowFreiText = False
|
|
Me.cboLand._value = ""
|
|
Me.cboLand.DropDownWidth = 300
|
|
Me.cboLand.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cboLand.FormattingEnabled = True
|
|
Me.cboLand.Location = New System.Drawing.Point(14, 68)
|
|
Me.cboLand.Name = "cboLand"
|
|
Me.cboLand.Size = New System.Drawing.Size(58, 24)
|
|
Me.cboLand.TabIndex = 99
|
|
'
|
|
'usrcntlCreditsafe
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoScroll = True
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.cbxSprache)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.txtOrt)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtPLZ)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtStrasse)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.btnUebernehmen)
|
|
Me.Controls.Add(Me.lblWarning)
|
|
Me.Controls.Add(Me.dgvCreditsafe)
|
|
Me.Controls.Add(Me.cboLand)
|
|
Me.Controls.Add(Me.lblLand)
|
|
Me.Controls.Add(Me.txtFirma)
|
|
Me.Controls.Add(Me.lblFirma)
|
|
Me.Controls.Add(Me.txtUID)
|
|
Me.Controls.Add(Me.lblUID)
|
|
Me.Controls.Add(Me.btnSearch)
|
|
Me.Name = "usrcntlCreditsafe"
|
|
Me.Size = New System.Drawing.Size(938, 495)
|
|
CType(Me.dgvCreditsafe, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents btnSearch As Button
|
|
Friend WithEvents lblUID As Label
|
|
Friend WithEvents txtUID As TextBox
|
|
Friend WithEvents txtFirma As TextBox
|
|
Friend WithEvents lblFirma As Label
|
|
Friend WithEvents lblLand As Label
|
|
Friend WithEvents cboLand As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents dgvCreditsafe As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents lblWarning As Label
|
|
Friend WithEvents btnUebernehmen As Button
|
|
Friend WithEvents txtStrasse As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtPLZ As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtOrt As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cbxSprache As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label4 As Label
|
|
End Class
|