240 lines
10 KiB
VB.net
240 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMI_Profilhinzufuegen
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMI_Profilhinzufuegen))
|
|
Me.boxWindream = New System.Windows.Forms.GroupBox()
|
|
Me.btnWdfSucheLöschen = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtWdfSuche = New System.Windows.Forms.TextBox()
|
|
Me.btnWdfSuche = New System.Windows.Forms.Button()
|
|
Me.lblWdfSuche = New System.Windows.Forms.Label()
|
|
Me.chkSuchmaskeZeigen = New System.Windows.Forms.CheckBox()
|
|
Me.txtServername = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.btnAbbrechen = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.cmbObjekttyp = New System.Windows.Forms.ComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtProfilname = New System.Windows.Forms.TextBox()
|
|
Me.dlgWindreamSuche = New System.Windows.Forms.OpenFileDialog()
|
|
Me.boxWindream.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'boxWindream
|
|
'
|
|
Me.boxWindream.Controls.Add(Me.btnWdfSucheLöschen)
|
|
Me.boxWindream.Controls.Add(Me.Label4)
|
|
Me.boxWindream.Controls.Add(Me.txtWdfSuche)
|
|
Me.boxWindream.Controls.Add(Me.btnWdfSuche)
|
|
Me.boxWindream.Controls.Add(Me.lblWdfSuche)
|
|
Me.boxWindream.Controls.Add(Me.chkSuchmaskeZeigen)
|
|
Me.boxWindream.Controls.Add(Me.txtServername)
|
|
Me.boxWindream.Location = New System.Drawing.Point(12, 142)
|
|
Me.boxWindream.Name = "boxWindream"
|
|
Me.boxWindream.Size = New System.Drawing.Size(495, 109)
|
|
Me.boxWindream.TabIndex = 64
|
|
Me.boxWindream.TabStop = False
|
|
Me.boxWindream.Text = " Windream "
|
|
'
|
|
'btnWdfSucheLöschen
|
|
'
|
|
Me.btnWdfSucheLöschen.Enabled = False
|
|
Me.btnWdfSucheLöschen.Location = New System.Drawing.Point(453, 30)
|
|
Me.btnWdfSucheLöschen.Name = "btnWdfSucheLöschen"
|
|
Me.btnWdfSucheLöschen.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2)
|
|
Me.btnWdfSucheLöschen.Size = New System.Drawing.Size(23, 21)
|
|
Me.btnWdfSucheLöschen.TabIndex = 6
|
|
Me.btnWdfSucheLöschen.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(93, 80)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(74, 13)
|
|
Me.Label4.TabIndex = 54
|
|
Me.Label4.Text = "Servername*:"
|
|
Me.Label4.Visible = False
|
|
'
|
|
'txtWdfSuche
|
|
'
|
|
Me.txtWdfSuche.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtWdfSuche.Location = New System.Drawing.Point(108, 31)
|
|
Me.txtWdfSuche.Name = "txtWdfSuche"
|
|
Me.txtWdfSuche.ReadOnly = True
|
|
Me.txtWdfSuche.Size = New System.Drawing.Size(312, 22)
|
|
Me.txtWdfSuche.TabIndex = 4
|
|
'
|
|
'btnWdfSuche
|
|
'
|
|
Me.btnWdfSuche.Location = New System.Drawing.Point(426, 30)
|
|
Me.btnWdfSuche.Name = "btnWdfSuche"
|
|
Me.btnWdfSuche.Size = New System.Drawing.Size(24, 21)
|
|
Me.btnWdfSuche.TabIndex = 5
|
|
Me.btnWdfSuche.Text = "..."
|
|
Me.btnWdfSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'lblWdfSuche
|
|
'
|
|
Me.lblWdfSuche.AutoSize = True
|
|
Me.lblWdfSuche.Location = New System.Drawing.Point(9, 34)
|
|
Me.lblWdfSuche.Name = "lblWdfSuche"
|
|
Me.lblWdfSuche.Size = New System.Drawing.Size(101, 13)
|
|
Me.lblWdfSuche.TabIndex = 2
|
|
Me.lblWdfSuche.Text = "windream-Suche*:"
|
|
'
|
|
'chkSuchmaskeZeigen
|
|
'
|
|
Me.chkSuchmaskeZeigen.AutoSize = True
|
|
Me.chkSuchmaskeZeigen.Checked = True
|
|
Me.chkSuchmaskeZeigen.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chkSuchmaskeZeigen.Location = New System.Drawing.Point(12, 67)
|
|
Me.chkSuchmaskeZeigen.Name = "chkSuchmaskeZeigen"
|
|
Me.chkSuchmaskeZeigen.Size = New System.Drawing.Size(302, 17)
|
|
Me.chkSuchmaskeZeigen.TabIndex = 7
|
|
Me.chkSuchmaskeZeigen.Text = "Anzeigen der Suchmaske zum Anpassen der Suchkriterien"
|
|
Me.chkSuchmaskeZeigen.UseVisualStyleBackColor = True
|
|
'
|
|
'txtServername
|
|
'
|
|
Me.txtServername.Location = New System.Drawing.Point(193, 77)
|
|
Me.txtServername.Name = "txtServername"
|
|
Me.txtServername.Size = New System.Drawing.Size(256, 22)
|
|
Me.txtServername.TabIndex = 3
|
|
Me.txtServername.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(469, 45)
|
|
Me.Label5.TabIndex = 63
|
|
Me.Label5.Text = "Legen Sie hier ein neues Profil an. Der Objekttyp kann hier EINMALIG gewählt werd" & _
|
|
"en. Bitte beachten Sie das er zu einem späteren Zeitpunkt nicht mehr zu ändern i" & _
|
|
"st."
|
|
'
|
|
'btnAbbrechen
|
|
'
|
|
Me.btnAbbrechen.Location = New System.Drawing.Point(432, 268)
|
|
Me.btnAbbrechen.Name = "btnAbbrechen"
|
|
Me.btnAbbrechen.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbrechen.TabIndex = 60
|
|
Me.btnAbbrechen.Text = "Abbrechen"
|
|
Me.btnAbbrechen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(351, 268)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnOK.TabIndex = 59
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbObjekttyp
|
|
'
|
|
Me.cmbObjekttyp.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|
Me.cmbObjekttyp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.cmbObjekttyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbObjekttyp.FormattingEnabled = True
|
|
Me.cmbObjekttyp.Location = New System.Drawing.Point(108, 103)
|
|
Me.cmbObjekttyp.Name = "cmbObjekttyp"
|
|
Me.cmbObjekttyp.Size = New System.Drawing.Size(227, 21)
|
|
Me.cmbObjekttyp.TabIndex = 58
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(17, 106)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label2.TabIndex = 62
|
|
Me.Label2.Text = "Objekttyp*:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(17, 65)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label1.TabIndex = 61
|
|
Me.Label1.Text = "Profilname*:"
|
|
'
|
|
'txtProfilname
|
|
'
|
|
Me.txtProfilname.Location = New System.Drawing.Point(108, 62)
|
|
Me.txtProfilname.Name = "txtProfilname"
|
|
Me.txtProfilname.Size = New System.Drawing.Size(381, 22)
|
|
Me.txtProfilname.TabIndex = 57
|
|
'
|
|
'dlgWindreamSuche
|
|
'
|
|
Me.dlgWindreamSuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*"
|
|
Me.dlgWindreamSuche.RestoreDirectory = True
|
|
'
|
|
'frmMI_Profilhinzufuegen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(515, 291)
|
|
Me.Controls.Add(Me.boxWindream)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.btnAbbrechen)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.cmbObjekttyp)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtProfilname)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.Name = "frmMI_Profilhinzufuegen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Profil hinzufügen"
|
|
Me.boxWindream.ResumeLayout(False)
|
|
Me.boxWindream.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents boxWindream As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnWdfSucheLöschen As System.Windows.Forms.Button
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtWdfSuche As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnWdfSuche As System.Windows.Forms.Button
|
|
Friend WithEvents lblWdfSuche As System.Windows.Forms.Label
|
|
Friend WithEvents chkSuchmaskeZeigen As System.Windows.Forms.CheckBox
|
|
Friend WithEvents txtServername As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAbbrechen As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents cmbObjekttyp As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtProfilname As System.Windows.Forms.TextBox
|
|
Friend WithEvents dlgWindreamSuche As System.Windows.Forms.OpenFileDialog
|
|
End Class
|