_ Partial Class frmMIProfileigenschaften Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMIProfileigenschaften)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.btnSpeichern = New System.Windows.Forms.ToolStripDropDownButton() Me.btnLöschen = New System.Windows.Forms.ToolStripDropDownButton() Me.btnHinzufügen = New System.Windows.Forms.ToolStripDropDownButton() Me.cmbProfilauswahl = New System.Windows.Forms.ToolStripSplitButton() Me.lblProfil = New System.Windows.Forms.ToolStripStatusLabel() Me.btnParameterLöschen = New System.Windows.Forms.Button() Me.btnParameterRunter = New System.Windows.Forms.Button() Me.btnParameterHoch = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.lbxParameter = New System.Windows.Forms.ListBox() Me.boxWindream = New System.Windows.Forms.GroupBox() 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.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.cmbObjekttyp = New System.Windows.Forms.ComboBox() Me.txtProfilname = New System.Windows.Forms.TextBox() Me.btnParameterHinzufügen = New System.Windows.Forms.Button() Me.dlgWindreamSuche = New System.Windows.Forms.OpenFileDialog() Me.pnlWindreamsuche = New System.Windows.Forms.Panel() Me.Label5 = New System.Windows.Forms.Label() Me.txtConfig = New System.Windows.Forms.TextBox() Me.StatusStrip1.SuspendLayout() Me.boxWindream.SuspendLayout() Me.pnlWindreamsuche.SuspendLayout() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.Dock = System.Windows.Forms.DockStyle.Top Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSpeichern, Me.btnLöschen, Me.btnHinzufügen, Me.cmbProfilauswahl, Me.lblProfil}) Me.StatusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow Me.StatusStrip1.Location = New System.Drawing.Point(0, 0) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode Me.StatusStrip1.ShowItemToolTips = True Me.StatusStrip1.Size = New System.Drawing.Size(579, 22) Me.StatusStrip1.SizingGrip = False Me.StatusStrip1.TabIndex = 20 Me.StatusStrip1.Text = "StatusStrip1" ' 'btnSpeichern ' Me.btnSpeichern.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnSpeichern.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnSpeichern.Enabled = False Me.btnSpeichern.Image = Global.ToolCollection.My.Resources.Resources.table_save Me.btnSpeichern.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnSpeichern.Name = "btnSpeichern" Me.btnSpeichern.ShowDropDownArrow = False Me.btnSpeichern.Size = New System.Drawing.Size(20, 20) Me.btnSpeichern.Text = "Speichern" ' 'btnLöschen ' Me.btnLöschen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnLöschen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnLöschen.Enabled = False Me.btnLöschen.Image = Global.ToolCollection.My.Resources.Resources.table_delete Me.btnLöschen.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnLöschen.Name = "btnLöschen" Me.btnLöschen.ShowDropDownArrow = False Me.btnLöschen.Size = New System.Drawing.Size(20, 20) Me.btnLöschen.Text = "Profil löschen" ' 'btnHinzufügen ' Me.btnHinzufügen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.btnHinzufügen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.btnHinzufügen.Image = Global.ToolCollection.My.Resources.Resources.table_add Me.btnHinzufügen.ImageTransparentColor = System.Drawing.Color.Magenta Me.btnHinzufügen.Name = "btnHinzufügen" Me.btnHinzufügen.ShowDropDownArrow = False Me.btnHinzufügen.Size = New System.Drawing.Size(20, 20) Me.btnHinzufügen.Text = "Hinzufügen" ' 'cmbProfilauswahl ' Me.cmbProfilauswahl.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.cmbProfilauswahl.ImageTransparentColor = System.Drawing.Color.Magenta Me.cmbProfilauswahl.Name = "cmbProfilauswahl" Me.cmbProfilauswahl.Size = New System.Drawing.Size(94, 20) Me.cmbProfilauswahl.Text = "Profilauswahl" ' 'lblProfil ' Me.lblProfil.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblProfil.Name = "lblProfil" Me.lblProfil.Size = New System.Drawing.Size(0, 17) ' 'btnParameterLöschen ' Me.btnParameterLöschen.Image = Global.ToolCollection.My.Resources.Resources.delete Me.btnParameterLöschen.Location = New System.Drawing.Point(187, 283) Me.btnParameterLöschen.Name = "btnParameterLöschen" Me.btnParameterLöschen.Padding = New System.Windows.Forms.Padding(1, 2, 1, 2) Me.btnParameterLöschen.Size = New System.Drawing.Size(24, 26) Me.btnParameterLöschen.TabIndex = 72 Me.btnParameterLöschen.UseVisualStyleBackColor = True ' 'btnParameterRunter ' Me.btnParameterRunter.Image = Global.ToolCollection.My.Resources.Resources.bullet_arrow_down Me.btnParameterRunter.Location = New System.Drawing.Point(187, 256) Me.btnParameterRunter.Name = "btnParameterRunter" Me.btnParameterRunter.Padding = New System.Windows.Forms.Padding(1, 2, 1, 2) Me.btnParameterRunter.Size = New System.Drawing.Size(24, 26) Me.btnParameterRunter.TabIndex = 71 Me.btnParameterRunter.UseVisualStyleBackColor = True ' 'btnParameterHoch ' Me.btnParameterHoch.Image = Global.ToolCollection.My.Resources.Resources.bullet_arrow_up Me.btnParameterHoch.Location = New System.Drawing.Point(187, 228) Me.btnParameterHoch.Name = "btnParameterHoch" Me.btnParameterHoch.Padding = New System.Windows.Forms.Padding(1, 2, 1, 2) Me.btnParameterHoch.Size = New System.Drawing.Size(24, 26) Me.btnParameterHoch.TabIndex = 70 Me.btnParameterHoch.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(9, 115) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(95, 13) Me.Label3.TabIndex = 68 Me.Label3.Text = "Aufrufparameter:" ' 'lbxParameter ' Me.lbxParameter.FormattingEnabled = True Me.lbxParameter.Location = New System.Drawing.Point(12, 133) Me.lbxParameter.Name = "lbxParameter" Me.lbxParameter.Size = New System.Drawing.Size(169, 251) Me.lbxParameter.TabIndex = 67 ' 'boxWindream ' 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(3, 3) Me.boxWindream.Name = "boxWindream" Me.boxWindream.Size = New System.Drawing.Size(558, 109) Me.boxWindream.TabIndex = 66 Me.boxWindream.TabStop = False Me.boxWindream.Text = " Windream " ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(192, 78) 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(105, 32) Me.txtWdfSuche.Name = "txtWdfSuche" Me.txtWdfSuche.ReadOnly = True Me.txtWdfSuche.Size = New System.Drawing.Size(370, 22) Me.txtWdfSuche.TabIndex = 6 ' 'btnWdfSuche ' Me.btnWdfSuche.Location = New System.Drawing.Point(481, 31) Me.btnWdfSuche.Name = "btnWdfSuche" Me.btnWdfSuche.Size = New System.Drawing.Size(24, 21) Me.btnWdfSuche.TabIndex = 3 Me.btnWdfSuche.Text = "..." Me.btnWdfSuche.UseVisualStyleBackColor = True ' 'lblWdfSuche ' Me.lblWdfSuche.AutoSize = True Me.lblWdfSuche.Location = New System.Drawing.Point(6, 35) 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(9, 68) Me.chkSuchmaskeZeigen.Name = "chkSuchmaskeZeigen" Me.chkSuchmaskeZeigen.Size = New System.Drawing.Size(302, 17) Me.chkSuchmaskeZeigen.TabIndex = 0 Me.chkSuchmaskeZeigen.Text = "Anzeigen der Suchmaske zum Anpassen der Suchkriterien" Me.chkSuchmaskeZeigen.UseVisualStyleBackColor = True ' 'txtServername ' Me.txtServername.Location = New System.Drawing.Point(291, 75) Me.txtServername.Name = "txtServername" Me.txtServername.Size = New System.Drawing.Size(256, 22) Me.txtServername.TabIndex = 2 Me.txtServername.Visible = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(233, -74) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(66, 13) Me.Label2.TabIndex = 65 Me.Label2.Text = "Objekttyp*:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(233, -105) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(70, 13) Me.Label1.TabIndex = 64 Me.Label1.Text = "Profilname*:" ' 'cmbObjekttyp ' Me.cmbObjekttyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbObjekttyp.FormattingEnabled = True Me.cmbObjekttyp.Location = New System.Drawing.Point(298, -77) Me.cmbObjekttyp.Name = "cmbObjekttyp" Me.cmbObjekttyp.Size = New System.Drawing.Size(256, 21) Me.cmbObjekttyp.TabIndex = 63 ' 'txtProfilname ' Me.txtProfilname.Location = New System.Drawing.Point(298, -108) Me.txtProfilname.Name = "txtProfilname" Me.txtProfilname.Size = New System.Drawing.Size(256, 22) Me.txtProfilname.TabIndex = 62 Me.txtProfilname.Text = "sdsdsd" ' 'btnParameterHinzufügen ' Me.btnParameterHinzufügen.Image = Global.ToolCollection.My.Resources.Resources.add Me.btnParameterHinzufügen.Location = New System.Drawing.Point(187, 201) Me.btnParameterHinzufügen.Name = "btnParameterHinzufügen" Me.btnParameterHinzufügen.Padding = New System.Windows.Forms.Padding(1, 2, 1, 2) Me.btnParameterHinzufügen.Size = New System.Drawing.Size(24, 26) Me.btnParameterHinzufügen.TabIndex = 69 Me.btnParameterHinzufügen.UseVisualStyleBackColor = True ' 'dlgWindreamSuche ' Me.dlgWindreamSuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" Me.dlgWindreamSuche.RestoreDirectory = True ' 'pnlWindreamsuche ' Me.pnlWindreamsuche.Controls.Add(Me.Label5) Me.pnlWindreamsuche.Controls.Add(Me.txtConfig) Me.pnlWindreamsuche.Controls.Add(Me.boxWindream) Me.pnlWindreamsuche.Controls.Add(Me.btnParameterLöschen) Me.pnlWindreamsuche.Controls.Add(Me.Label3) Me.pnlWindreamsuche.Controls.Add(Me.btnParameterRunter) Me.pnlWindreamsuche.Controls.Add(Me.lbxParameter) Me.pnlWindreamsuche.Controls.Add(Me.btnParameterHoch) Me.pnlWindreamsuche.Controls.Add(Me.btnParameterHinzufügen) Me.pnlWindreamsuche.Dock = System.Windows.Forms.DockStyle.Fill Me.pnlWindreamsuche.Location = New System.Drawing.Point(0, 22) Me.pnlWindreamsuche.Name = "pnlWindreamsuche" Me.pnlWindreamsuche.Size = New System.Drawing.Size(579, 426) Me.pnlWindreamsuche.TabIndex = 73 Me.pnlWindreamsuche.Visible = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(9, 391) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(181, 13) Me.Label5.TabIndex = 74 Me.Label5.Text = "Konfigurationsfile DD-Integration" ' 'txtConfig ' Me.txtConfig.Dock = System.Windows.Forms.DockStyle.Bottom Me.txtConfig.Font = New System.Drawing.Font("Segoe UI", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtConfig.Location = New System.Drawing.Point(0, 407) Me.txtConfig.Name = "txtConfig" Me.txtConfig.ReadOnly = True Me.txtConfig.Size = New System.Drawing.Size(579, 19) Me.txtConfig.TabIndex = 73 ' 'frmMIProfileigenschaften ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(579, 448) Me.Controls.Add(Me.pnlWindreamsuche) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cmbObjekttyp) Me.Controls.Add(Me.txtProfilname) Me.Controls.Add(Me.StatusStrip1) Me.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.ToolCollection.My.MySettings.Default, "frmMIProfileigenschaften_Loc", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) 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.Location = Global.ToolCollection.My.MySettings.Default.frmMIProfileigenschaften_Loc Me.MaximizeBox = False Me.Name = "frmMIProfileigenschaften" Me.Text = "DD-Integration - Profileigenschaften" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.boxWindream.ResumeLayout(False) Me.boxWindream.PerformLayout() Me.pnlWindreamsuche.ResumeLayout(False) Me.pnlWindreamsuche.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents btnSpeichern As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents btnLöschen As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents btnHinzufügen As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents cmbProfilauswahl As System.Windows.Forms.ToolStripSplitButton Friend WithEvents btnParameterLöschen As System.Windows.Forms.Button Friend WithEvents btnParameterRunter As System.Windows.Forms.Button Friend WithEvents btnParameterHoch As System.Windows.Forms.Button Friend WithEvents btnParameterHinzufügen As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents lbxParameter As System.Windows.Forms.ListBox Friend WithEvents boxWindream As System.Windows.Forms.GroupBox 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 Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbObjekttyp As System.Windows.Forms.ComboBox Friend WithEvents txtProfilname As System.Windows.Forms.TextBox Friend WithEvents dlgWindreamSuche As System.Windows.Forms.OpenFileDialog Friend WithEvents pnlWindreamsuche As System.Windows.Forms.Panel Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtConfig As System.Windows.Forms.TextBox Friend WithEvents lblProfil As System.Windows.Forms.ToolStripStatusLabel End Class