Modules/EDMDesigner/FrmConnection.Designer.vb
2018-08-14 16:54:23 +02:00

168 lines
6.7 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.components = New System.ComponentModel.Container()
Me.FbDatasourceTextBox = New System.Windows.Forms.TextBox()
Me.FbDatabaseLocationTextBox = New System.Windows.Forms.TextBox()
Me.FbUserTextBox = New System.Windows.Forms.TextBox()
Me.FbPasswordTextBox = New System.Windows.Forms.TextBox()
Me.btnConnect = New System.Windows.Forms.Button()
Me.lblPW = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lblConnectionStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.BehaviorManager1 = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components)
Me.StatusStrip1.SuspendLayout()
CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'FbDatasourceTextBox
'
Me.FbDatasourceTextBox.Location = New System.Drawing.Point(15, 64)
Me.FbDatasourceTextBox.Name = "FbDatasourceTextBox"
Me.FbDatasourceTextBox.Size = New System.Drawing.Size(227, 20)
Me.FbDatasourceTextBox.TabIndex = 2
'
'FbDatabaseLocationTextBox
'
Me.FbDatabaseLocationTextBox.Location = New System.Drawing.Point(15, 25)
Me.FbDatabaseLocationTextBox.Name = "FbDatabaseLocationTextBox"
Me.FbDatabaseLocationTextBox.Size = New System.Drawing.Size(682, 20)
Me.FbDatabaseLocationTextBox.TabIndex = 1
'
'FbUserTextBox
'
Me.FbUserTextBox.Location = New System.Drawing.Point(248, 64)
Me.FbUserTextBox.Name = "FbUserTextBox"
Me.FbUserTextBox.Size = New System.Drawing.Size(140, 20)
Me.FbUserTextBox.TabIndex = 3
'
'FbPasswordTextBox
'
Me.FbPasswordTextBox.Location = New System.Drawing.Point(394, 64)
Me.FbPasswordTextBox.Name = "FbPasswordTextBox"
Me.FbPasswordTextBox.Size = New System.Drawing.Size(86, 20)
Me.FbPasswordTextBox.TabIndex = 4
'
'btnConnect
'
Me.btnConnect.Location = New System.Drawing.Point(486, 62)
Me.btnConnect.Name = "btnConnect"
Me.btnConnect.Size = New System.Drawing.Size(211, 23)
Me.btnConnect.TabIndex = 5
Me.btnConnect.Text = "Connect"
Me.btnConnect.UseVisualStyleBackColor = True
'
'lblPW
'
Me.lblPW.AutoSize = True
Me.lblPW.Location = New System.Drawing.Point(391, 48)
Me.lblPW.Name = "lblPW"
Me.lblPW.Size = New System.Drawing.Size(28, 13)
Me.lblPW.TabIndex = 34
Me.lblPW.Text = "PW:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(245, 48)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(43, 13)
Me.Label3.TabIndex = 33
Me.Label3.Text = "UserID:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 48)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(62, 13)
Me.Label2.TabIndex = 32
Me.Label2.Text = "Datasource"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(75, 13)
Me.Label1.TabIndex = 31
Me.Label1.Text = "FDB-Location:"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblConnectionStatus})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 196)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(710, 22)
Me.StatusStrip1.TabIndex = 40
Me.StatusStrip1.Text = "StatusStrip1"
'
'lblConnectionStatus
'
Me.lblConnectionStatus.Name = "lblConnectionStatus"
Me.lblConnectionStatus.Size = New System.Drawing.Size(114, 17)
Me.lblConnectionStatus.Text = "lblConnectionStatus"
'
'FrmConnection
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(710, 218)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.FbDatasourceTextBox)
Me.Controls.Add(Me.FbDatabaseLocationTextBox)
Me.Controls.Add(Me.FbUserTextBox)
Me.Controls.Add(Me.FbPasswordTextBox)
Me.Controls.Add(Me.btnConnect)
Me.Controls.Add(Me.lblPW)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "FrmConnection"
Me.Text = "FrmConnection"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
CType(Me.BehaviorManager1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents FbDatasourceTextBox As TextBox
Friend WithEvents FbDatabaseLocationTextBox As TextBox
Friend WithEvents FbUserTextBox As TextBox
Friend WithEvents FbPasswordTextBox As TextBox
Friend WithEvents btnConnect As Button
Friend WithEvents lblPW As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents lblConnectionStatus As ToolStripStatusLabel
Friend WithEvents BehaviorManager1 As DevExpress.Utils.Behaviors.BehaviorManager
End Class