239 lines
11 KiB
VB.net
239 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmConnection
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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.Label5 = New System.Windows.Forms.Label()
|
|
Me.cmbDatenbank = New System.Windows.Forms.ComboBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.BtnConnect = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
|
Me.txtServer = New System.Windows.Forms.TextBox()
|
|
Me.txtUser = New System.Windows.Forms.TextBox()
|
|
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
|
Me.cmbMercatorDB = New System.Windows.Forms.ComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(12, 163)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(236, 17)
|
|
Me.Label5.TabIndex = 45
|
|
Me.Label5.Text = "Aktueller ConnectionString Digital Data:"
|
|
'
|
|
'cmbDatenbank
|
|
'
|
|
Me.cmbDatenbank.FormattingEnabled = True
|
|
Me.cmbDatenbank.Location = New System.Drawing.Point(15, 81)
|
|
Me.cmbDatenbank.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.cmbDatenbank.Name = "cmbDatenbank"
|
|
Me.cmbDatenbank.Size = New System.Drawing.Size(334, 25)
|
|
Me.cmbDatenbank.TabIndex = 38
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(12, 60)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(145, 17)
|
|
Me.Label4.TabIndex = 43
|
|
Me.Label4.Text = "Datenbank Digital Data:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(10, 10)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(88, 17)
|
|
Me.Label1.TabIndex = 40
|
|
Me.Label1.Text = "Server-Name:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(353, 10)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(93, 17)
|
|
Me.Label2.TabIndex = 41
|
|
Me.Label2.Text = "Benutzername:"
|
|
'
|
|
'BtnConnect
|
|
'
|
|
Me.BtnConnect.Image = Global.KommiCollo.My.Resources.Resources.database_lightning
|
|
Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.BtnConnect.Location = New System.Drawing.Point(357, 100)
|
|
Me.BtnConnect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.BtnConnect.Name = "BtnConnect"
|
|
Me.BtnConnect.Size = New System.Drawing.Size(254, 30)
|
|
Me.BtnConnect.TabIndex = 39
|
|
Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen"
|
|
Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnConnect.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(498, 10)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 17)
|
|
Me.Label3.TabIndex = 42
|
|
Me.Label3.Text = "Passwort:"
|
|
'
|
|
'txtActualConnection
|
|
'
|
|
Me.txtActualConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.txtActualConnection.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.KommiCollo.My.MySettings.Default, "ConfigConnectionString", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.txtActualConnection.Location = New System.Drawing.Point(14, 184)
|
|
Me.txtActualConnection.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtActualConnection.Name = "txtActualConnection"
|
|
Me.txtActualConnection.ReadOnly = True
|
|
Me.txtActualConnection.Size = New System.Drawing.Size(589, 25)
|
|
Me.txtActualConnection.TabIndex = 44
|
|
Me.txtActualConnection.Text = Global.KommiCollo.My.MySettings.Default.ConfigConnectionString
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.ForeColor = System.Drawing.SystemColors.MenuHighlight
|
|
Me.txtServer.Location = New System.Drawing.Point(14, 31)
|
|
Me.txtServer.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtServer.Name = "txtServer"
|
|
Me.txtServer.Size = New System.Drawing.Size(335, 25)
|
|
Me.txtServer.TabIndex = 35
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser.ForeColor = System.Drawing.SystemColors.MenuHighlight
|
|
Me.txtUser.Location = New System.Drawing.Point(357, 31)
|
|
Me.txtUser.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtUser.Name = "txtUser"
|
|
Me.txtUser.Size = New System.Drawing.Size(137, 25)
|
|
Me.txtUser.TabIndex = 36
|
|
'
|
|
'txtPasswort
|
|
'
|
|
Me.txtPasswort.Location = New System.Drawing.Point(501, 31)
|
|
Me.txtPasswort.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.txtPasswort.Name = "txtPasswort"
|
|
Me.txtPasswort.Size = New System.Drawing.Size(74, 25)
|
|
Me.txtPasswort.TabIndex = 37
|
|
Me.txtPasswort.UseSystemPasswordChar = True
|
|
'
|
|
'cmbMercatorDB
|
|
'
|
|
Me.cmbMercatorDB.FormattingEnabled = True
|
|
Me.cmbMercatorDB.Location = New System.Drawing.Point(15, 134)
|
|
Me.cmbMercatorDB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.cmbMercatorDB.Name = "cmbMercatorDB"
|
|
Me.cmbMercatorDB.Size = New System.Drawing.Size(334, 25)
|
|
Me.cmbMercatorDB.TabIndex = 46
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(12, 113)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(131, 17)
|
|
Me.Label6.TabIndex = 47
|
|
Me.Label6.Text = "Datenbank Mercator:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(12, 220)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(222, 17)
|
|
Me.Label7.TabIndex = 49
|
|
Me.Label7.Text = "Aktueller ConnectionString Merkator:"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.TextBox1.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.KommiCollo.My.MySettings.Default, "ConfigConnStringMercator", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.TextBox1.Location = New System.Drawing.Point(14, 241)
|
|
Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.ReadOnly = True
|
|
Me.TextBox1.Size = New System.Drawing.Size(589, 25)
|
|
Me.TextBox1.TabIndex = 48
|
|
Me.TextBox1.Text = Global.KommiCollo.My.MySettings.Default.ConfigConnStringMercator
|
|
'
|
|
'frmConnection
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(619, 323)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.TextBox1)
|
|
Me.Controls.Add(Me.cmbMercatorDB)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.cmbDatenbank)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.BtnConnect)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtActualConnection)
|
|
Me.Controls.Add(Me.txtServer)
|
|
Me.Controls.Add(Me.txtUser)
|
|
Me.Controls.Add(Me.txtPasswort)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmConnection"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Datenbank-Verbindung einrichten"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbDatenbank As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents BtnConnect As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtServer As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtUser As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPasswort As System.Windows.Forms.TextBox
|
|
Friend WithEvents cmbMercatorDB As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
End Class
|