From 655570b16f0943a9b139b022a6f5c21fff089f30 Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Tue, 24 Apr 2018 17:00:59 +0200 Subject: [PATCH] MS --- .../DD_DMSLiteDataSet.Designer.vb | 4 +- app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd | 8 +- app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss | 18 +- app/DD_PM_WINDREAM/frmAnnotations.Designer.vb | 51 +- app/DD_PM_WINDREAM/frmAnnotations.resx | 221 + app/DD_PM_WINDREAM/frmConnection.Designer.vb | 287 +- app/DD_PM_WINDREAM/frmConnection.resx | 12 +- app/DD_PM_WINDREAM/frmConnection.vb | 39 +- .../frmControl_Detail.Designer.vb | 162 +- app/DD_PM_WINDREAM/frmControl_Detail.resx | 548 ++ .../frmFormDesigner.Designer.vb | 22 +- app/DD_PM_WINDREAM/frmFormDesigner.resx | 4 +- app/DD_PM_WINDREAM/frmFormDesigner.vb | 4 +- app/DD_PM_WINDREAM/frmKonfig.Designer.vb | 250 +- app/DD_PM_WINDREAM/frmKonfig.resx | 1164 +++ app/DD_PM_WINDREAM/frmLicense.Designer.vb | 133 +- app/DD_PM_WINDREAM/frmLicense.resx | 468 ++ app/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb | 36 +- app/DD_PM_WINDREAM/frmLoginAdmin.resx | 177 + .../frmProfileDesigner.Designer.vb | 1435 +--- app/DD_PM_WINDREAM/frmProfileDesigner.resx | 6748 ++++++++++++++++- app/DD_PM_WINDREAM/frmProfileDesigner.vb | 8 +- app/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb | 216 +- app/DD_PM_WINDREAM/frmSQL_Admin.resx | 457 +- .../frmSQL_DESIGNER.Designer.vb | 24 +- app/DD_PM_WINDREAM/frmSQL_DESIGNER.resx | 2 +- app/DD_PM_WINDREAM/frmSQL_DESIGNER.vb | 4 +- app/DD_PM_WINDREAM/frmValidator.Designer.vb | 236 +- app/DD_PM_WINDREAM/frmValidator.resx | 1388 +++- app/DD_PM_WINDREAM/frmValidator.vb | 83 +- 30 files changed, 11616 insertions(+), 2593 deletions(-) diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb index 800abce..657e3eb 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.Designer.vb @@ -15537,7 +15537,7 @@ Namespace DD_DMSLiteDataSetTableAdapters " (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERK"& _ "UNG,@AKTIV,@ERSTELLTWER); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DA"& _ "TENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDE"& _ - "RTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY())" + "RTWER, GEAENDERTWANN FROM TBDD_CONNECTION WHERE (GUID = SCOPE_IDENTITY())" Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_PROVIDER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_PROVIDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) @@ -15556,7 +15556,7 @@ Namespace DD_DMSLiteDataSetTableAdapters " AKTIV = @AKTIV, GEANDERTWER = @GEANDERTWER"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GU"& _ "ID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PA"& _ "SSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN "& _ - "FROM TBPM_CONNECTION WHERE (GUID = @GUID)" + "FROM TBDD_CONNECTION WHERE (GUID = @GUID)" Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@BEZEICHNUNG", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "BEZEICHNUNG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SQL_PROVIDER", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "SQL_PROVIDER", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd index c031bb1..2fa7a50 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xsd @@ -772,7 +772,7 @@ WHERE (GUID = @Original_GUID) INSERT INTO TBDD_CONNECTION (BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER) VALUES (@BEZEICHNUNG,@SQL_PROVIDER,@SERVER,@DATENBANK,@USERNAME,@PASSWORD,@BEMERKUNG,@AKTIV,@ERSTELLTWER); -SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = SCOPE_IDENTITY()) +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBDD_CONNECTION WHERE (GUID = SCOPE_IDENTITY()) @@ -799,7 +799,7 @@ FROM TBDD_CONNECTION SET BEZEICHNUNG = @BEZEICHNUNG, SQL_PROVIDER = @SQL_PROVIDER, SERVER = @SERVER, DATENBANK = @DATENBANK, USERNAME = @USERNAME, PASSWORD = @PASSWORD, BEMERKUNG = @BEMERKUNG, AKTIV = @AKTIV, GEANDERTWER = @GEANDERTWER WHERE (GUID = @Original_GUID); -SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBPM_CONNECTION WHERE (GUID = @GUID) +SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN FROM TBDD_CONNECTION WHERE (GUID = @GUID) @@ -811,7 +811,7 @@ SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, B - + @@ -854,7 +854,7 @@ SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, B - + SELECT GUID, BEZEICHNUNG, SQL_PROVIDER, SERVER, DATENBANK, USERNAME, PASSWORD, BEMERKUNG, AKTIV, ERSTELLTWER, ERSTELLTWANN, GEANDERTWER, GEAENDERTWANN diff --git a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss index 5a552ab..37c11e2 100644 --- a/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss +++ b/app/DD_PM_WINDREAM/DD_DMSLiteDataSet.xss @@ -4,23 +4,23 @@ Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. --> - + - + - + - - + + - - + + - + @@ -80,7 +80,7 @@ - + 141 diff --git a/app/DD_PM_WINDREAM/frmAnnotations.Designer.vb b/app/DD_PM_WINDREAM/frmAnnotations.Designer.vb index d6f1dff..cb10d20 100644 --- a/app/DD_PM_WINDREAM/frmAnnotations.Designer.vb +++ b/app/DD_PM_WINDREAM/frmAnnotations.Designer.vb @@ -36,76 +36,46 @@ Partial Class frmAnnotations ' Me.Button1.Cursor = System.Windows.Forms.Cursors.Default Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(447, 171) - Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(173, 37) - Me.Button1.TabIndex = 0 - Me.Button1.Text = "Annotation hinzufügen" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 28) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(38, 16) - Me.Label1.TabIndex = 1 - Me.Label1.Text = "Titel:" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(12, 56) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(38, 16) - Me.Label3.TabIndex = 3 - Me.Label3.Text = "Text:" ' 'Seitenzahl ' - Me.Seitenzahl.AutoSize = True - Me.Seitenzahl.Location = New System.Drawing.Point(12, 185) + resources.ApplyResources(Me.Seitenzahl, "Seitenzahl") Me.Seitenzahl.Name = "Seitenzahl" - Me.Seitenzahl.Size = New System.Drawing.Size(67, 16) - Me.Seitenzahl.TabIndex = 4 - Me.Seitenzahl.Text = "Seitenzahl" ' 'txttitle ' - Me.txttitle.Location = New System.Drawing.Point(97, 25) - Me.txttitle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txttitle, "txttitle") Me.txttitle.Name = "txttitle" - Me.txttitle.Size = New System.Drawing.Size(344, 23) - Me.txttitle.TabIndex = 5 ' 'txtcontent ' Me.txtcontent.AcceptsReturn = True Me.txtcontent.AcceptsTab = True - Me.txtcontent.Location = New System.Drawing.Point(97, 56) - Me.txtcontent.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtcontent.Multiline = True + resources.ApplyResources(Me.txtcontent, "txtcontent") Me.txtcontent.Name = "txtcontent" - Me.txtcontent.Size = New System.Drawing.Size(344, 119) - Me.txtcontent.TabIndex = 7 ' 'txtSeitenzahl ' - Me.txtSeitenzahl.Location = New System.Drawing.Point(404, 185) - Me.txtSeitenzahl.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txtSeitenzahl, "txtSeitenzahl") Me.txtSeitenzahl.Name = "txtSeitenzahl" - Me.txtSeitenzahl.Size = New System.Drawing.Size(37, 23) - Me.txtSeitenzahl.TabIndex = 8 - Me.txtSeitenzahl.Text = "0" ' 'frmAnnotations ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(629, 219) Me.Controls.Add(Me.txtSeitenzahl) Me.Controls.Add(Me.txtcontent) Me.Controls.Add(Me.txttitle) @@ -113,14 +83,9 @@ Partial Class frmAnnotations Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) - Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAnnotations" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Annotationen" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD_PM_WINDREAM/frmAnnotations.resx b/app/DD_PM_WINDREAM/frmAnnotations.resx index 28abbb0..13168a2 100644 --- a/app/DD_PM_WINDREAM/frmAnnotations.resx +++ b/app/DD_PM_WINDREAM/frmAnnotations.resx @@ -118,6 +118,212 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft + + + 447, 171 + + + + 3, 4, 3, 4 + + + 173, 37 + + + + 0 + + + Annotation hinzufügen + + + MiddleRight + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + 12, 28 + + + 38, 16 + + + 1 + + + Titel: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + 12, 56 + + + 38, 16 + + + 3 + + + Text: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + True + + + 12, 185 + + + 67, 16 + + + 4 + + + Seitenzahl + + + Seitenzahl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 97, 25 + + + 3, 4, 3, 4 + + + 344, 23 + + + 5 + + + txttitle + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 97, 56 + + + 3, 4, 3, 4 + + + True + + + 344, 119 + + + 7 + + + txtcontent + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 404, 185 + + + 3, 4, 3, 4 + + + 37, 23 + + + 8 + + + 0 + + + txtSeitenzahl + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 16 + + + 629, 219 + + + Tahoma, 9.75pt + AAABAA0AMDAQAAEABABoBgAA1gAAACAgEAABAAQA6AIAAD4HAAAYGBAAAQAEAOgBAAAmCgAAEBAQAAEA @@ -1267,4 +1473,19 @@ DwAA+B8AAPw/AAD8PwAA + + 3, 4, 3, 4 + + + CenterScreen + + + Annotationen + + + frmAnnotations + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmConnection.Designer.vb b/app/DD_PM_WINDREAM/frmConnection.Designer.vb index ba8e5f2..788cb74 100644 --- a/app/DD_PM_WINDREAM/frmConnection.Designer.vb +++ b/app/DD_PM_WINDREAM/frmConnection.Designer.vb @@ -30,8 +30,6 @@ Partial Class frmConnection Me.chkOR_ohne_TNS = New System.Windows.Forms.CheckBox() Me.Chckwin_aut = New System.Windows.Forms.CheckBox() Me.txtBezeichnung = New System.Windows.Forms.TextBox() - Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.Label1 = New System.Windows.Forms.Label() Me.btnCheck_Con = New System.Windows.Forms.Button() Me.lblDatasource2 = New System.Windows.Forms.Label() @@ -45,7 +43,6 @@ Partial Class frmConnection Me.cmbDbArt = New System.Windows.Forms.ComboBox() Me.lblDatenbanktyp = New System.Windows.Forms.Label() Me.txtDatasource2 = New System.Windows.Forms.TextBox() - Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBDD_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() @@ -60,6 +57,11 @@ Partial Class frmConnection Me.TBDD_CONNECTIONBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.TBDD_CONNECTIONDataGridView = New System.Windows.Forms.DataGridView() + Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox() + Me.btnadd = New System.Windows.Forms.Button() + Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() @@ -68,26 +70,22 @@ Partial Class frmConnection Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewCheckBoxColumn1 = New System.Windows.Forms.DataGridViewCheckBoxColumn() - Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox() - Me.txtDatasource1 = New System.Windows.Forms.TextBox() - Me.grpbx_ConnAdd = New System.Windows.Forms.GroupBox() - Me.btnadd = New System.Windows.Forms.Button() - Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() + Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() + Me.txtDatasource1 = New System.Windows.Forms.TextBox() GEANDERTWERLabel = New System.Windows.Forms.Label() GEAENDERTWANNLabel = New System.Windows.Forms.Label() - CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBDD_CONNECTIONBindingNavigator.SuspendLayout() CType(Me.TBDD_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() - Me.grpbx_ConnAdd.SuspendLayout() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GEANDERTWERLabel ' GEANDERTWERLabel.AutoSize = True - GEANDERTWERLabel.Location = New System.Drawing.Point(501, 251) + GEANDERTWERLabel.Location = New System.Drawing.Point(9, 227) GEANDERTWERLabel.Name = "GEANDERTWERLabel" GEANDERTWERLabel.Size = New System.Drawing.Size(91, 16) GEANDERTWERLabel.TabIndex = 56 @@ -96,7 +94,7 @@ Partial Class frmConnection 'GEAENDERTWANNLabel ' GEAENDERTWANNLabel.AutoSize = True - GEAENDERTWANNLabel.Location = New System.Drawing.Point(657, 251) + GEAENDERTWANNLabel.Location = New System.Drawing.Point(165, 227) GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" GEAENDERTWANNLabel.Size = New System.Drawing.Size(44, 16) GEAENDERTWANNLabel.TabIndex = 62 @@ -105,10 +103,10 @@ Partial Class frmConnection 'chkOR_ohne_TNS ' Me.chkOR_ohne_TNS.AutoSize = True - Me.chkOR_ohne_TNS.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.chkOR_ohne_TNS.Location = New System.Drawing.Point(14, 174) + Me.chkOR_ohne_TNS.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.chkOR_ohne_TNS.Location = New System.Drawing.Point(15, 191) Me.chkOR_ohne_TNS.Name = "chkOR_ohne_TNS" - Me.chkOR_ohne_TNS.Size = New System.Drawing.Size(140, 21) + Me.chkOR_ohne_TNS.Size = New System.Drawing.Size(139, 20) Me.chkOR_ohne_TNS.TabIndex = 45 Me.chkOR_ohne_TNS.Text = "Ohne tnsnames.ora" Me.chkOR_ohne_TNS.UseVisualStyleBackColor = True @@ -117,10 +115,10 @@ Partial Class frmConnection 'Chckwin_aut ' Me.Chckwin_aut.AutoSize = True - Me.Chckwin_aut.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Chckwin_aut.Location = New System.Drawing.Point(14, 174) + Me.Chckwin_aut.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Chckwin_aut.Location = New System.Drawing.Point(12, 191) Me.Chckwin_aut.Name = "Chckwin_aut" - Me.Chckwin_aut.Size = New System.Drawing.Size(182, 21) + Me.Chckwin_aut.Size = New System.Drawing.Size(180, 20) Me.Chckwin_aut.TabIndex = 44 Me.Chckwin_aut.Text = "Windows-Authentifizierung" Me.Chckwin_aut.UseVisualStyleBackColor = True @@ -128,27 +126,18 @@ Partial Class frmConnection ' 'txtBezeichnung ' - Me.txtBezeichnung.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtBezeichnung.Location = New System.Drawing.Point(231, 36) + Me.txtBezeichnung.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEZEICHNUNG", True)) + Me.txtBezeichnung.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtBezeichnung.Location = New System.Drawing.Point(232, 53) Me.txtBezeichnung.Name = "txtBezeichnung" - Me.txtBezeichnung.Size = New System.Drawing.Size(294, 25) + Me.txtBezeichnung.Size = New System.Drawing.Size(294, 23) Me.txtBezeichnung.TabIndex = 41 ' - 'TBDD_CONNECTIONBindingSource - ' - Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet - ' - 'DD_DMSLiteDataSet - ' - Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" - Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema - ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(228, 19) + Me.Label1.Location = New System.Drawing.Point(229, 36) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(154, 17) Me.Label1.TabIndex = 40 @@ -156,10 +145,10 @@ Partial Class frmConnection ' 'btnCheck_Con ' - Me.btnCheck_Con.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnCheck_Con.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnCheck_Con.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link Me.btnCheck_Con.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnCheck_Con.Location = New System.Drawing.Point(373, 133) + Me.btnCheck_Con.Location = New System.Drawing.Point(374, 150) Me.btnCheck_Con.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnCheck_Con.Name = "btnCheck_Con" Me.btnCheck_Con.Size = New System.Drawing.Size(152, 28) @@ -173,7 +162,7 @@ Partial Class frmConnection ' Me.lblDatasource2.AutoSize = True Me.lblDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblDatasource2.Location = New System.Drawing.Point(228, 65) + Me.lblDatasource2.Location = New System.Drawing.Point(229, 82) Me.lblDatasource2.Name = "lblDatasource2" Me.lblDatasource2.Size = New System.Drawing.Size(91, 17) Me.lblDatasource2.TabIndex = 34 @@ -185,7 +174,7 @@ Partial Class frmConnection Me.btnMdbLöschen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.btnMdbLöschen.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnMdbLöschen.Image = CType(resources.GetObject("btnMdbLöschen.Image"), System.Drawing.Image) - Me.btnMdbLöschen.Location = New System.Drawing.Point(496, 84) + Me.btnMdbLöschen.Location = New System.Drawing.Point(532, 150) Me.btnMdbLöschen.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnMdbLöschen.Name = "btnMdbLöschen" Me.btnMdbLöschen.Size = New System.Drawing.Size(29, 26) @@ -197,7 +186,7 @@ Partial Class frmConnection ' Me.btnMdbLocation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.btnMdbLocation.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnMdbLocation.Location = New System.Drawing.Point(461, 84) + Me.btnMdbLocation.Location = New System.Drawing.Point(497, 101) Me.btnMdbLocation.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnMdbLocation.Name = "btnMdbLocation" Me.btnMdbLocation.Size = New System.Drawing.Size(29, 26) @@ -208,22 +197,25 @@ Partial Class frmConnection ' 'txtPassword ' - Me.txtPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtPassword.Location = New System.Drawing.Point(230, 136) + Me.txtPassword.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "PASSWORD", True)) + Me.txtPassword.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtPassword.Location = New System.Drawing.Point(231, 153) Me.txtPassword.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtPassword.Name = "txtPassword" Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) - Me.txtPassword.Size = New System.Drawing.Size(137, 25) + Me.txtPassword.Size = New System.Drawing.Size(137, 23) Me.txtPassword.TabIndex = 7 + Me.txtPassword.UseSystemPasswordChar = True Me.txtPassword.Visible = False ' 'txtUserId ' - Me.txtUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtUserId.Location = New System.Drawing.Point(14, 136) + Me.txtUserId.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "USERNAME", True)) + Me.txtUserId.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtUserId.Location = New System.Drawing.Point(15, 153) Me.txtUserId.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtUserId.Name = "txtUserId" - Me.txtUserId.Size = New System.Drawing.Size(200, 25) + Me.txtUserId.Size = New System.Drawing.Size(200, 23) Me.txtUserId.TabIndex = 6 Me.txtUserId.Visible = False ' @@ -231,7 +223,7 @@ Partial Class frmConnection ' Me.lblPassword.AutoSize = True Me.lblPassword.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblPassword.Location = New System.Drawing.Point(228, 115) + Me.lblPassword.Location = New System.Drawing.Point(229, 132) Me.lblPassword.Name = "lblPassword" Me.lblPassword.Size = New System.Drawing.Size(63, 17) Me.lblPassword.TabIndex = 4 @@ -242,7 +234,7 @@ Partial Class frmConnection ' Me.lblUserId.AutoSize = True Me.lblUserId.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUserId.Location = New System.Drawing.Point(11, 115) + Me.lblUserId.Location = New System.Drawing.Point(12, 132) Me.lblUserId.Name = "lblUserId" Me.lblUserId.Size = New System.Drawing.Size(49, 17) Me.lblUserId.TabIndex = 3 @@ -253,7 +245,7 @@ Partial Class frmConnection ' Me.lblDataSource.AutoSize = True Me.lblDataSource.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblDataSource.Location = New System.Drawing.Point(11, 65) + Me.lblDataSource.Location = New System.Drawing.Point(12, 82) Me.lblDataSource.Name = "lblDataSource" Me.lblDataSource.Size = New System.Drawing.Size(83, 17) Me.lblDataSource.TabIndex = 2 @@ -262,21 +254,22 @@ Partial Class frmConnection ' 'cmbDbArt ' + Me.cmbDbArt.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "SQL_PROVIDER", True)) Me.cmbDbArt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbDbArt.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cmbDbArt.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbDbArt.FormattingEnabled = True Me.cmbDbArt.Items.AddRange(New Object() {"MS-SQL", "ODBC", "ORACLE"}) - Me.cmbDbArt.Location = New System.Drawing.Point(14, 36) + Me.cmbDbArt.Location = New System.Drawing.Point(15, 53) Me.cmbDbArt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmbDbArt.Name = "cmbDbArt" - Me.cmbDbArt.Size = New System.Drawing.Size(200, 25) + Me.cmbDbArt.Size = New System.Drawing.Size(210, 24) Me.cmbDbArt.TabIndex = 1 ' 'lblDatenbanktyp ' Me.lblDatenbanktyp.AutoSize = True Me.lblDatenbanktyp.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblDatenbanktyp.Location = New System.Drawing.Point(11, 19) + Me.lblDatenbanktyp.Location = New System.Drawing.Point(12, 36) Me.lblDatenbanktyp.Name = "lblDatenbanktyp" Me.lblDatenbanktyp.Size = New System.Drawing.Size(96, 17) Me.lblDatenbanktyp.TabIndex = 0 @@ -284,31 +277,15 @@ Partial Class frmConnection ' 'txtDatasource2 ' - Me.txtDatasource2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtDatasource2.Location = New System.Drawing.Point(231, 86) + Me.txtDatasource2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) + Me.txtDatasource2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.txtDatasource2.Location = New System.Drawing.Point(231, 103) Me.txtDatasource2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtDatasource2.Name = "txtDatasource2" - Me.txtDatasource2.Size = New System.Drawing.Size(224, 25) + Me.txtDatasource2.Size = New System.Drawing.Size(259, 23) Me.txtDatasource2.TabIndex = 35 Me.txtDatasource2.Visible = False ' - 'TableAdapterManager - ' - Me.TableAdapterManager.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager.Connection = Nothing - Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing - Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing - Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing - Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing - Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing - Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing - Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete - ' 'TBDD_CONNECTIONBindingNavigator ' Me.TBDD_CONNECTIONBindingNavigator.AddNewItem = Nothing @@ -324,7 +301,7 @@ Partial Class frmConnection Me.TBDD_CONNECTIONBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_CONNECTIONBindingNavigator.Name = "TBDD_CONNECTIONBindingNavigator" Me.TBDD_CONNECTIONBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(838, 25) + Me.TBDD_CONNECTIONBindingNavigator.Size = New System.Drawing.Size(1132, 25) Me.TBDD_CONNECTIONBindingNavigator.TabIndex = 53 Me.TBDD_CONNECTIONBindingNavigator.Text = "BindingNavigator1" ' @@ -405,7 +382,7 @@ Partial Class frmConnection Me.ToolStripButton1.Text = "Verbindung hinzufügen" Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' - 'TBPM_CONNECTIONBindingNavigatorSaveItem + 'TBDD_CONNECTIONBindingNavigatorSaveItem ' Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_CONNECTIONBindingNavigatorSaveItem.Image"), System.Drawing.Image) Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Name = "TBDD_CONNECTIONBindingNavigatorSaveItem" @@ -421,7 +398,7 @@ Partial Class frmConnection Me.ToolStripButton2.Size = New System.Drawing.Size(128, 22) Me.ToolStripButton2.Text = "Lösche Verbindung" ' - 'TBPM_CONNECTIONDataGridView + 'TBDD_CONNECTIONDataGridView ' Me.TBDD_CONNECTIONDataGridView.AllowUserToAddRows = False Me.TBDD_CONNECTIONDataGridView.AllowUserToDeleteRows = False @@ -437,9 +414,50 @@ Partial Class frmConnection Me.TBDD_CONNECTIONDataGridView.Location = New System.Drawing.Point(15, 303) Me.TBDD_CONNECTIONDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.TBDD_CONNECTIONDataGridView.Name = "TBDD_CONNECTIONDataGridView" - Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(817, 276) + Me.TBDD_CONNECTIONDataGridView.Size = New System.Drawing.Size(1111, 316) Me.TBDD_CONNECTIONDataGridView.TabIndex = 53 ' + 'GEANDERTWERTextBox + ' + Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) + Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(12, 246) + Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" + Me.GEANDERTWERTextBox.ReadOnly = True + Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(147, 23) + Me.GEANDERTWERTextBox.TabIndex = 57 + ' + 'btnadd + ' + Me.btnadd.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.btnadd.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add + Me.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnadd.Location = New System.Drawing.Point(231, 185) + Me.btnadd.Name = "btnadd" + Me.btnadd.Size = New System.Drawing.Size(295, 30) + Me.btnadd.TabIndex = 60 + Me.btnadd.Text = "Verbindung hinzufügen" + Me.btnadd.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.btnadd.UseVisualStyleBackColor = True + ' + 'GEAENDERTWANNTextBox + ' + Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) + Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(165, 246) + Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" + Me.GEAENDERTWANNTextBox.ReadOnly = True + Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(155, 23) + Me.GEAENDERTWANNTextBox.TabIndex = 63 + ' + 'TBDD_CONNECTIONBindingSource + ' + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' + 'DD_DMSLiteDataSet + ' + Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" + Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" @@ -489,102 +507,74 @@ Partial Class frmConnection Me.DataGridViewCheckBoxColumn1.HeaderText = "Aktiv" Me.DataGridViewCheckBoxColumn1.Name = "DataGridViewCheckBoxColumn1" ' - 'GEANDERTWERTextBox - ' - Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) - Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(504, 270) - Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" - Me.GEANDERTWERTextBox.ReadOnly = True - Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(147, 23) - Me.GEANDERTWERTextBox.TabIndex = 57 - ' - 'txtDatasource1 - ' - Me.txtDatasource1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtDatasource1.Location = New System.Drawing.Point(14, 86) - Me.txtDatasource1.Name = "txtDatasource1" - Me.txtDatasource1.Size = New System.Drawing.Size(200, 25) - Me.txtDatasource1.TabIndex = 59 - Me.txtDatasource1.Visible = False - ' - 'grpbx_ConnAdd - ' - Me.grpbx_ConnAdd.Controls.Add(Me.btnadd) - Me.grpbx_ConnAdd.Controls.Add(Me.lblDatenbanktyp) - Me.grpbx_ConnAdd.Controls.Add(Me.txtUserId) - Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource1) - Me.grpbx_ConnAdd.Controls.Add(Me.txtPassword) - Me.grpbx_ConnAdd.Controls.Add(Me.lblPassword) - Me.grpbx_ConnAdd.Controls.Add(Me.lblUserId) - Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLocation) - Me.grpbx_ConnAdd.Controls.Add(Me.lblDataSource) - Me.grpbx_ConnAdd.Controls.Add(Me.btnMdbLöschen) - Me.grpbx_ConnAdd.Controls.Add(Me.cmbDbArt) - Me.grpbx_ConnAdd.Controls.Add(Me.lblDatasource2) - Me.grpbx_ConnAdd.Controls.Add(Me.txtDatasource2) - Me.grpbx_ConnAdd.Controls.Add(Me.chkOR_ohne_TNS) - Me.grpbx_ConnAdd.Controls.Add(Me.btnCheck_Con) - Me.grpbx_ConnAdd.Controls.Add(Me.Label1) - Me.grpbx_ConnAdd.Controls.Add(Me.Chckwin_aut) - Me.grpbx_ConnAdd.Controls.Add(Me.txtBezeichnung) - Me.grpbx_ConnAdd.Location = New System.Drawing.Point(15, 28) - Me.grpbx_ConnAdd.Name = "grpbx_ConnAdd" - Me.grpbx_ConnAdd.Size = New System.Drawing.Size(540, 208) - Me.grpbx_ConnAdd.TabIndex = 61 - Me.grpbx_ConnAdd.TabStop = False - Me.grpbx_ConnAdd.Text = "Definition Verbindung:" - Me.grpbx_ConnAdd.Visible = False - ' - 'btnadd - ' - Me.btnadd.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnadd.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - Me.btnadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnadd.Location = New System.Drawing.Point(230, 168) - Me.btnadd.Name = "btnadd" - Me.btnadd.Size = New System.Drawing.Size(295, 30) - Me.btnadd.TabIndex = 60 - Me.btnadd.Text = "Verbindung hinzufügen" - Me.btnadd.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnadd.UseVisualStyleBackColor = True - ' - 'GEAENDERTWANNTextBox + 'TableAdapterManager ' - Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) - Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(657, 270) - Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" - Me.GEAENDERTWANNTextBox.ReadOnly = True - Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(155, 23) - Me.GEAENDERTWANNTextBox.TabIndex = 63 + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing + Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing + Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing + Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing + Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing + Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' + 'txtDatasource1 + ' + Me.txtDatasource1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "SERVER", True)) + Me.txtDatasource1.Location = New System.Drawing.Point(15, 103) + Me.txtDatasource1.Name = "txtDatasource1" + Me.txtDatasource1.Size = New System.Drawing.Size(210, 23) + Me.txtDatasource1.TabIndex = 65 + ' 'frmConnection ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(838, 579) + Me.ClientSize = New System.Drawing.Size(1132, 619) + Me.Controls.Add(Me.txtDatasource1) + Me.Controls.Add(Me.btnadd) Me.Controls.Add(GEAENDERTWANNLabel) + Me.Controls.Add(Me.lblDatenbanktyp) + Me.Controls.Add(Me.txtUserId) Me.Controls.Add(Me.GEAENDERTWANNTextBox) - Me.Controls.Add(Me.grpbx_ConnAdd) + Me.Controls.Add(Me.txtPassword) Me.Controls.Add(GEANDERTWERLabel) + Me.Controls.Add(Me.lblPassword) Me.Controls.Add(Me.GEANDERTWERTextBox) + Me.Controls.Add(Me.lblUserId) Me.Controls.Add(Me.TBDD_CONNECTIONDataGridView) + Me.Controls.Add(Me.btnMdbLocation) Me.Controls.Add(Me.TBDD_CONNECTIONBindingNavigator) + Me.Controls.Add(Me.lblDataSource) + Me.Controls.Add(Me.txtBezeichnung) + Me.Controls.Add(Me.btnMdbLöschen) + Me.Controls.Add(Me.Chckwin_aut) + Me.Controls.Add(Me.cmbDbArt) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.lblDatasource2) + Me.Controls.Add(Me.btnCheck_Con) + Me.Controls.Add(Me.txtDatasource2) + Me.Controls.Add(Me.chkOR_ohne_TNS) Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmConnection" Me.Text = "Verwaltung der Connections" - CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBDD_CONNECTIONBindingNavigator.ResumeLayout(False) Me.TBDD_CONNECTIONBindingNavigator.PerformLayout() CType(Me.TBDD_CONNECTIONDataGridView, System.ComponentModel.ISupportInitialize).EndInit() - Me.grpbx_ConnAdd.ResumeLayout(False) - Me.grpbx_ConnAdd.PerformLayout() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -629,11 +619,10 @@ Partial Class frmConnection Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents DataGridViewCheckBoxColumn1 As System.Windows.Forms.DataGridViewCheckBoxColumn - Friend WithEvents txtDatasource1 As System.Windows.Forms.TextBox - Friend WithEvents grpbx_ConnAdd As System.Windows.Forms.GroupBox Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents btnadd As System.Windows.Forms.Button Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter + Friend WithEvents txtDatasource1 As TextBox End Class diff --git a/app/DD_PM_WINDREAM/frmConnection.resx b/app/DD_PM_WINDREAM/frmConnection.resx index 8df0230..6c91490 100644 --- a/app/DD_PM_WINDREAM/frmConnection.resx +++ b/app/DD_PM_WINDREAM/frmConnection.resx @@ -126,12 +126,6 @@ 179, 17 - - 179, 17 - - - 17, 17 - 17, 17 @@ -152,9 +146,6 @@ AAAAAElFTkSuQmCC - - 424, 17 - 597, 17 @@ -213,6 +204,9 @@ 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= + + 424, 17 + 858, 17 diff --git a/app/DD_PM_WINDREAM/frmConnection.vb b/app/DD_PM_WINDREAM/frmConnection.vb index 77e45e7..5e8e234 100644 --- a/app/DD_PM_WINDREAM/frmConnection.vb +++ b/app/DD_PM_WINDREAM/frmConnection.vb @@ -2,6 +2,10 @@ Public Class frmConnection Dim formloaded As Boolean = False Private Sub cmbDbArt_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cmbDbArt.SelectedIndexChanged + load_controls + + End Sub + Sub load_controls() If Me.cmbDbArt.SelectedIndex <> -1 And formloaded = True Then Chckwin_aut.Visible = False chkOR_ohne_TNS.Visible = False @@ -48,8 +52,8 @@ Public Class frmConnection Case "ODBC" Me.lblDataSource.Text = "DSN*:" Me.txtDatasource1.ReadOnly = False - Me.txtDataSource1.BackColor = System.Drawing.SystemColors.Window - Me.txtDataSource1.Text = "" + Me.txtDatasource1.BackColor = System.Drawing.SystemColors.Window + Me.txtDatasource1.Text = "" Me.btnMdbLocation.Visible = False Me.btnMdbLöschen.Visible = False Me.lblUserId.Text = "UserId:" @@ -76,9 +80,7 @@ Public Class frmConnection Me.txtUserId.Visible = False Me.txtPassword.Visible = False End If - End Sub - Private Sub btnCheck_Con_Click(sender As System.Object, e As System.EventArgs) Handles btnCheck_Con.Click Try If Me.cmbDbArt.SelectedIndex <> -1 Then @@ -131,19 +133,19 @@ Public Class frmConnection End Try End Sub - Private Sub TBPM_CONNECTIONBindingNavigatorSaveItem_Click(sender As System.Object, e As System.EventArgs) Handles TBPM_CONNECTIONBindingNavigatorSaveItem.Click + Private Sub TBDD_CONNECTIONBindingNavigatorSaveItem_Click(sender As System.Object, e As System.EventArgs) Handles TBDD_CONNECTIONBindingNavigatorSaveItem.Click Try - Me.TBPM_CONNECTIONBindingSource.EndEdit() + Me.TBDD_CONNECTIONBindingSource.EndEdit() If DD_DMSLiteDataSet.TBDD_CONNECTION.GetChanges Is Nothing = False Then Me.GEANDERTWERTextBox.Text = Environment.UserName - Me.TBPM_CONNECTIONBindingSource.EndEdit() + Me.TBDD_CONNECTIONBindingSource.EndEdit() Me.TBDD_CONNECTIONTableAdapter.Update(DD_DMSLiteDataSet.TBDD_CONNECTION) MsgBox("Änderungen wurden erfolgreich gespeichert!", MsgBoxStyle.Information) End If Catch ex As Exception MsgBox("Fehler beim Speichern: " & vbNewLine & ex.Message, MsgBoxStyle.Exclamation) End Try - + End Sub Private Sub frmConnection_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load @@ -157,7 +159,7 @@ Public Class frmConnection Sub load_connections() Try Me.TBDD_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBDD_CONNECTION) - TBPM_CONNECTIONDataGridView.AutoResizeColumns() + TBDD_CONNECTIONDataGridView.AutoResizeColumns() Catch ex As Exception MsgBox("Fehler bei Connections laden: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) End Try @@ -178,14 +180,15 @@ Public Class frmConnection Private Sub frmConnection_Shown(sender As Object, e As EventArgs) Handles Me.Shown formloaded = True + load_controls() End Sub - Private Sub TBPM_CONNECTIONBindingSource_AddingNew(sender As Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBPM_CONNECTIONBindingSource.AddingNew + Private Sub TBDD_CONNECTIONBindingSource_AddingNew(sender As Object, e As System.ComponentModel.AddingNewEventArgs) Handles TBDD_CONNECTIONBindingSource.AddingNew DD_DMSLiteDataSet.TBDD_CONNECTION.ERSTELLTWERColumn.DefaultValue = Environment.UserName End Sub - Private Sub TBPM_CONNECTIONBindingSource_PositionChanged(sender As Object, e As EventArgs) Handles TBPM_CONNECTIONBindingSource.PositionChanged - + Private Sub TBDD_CONNECTIONBindingSource_PositionChanged(sender As Object, e As EventArgs) Handles TBDD_CONNECTIONBindingSource.PositionChanged + load_controls() End Sub Private Sub chkOR_ohne_TNS_CheckedChanged(sender As Object, e As EventArgs) Handles chkOR_ohne_TNS.CheckedChanged @@ -200,7 +203,7 @@ Public Class frmConnection End Sub Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click - TBPM_CONNECTIONBindingSource.AddNew() + TBDD_CONNECTIONBindingSource.AddNew() ' Me.grpbx_ConnAdd.Visible = True End Sub @@ -223,15 +226,15 @@ Public Class frmConnection load_connections() End Sub - Private Sub TBPM_CONNECTIONDataGridView_SelectionChanged(sender As Object, e As EventArgs) Handles TBPM_CONNECTIONDataGridView.SelectionChanged + Private Sub TBDD_CONNECTIONDataGridView_SelectionChanged(sender As Object, e As EventArgs) Handles TBDD_CONNECTIONDataGridView.SelectionChanged ' grpbx_ConnAdd.Visible = False End Sub Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click Try Dim i, ID As Integer - i = TBPM_CONNECTIONDataGridView.CurrentRow.Index - ID = TBPM_CONNECTIONDataGridView.Item(0, i).Value + i = TBDD_CONNECTIONDataGridView.CurrentRow.Index + ID = TBDD_CONNECTIONDataGridView.Item(0, i).Value If ID > 0 Then Dim result As MsgBoxResult = MsgBox("Wollen Sie die Connection wirklich löschen?", MsgBoxStyle.YesNo, "Bestätigung erforderlich:") ' wenn Löschen ja @@ -244,4 +247,8 @@ Public Class frmConnection MsgBox("Fehler bei Löschen Connection: " & vbNewLine & ex.Message, MsgBoxStyle.Critical) End Try End Sub + + Private Sub btnMdbLöschen_Click(sender As Object, e As EventArgs) Handles btnMdbLöschen.Click + + End Sub End Class \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb b/app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb index ccd4c26..66c7348 100644 --- a/app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb +++ b/app/DD_PM_WINDREAM/frmControl_Detail.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmControl_Detail Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim SPALTENNAMELabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmControl_Detail)) Dim SPALTEN_HEADERLabel As System.Windows.Forms.Label Dim SPALTENBREITELabel As System.Windows.Forms.Label Dim GUIDLabel As System.Windows.Forms.Label @@ -56,82 +57,50 @@ Partial Class frmControl_Detail ADDED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() - CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).BeginInit - CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).BeginInit - Me.StatusStrip1.SuspendLayout - Me.SuspendLayout + CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip1.SuspendLayout() + Me.SuspendLayout() ' 'SPALTENNAMELabel ' - SPALTENNAMELabel.AutoSize = true - SPALTENNAMELabel.Location = New System.Drawing.Point(12, 51) + resources.ApplyResources(SPALTENNAMELabel, "SPALTENNAMELabel") SPALTENNAMELabel.Name = "SPALTENNAMELabel" - SPALTENNAMELabel.Size = New System.Drawing.Size(117, 13) - SPALTENNAMELabel.TabIndex = 2 - SPALTENNAMELabel.Text = "Spaltenname (intern):" ' 'SPALTEN_HEADERLabel ' - SPALTEN_HEADERLabel.AutoSize = True - SPALTEN_HEADERLabel.Location = New System.Drawing.Point(12, 92) + resources.ApplyResources(SPALTEN_HEADERLabel, "SPALTEN_HEADERLabel") SPALTEN_HEADERLabel.Name = "SPALTEN_HEADERLabel" - SPALTEN_HEADERLabel.Size = New System.Drawing.Size(67, 13) - SPALTEN_HEADERLabel.TabIndex = 3 - SPALTEN_HEADERLabel.Text = "Überschrift:" ' 'SPALTENBREITELabel ' - SPALTENBREITELabel.AutoSize = True - SPALTENBREITELabel.Location = New System.Drawing.Point(12, 133) + resources.ApplyResources(SPALTENBREITELabel, "SPALTENBREITELabel") SPALTENBREITELabel.Name = "SPALTENBREITELabel" - SPALTENBREITELabel.Size = New System.Drawing.Size(40, 13) - SPALTENBREITELabel.TabIndex = 4 - SPALTENBREITELabel.Text = "Breite:" ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(12, 9) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(21, 13) - GUIDLabel.TabIndex = 6 - GUIDLabel.Text = "ID:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(11, 213) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13) - ADDED_WHOLabel.TabIndex = 12 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(164, 213) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13) - ADDED_WHENLabel.TabIndex = 13 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 254) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13) - CHANGED_WHOLabel.TabIndex = 15 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(164, 254) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13) - CHANGED_WHENLabel.TabIndex = 17 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'DD_DMSLiteDataSet ' @@ -151,6 +120,7 @@ Partial Class frmControl_Detail ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing @@ -160,132 +130,98 @@ Partial Class frmControl_Detail Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'SPALTENNAMETextBox ' Me.SPALTENNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENNAME", True)) - Me.SPALTENNAMETextBox.Location = New System.Drawing.Point(15, 67) + resources.ApplyResources(Me.SPALTENNAMETextBox, "SPALTENNAMETextBox") Me.SPALTENNAMETextBox.Name = "SPALTENNAMETextBox" - Me.SPALTENNAMETextBox.Size = New System.Drawing.Size(226, 22) - Me.SPALTENNAMETextBox.TabIndex = 3 ' 'SPALTEN_HEADERTextBox ' - Me.SPALTEN_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTEN_HEADER", true)) - Me.SPALTEN_HEADERTextBox.Location = New System.Drawing.Point(15, 108) + Me.SPALTEN_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTEN_HEADER", True)) + resources.ApplyResources(Me.SPALTEN_HEADERTextBox, "SPALTEN_HEADERTextBox") Me.SPALTEN_HEADERTextBox.Name = "SPALTEN_HEADERTextBox" - Me.SPALTEN_HEADERTextBox.Size = New System.Drawing.Size(226, 22) - Me.SPALTEN_HEADERTextBox.TabIndex = 4 ' 'SPALTENBREITETextBox ' - Me.SPALTENBREITETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENBREITE", true)) - Me.SPALTENBREITETextBox.Location = New System.Drawing.Point(15, 149) + Me.SPALTENBREITETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "SPALTENBREITE", True)) + resources.ApplyResources(Me.SPALTENBREITETextBox, "SPALTENBREITETextBox") Me.SPALTENBREITETextBox.Name = "SPALTENBREITETextBox" - Me.SPALTENBREITETextBox.Size = New System.Drawing.Size(81, 22) - Me.SPALTENBREITETextBox.TabIndex = 5 ' 'GUIDTextBox ' - Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "GUID", true)) - Me.GUIDTextBox.Location = New System.Drawing.Point(15, 25) + Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "GUID", True)) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.ReadOnly = true - Me.GUIDTextBox.Size = New System.Drawing.Size(61, 22) - Me.GUIDTextBox.TabIndex = 7 + Me.GUIDTextBox.ReadOnly = True ' 'READ_ONLYCheckBox ' - Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "READ_ONLY", true)) - Me.READ_ONLYCheckBox.Location = New System.Drawing.Point(15, 177) + Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "READ_ONLY", True)) + resources.ApplyResources(Me.READ_ONLYCheckBox, "READ_ONLYCheckBox") Me.READ_ONLYCheckBox.Name = "READ_ONLYCheckBox" - Me.READ_ONLYCheckBox.Size = New System.Drawing.Size(87, 24) - Me.READ_ONLYCheckBox.TabIndex = 9 - Me.READ_ONLYCheckBox.Text = "Read Only" - Me.READ_ONLYCheckBox.UseVisualStyleBackColor = true + Me.READ_ONLYCheckBox.UseVisualStyleBackColor = True ' 'LOAD_IDX_VALUECheckBox ' - Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "LOAD_IDX_VALUE", true)) - Me.LOAD_IDX_VALUECheckBox.Location = New System.Drawing.Point(108, 177) + Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_CONTROL_TABLEBindingSource, "LOAD_IDX_VALUE", True)) + resources.ApplyResources(Me.LOAD_IDX_VALUECheckBox, "LOAD_IDX_VALUECheckBox") Me.LOAD_IDX_VALUECheckBox.Name = "LOAD_IDX_VALUECheckBox" - Me.LOAD_IDX_VALUECheckBox.Size = New System.Drawing.Size(120, 24) - Me.LOAD_IDX_VALUECheckBox.TabIndex = 11 - Me.LOAD_IDX_VALUECheckBox.Text = "lade Indexdaten" - Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = true + Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = True ' 'btnSave ' Me.btnSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save - Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSave.Location = New System.Drawing.Point(240, 169) + resources.ApplyResources(Me.btnSave, "btnSave") Me.btnSave.Name = "btnSave" - Me.btnSave.Size = New System.Drawing.Size(86, 32) - Me.btnSave.TabIndex = 12 - Me.btnSave.Text = "Speichern" - Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnSave.UseVisualStyleBackColor = true + Me.btnSave.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' - Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHO", true)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(14, 229) + Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHO", True)) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.ReadOnly = true - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(147, 22) - Me.ADDED_WHOTextBox.TabIndex = 13 + Me.ADDED_WHOTextBox.ReadOnly = True ' 'ADDED_WHENTextBox ' - Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHEN", true)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(167, 229) + Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "ADDED_WHEN", True)) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.ReadOnly = true - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(159, 22) - Me.ADDED_WHENTextBox.TabIndex = 14 + Me.ADDED_WHENTextBox.ReadOnly = True ' 'CHANGED_WHOTextBox ' - Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHO", true)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 270) + Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHO", True)) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.ReadOnly = true - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(146, 22) - Me.CHANGED_WHOTextBox.TabIndex = 16 + Me.CHANGED_WHOTextBox.ReadOnly = True ' 'CHANGED_WHENTextBox ' - Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHEN", true)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(167, 270) + Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_CONTROL_TABLEBindingSource, "CHANGED_WHEN", True)) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.ReadOnly = true - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 22) - Me.CHANGED_WHENTextBox.TabIndex = 18 + Me.CHANGED_WHENTextBox.ReadOnly = True ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 309) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(346, 22) - Me.StatusStrip1.TabIndex = 21 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tslblAenderungen ' Me.tslblAenderungen.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_red Me.tslblAenderungen.Name = "tslblAenderungen" - Me.tslblAenderungen.Size = New System.Drawing.Size(153, 17) - Me.tslblAenderungen.Text = "Änderungen gespeichert" - Me.tslblAenderungen.Visible = false + resources.ApplyResources(Me.tslblAenderungen, "tslblAenderungen") ' 'frmControl_Detail ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(346, 331) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) @@ -306,12 +242,10 @@ Partial Class frmControl_Detail Me.Controls.Add(Me.SPALTEN_HEADERTextBox) Me.Controls.Add(SPALTENNAMELabel) Me.Controls.Add(Me.SPALTENNAMETextBox) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.MaximizeBox = false - Me.MinimizeBox = false + Me.MaximizeBox = False + Me.MinimizeBox = False Me.Name = "frmControl_Detail" - Me.Text = "frmControl_Detail" - Me.TopMost = true + Me.TopMost = True CType(Me.DD_DMSLiteDataSet,System.ComponentModel.ISupportInitialize).EndInit CType(Me.TBPM_CONTROL_TABLEBindingSource,System.ComponentModel.ISupportInitialize).EndInit Me.StatusStrip1.ResumeLayout(false) diff --git a/app/DD_PM_WINDREAM/frmControl_Detail.resx b/app/DD_PM_WINDREAM/frmControl_Detail.resx index 74d4199..c365c27 100644 --- a/app/DD_PM_WINDREAM/frmControl_Detail.resx +++ b/app/DD_PM_WINDREAM/frmControl_Detail.resx @@ -120,27 +120,245 @@ False + + + True + + + + 12, 51 + + + 117, 13 + + + 2 + + + Spaltenname (intern): + + + SPALTENNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + False + + True + + + 12, 92 + + + 67, 13 + + + 3 + + + Überschrift: + + + SPALTEN_HEADERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + False + + True + + + 12, 133 + + + 40, 13 + + + 4 + + + Breite: + + + SPALTENBREITELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + False + + True + + + 12, 9 + + + 21, 13 + + + 6 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + False + + True + + + 11, 213 + + + 67, 13 + + + 12 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + False + + True + + + 164, 213 + + + 77, 13 + + + 13 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + False + + True + + + 12, 254 + + + 80, 13 + + + 15 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + False + + True + + + 164, 254 + + + 90, 13 + + + 17 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 17, 17 @@ -153,7 +371,337 @@ 695, 17 + + 15, 67 + + + 226, 22 + + + 3 + + + SPALTENNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + 15, 108 + + + 226, 22 + + + 4 + + + SPALTEN_HEADERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + 15, 149 + + + 81, 22 + + + 5 + + + SPALTENBREITETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + 15, 25 + + + 61, 22 + + + 7 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + + 15, 177 + + + 87, 24 + + + 9 + + + Read Only + + + READ_ONLYCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + 108, 177 + + + 120, 24 + + + 11 + + + lade Indexdaten + + + LOAD_IDX_VALUECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + MiddleLeft + + + 240, 169 + + + 86, 32 + + + 12 + + + Speichern + + + MiddleRight + + + btnSave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 14, 229 + + + 147, 22 + + + 13 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + 167, 229 + + + 159, 22 + + + 14 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 15, 270 + + + 146, 22 + + + 16 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 167, 270 + + + 159, 22 + + + 18 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 1021, 17 + + 153, 17 + + + Änderungen gespeichert + + + False + + + 0, 309 + + + 346, 22 + + + 21 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 346, 331 + + + Segoe UI, 8.25pt + + + frmControl_Detail + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_CONTROL_TABLEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_CONTROL_TABLETableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + tslblAenderungen + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmControl_Detail + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmFormDesigner.Designer.vb b/app/DD_PM_WINDREAM/frmFormDesigner.Designer.vb index 9eeffb3..fc42182 100644 --- a/app/DD_PM_WINDREAM/frmFormDesigner.Designer.vb +++ b/app/DD_PM_WINDREAM/frmFormDesigner.Designer.vb @@ -48,7 +48,7 @@ Partial Class frmFormDesigner Me.btnwidth_plus = New System.Windows.Forms.Button() Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() - Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btndelete = New System.Windows.Forms.Button() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel() @@ -56,7 +56,7 @@ Partial Class frmFormDesigner Me.btnrefresh = New System.Windows.Forms.Button() Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() + Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter() Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components) @@ -68,7 +68,7 @@ Partial Class frmFormDesigner Me.pageFormat.SuspendLayout() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() @@ -364,10 +364,10 @@ Partial Class frmFormDesigner Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' - 'TBPM_CONNECTIONBindingSource + 'TBDD_CONNECTIONBindingSource ' - Me.TBPM_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'btndelete ' @@ -430,9 +430,9 @@ Partial Class frmFormDesigner Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'TBPM_CONNECTIONTableAdapter + 'TBDD_CONNECTIONTableAdapter ' - Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'TBWH_CHECK_PROFILE_CONTROLSBindingSource ' @@ -479,7 +479,7 @@ Partial Class frmFormDesigner Me.pageFormat.PerformLayout() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() @@ -512,8 +512,8 @@ Partial Class frmFormDesigner Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btnVektor As System.Windows.Forms.Button - Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource - Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter + Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents btnCheckbox As System.Windows.Forms.Button Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter diff --git a/app/DD_PM_WINDREAM/frmFormDesigner.resx b/app/DD_PM_WINDREAM/frmFormDesigner.resx index 20ee88e..ac1726e 100644 --- a/app/DD_PM_WINDREAM/frmFormDesigner.resx +++ b/app/DD_PM_WINDREAM/frmFormDesigner.resx @@ -132,7 +132,7 @@ 17, 17 - + 1021, 17 @@ -147,7 +147,7 @@ 731, 17 - + 17, 56 diff --git a/app/DD_PM_WINDREAM/frmFormDesigner.vb b/app/DD_PM_WINDREAM/frmFormDesigner.vb index 72713dd..6a5b15e 100644 --- a/app/DD_PM_WINDREAM/frmFormDesigner.vb +++ b/app/DD_PM_WINDREAM/frmFormDesigner.vb @@ -41,10 +41,10 @@ Public Class frmFormDesigner Try TBPM_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString - TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + TBDD_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString TBWH_CHECK_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString TBPM_CONTROL_TABLETableAdapter.Connection.ConnectionString = MyConnectionString - TBPM_CONNECTIONTableAdapter.Fill(DD_DMSLiteDataSet.TBDD_CONNECTION) + TBDD_CONNECTIONTableAdapter.Fill(DD_DMSLiteDataSet.TBDD_CONNECTION) Catch ex As Exception MsgBox("Fehler bei Laden der Connection-Strings und Grunddaten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") End Try diff --git a/app/DD_PM_WINDREAM/frmKonfig.Designer.vb b/app/DD_PM_WINDREAM/frmKonfig.Designer.vb index 24943a3..eabf5ee 100644 --- a/app/DD_PM_WINDREAM/frmKonfig.Designer.vb +++ b/app/DD_PM_WINDREAM/frmKonfig.Designer.vb @@ -23,6 +23,7 @@ Partial Class frmKonfig _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKonfig)) Me.btnuniversalview = New System.Windows.Forms.Button() Me.Label13 = New System.Windows.Forms.Label() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() @@ -82,21 +83,14 @@ Partial Class frmKonfig ' 'btnuniversalview ' - Me.btnuniversalview.Location = New System.Drawing.Point(589, 22) + resources.ApplyResources(Me.btnuniversalview, "btnuniversalview") Me.btnuniversalview.Name = "btnuniversalview" - Me.btnuniversalview.Size = New System.Drawing.Size(32, 23) - Me.btnuniversalview.TabIndex = 14 - Me.btnuniversalview.Text = "..." Me.btnuniversalview.UseVisualStyleBackColor = True ' 'Label13 ' - Me.Label13.AutoSize = True - Me.Label13.Location = New System.Drawing.Point(6, 3) + resources.ApplyResources(Me.Label13, "Label13") Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(231, 16) - Me.Label13.TabIndex = 12 - Me.Label13.Text = "Installationspfad UniversalViewer:" ' 'OpenFileDialog1 ' @@ -104,55 +98,37 @@ Partial Class frmKonfig ' 'rbuviewer ' - Me.rbuviewer.AutoSize = True - Me.rbuviewer.Location = New System.Drawing.Point(8, 51) + resources.ApplyResources(Me.rbuviewer, "rbuviewer") Me.rbuviewer.Name = "rbuviewer" - Me.rbuviewer.Size = New System.Drawing.Size(158, 20) - Me.rbuviewer.TabIndex = 15 Me.rbuviewer.TabStop = True - Me.rbuviewer.Text = "Use UniversalViewer" Me.rbuviewer.UseVisualStyleBackColor = True ' 'rbwddocview ' - Me.rbwddocview.AutoSize = True - Me.rbwddocview.Location = New System.Drawing.Point(172, 51) + resources.ApplyResources(Me.rbwddocview, "rbwddocview") Me.rbwddocview.Name = "rbwddocview" - Me.rbwddocview.Size = New System.Drawing.Size(180, 20) - Me.rbwddocview.TabIndex = 16 Me.rbwddocview.TabStop = True - Me.rbwddocview.Text = "Use Windream DocView" Me.rbwddocview.UseVisualStyleBackColor = True ' 'btnpdfxchange ' - Me.btnpdfxchange.Location = New System.Drawing.Point(604, 102) + resources.ApplyResources(Me.btnpdfxchange, "btnpdfxchange") Me.btnpdfxchange.Name = "btnpdfxchange" - Me.btnpdfxchange.Size = New System.Drawing.Size(32, 23) - Me.btnpdfxchange.TabIndex = 4 - Me.btnpdfxchange.Text = "..." Me.btnpdfxchange.UseVisualStyleBackColor = True ' 'lblpdfxchange ' - Me.lblpdfxchange.AutoSize = True - Me.lblpdfxchange.Location = New System.Drawing.Point(22, 83) + resources.ApplyResources(Me.lblpdfxchange, "lblpdfxchange") Me.lblpdfxchange.Name = "lblpdfxchange" - Me.lblpdfxchange.Size = New System.Drawing.Size(216, 16) - Me.lblpdfxchange.TabIndex = 17 - Me.lblpdfxchange.Text = "Installationspfad PDF XChange:" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) - Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.TabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TabControl1, "TabControl1") Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 - Me.TabControl1.Size = New System.Drawing.Size(840, 348) - Me.TabControl1.TabIndex = 21 ' 'TabPage1 ' @@ -162,13 +138,8 @@ Partial Class frmKonfig Me.TabPage1.Controls.Add(Me.btnuniversalview) Me.TabPage1.Controls.Add(Me.rbuviewer) Me.TabPage1.Controls.Add(Me.rbwddocview) - Me.TabPage1.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.TabPage1.Location = New System.Drawing.Point(4, 26) + resources.ApplyResources(Me.TabPage1, "TabPage1") Me.TabPage1.Name = "TabPage1" - Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage1.Size = New System.Drawing.Size(832, 318) - Me.TabPage1.TabIndex = 0 - Me.TabPage1.Text = "Darstellung Dateien:" Me.TabPage1.UseVisualStyleBackColor = True ' 'GroupBox1 @@ -184,108 +155,69 @@ Partial Class frmKonfig Me.GroupBox1.Controls.Add(Me.txtSumatra) Me.GroupBox1.Controls.Add(Me.btnpdfxchange) Me.GroupBox1.Controls.Add(Me.lblSumatra) - Me.GroupBox1.Location = New System.Drawing.Point(10, 77) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(659, 234) - Me.GroupBox1.TabIndex = 25 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "PDF-Viewer (optional)" ' 'rbPDF_internal ' - Me.rbPDF_internal.AutoSize = True - Me.rbPDF_internal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.rbPDF_internal.Location = New System.Drawing.Point(7, 30) + resources.ApplyResources(Me.rbPDF_internal, "rbPDF_internal") Me.rbPDF_internal.Name = "rbPDF_internal" - Me.rbPDF_internal.Size = New System.Drawing.Size(185, 21) - Me.rbPDF_internal.TabIndex = 0 Me.rbPDF_internal.TabStop = True - Me.rbPDF_internal.Text = "Internen Viewer benutzen" Me.rbPDF_internal.UseVisualStyleBackColor = True ' 'rbSystem ' - Me.rbSystem.AutoSize = True - Me.rbSystem.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.rbSystem.Location = New System.Drawing.Point(6, 203) + resources.ApplyResources(Me.rbSystem, "rbSystem") Me.rbSystem.Name = "rbSystem" - Me.rbSystem.Size = New System.Drawing.Size(186, 21) - Me.rbSystem.TabIndex = 8 Me.rbSystem.TabStop = True - Me.rbSystem.Text = "Standard-(System) Viewer" Me.rbSystem.UseVisualStyleBackColor = True ' 'btnno_pdf_viewer ' - Me.btnno_pdf_viewer.Location = New System.Drawing.Point(265, 30) + resources.ApplyResources(Me.btnno_pdf_viewer, "btnno_pdf_viewer") Me.btnno_pdf_viewer.Name = "btnno_pdf_viewer" - Me.btnno_pdf_viewer.Size = New System.Drawing.Size(228, 23) - Me.btnno_pdf_viewer.TabIndex = 2 - Me.btnno_pdf_viewer.Text = "Keinen separaten pdf-Viewer" Me.btnno_pdf_viewer.UseVisualStyleBackColor = True ' 'rbSumatra ' - Me.rbSumatra.AutoSize = True - Me.rbSumatra.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.rbSumatra.Location = New System.Drawing.Point(7, 131) + resources.ApplyResources(Me.rbSumatra, "rbSumatra") Me.rbSumatra.Name = "rbSumatra" - Me.rbSumatra.Size = New System.Drawing.Size(284, 21) - Me.rbSumatra.TabIndex = 5 Me.rbSumatra.TabStop = True - Me.rbSumatra.Text = "Sumatra zur Darstellung für pdf-benutzen" Me.rbSumatra.UseVisualStyleBackColor = True ' 'rbPDFX_Change ' - Me.rbPDFX_Change.AutoSize = True - Me.rbPDFX_Change.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.rbPDFX_Change.Location = New System.Drawing.Point(6, 59) + resources.ApplyResources(Me.rbPDFX_Change, "rbPDFX_Change") Me.rbPDFX_Change.Name = "rbPDFX_Change" - Me.rbPDFX_Change.Size = New System.Drawing.Size(318, 21) - Me.rbPDFX_Change.TabIndex = 1 Me.rbPDFX_Change.TabStop = True - Me.rbPDFX_Change.Text = "PDF-XChange zur Darstellung für pdf-benutzen" Me.rbPDFX_Change.UseVisualStyleBackColor = True ' 'btnSumatra ' - Me.btnSumatra.Location = New System.Drawing.Point(604, 174) + resources.ApplyResources(Me.btnSumatra, "btnSumatra") Me.btnSumatra.Name = "btnSumatra" - Me.btnSumatra.Size = New System.Drawing.Size(32, 23) - Me.btnSumatra.TabIndex = 7 - Me.btnSumatra.Text = "..." Me.btnSumatra.UseVisualStyleBackColor = True ' 'txtpdfxchange ' - Me.txtpdfxchange.Location = New System.Drawing.Point(25, 102) + resources.ApplyResources(Me.txtpdfxchange, "txtpdfxchange") Me.txtpdfxchange.Name = "txtpdfxchange" - Me.txtpdfxchange.Size = New System.Drawing.Size(573, 23) - Me.txtpdfxchange.TabIndex = 3 ' 'txtSumatra ' - Me.txtSumatra.Location = New System.Drawing.Point(25, 174) + resources.ApplyResources(Me.txtSumatra, "txtSumatra") Me.txtSumatra.Name = "txtSumatra" - Me.txtSumatra.Size = New System.Drawing.Size(573, 23) - Me.txtSumatra.TabIndex = 6 ' 'lblSumatra ' - Me.lblSumatra.AutoSize = True - Me.lblSumatra.Location = New System.Drawing.Point(22, 155) + resources.ApplyResources(Me.lblSumatra, "lblSumatra") Me.lblSumatra.Name = "lblSumatra" - Me.lblSumatra.Size = New System.Drawing.Size(183, 16) - Me.lblSumatra.TabIndex = 21 - Me.lblSumatra.Text = "Installationspfad Sumatra:" ' 'txtUniversalViewer ' - Me.txtUniversalViewer.Location = New System.Drawing.Point(10, 22) + resources.ApplyResources(Me.txtUniversalViewer, "txtUniversalViewer") Me.txtUniversalViewer.Name = "txtUniversalViewer" - Me.txtUniversalViewer.Size = New System.Drawing.Size(573, 23) - Me.txtUniversalViewer.TabIndex = 13 ' 'TabPage2 ' @@ -301,124 +233,79 @@ Partial Class frmKonfig Me.TabPage2.Controls.Add(Me.BtnConnect) Me.TabPage2.Controls.Add(Me.txtActualConnection) Me.TabPage2.Controls.Add(Me.txtServer) - Me.TabPage2.Location = New System.Drawing.Point(4, 26) + resources.ApplyResources(Me.TabPage2, "TabPage2") Me.TabPage2.Name = "TabPage2" - Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage2.Size = New System.Drawing.Size(832, 318) - Me.TabPage2.TabIndex = 1 - Me.TabPage2.Text = "Datenbankverbindung:" Me.TabPage2.UseVisualStyleBackColor = True ' 'chkbxUserAut ' - Me.chkbxUserAut.AutoSize = True - Me.chkbxUserAut.Location = New System.Drawing.Point(510, 32) + resources.ApplyResources(Me.chkbxUserAut, "chkbxUserAut") Me.chkbxUserAut.Name = "chkbxUserAut" - Me.chkbxUserAut.Size = New System.Drawing.Size(182, 21) - Me.chkbxUserAut.TabIndex = 35 - Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(5, 111) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(164, 17) - Me.Label5.TabIndex = 34 - Me.Label5.Text = "Aktueller ConnectionString:" ' 'cmbDatenbank ' Me.cmbDatenbank.FormattingEnabled = True - Me.cmbDatenbank.Location = New System.Drawing.Point(8, 78) + resources.ApplyResources(Me.cmbDatenbank, "cmbDatenbank") Me.cmbDatenbank.Name = "cmbDatenbank" - Me.cmbDatenbank.Size = New System.Drawing.Size(252, 25) - Me.cmbDatenbank.TabIndex = 27 ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(5, 58) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(73, 17) - Me.Label4.TabIndex = 32 - Me.Label4.Text = "Datenbank:" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(5, 10) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(88, 17) - Me.Label1.TabIndex = 29 - Me.Label1.Text = "Server-Name:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(299, 10) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(93, 17) - Me.Label2.TabIndex = 30 - Me.Label2.Text = "Benutzername:" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(423, 10) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(63, 17) - Me.Label3.TabIndex = 31 - Me.Label3.Text = "Passwort:" ' 'txtUser ' Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtUser.Location = New System.Drawing.Point(302, 30) + resources.ApplyResources(Me.txtUser, "txtUser") Me.txtUser.Name = "txtUser" - Me.txtUser.Size = New System.Drawing.Size(118, 25) - Me.txtUser.TabIndex = 25 ' 'txtPasswort ' Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtPasswort.Location = New System.Drawing.Point(426, 30) + resources.ApplyResources(Me.txtPasswort, "txtPasswort") Me.txtPasswort.Name = "txtPasswort" - Me.txtPasswort.Size = New System.Drawing.Size(64, 25) - Me.txtPasswort.TabIndex = 26 Me.txtPasswort.UseSystemPasswordChar = True ' 'BtnConnect ' Me.BtnConnect.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_save - Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.BtnConnect.Location = New System.Drawing.Point(302, 78) + resources.ApplyResources(Me.BtnConnect, "BtnConnect") Me.BtnConnect.Name = "BtnConnect" - Me.BtnConnect.Size = New System.Drawing.Size(253, 25) - Me.BtnConnect.TabIndex = 28 - Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen" - Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnConnect.UseVisualStyleBackColor = True ' '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) + resources.ApplyResources(Me.txtActualConnection, "txtActualConnection") Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke - Me.txtActualConnection.Location = New System.Drawing.Point(8, 131) Me.txtActualConnection.Name = "txtActualConnection" Me.txtActualConnection.ReadOnly = True - Me.txtActualConnection.Size = New System.Drawing.Size(744, 25) - Me.txtActualConnection.TabIndex = 33 ' 'txtServer ' Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtServer.Location = New System.Drawing.Point(8, 30) + resources.ApplyResources(Me.txtServer, "txtServer") Me.txtServer.Name = "txtServer" - Me.txtServer.Size = New System.Drawing.Size(288, 25) - Me.txtServer.TabIndex = 24 ' 'TabPage3 ' @@ -432,109 +319,68 @@ Partial Class frmKonfig Me.TabPage3.Controls.Add(Me.Button2) Me.TabPage3.Controls.Add(Me.Button1) Me.TabPage3.Controls.Add(Me.btnLogMail) - Me.TabPage3.Location = New System.Drawing.Point(4, 26) + resources.ApplyResources(Me.TabPage3, "TabPage3") Me.TabPage3.Name = "TabPage3" - Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage3.Size = New System.Drawing.Size(832, 318) - Me.TabPage3.TabIndex = 2 - Me.TabPage3.Text = "Weiteres" Me.TabPage3.UseVisualStyleBackColor = True ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Location = New System.Drawing.Point(52, 165) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(55, 17) - Me.Label7.TabIndex = 45 - Me.Label7.Text = "Minuten" ' 'txtIntervall ' Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_PM_WINDREAM.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtIntervall.Location = New System.Drawing.Point(8, 162) + resources.ApplyResources(Me.txtIntervall, "txtIntervall") Me.txtIntervall.Name = "txtIntervall" - Me.txtIntervall.Size = New System.Drawing.Size(38, 25) - Me.txtIntervall.TabIndex = 44 Me.txtIntervall.Text = Global.DD_PM_WINDREAM.My.MySettings.Default.IntervallReminder - Me.txtIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Location = New System.Drawing.Point(5, 142) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(159, 17) - Me.Label6.TabIndex = 43 - Me.Label6.Text = "Intervall Popup-Reminder:" ' 'btnopenlog ' - Me.btnopenlog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnopenlog.Location = New System.Drawing.Point(8, 99) + resources.ApplyResources(Me.btnopenlog, "btnopenlog") Me.btnopenlog.Name = "btnopenlog" - Me.btnopenlog.Size = New System.Drawing.Size(219, 28) - Me.btnopenlog.TabIndex = 42 - Me.btnopenlog.Text = "Öffne Log-Verzeichnis" Me.btnopenlog.UseVisualStyleBackColor = True ' 'chkLogErrorsOnly ' - Me.chkLogErrorsOnly.AutoSize = True - Me.chkLogErrorsOnly.Location = New System.Drawing.Point(506, 28) + resources.ApplyResources(Me.chkLogErrorsOnly, "chkLogErrorsOnly") Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly" - Me.chkLogErrorsOnly.Size = New System.Drawing.Size(117, 21) - Me.chkLogErrorsOnly.TabIndex = 41 - Me.chkLogErrorsOnly.Text = "Log Errors only" Me.chkLogErrorsOnly.UseVisualStyleBackColor = True ' 'Button3 ' - Me.Button3.Location = New System.Drawing.Point(8, 64) + resources.ApplyResources(Me.Button3, "Button3") Me.Button3.Name = "Button3" - Me.Button3.Size = New System.Drawing.Size(219, 29) - Me.Button3.TabIndex = 40 - Me.Button3.Text = "Open Appdata-Folder" Me.Button3.UseVisualStyleBackColor = True ' 'LinkLabel1 ' - Me.LinkLabel1.AutoSize = True - Me.LinkLabel1.Location = New System.Drawing.Point(233, 29) + resources.ApplyResources(Me.LinkLabel1, "LinkLabel1") Me.LinkLabel1.Name = "LinkLabel1" - Me.LinkLabel1.Size = New System.Drawing.Size(166, 17) - Me.LinkLabel1.TabIndex = 39 Me.LinkLabel1.TabStop = True - Me.LinkLabel1.Text = "Support-Portal Digital Data" ' 'Button2 ' - Me.Button2.Location = New System.Drawing.Point(506, 99) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(219, 28) - Me.Button2.TabIndex = 38 - Me.Button2.Text = "List all processes" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' - Me.Button1.Location = New System.Drawing.Point(506, 64) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(219, 29) - Me.Button1.TabIndex = 37 - Me.Button1.Text = "Get Culture Info" Me.Button1.UseVisualStyleBackColor = True ' 'btnLogMail ' Me.btnLogMail.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go - Me.btnLogMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnLogMail.Location = New System.Drawing.Point(8, 17) + resources.ApplyResources(Me.btnLogMail, "btnLogMail") Me.btnLogMail.Name = "btnLogMail" - Me.btnLogMail.Size = New System.Drawing.Size(219, 41) - Me.btnLogMail.TabIndex = 0 - Me.btnLogMail.Text = "Log/Support Mail erzeugen" - Me.btnLogMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnLogMail.UseVisualStyleBackColor = True ' 'DD_DMSLiteDataSet @@ -555,6 +401,7 @@ Partial Class frmKonfig ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing @@ -564,20 +411,15 @@ Partial Class frmKonfig Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'frmKonfig ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(840, 348) Me.Controls.Add(Me.TabControl1) - 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.FixedToolWindow - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmKonfig" - Me.Text = "Konfiguration" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() diff --git a/app/DD_PM_WINDREAM/frmKonfig.resx b/app/DD_PM_WINDREAM/frmKonfig.resx index 9df147d..5f71906 100644 --- a/app/DD_PM_WINDREAM/frmKonfig.resx +++ b/app/DD_PM_WINDREAM/frmKonfig.resx @@ -117,9 +117,1119 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 589, 22 + + + 32, 23 + + + + 14 + + + ... + + + btnuniversalview + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 3 + + + True + + + 6, 3 + + + 231, 16 + + + 12 + + + Installationspfad UniversalViewer: + + + Label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 1 + 17, 17 + + True + + + 8, 51 + + + 158, 20 + + + 15 + + + Use UniversalViewer + + + rbuviewer + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 4 + + + True + + + 172, 51 + + + 180, 20 + + + 16 + + + Use Windream DocView + + + rbwddocview + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 5 + + + 604, 102 + + + 32, 23 + + + 4 + + + ... + + + btnpdfxchange + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + + + True + + + 22, 83 + + + 216, 16 + + + 17 + + + Installationspfad PDF XChange: + + + lblpdfxchange + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 7, 30 + + + 185, 21 + + + 0 + + + Internen Viewer benutzen + + + rbPDF_internal + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 6, 203 + + + 186, 21 + + + 8 + + + Standard-(System) Viewer + + + rbSystem + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + 265, 30 + + + 228, 23 + + + 2 + + + Keinen separaten pdf-Viewer + + + btnno_pdf_viewer + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 7, 131 + + + 284, 21 + + + 5 + + + Sumatra zur Darstellung für pdf-benutzen + + + rbSumatra + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 6, 59 + + + 318, 21 + + + 1 + + + PDF-XChange zur Darstellung für pdf-benutzen + + + rbPDFX_Change + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + 604, 174 + + + 32, 23 + + + 7 + + + ... + + + btnSumatra + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + + + 25, 102 + + + 573, 23 + + + 3 + + + txtpdfxchange + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + 25, 174 + + + 573, 23 + + + 6 + + + txtSumatra + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + + + True + + + 22, 155 + + + 183, 16 + + + 21 + + + Installationspfad Sumatra: + + + lblSumatra + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 10 + + + 10, 77 + + + 659, 234 + + + 25 + + + PDF-Viewer (optional) + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 0 + + + 10, 22 + + + 573, 23 + + + 13 + + + txtUniversalViewer + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 2 + + + Verdana, 9.75pt + + + 4, 26 + + + + 3, 3, 3, 3 + + + 832, 318 + + + 0 + + + Darstellung Dateien: + + + TabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 0 + + + True + + + 510, 32 + + + 182, 21 + + + 35 + + + Windows-Authentifizierung + + + chkbxUserAut + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 0 + + + True + + + 5, 111 + + + 164, 17 + + + 34 + + + Aktueller ConnectionString: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 1 + + + 8, 78 + + + 252, 25 + + + 27 + + + cmbDatenbank + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 2 + + + True + + + 5, 58 + + + 73, 17 + + + 32 + + + Datenbank: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 3 + + + True + + + 5, 10 + + + 88, 17 + + + 29 + + + Server-Name: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 4 + + + True + + + 299, 10 + + + 93, 17 + + + 30 + + + Benutzername: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 5 + + + True + + + 423, 10 + + + 63, 17 + + + 31 + + + Passwort: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 6 + + + 302, 30 + + + 118, 25 + + + 25 + + + txtUser + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 7 + + + 426, 30 + + + 64, 25 + + + 26 + + + txtPasswort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 8 + + + MiddleLeft + + + 302, 78 + + + 253, 25 + + + 28 + + + Verbindung zur Datenbank herstellen + + + MiddleRight + + + BtnConnect + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 9 + + + Top, Left, Right + + + 8, 131 + + + 744, 25 + + + 33 + + + txtActualConnection + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 10 + + + 8, 30 + + + 288, 25 + + + 24 + + + txtServer + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 11 + + + 4, 26 + + + 3, 3, 3, 3 + + + 832, 318 + + + 1 + + + Datenbankverbindung: + + + TabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 1 + + + True + + + 52, 165 + + + 55, 17 + + + 45 + + + Minuten + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 0 + + + 8, 162 + + + 38, 25 + + + 44 + + + Center + + + txtIntervall + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 1 + + + True + + + 5, 142 + + + 159, 17 + + + 43 + + + Intervall Popup-Reminder: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 2 + + + MiddleLeft + + + 8, 99 + + + 219, 28 + + + 42 + + + Öffne Log-Verzeichnis + + + btnopenlog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 3 + + + True + + + 506, 28 + + + 117, 21 + + + 41 + + + Log Errors only + + + chkLogErrorsOnly + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 4 + + + 8, 64 + + + 219, 29 + + + 40 + + + Open Appdata-Folder + + + Button3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 5 + + + True + + + 233, 29 + + + 166, 17 + + + 39 + + + Support-Portal Digital Data + + + LinkLabel1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 6 + + + 506, 99 + + + 219, 28 + + + 38 + + + List all processes + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 7 + + + 506, 64 + + + 219, 29 + + + 37 + + + Get Culture Info + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 8 + + + MiddleLeft + + + 8, 17 + + + 219, 41 + + + 0 + + + Log/Support Mail erzeugen + + + MiddleRight + + + btnLogMail + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 9 + + + 4, 26 + + + 3, 3, 3, 3 + + + 832, 318 + + + 2 + + + Weiteres + + + TabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 2 + + + Fill + + + 0, 0 + + + 840, 348 + + + 21 + + + TabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 159, 17 @@ -132,7 +1242,61 @@ 841, 17 + + True + 200 + + 7, 17 + + + 840, 348 + + + Segoe UI, 9.75pt + + + 3, 4, 3, 4 + + + Konfiguration + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_KONFIGURATIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmKonfig + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmLicense.Designer.vb b/app/DD_PM_WINDREAM/frmLicense.Designer.vb index c26eec5..ebf792c 100644 --- a/app/DD_PM_WINDREAM/frmLicense.Designer.vb +++ b/app/DD_PM_WINDREAM/frmLicense.Designer.vb @@ -23,10 +23,14 @@ Partial Class frmLicense _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLicense)) Me.btnPW_check = New System.Windows.Forms.Button() Me.txtPW = New System.Windows.Forms.TextBox() Me.lblPW = New System.Windows.Forms.Label() Me.grbBoxlicense = New System.Windows.Forms.GroupBox() + Me.Label3 = New System.Windows.Forms.Label() + Me.txtProfile = New System.Windows.Forms.TextBox() + Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.dtp_Gültigkeit = New System.Windows.Forms.DateTimePicker() Me.txtlicensekey = New System.Windows.Forms.TextBox() @@ -39,9 +43,6 @@ Partial Class frmLicense Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.Label2 = New System.Windows.Forms.Label() - Me.txtProfile = New System.Windows.Forms.TextBox() - Me.Label3 = New System.Windows.Forms.Label() Me.grbBoxlicense.SuspendLayout() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() @@ -49,31 +50,20 @@ Partial Class frmLicense ' 'btnPW_check ' - Me.btnPW_check.Location = New System.Drawing.Point(179, 2) - Me.btnPW_check.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.btnPW_check, "btnPW_check") Me.btnPW_check.Name = "btnPW_check" - Me.btnPW_check.Size = New System.Drawing.Size(222, 32) - Me.btnPW_check.TabIndex = 29 - Me.btnPW_check.Text = "Open License Manager" Me.btnPW_check.UseVisualStyleBackColor = True ' 'txtPW ' - Me.txtPW.Location = New System.Drawing.Point(57, 7) - Me.txtPW.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txtPW, "txtPW") Me.txtPW.Name = "txtPW" - Me.txtPW.Size = New System.Drawing.Size(116, 23) - Me.txtPW.TabIndex = 28 Me.txtPW.UseSystemPasswordChar = True ' 'lblPW ' - Me.lblPW.AutoSize = True - Me.lblPW.Location = New System.Drawing.Point(8, 10) + resources.ApplyResources(Me.lblPW, "lblPW") Me.lblPW.Name = "lblPW" - Me.lblPW.Size = New System.Drawing.Size(32, 16) - Me.lblPW.TabIndex = 27 - Me.lblPW.Text = "PW:" ' 'grbBoxlicense ' @@ -88,93 +78,68 @@ Partial Class frmLicense Me.grbBoxlicense.Controls.Add(Me.txtNewlizences) Me.grbBoxlicense.Controls.Add(Me.lblnewlicenses) Me.grbBoxlicense.Controls.Add(Me.lblAktuelleLizenzen) - Me.grbBoxlicense.Location = New System.Drawing.Point(11, 42) - Me.grbBoxlicense.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.grbBoxlicense, "grbBoxlicense") Me.grbBoxlicense.Name = "grbBoxlicense" - Me.grbBoxlicense.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.grbBoxlicense.Size = New System.Drawing.Size(567, 222) - Me.grbBoxlicense.TabIndex = 26 Me.grbBoxlicense.TabStop = False - Me.grbBoxlicense.Text = "Lizenzanzahl ändern (nur Administrator):" - Me.grbBoxlicense.Visible = False + ' + 'Label3 + ' + resources.ApplyResources(Me.Label3, "Label3") + Me.Label3.Name = "Label3" + ' + 'txtProfile + ' + resources.ApplyResources(Me.txtProfile, "txtProfile") + Me.txtProfile.Name = "txtProfile" + ' + 'Label2 + ' + resources.ApplyResources(Me.Label2, "Label2") + Me.Label2.Name = "Label2" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(7, 94) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(65, 16) - Me.Label1.TabIndex = 9 - Me.Label1.Text = "Gültigkeit:" - Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'dtp_Gültigkeit ' Me.dtp_Gültigkeit.Format = System.Windows.Forms.DateTimePickerFormat.[Short] - Me.dtp_Gültigkeit.Location = New System.Drawing.Point(144, 89) + resources.ApplyResources(Me.dtp_Gültigkeit, "dtp_Gültigkeit") Me.dtp_Gültigkeit.Name = "dtp_Gültigkeit" - Me.dtp_Gültigkeit.Size = New System.Drawing.Size(104, 23) - Me.dtp_Gültigkeit.TabIndex = 8 Me.dtp_Gültigkeit.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'txtlicensekey ' - Me.txtlicensekey.Location = New System.Drawing.Point(10, 146) - Me.txtlicensekey.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtlicensekey.Multiline = True + resources.ApplyResources(Me.txtlicensekey, "txtlicensekey") Me.txtlicensekey.Name = "txtlicensekey" - Me.txtlicensekey.Size = New System.Drawing.Size(392, 67) - Me.txtlicensekey.TabIndex = 7 ' 'lblReadKey ' - Me.lblReadKey.AutoSize = True - Me.lblReadKey.Location = New System.Drawing.Point(7, 126) + resources.ApplyResources(Me.lblReadKey, "lblReadKey") Me.lblReadKey.Name = "lblReadKey" - Me.lblReadKey.Size = New System.Drawing.Size(105, 16) - Me.lblReadKey.TabIndex = 6 - Me.lblReadKey.Text = "Neuer Lizenzkey:" ' 'btnnewLicenses ' Me.btnnewLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key_go - Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnnewLicenses.Location = New System.Drawing.Point(420, 94) - Me.btnnewLicenses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.btnnewLicenses, "btnnewLicenses") Me.btnnewLicenses.Name = "btnnewLicenses" - Me.btnnewLicenses.Size = New System.Drawing.Size(141, 38) - Me.btnnewLicenses.TabIndex = 5 - Me.btnnewLicenses.Text = "Erzeuge Key" - Me.btnnewLicenses.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnnewLicenses.UseVisualStyleBackColor = True ' 'txtNewlizences ' - Me.txtNewlizences.Location = New System.Drawing.Point(144, 62) - Me.txtNewlizences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txtNewlizences, "txtNewlizences") Me.txtNewlizences.Name = "txtNewlizences" - Me.txtNewlizences.Size = New System.Drawing.Size(49, 23) - Me.txtNewlizences.TabIndex = 4 - Me.txtNewlizences.Text = "1" ' 'lblnewlicenses ' - Me.lblnewlicenses.AutoSize = True - Me.lblnewlicenses.Location = New System.Drawing.Point(7, 65) + resources.ApplyResources(Me.lblnewlicenses, "lblnewlicenses") Me.lblnewlicenses.Name = "lblnewlicenses" - Me.lblnewlicenses.Size = New System.Drawing.Size(131, 16) - Me.lblnewlicenses.TabIndex = 3 - Me.lblnewlicenses.Text = "Anzahl neue Lizenzen" ' 'lblAktuelleLizenzen ' - Me.lblAktuelleLizenzen.AutoSize = True - Me.lblAktuelleLizenzen.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblAktuelleLizenzen.Location = New System.Drawing.Point(7, 38) + resources.ApplyResources(Me.lblAktuelleLizenzen, "lblAktuelleLizenzen") Me.lblAktuelleLizenzen.Name = "lblAktuelleLizenzen" - Me.lblAktuelleLizenzen.Size = New System.Drawing.Size(65, 16) - Me.lblAktuelleLizenzen.TabIndex = 2 - Me.lblAktuelleLizenzen.Text = "Label13" ' 'DD_DMSLiteDataSet ' @@ -195,6 +160,7 @@ Partial Class frmLicense Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing @@ -204,51 +170,18 @@ Partial Class frmLicense Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'Label2 - ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(259, 65) - Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(91, 16) - Me.Label2.TabIndex = 10 - Me.Label2.Text = "Anzahl Profile:" - ' - 'txtProfile - ' - Me.txtProfile.Location = New System.Drawing.Point(356, 62) - Me.txtProfile.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtProfile.Name = "txtProfile" - Me.txtProfile.Size = New System.Drawing.Size(49, 23) - Me.txtProfile.TabIndex = 11 - Me.txtProfile.Text = "5" - ' - 'Label3 - ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(411, 67) - Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(137, 13) - Me.Label3.TabIndex = 12 - Me.Label3.Text = "Lite (5), Plus (11), Max(99)" - ' 'frmLicense ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(590, 276) Me.Controls.Add(Me.btnPW_check) Me.Controls.Add(Me.txtPW) Me.Controls.Add(Me.lblPW) Me.Controls.Add(Me.grbBoxlicense) - Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmLicense" - Me.Text = "Lizenzmanager" Me.grbBoxlicense.ResumeLayout(False) Me.grbBoxlicense.PerformLayout() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD_PM_WINDREAM/frmLicense.resx b/app/DD_PM_WINDREAM/frmLicense.resx index b9ac78c..918b13d 100644 --- a/app/DD_PM_WINDREAM/frmLicense.resx +++ b/app/DD_PM_WINDREAM/frmLicense.resx @@ -117,6 +117,426 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 179, 2 + + + + 3, 4, 3, 4 + + + 222, 32 + + + + 29 + + + Open License Manager + + + btnPW_check + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + 57, 7 + + + 3, 4, 3, 4 + + + 116, 23 + + + 28 + + + txtPW + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 8, 10 + + + 32, 16 + + + 27 + + + PW: + + + lblPW + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + Tahoma, 8.25pt, style=Italic + + + 411, 67 + + + 137, 13 + + + 12 + + + Lite (5), Plus (11), Max(99) + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 0 + + + 356, 62 + + + 3, 4, 3, 4 + + + 49, 23 + + + 11 + + + 5 + + + txtProfile + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 1 + + + True + + + 259, 65 + + + 91, 16 + + + 10 + + + Anzahl Profile: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 2 + + + True + + + 7, 94 + + + 65, 16 + + + 9 + + + Gültigkeit: + + + TopRight + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 3 + + + 144, 89 + + + 104, 23 + + + 8 + + + dtp_Gültigkeit + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 4 + + + 10, 146 + + + 3, 4, 3, 4 + + + True + + + 392, 67 + + + 7 + + + txtlicensekey + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 5 + + + True + + + 7, 126 + + + 105, 16 + + + 6 + + + Neuer Lizenzkey: + + + lblReadKey + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 6 + + + MiddleLeft + + + 420, 94 + + + 3, 4, 3, 4 + + + 141, 38 + + + 5 + + + Erzeuge Key + + + MiddleRight + + + btnnewLicenses + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 7 + + + 144, 62 + + + 3, 4, 3, 4 + + + 49, 23 + + + 4 + + + 1 + + + txtNewlizences + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 8 + + + True + + + 7, 65 + + + 131, 16 + + + 3 + + + Anzahl neue Lizenzen + + + lblnewlicenses + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 9 + + + True + + + Verdana, 9.75pt, style=Bold + + + 7, 38 + + + 65, 16 + + + 2 + + + Label13 + + + lblAktuelleLizenzen + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 10 + + + 11, 42 + + + 3, 4, 3, 4 + + + 3, 4, 3, 4 + + + 567, 222 + + + 26 + + + Lizenzanzahl ändern (nur Administrator): + + + False + + + grbBoxlicense + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 17, 17 @@ -129,4 +549,52 @@ 699, 17 + + True + + + 7, 16 + + + 590, 276 + + + Tahoma, 9.75pt + + + 3, 4, 3, 4 + + + Lizenzmanager + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_KONFIGURATIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmLicense + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb b/app/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb index f6312cb..0367639 100644 --- a/app/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb +++ b/app/DD_PM_WINDREAM/frmLoginAdmin.Designer.vb @@ -23,6 +23,7 @@ Partial Class frmLoginAdmin _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLoginAdmin)) Me.txtPW = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.btnAbbruch = New System.Windows.Forms.Button() @@ -38,40 +39,26 @@ Partial Class frmLoginAdmin ' 'txtPW ' - Me.txtPW.Location = New System.Drawing.Point(12, 38) + resources.ApplyResources(Me.txtPW, "txtPW") Me.txtPW.Name = "txtPW" - Me.txtPW.Size = New System.Drawing.Size(248, 25) - Me.txtPW.TabIndex = 7 Me.txtPW.UseSystemPasswordChar = True ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(9, 15) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(63, 17) - Me.Label1.TabIndex = 6 - Me.Label1.Text = "Passwort:" ' 'btnAbbruch ' - Me.btnAbbruch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.btnAbbruch, "btnAbbruch") Me.btnAbbruch.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.btnAbbruch.Location = New System.Drawing.Point(98, 87) Me.btnAbbruch.Name = "btnAbbruch" - Me.btnAbbruch.Size = New System.Drawing.Size(81, 33) - Me.btnAbbruch.TabIndex = 5 - Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'btnok ' - Me.btnok.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.btnok.Location = New System.Drawing.Point(185, 87) + resources.ApplyResources(Me.btnok, "btnok") Me.btnok.Name = "btnok" - Me.btnok.Size = New System.Drawing.Size(75, 33) - Me.btnok.TabIndex = 4 - Me.btnok.Text = "Weiter" Me.btnok.UseVisualStyleBackColor = True ' 'DD_DMSLiteDataSet @@ -92,6 +79,7 @@ Partial Class frmLoginAdmin ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing @@ -101,36 +89,28 @@ Partial Class frmLoginAdmin Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'Button1 ' Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow - Me.Button1.Location = New System.Drawing.Point(12, 92) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(75, 23) - Me.Button1.TabIndex = 8 Me.Button1.UseVisualStyleBackColor = True ' 'frmLoginAdmin ' Me.AcceptButton = Me.btnok - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.btnAbbruch - Me.ClientSize = New System.Drawing.Size(281, 122) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.txtPW) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnok) - 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.FixedToolWindow - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmLoginAdmin" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Anmeldung notwendig" CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) diff --git a/app/DD_PM_WINDREAM/frmLoginAdmin.resx b/app/DD_PM_WINDREAM/frmLoginAdmin.resx index b9ac78c..87e776f 100644 --- a/app/DD_PM_WINDREAM/frmLoginAdmin.resx +++ b/app/DD_PM_WINDREAM/frmLoginAdmin.resx @@ -117,6 +117,111 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 38 + + + 248, 25 + + + + 7 + + + txtPW + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 9, 15 + + + 63, 17 + + + 6 + + + Passwort: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + + Bottom, Right + + + 98, 87 + + + 81, 33 + + + 5 + + + Abbruch + + + btnAbbruch + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + Bottom, Right + + + 185, 87 + + + 75, 33 + + + 4 + + + Weiter + + + btnok + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 17, 17 @@ -129,4 +234,76 @@ 699, 17 + + 12, 92 + + + 75, 23 + + + 8 + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 17 + + + 281, 122 + + + Segoe UI, 9.75pt + + + 3, 4, 3, 4 + + + CenterScreen + + + Anmeldung notwendig + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_KONFIGURATIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmLoginAdmin + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb index 825de18..7f8ce7b 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.Designer.vb @@ -22,7 +22,9 @@ Partial Class frmProfileDesigner 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) Dim NAMELabel As System.Windows.Forms.Label Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim WD_SEARCHLabel As System.Windows.Forms.Label @@ -57,14 +59,13 @@ Partial Class frmProfileDesigner Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label Dim WORK_HISTORY_ENTRYLabel As System.Windows.Forms.Label Dim SQL_VIEWLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileDesigner)) Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() @@ -77,7 +78,7 @@ Partial Class frmProfileDesigner Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.VWPM_PROFILE_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.cmbProfiles = New System.Windows.Forms.ToolStripSplitButton() - Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.tstrpbtn_add = New System.Windows.Forms.ToolStripButton() Me.tstrlblSave = New System.Windows.Forms.ToolStripLabel() Me.btnRefreshProfiles = New System.Windows.Forms.ToolStripButton() @@ -95,7 +96,7 @@ Partial Class frmProfileDesigner Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbType = New System.Windows.Forms.ComboBox() - Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.MOVE2FOLDERTextBox = New System.Windows.Forms.TextBox() Me.btnmovetoFolderDialog = New System.Windows.Forms.Button() @@ -155,15 +156,15 @@ Partial Class frmProfileDesigner Me.cmbIndexe2 = New System.Windows.Forms.ComboBox() Me.btnSaveSQLCommand = New System.Windows.Forms.Button() Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnShowConnections = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.cmbConnection = New System.Windows.Forms.ComboBox() - Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource() + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem4 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem4 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem4 = New System.Windows.Forms.ToolStripButton() @@ -192,7 +193,7 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILE_ZuordnungDataGridView = New System.Windows.Forms.DataGridView() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_PROFILE_ZuordnungBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_PROFILE_ZuordnungBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton() @@ -210,8 +211,8 @@ Partial Class frmProfileDesigner Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource() - Me.TBPROFILE_USERBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPROFILE_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() @@ -236,8 +237,9 @@ Partial Class frmProfileDesigner Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TabPage8 = New System.Windows.Forms.TabPage() + Me.Button4 = New System.Windows.Forms.Button() Me.RIGHT_FILE_DELETECheckBox = New System.Windows.Forms.CheckBox() Me.lblSaveUser = New System.Windows.Forms.Label() Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() @@ -249,7 +251,7 @@ Partial Class frmProfileDesigner Me.NAMETextBox1 = New System.Windows.Forms.TextBox() Me.PRENAMETextBox = New System.Windows.Forms.TextBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_USERBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_USERBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() @@ -267,7 +269,7 @@ Partial Class frmProfileDesigner Me.TabPage3 = New System.Windows.Forms.TabPage() Me.Button2 = New System.Windows.Forms.Button() Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() - Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnConnections = New System.Windows.Forms.Button() Me.btnopen_SQLAdmin = New System.Windows.Forms.Button() Me.EMAIL_ACTIVECheckBox = New System.Windows.Forms.CheckBox() @@ -295,8 +297,8 @@ Partial Class frmProfileDesigner Me.DataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn25 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource() - Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator() + Me.TBPM_ERROR_LOGBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBPM_ERROR_LOGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem3 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem3 = New System.Windows.Forms.ToolStripButton() @@ -307,7 +309,7 @@ Partial Class frmProfileDesigner Me.BindingNavigatorMoveNextItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator11 = New System.Windows.Forms.ToolStripSeparator() - Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel() Me.TBPROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter() @@ -317,10 +319,9 @@ Partial Class frmProfileDesigner Me.TBPM_ERROR_LOGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter() Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() - Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource() + Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() - Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() - Me.Button4 = New System.Windows.Forms.Button() + Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() GUIDLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() @@ -379,7 +380,7 @@ Partial Class frmProfileDesigner Me.grbxSystemStamps.SuspendLayout() Me.TabPage10.SuspendLayout() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.SuspendLayout() CType(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() @@ -425,341 +426,182 @@ Partial Class frmProfileDesigner ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(6, 28) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(25, 16) - GUIDLabel.TabIndex = 0 - GUIDLabel.Text = "ID:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Location = New System.Drawing.Point(58, 28) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(80, 16) - NAMELabel.TabIndex = 2 - NAMELabel.Text = "Profil-Name:" ' 'DESCRIPTIONLabel ' - DESCRIPTIONLabel.AutoSize = True - DESCRIPTIONLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DESCRIPTIONLabel.Location = New System.Drawing.Point(277, 58) + resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" - DESCRIPTIONLabel.Size = New System.Drawing.Size(89, 16) - DESCRIPTIONLabel.TabIndex = 6 - DESCRIPTIONLabel.Text = "Beschreibung:" ' 'WD_SEARCHLabel ' - WD_SEARCHLabel.AutoSize = True - WD_SEARCHLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - WD_SEARCHLabel.Location = New System.Drawing.Point(277, 103) + resources.ApplyResources(WD_SEARCHLabel, "WD_SEARCHLabel") WD_SEARCHLabel.Name = "WD_SEARCHLabel" - WD_SEARCHLabel.Size = New System.Drawing.Size(112, 16) - WD_SEARCHLabel.TabIndex = 8 - WD_SEARCHLabel.Text = "Windream-Suche:" ' 'PRIORITYLabel ' - PRIORITYLabel.AutoSize = True - PRIORITYLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - PRIORITYLabel.Location = New System.Drawing.Point(971, 58) + resources.ApplyResources(PRIORITYLabel, "PRIORITYLabel") PRIORITYLabel.Name = "PRIORITYLabel" - PRIORITYLabel.Size = New System.Drawing.Size(58, 16) - PRIORITYLabel.TabIndex = 16 - PRIORITYLabel.Text = "Priorität:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(277, 335) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(78, 16) - ADDED_WHOLabel.TabIndex = 18 - ADDED_WHOLabel.Text = "Erstellt wer:" AddHandler ADDED_WHOLabel.Click, AddressOf Me.ADDED_WHOLabel_Click ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(444, 335) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(87, 16) - ADDED_WHENLabel.TabIndex = 20 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(609, 335) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(91, 16) - CHANGED_WHOLabel.TabIndex = 22 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(775, 335) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(100, 16) - CHANGED_WHENLabel.TabIndex = 24 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'FINAL_TEXTLabel ' - FINAL_TEXTLabel.AutoSize = True - FINAL_TEXTLabel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - FINAL_TEXTLabel.Location = New System.Drawing.Point(12, 49) + resources.ApplyResources(FINAL_TEXTLabel, "FINAL_TEXTLabel") FINAL_TEXTLabel.Name = "FINAL_TEXTLabel" - FINAL_TEXTLabel.Size = New System.Drawing.Size(272, 16) - FINAL_TEXTLabel.TabIndex = 26 - FINAL_TEXTLabel.Text = "Finaler Bestätigungstext auf Abschluss-Button:" ' 'TITLELabel ' - TITLELabel.AutoSize = True - TITLELabel.Location = New System.Drawing.Point(507, 29) + resources.ApplyResources(TITLELabel, "TITLELabel") TITLELabel.Name = "TITLELabel" - TITLELabel.Size = New System.Drawing.Size(38, 16) - TITLELabel.TabIndex = 27 - TITLELabel.Text = "Titel:" ' 'INTERVALL_CKECK_NO_OF_FILESLabel ' - INTERVALL_CKECK_NO_OF_FILESLabel.AutoSize = True - INTERVALL_CKECK_NO_OF_FILESLabel.Location = New System.Drawing.Point(18, 14) + resources.ApplyResources(INTERVALL_CKECK_NO_OF_FILESLabel, "INTERVALL_CKECK_NO_OF_FILESLabel") INTERVALL_CKECK_NO_OF_FILESLabel.Name = "INTERVALL_CKECK_NO_OF_FILESLabel" - INTERVALL_CKECK_NO_OF_FILESLabel.Size = New System.Drawing.Size(301, 16) - INTERVALL_CKECK_NO_OF_FILESLabel.TabIndex = 0 - INTERVALL_CKECK_NO_OF_FILESLabel.Text = "Intervall zur Überprüfung Anzahl Dateien pro Profil:" ' 'GEAENDERTWERLabel ' - GEAENDERTWERLabel.AutoSize = True - GEAENDERTWERLabel.Location = New System.Drawing.Point(646, 284) + resources.ApplyResources(GEAENDERTWERLabel, "GEAENDERTWERLabel") GEAENDERTWERLabel.Name = "GEAENDERTWERLabel" - GEAENDERTWERLabel.Size = New System.Drawing.Size(91, 16) - GEAENDERTWERLabel.TabIndex = 2 - GEAENDERTWERLabel.Text = "Geändert wer:" ' 'GEAENDERTWANNLabel ' - GEAENDERTWANNLabel.AutoSize = True - GEAENDERTWANNLabel.Location = New System.Drawing.Point(646, 329) + resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" - GEAENDERTWANNLabel.Size = New System.Drawing.Size(100, 16) - GEAENDERTWANNLabel.TabIndex = 4 - GEAENDERTWANNLabel.Text = "Geändert wann:" ' 'EMAIL_FROMLabel ' - EMAIL_FROMLabel.AutoSize = True - EMAIL_FROMLabel.Location = New System.Drawing.Point(6, 23) + resources.ApplyResources(EMAIL_FROMLabel, "EMAIL_FROMLabel") EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" - EMAIL_FROMLabel.Size = New System.Drawing.Size(79, 16) - EMAIL_FROMLabel.TabIndex = 8 - EMAIL_FROMLabel.Text = "e-Mail from:" ' 'EMAIL_SMTPLabel ' - EMAIL_SMTPLabel.AutoSize = True - EMAIL_SMTPLabel.Location = New System.Drawing.Point(7, 68) + resources.ApplyResources(EMAIL_SMTPLabel, "EMAIL_SMTPLabel") EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" - EMAIL_SMTPLabel.Size = New System.Drawing.Size(89, 16) - EMAIL_SMTPLabel.TabIndex = 10 - EMAIL_SMTPLabel.Text = "SMTP-Server:" ' 'EMAIL_USERLabel ' - EMAIL_USERLabel.AutoSize = True - EMAIL_USERLabel.Location = New System.Drawing.Point(6, 113) + resources.ApplyResources(EMAIL_USERLabel, "EMAIL_USERLabel") EMAIL_USERLabel.Name = "EMAIL_USERLabel" - EMAIL_USERLabel.Size = New System.Drawing.Size(78, 16) - EMAIL_USERLabel.TabIndex = 12 - EMAIL_USERLabel.Text = "e-Mail User:" ' 'EMAIL_PWLabel ' - EMAIL_PWLabel.AutoSize = True - EMAIL_PWLabel.Location = New System.Drawing.Point(304, 113) + resources.ApplyResources(EMAIL_PWLabel, "EMAIL_PWLabel") EMAIL_PWLabel.Name = "EMAIL_PWLabel" - EMAIL_PWLabel.Size = New System.Drawing.Size(107, 16) - EMAIL_PWLabel.TabIndex = 14 - EMAIL_PWLabel.Text = "e-Mail Password:" ' 'EMAIL_REMINDER_HEADERLabel ' - EMAIL_REMINDER_HEADERLabel.AutoSize = True - EMAIL_REMINDER_HEADERLabel.Location = New System.Drawing.Point(7, 158) + resources.ApplyResources(EMAIL_REMINDER_HEADERLabel, "EMAIL_REMINDER_HEADERLabel") EMAIL_REMINDER_HEADERLabel.Name = "EMAIL_REMINDER_HEADERLabel" - EMAIL_REMINDER_HEADERLabel.Size = New System.Drawing.Size(257, 16) - EMAIL_REMINDER_HEADERLabel.TabIndex = 16 - EMAIL_REMINDER_HEADERLabel.Text = "e-Mail Header-Meldung - nur für Reminder:" ' 'EMAIL_REMINDER_FOOTERLabel ' - EMAIL_REMINDER_FOOTERLabel.AutoSize = True - EMAIL_REMINDER_FOOTERLabel.Location = New System.Drawing.Point(7, 239) + resources.ApplyResources(EMAIL_REMINDER_FOOTERLabel, "EMAIL_REMINDER_FOOTERLabel") EMAIL_REMINDER_FOOTERLabel.Name = "EMAIL_REMINDER_FOOTERLabel" - EMAIL_REMINDER_FOOTERLabel.Size = New System.Drawing.Size(200, 16) - EMAIL_REMINDER_FOOTERLabel.TabIndex = 18 - EMAIL_REMINDER_FOOTERLabel.Text = "e-Mail Footer - nur für Reminder:" ' 'Label12 ' - Label12.AutoSize = True - Label12.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Label12.Location = New System.Drawing.Point(712, 151) + resources.ApplyResources(Label12, "Label12") Label12.Name = "Label12" - Label12.Size = New System.Drawing.Size(409, 32) - Label12.TabIndex = 80 - Label12.Text = "Bitte wählen Sie hier den Vektor-Index den Sie für die Kennzeichnung " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "der PM-Ind" & - "izes verwenden wollen:" ' 'Label7 ' - Label7.AutoSize = True - Label7.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Label7.Location = New System.Drawing.Point(712, 213) + resources.ApplyResources(Label7, "Label7") Label7.Name = "Label7" - Label7.Size = New System.Drawing.Size(364, 32) - Label7.TabIndex = 82 - Label7.Text = "Bitte wählen Sie hier den Vektor-Index den Sie für das Loggen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "der Wertänderungen" & - " nutzen wollen:" ' 'VEKTOR_DELIMITERLabel ' - VEKTOR_DELIMITERLabel.AutoSize = True - VEKTOR_DELIMITERLabel.Location = New System.Drawing.Point(18, 64) + resources.ApplyResources(VEKTOR_DELIMITERLabel, "VEKTOR_DELIMITERLabel") VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" - VEKTOR_DELIMITERLabel.Size = New System.Drawing.Size(158, 16) - VEKTOR_DELIMITERLabel.TabIndex = 13 - VEKTOR_DELIMITERLabel.Text = "Trenner für Vektorinhalte:" ' 'ToolStripButton4 ' ToolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right ToolStripButton4.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user_red - ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(ToolStripButton4, "ToolStripButton4") ToolStripButton4.Name = "ToolStripButton4" - ToolStripButton4.Size = New System.Drawing.Size(134, 22) - ToolStripButton4.Text = "AD-User hinzufügen" AddHandler ToolStripButton4.Click, AddressOf Me.ToolStripButton4_Click ' 'GUIDLabel1 ' - GUIDLabel1.AutoSize = True - GUIDLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel1.Location = New System.Drawing.Point(6, 3) + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(23, 14) - GUIDLabel1.TabIndex = 0 - GUIDLabel1.Text = "ID:" ' 'PRENAMELabel ' - PRENAMELabel.AutoSize = True - PRENAMELabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - PRENAMELabel.Location = New System.Drawing.Point(68, 3) + resources.ApplyResources(PRENAMELabel, "PRENAMELabel") PRENAMELabel.Name = "PRENAMELabel" - PRENAMELabel.Size = New System.Drawing.Size(60, 14) - PRENAMELabel.TabIndex = 2 - PRENAMELabel.Text = "Vorname:" ' 'NAMELabel1 ' - NAMELabel1.AutoSize = True - NAMELabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - NAMELabel1.Location = New System.Drawing.Point(265, 3) + resources.ApplyResources(NAMELabel1, "NAMELabel1") NAMELabel1.Name = "NAMELabel1" - NAMELabel1.Size = New System.Drawing.Size(68, 14) - NAMELabel1.TabIndex = 4 - NAMELabel1.Text = "Nachname:" ' 'USERNAMELabel ' - USERNAMELabel.AutoSize = True - USERNAMELabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - USERNAMELabel.Location = New System.Drawing.Point(517, 3) + resources.ApplyResources(USERNAMELabel, "USERNAMELabel") USERNAMELabel.Name = "USERNAMELabel" - USERNAMELabel.Size = New System.Drawing.Size(65, 14) - USERNAMELabel.TabIndex = 6 - USERNAMELabel.Text = "Username:" ' 'EMAILLabel ' - EMAILLabel.AutoSize = True - EMAILLabel.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - EMAILLabel.Location = New System.Drawing.Point(68, 48) + resources.ApplyResources(EMAILLabel, "EMAILLabel") EMAILLabel.Name = "EMAILLabel" - EMAILLabel.Size = New System.Drawing.Size(38, 14) - EMAILLabel.TabIndex = 8 - EMAILLabel.Text = "Email:" ' 'ADDED_WHOLabel1 ' - ADDED_WHOLabel1.AutoSize = True - ADDED_WHOLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel1.Location = New System.Drawing.Point(68, 139) + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(73, 14) - ADDED_WHOLabel1.TabIndex = 11 - ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'ADDED_WHENLabel1 ' - ADDED_WHENLabel1.AutoSize = True - ADDED_WHENLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel1.Location = New System.Drawing.Point(68, 94) + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ADDED_WHENLabel1.Size = New System.Drawing.Size(78, 14) - ADDED_WHENLabel1.TabIndex = 13 - ADDED_WHENLabel1.Text = "Erstellt wann" ' 'CHANGED_WHOLabel1 ' - CHANGED_WHOLabel1.AutoSize = True - CHANGED_WHOLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel1.Location = New System.Drawing.Point(265, 139) + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(87, 14) - CHANGED_WHOLabel1.TabIndex = 15 - CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'CHANGED_WHENLabel1 ' - CHANGED_WHENLabel1.AutoSize = True - CHANGED_WHENLabel1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel1.Location = New System.Drawing.Point(265, 94) + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - CHANGED_WHENLabel1.Size = New System.Drawing.Size(96, 14) - CHANGED_WHENLabel1.TabIndex = 17 - CHANGED_WHENLabel1.Text = "Geändert wann:" ' 'WORK_HISTORY_ENTRYLabel ' - WORK_HISTORY_ENTRYLabel.AutoSize = True - WORK_HISTORY_ENTRYLabel.Location = New System.Drawing.Point(6, 3) + resources.ApplyResources(WORK_HISTORY_ENTRYLabel, "WORK_HISTORY_ENTRYLabel") WORK_HISTORY_ENTRYLabel.Name = "WORK_HISTORY_ENTRYLabel" - WORK_HISTORY_ENTRYLabel.Size = New System.Drawing.Size(142, 16) - WORK_HISTORY_ENTRYLabel.TabIndex = 0 - WORK_HISTORY_ENTRYLabel.Text = "Historisierungs-Eintrag:" ' 'SQL_VIEWLabel ' - SQL_VIEWLabel.AutoSize = True - SQL_VIEWLabel.Location = New System.Drawing.Point(6, 48) + resources.ApplyResources(SQL_VIEWLabel, "SQL_VIEWLabel") SQL_VIEWLabel.Name = "SQL_VIEWLabel" - SQL_VIEWLabel.Size = New System.Drawing.Size(129, 16) - SQL_VIEWLabel.TabIndex = 6 - SQL_VIEWLabel.Text = "SQL für Profilansicht:" ' 'DD_DMSLiteDataSet ' @@ -770,8 +612,8 @@ Partial Class frmProfileDesigner ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing - Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing @@ -795,87 +637,64 @@ Partial Class frmProfileDesigner 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" - Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" - Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" - Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' 'BindingNavigatorPositionItem ' - Me.BindingNavigatorPositionItem.AccessibleName = "Position" - Me.BindingNavigatorPositionItem.AutoSize = False + resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" - Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(58, 23) - Me.BindingNavigatorPositionItem.Text = "0" - Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(88, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Profilen" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" - Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" - Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" - Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" - Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'VWPM_PROFILE_USERBindingNavigatorSaveItem ' Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Image = CType(resources.GetObject("VWPM_PROFILE_USERBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, "VWPM_PROFILE_USERBindingNavigatorSaveItem") Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Name = "VWPM_PROFILE_USERBindingNavigatorSaveItem" - Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Text = "Daten speichern" ' 'cmbProfiles ' Me.cmbProfiles.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.cmbProfiles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text - Me.cmbProfiles.Image = CType(resources.GetObject("cmbProfiles.Image"), System.Drawing.Image) - Me.cmbProfiles.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.cmbProfiles, "cmbProfiles") Me.cmbProfiles.Name = "cmbProfiles" - Me.cmbProfiles.Size = New System.Drawing.Size(122, 22) - Me.cmbProfiles.Text = "Kein Profil gewählt" ' 'TBPM_PROFILEBindingNavigator ' @@ -885,25 +704,20 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILEBindingNavigator.CountItemFormat = "von {0} Profilen" Me.TBPM_PROFILEBindingNavigator.DeleteItem = Nothing Me.TBPM_PROFILEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, Me.cmbProfiles, Me.tstrpbtn_add, Me.tstrlblSave, Me.btnRefreshProfiles, Me.ToolStripSeparator1, Me.tsbtnDesigner_open, Me.ToolStripSeparator2, Me.tsbtnProfilkopieren, Me.ToolStripSeparator3, Me.tsbtndeleteProfil}) - Me.TBPM_PROFILEBindingNavigator.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.TBPM_PROFILEBindingNavigator, "TBPM_PROFILEBindingNavigator") Me.TBPM_PROFILEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPM_PROFILEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPM_PROFILEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPM_PROFILEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPM_PROFILEBindingNavigator.Name = "TBPM_PROFILEBindingNavigator" Me.TBPM_PROFILEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPM_PROFILEBindingNavigator.Size = New System.Drawing.Size(1244, 25) - Me.TBPM_PROFILEBindingNavigator.TabIndex = 0 - Me.TBPM_PROFILEBindingNavigator.Text = "BindingNavigator1" ' 'tstrpbtn_add ' Me.tstrpbtn_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tstrpbtn_add.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - Me.tstrpbtn_add.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tstrpbtn_add, "tstrpbtn_add") Me.tstrpbtn_add.Name = "tstrpbtn_add" - Me.tstrpbtn_add.Size = New System.Drawing.Size(23, 22) - Me.tstrpbtn_add.Text = "Hinzufügen" ' 'tstrlblSave ' @@ -912,148 +726,103 @@ Partial Class frmProfileDesigner Me.tstrlblSave.ForeColor = System.Drawing.Color.Crimson Me.tstrlblSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.asterisk_yellow Me.tstrlblSave.Name = "tstrlblSave" - Me.tstrlblSave.Size = New System.Drawing.Size(256, 22) - Me.tstrlblSave.Text = "Änderungen wurden erfolgreich gespeichert" + resources.ApplyResources(Me.tstrlblSave, "tstrlblSave") ' 'btnRefreshProfiles ' Me.btnRefreshProfiles.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG - Me.btnRefreshProfiles.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.btnRefreshProfiles, "btnRefreshProfiles") Me.btnRefreshProfiles.Name = "btnRefreshProfiles" - Me.btnRefreshProfiles.Size = New System.Drawing.Size(95, 22) - Me.btnRefreshProfiles.Text = "Aktualisieren" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'tsbtnDesigner_open ' - Me.tsbtnDesigner_open.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.tsbtnDesigner_open, "tsbtnDesigner_open") Me.tsbtnDesigner_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.application_form_edit - Me.tsbtnDesigner_open.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnDesigner_open.Name = "tsbtnDesigner_open" - Me.tsbtnDesigner_open.Size = New System.Drawing.Size(163, 22) - Me.tsbtnDesigner_open.Text = "Open Formular Designer" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' 'tsbtnProfilkopieren ' Me.tsbtnProfilkopieren.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_copy - Me.tsbtnProfilkopieren.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.tsbtnProfilkopieren.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnProfilkopieren, "tsbtnProfilkopieren") Me.tsbtnProfilkopieren.Name = "tsbtnProfilkopieren" - Me.tsbtnProfilkopieren.Size = New System.Drawing.Size(104, 22) - Me.tsbtnProfilkopieren.Text = "Profil kopieren" - Me.tsbtnProfilkopieren.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' 'tsbtndeleteProfil ' Me.tsbtndeleteProfil.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 - Me.tsbtndeleteProfil.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.tsbtndeleteProfil.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtndeleteProfil, "tsbtndeleteProfil") Me.tsbtndeleteProfil.Name = "tsbtndeleteProfil" - Me.tsbtndeleteProfil.Size = New System.Drawing.Size(71, 22) - Me.tsbtndeleteProfil.Text = "Löschen" - Me.tsbtndeleteProfil.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(277, 12) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(67, 16) - Me.Label2.TabIndex = 77 - Me.Label2.Text = "Objekttyp:" ' 'cmbObjekttypen ' Me.cmbObjekttypen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_OBJECTTYPE", True)) - Me.cmbObjekttypen.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbObjekttypen, "cmbObjekttypen") Me.cmbObjekttypen.FormattingEnabled = True - Me.cmbObjekttypen.Location = New System.Drawing.Point(280, 31) Me.cmbObjekttypen.Name = "cmbObjekttypen" - Me.cmbObjekttypen.Size = New System.Drawing.Size(420, 24) - Me.cmbObjekttypen.TabIndex = 3 ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.FINAL_PROFILECheckBox) Me.GroupBox4.Controls.Add(FINAL_TEXTLabel) Me.GroupBox4.Controls.Add(Me.FINAL_TEXTTextBox) - Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.GroupBox4, "GroupBox4") Me.GroupBox4.ForeColor = System.Drawing.Color.DarkRed - Me.GroupBox4.Location = New System.Drawing.Point(280, 151) Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.Size = New System.Drawing.Size(420, 100) - Me.GroupBox4.TabIndex = 75 Me.GroupBox4.TabStop = False - Me.GroupBox4.Text = "Alternativer Abschlusstext:" ' 'FINAL_PROFILECheckBox ' Me.FINAL_PROFILECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "FINAL_PROFILE", True)) - Me.FINAL_PROFILECheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.FINAL_PROFILECheckBox.Location = New System.Drawing.Point(15, 22) + resources.ApplyResources(Me.FINAL_PROFILECheckBox, "FINAL_PROFILECheckBox") Me.FINAL_PROFILECheckBox.Name = "FINAL_PROFILECheckBox" - Me.FINAL_PROFILECheckBox.Size = New System.Drawing.Size(104, 24) - Me.FINAL_PROFILECheckBox.TabIndex = 0 - Me.FINAL_PROFILECheckBox.Text = "Ja/Nein" Me.FINAL_PROFILECheckBox.UseVisualStyleBackColor = True ' 'FINAL_TEXTTextBox ' Me.FINAL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "FINAL_TEXT", True)) - Me.FINAL_TEXTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.FINAL_TEXTTextBox.Location = New System.Drawing.Point(15, 71) + resources.ApplyResources(Me.FINAL_TEXTTextBox, "FINAL_TEXTTextBox") Me.FINAL_TEXTTextBox.Name = "FINAL_TEXTTextBox" - Me.FINAL_TEXTTextBox.Size = New System.Drawing.Size(392, 23) - Me.FINAL_TEXTTextBox.TabIndex = 1 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.cmbType) - Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox2.Location = New System.Drawing.Point(280, 257) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(420, 71) - Me.GroupBox2.TabIndex = 74 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Type:" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(6, 19) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(156, 14) - Me.Label1.TabIndex = 72 - Me.Label1.Text = "Definiert die Art des Profils:" ' 'cmbType ' Me.cmbType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILEBindingSource, "TYPE", True)) Me.cmbType.DataSource = Me.TBPM_TYPEBindingSource Me.cmbType.DisplayMember = "BEZEICHNUNG" - Me.cmbType.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbType, "cmbType") Me.cmbType.FormattingEnabled = True - Me.cmbType.Location = New System.Drawing.Point(9, 41) Me.cmbType.Name = "cmbType" - Me.cmbType.Size = New System.Drawing.Size(259, 24) - Me.cmbType.TabIndex = 0 Me.cmbType.ValueMember = "GUID" ' 'TBPM_TYPEBindingSource @@ -1065,166 +834,112 @@ Partial Class frmProfileDesigner ' Me.GroupBox3.Controls.Add(Me.MOVE2FOLDERTextBox) Me.GroupBox3.Controls.Add(Me.btnmovetoFolderDialog) - Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox3.Location = New System.Drawing.Point(9, 23) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(1007, 57) - Me.GroupBox3.TabIndex = 73 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Wählen Sie hier einen Ordner in windream, in welchen die Datei, nach erfolgreiche" & - "r Indexierung verschoben werden soll:" ' 'MOVE2FOLDERTextBox ' Me.MOVE2FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "MOVE2FOLDER", True)) - Me.MOVE2FOLDERTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.MOVE2FOLDERTextBox.Location = New System.Drawing.Point(9, 21) + resources.ApplyResources(Me.MOVE2FOLDERTextBox, "MOVE2FOLDERTextBox") Me.MOVE2FOLDERTextBox.Name = "MOVE2FOLDERTextBox" - Me.MOVE2FOLDERTextBox.Size = New System.Drawing.Size(862, 23) - Me.MOVE2FOLDERTextBox.TabIndex = 0 ' 'btnmovetoFolderDialog ' - Me.btnmovetoFolderDialog.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnmovetoFolderDialog.Location = New System.Drawing.Point(877, 19) + resources.ApplyResources(Me.btnmovetoFolderDialog, "btnmovetoFolderDialog") Me.btnmovetoFolderDialog.Name = "btnmovetoFolderDialog" - Me.btnmovetoFolderDialog.Size = New System.Drawing.Size(29, 23) - Me.btnmovetoFolderDialog.TabIndex = 72 - Me.btnmovetoFolderDialog.Text = "..." Me.btnmovetoFolderDialog.UseVisualStyleBackColor = True ' 'PRIORITYNumericUpDown ' Me.PRIORITYNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_PROFILEBindingSource, "PRIORITY", True)) - Me.PRIORITYNumericUpDown.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.PRIORITYNumericUpDown.Location = New System.Drawing.Point(974, 78) + resources.ApplyResources(Me.PRIORITYNumericUpDown, "PRIORITYNumericUpDown") Me.PRIORITYNumericUpDown.Name = "PRIORITYNumericUpDown" - Me.PRIORITYNumericUpDown.Size = New System.Drawing.Size(55, 23) - Me.PRIORITYNumericUpDown.TabIndex = 5 ' 'btnopenSuche ' - Me.btnopenSuche.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnopenSuche, "btnopenSuche") Me.btnopenSuche.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_green - Me.btnopenSuche.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnopenSuche.Location = New System.Drawing.Point(1035, 115) Me.btnopenSuche.Name = "btnopenSuche" - Me.btnopenSuche.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2) - Me.btnopenSuche.Size = New System.Drawing.Size(115, 36) - Me.btnopenSuche.TabIndex = 49 - Me.btnopenSuche.Text = "Teste Suche" - Me.btnopenSuche.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnopenSuche.UseVisualStyleBackColor = True ' 'btnWDSuche ' - Me.btnWDSuche.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnWDSuche.Location = New System.Drawing.Point(973, 122) + resources.ApplyResources(Me.btnWDSuche, "btnWDSuche") Me.btnWDSuche.Name = "btnWDSuche" - Me.btnWDSuche.Size = New System.Drawing.Size(56, 23) - Me.btnWDSuche.TabIndex = 29 - Me.btnWDSuche.Text = "..." Me.btnWDSuche.UseVisualStyleBackColor = True ' 'TITLETextBox ' Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TITLE", True)) - Me.TITLETextBox.Location = New System.Drawing.Point(510, 48) + resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") Me.TITLETextBox.Name = "TITLETextBox" - Me.TITLETextBox.Size = New System.Drawing.Size(468, 23) - Me.TITLETextBox.TabIndex = 1 ' 'PROFILGUIDTextBox ' Me.PROFILGUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "GUID", True)) - Me.PROFILGUIDTextBox.Location = New System.Drawing.Point(9, 47) + resources.ApplyResources(Me.PROFILGUIDTextBox, "PROFILGUIDTextBox") Me.PROFILGUIDTextBox.Name = "PROFILGUIDTextBox" Me.PROFILGUIDTextBox.ReadOnly = True - Me.PROFILGUIDTextBox.Size = New System.Drawing.Size(38, 23) - Me.PROFILGUIDTextBox.TabIndex = 1 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(61, 47) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(443, 23) - Me.NAMETextBox.TabIndex = 0 ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DESCRIPTION", True)) - Me.DESCRIPTIONTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(280, 77) + resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" - Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(685, 23) - Me.DESCRIPTIONTextBox.TabIndex = 4 ' 'WD_SEARCHTextBox ' Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_SEARCH", True)) - Me.WD_SEARCHTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(280, 122) + resources.ApplyResources(Me.WD_SEARCHTextBox, "WD_SEARCHTextBox") Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" - Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(688, 23) - Me.WD_SEARCHTextBox.TabIndex = 6 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.BackColor = System.Drawing.SystemColors.ControlLightLight Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(987, 47) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(65, 24) - Me.ACTIVECheckBox.TabIndex = 2 - Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = False ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(280, 354) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(158, 23) - Me.ADDED_WHOTextBox.TabIndex = 19 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(447, 354) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(158, 23) - Me.ADDED_WHENTextBox.TabIndex = 21 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(611, 354) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(161, 23) - Me.CHANGED_WHOTextBox.TabIndex = 23 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(778, 354) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(161, 23) - Me.CHANGED_WHENTextBox.TabIndex = 25 ' 'dlgWindreamsuche ' - Me.dlgWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" + resources.ApplyResources(Me.dlgWindreamsuche, "dlgWindreamsuche") Me.dlgWindreamsuche.RestoreDirectory = True - Me.dlgWindreamsuche.Title = "windream-Suche wählen" ' 'TBPM_TYPETableAdapter ' @@ -1236,12 +951,9 @@ Partial Class frmProfileDesigner Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) - Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.TabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TabControl1, "TabControl1") Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 - Me.TabControl1.Size = New System.Drawing.Size(1258, 586) - Me.TabControl1.TabIndex = 3 ' 'TabPage1 ' @@ -1254,30 +966,21 @@ Partial Class frmProfileDesigner Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) Me.TabPage1.Controls.Add(NAMELabel) Me.TabPage1.Controls.Add(Me.NAMETextBox) - Me.TabPage1.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage1, "TabPage1") Me.TabPage1.Name = "TabPage1" - Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage1.Size = New System.Drawing.Size(1250, 557) - Me.TabPage1.TabIndex = 0 - Me.TabPage1.Text = "Profil-Verwaltung" Me.TabPage1.UseVisualStyleBackColor = True ' 'tabctrl_Profilkonfig ' - Me.tabctrl_Profilkonfig.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) + resources.ApplyResources(Me.tabctrl_Profilkonfig, "tabctrl_Profilkonfig") Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage5) Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage6) - Me.tabctrl_Profilkonfig.Location = New System.Drawing.Point(9, 77) Me.tabctrl_Profilkonfig.Name = "tabctrl_Profilkonfig" Me.tabctrl_Profilkonfig.SelectedIndex = 0 - Me.tabctrl_Profilkonfig.Size = New System.Drawing.Size(1235, 474) - Me.tabctrl_Profilkonfig.TabIndex = 79 ' 'TabPage5 ' - Me.TabPage5.AutoScroll = True + resources.ApplyResources(Me.TabPage5, "TabPage5") Me.TabPage5.Controls.Add(Me.GridControl1) Me.TabPage5.Controls.Add(Me.Button3) Me.TabPage5.Controls.Add(Me.cmbLOGIndex) @@ -1305,30 +1008,22 @@ Partial Class frmProfileDesigner Me.TabPage5.Controls.Add(Me.btnopenSuche) Me.TabPage5.Controls.Add(Me.PRIORITYNumericUpDown) Me.TabPage5.Controls.Add(CHANGED_WHOLabel) - Me.TabPage5.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.TabPage5.Location = New System.Drawing.Point(4, 25) Me.TabPage5.Name = "TabPage5" - Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage5.Size = New System.Drawing.Size(1227, 445) - Me.TabPage5.TabIndex = 0 - Me.TabPage5.Text = "Allgemeine Profilangaben:" Me.TabPage5.UseVisualStyleBackColor = True ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBPM_PROFILEBindingSource - Me.GridControl1.Location = New System.Drawing.Point(6, 12) + resources.ApplyResources(Me.GridControl1, "GridControl1") Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" - Me.GridControl1.Size = New System.Drawing.Size(268, 367) - Me.GridControl1.TabIndex = 84 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' - Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan + Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color) Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True - Me.GridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia + Me.GridView1.Appearance.FocusedRow.BackColor = CType(resources.GetObject("GridView1.Appearance.FocusedRow.BackColor"), System.Drawing.Color) Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME, Me.colTITLE}) Me.GridView1.GridControl = Me.GridControl1 @@ -1346,86 +1041,59 @@ Partial Class frmProfileDesigner ' 'colNAME ' - Me.colNAME.Caption = "Profil-Name" + resources.ApplyResources(Me.colNAME, "colNAME") Me.colNAME.FieldName = "NAME" Me.colNAME.Name = "colNAME" - Me.colNAME.Visible = True - Me.colNAME.VisibleIndex = 0 - Me.colNAME.Width = 166 ' 'colTITLE ' - Me.colTITLE.Caption = "Titel" + resources.ApplyResources(Me.colTITLE, "colTITLE") Me.colTITLE.FieldName = "TITLE" Me.colTITLE.Name = "colTITLE" - Me.colTITLE.Visible = True - Me.colTITLE.VisibleIndex = 1 ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.Transparent - Me.Button3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.Button3, "Button3") Me.Button3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 - Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button3.Location = New System.Drawing.Point(1069, 25) Me.Button3.Name = "Button3" - Me.Button3.Size = New System.Drawing.Size(139, 34) - Me.Button3.TabIndex = 81 - Me.Button3.Text = "Daten zu Profil entfernen" - Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button3.UseVisualStyleBackColor = False ' 'cmbLOGIndex ' Me.cmbLOGIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "LOG_INDEX", True)) Me.cmbLOGIndex.FormattingEnabled = True - Me.cmbLOGIndex.Location = New System.Drawing.Point(715, 248) + resources.ApplyResources(Me.cmbLOGIndex, "cmbLOGIndex") Me.cmbLOGIndex.Name = "cmbLOGIndex" - Me.cmbLOGIndex.Size = New System.Drawing.Size(230, 24) - Me.cmbLOGIndex.TabIndex = 83 ' 'PM_VEKTOR_INDEXComboBox ' Me.PM_VEKTOR_INDEXComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "PM_VEKTOR_INDEX", True)) Me.PM_VEKTOR_INDEXComboBox.FormattingEnabled = True - Me.PM_VEKTOR_INDEXComboBox.Location = New System.Drawing.Point(715, 186) + resources.ApplyResources(Me.PM_VEKTOR_INDEXComboBox, "PM_VEKTOR_INDEXComboBox") Me.PM_VEKTOR_INDEXComboBox.Name = "PM_VEKTOR_INDEXComboBox" - Me.PM_VEKTOR_INDEXComboBox.Size = New System.Drawing.Size(230, 24) - Me.PM_VEKTOR_INDEXComboBox.TabIndex = 81 ' 'SORT_BY_LATESTCheckBox ' Me.SORT_BY_LATESTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "SORT_BY_LATEST", True)) - Me.SORT_BY_LATESTCheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SORT_BY_LATESTCheckBox.Location = New System.Drawing.Point(715, 31) + resources.ApplyResources(Me.SORT_BY_LATESTCheckBox, "SORT_BY_LATESTCheckBox") Me.SORT_BY_LATESTCheckBox.Name = "SORT_BY_LATESTCheckBox" - Me.SORT_BY_LATESTCheckBox.Size = New System.Drawing.Size(238, 24) - Me.SORT_BY_LATESTCheckBox.TabIndex = 78 - Me.SORT_BY_LATESTCheckBox.Text = "Neueste Dokumente zuerst anzeigen" Me.SORT_BY_LATESTCheckBox.UseVisualStyleBackColor = True ' 'TabPage6 ' - Me.TabPage6.AutoScroll = True + resources.ApplyResources(Me.TabPage6, "TabPage6") Me.TabPage6.BackColor = System.Drawing.Color.WhiteSmoke Me.TabPage6.Controls.Add(Me.TabControl2) - Me.TabPage6.Location = New System.Drawing.Point(4, 25) Me.TabPage6.Name = "TabPage6" - Me.TabPage6.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage6.Size = New System.Drawing.Size(1227, 445) - Me.TabPage6.TabIndex = 1 - Me.TabPage6.Text = "Aktionen nach erfolgreicher Indexierung:" ' 'TabControl2 ' Me.TabControl2.Controls.Add(Me.TabPage11) Me.TabControl2.Controls.Add(Me.TabPage12) - Me.TabControl2.Dock = System.Windows.Forms.DockStyle.Fill - Me.TabControl2.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.TabControl2, "TabControl2") Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 - Me.TabControl2.Size = New System.Drawing.Size(1221, 439) - Me.TabControl2.TabIndex = 92 ' 'TabPage11 ' @@ -1437,50 +1105,28 @@ Partial Class frmProfileDesigner Me.TabPage11.Controls.Add(Me.Label6) Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator) Me.TabPage11.Controls.Add(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView) - Me.TabPage11.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage11, "TabPage11") Me.TabPage11.Name = "TabPage11" - Me.TabPage11.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage11.Size = New System.Drawing.Size(1213, 410) - Me.TabPage11.TabIndex = 0 - Me.TabPage11.Text = "Move und finale Indexe" Me.TabPage11.UseVisualStyleBackColor = True ' 'Label13 ' - Me.Label13.AutoSize = True - Me.Label13.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label13.Location = New System.Drawing.Point(6, 3) + resources.ApplyResources(Me.Label13, "Label13") Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(497, 17) - Me.Label13.TabIndex = 79 - Me.Label13.Text = "Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt w" & - "erden:" ' 'Button1 ' - Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image) - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(766, 95) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(114, 30) - Me.Button1.TabIndex = 91 - Me.Button1.Text = "Editor Detail" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'TabControlFinalIndices ' - Me.TabControlFinalIndices.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) + resources.ApplyResources(Me.TabControlFinalIndices, "TabControlFinalIndices") Me.TabControlFinalIndices.Controls.Add(Me.TabPage9) Me.TabControlFinalIndices.Controls.Add(Me.TabPage10) - Me.TabControlFinalIndices.Enabled = False - Me.TabControlFinalIndices.Location = New System.Drawing.Point(668, 161) Me.TabControlFinalIndices.Name = "TabControlFinalIndices" Me.TabControlFinalIndices.SelectedIndex = 0 - Me.TabControlFinalIndices.Size = New System.Drawing.Size(1587, 567) - Me.TabControlFinalIndices.TabIndex = 90 ' 'TabPage9 ' @@ -1497,166 +1143,101 @@ Partial Class frmProfileDesigner Me.TabPage9.Controls.Add(Me.txtindexwert_final) Me.TabPage9.Controls.Add(Me.btnInsert_FinalIndex) Me.TabPage9.Controls.Add(Me.chkbxfinalIndex) - Me.TabPage9.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage9, "TabPage9") Me.TabPage9.Name = "TabPage9" - Me.TabPage9.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage9.Size = New System.Drawing.Size(1579, 538) - Me.TabPage9.TabIndex = 0 - Me.TabPage9.Text = "Fester Wert" Me.TabPage9.UseVisualStyleBackColor = True ' 'CheckBoxPMVEKTOR ' - Me.CheckBoxPMVEKTOR.AutoSize = True - Me.CheckBoxPMVEKTOR.Location = New System.Drawing.Point(193, 27) + resources.ApplyResources(Me.CheckBoxPMVEKTOR, "CheckBoxPMVEKTOR") Me.CheckBoxPMVEKTOR.Name = "CheckBoxPMVEKTOR" - Me.CheckBoxPMVEKTOR.Size = New System.Drawing.Size(199, 20) - Me.CheckBoxPMVEKTOR.TabIndex = 87 - Me.CheckBoxPMVEKTOR.Text = "Wert in Vektorindex schreiben" Me.CheckBoxPMVEKTOR.UseVisualStyleBackColor = True ' 'lblSaveFinalIndex ' - Me.lblSaveFinalIndex.AutoSize = True + resources.ApplyResources(Me.lblSaveFinalIndex, "lblSaveFinalIndex") Me.lblSaveFinalIndex.BackColor = System.Drawing.Color.Yellow - Me.lblSaveFinalIndex.Location = New System.Drawing.Point(24, 135) Me.lblSaveFinalIndex.Name = "lblSaveFinalIndex" - Me.lblSaveFinalIndex.Size = New System.Drawing.Size(45, 16) - Me.lblSaveFinalIndex.TabIndex = 89 - Me.lblSaveFinalIndex.Text = "Label4" - Me.lblSaveFinalIndex.Visible = False ' 'lblIndexPMVektor ' - Me.lblIndexPMVektor.AutoSize = True - Me.lblIndexPMVektor.Location = New System.Drawing.Point(24, 3) + resources.ApplyResources(Me.lblIndexPMVektor, "lblIndexPMVektor") Me.lblIndexPMVektor.Name = "lblIndexPMVektor" - Me.lblIndexPMVektor.Size = New System.Drawing.Size(89, 16) - Me.lblIndexPMVektor.TabIndex = 78 - Me.lblIndexPMVektor.Text = "Index wählen:" ' 'Label11 ' - Me.Label11.AutoSize = True - Me.Label11.Location = New System.Drawing.Point(7, 108) + resources.ApplyResources(Me.Label11, "Label11") Me.Label11.Name = "Label11" - Me.Label11.Size = New System.Drawing.Size(19, 16) - Me.Label11.TabIndex = 86 - Me.Label11.Text = "3." ' 'txtBezeichner ' - Me.txtBezeichner.Location = New System.Drawing.Point(27, 27) + resources.ApplyResources(Me.txtBezeichner, "txtBezeichner") Me.txtBezeichner.Name = "txtBezeichner" - Me.txtBezeichner.Size = New System.Drawing.Size(160, 23) - Me.txtBezeichner.TabIndex = 88 - Me.txtBezeichner.Visible = False ' 'Label10 ' - Me.Label10.AutoSize = True - Me.Label10.Location = New System.Drawing.Point(7, 52) + resources.ApplyResources(Me.Label10, "Label10") Me.Label10.Name = "Label10" - Me.Label10.Size = New System.Drawing.Size(19, 16) - Me.Label10.TabIndex = 85 - Me.Label10.Text = "2." ' 'cmbIndexe ' Me.cmbIndexe.FormattingEnabled = True - Me.cmbIndexe.Location = New System.Drawing.Point(27, 25) + resources.ApplyResources(Me.cmbIndexe, "cmbIndexe") Me.cmbIndexe.Name = "cmbIndexe" - Me.cmbIndexe.Size = New System.Drawing.Size(160, 24) - Me.cmbIndexe.TabIndex = 77 ' 'Label9 ' - Me.Label9.AutoSize = True - Me.Label9.Location = New System.Drawing.Point(7, 3) + resources.ApplyResources(Me.Label9, "Label9") Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(19, 16) - Me.Label9.TabIndex = 84 - Me.Label9.Text = "1." ' 'lblIndex ' - Me.lblIndex.AutoSize = True - Me.lblIndex.Location = New System.Drawing.Point(24, 52) + resources.ApplyResources(Me.lblIndex, "lblIndex") Me.lblIndex.Name = "lblIndex" - Me.lblIndex.Size = New System.Drawing.Size(21, 16) - Me.lblIndex.TabIndex = 79 - Me.lblIndex.Text = "sd" - Me.lblIndex.Visible = False ' 'grbxSystemStamps ' Me.grbxSystemStamps.Controls.Add(Me.btnStampDate) Me.grbxSystemStamps.Controls.Add(Me.btnStampUser) - Me.grbxSystemStamps.Location = New System.Drawing.Point(298, 52) + resources.ApplyResources(Me.grbxSystemStamps, "grbxSystemStamps") Me.grbxSystemStamps.Name = "grbxSystemStamps" - Me.grbxSystemStamps.Size = New System.Drawing.Size(153, 80) - Me.grbxSystemStamps.TabIndex = 83 Me.grbxSystemStamps.TabStop = False - Me.grbxSystemStamps.Text = "System-Stamps" - Me.grbxSystemStamps.Visible = False ' 'btnStampDate ' Me.btnStampDate.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link - Me.btnStampDate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnStampDate.Location = New System.Drawing.Point(9, 51) + resources.ApplyResources(Me.btnStampDate, "btnStampDate") Me.btnStampDate.Name = "btnStampDate" - Me.btnStampDate.Size = New System.Drawing.Size(119, 29) - Me.btnStampDate.TabIndex = 1 - Me.btnStampDate.Text = "Datumstempel" - Me.btnStampDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnStampDate.UseVisualStyleBackColor = True ' 'btnStampUser ' Me.btnStampUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user - Me.btnStampUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnStampUser.Location = New System.Drawing.Point(9, 22) + resources.ApplyResources(Me.btnStampUser, "btnStampUser") Me.btnStampUser.Name = "btnStampUser" - Me.btnStampUser.Size = New System.Drawing.Size(119, 23) - Me.btnStampUser.TabIndex = 0 - Me.btnStampUser.Text = "Username" - Me.btnStampUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnStampUser.UseVisualStyleBackColor = True ' 'txtindexwert_final ' - Me.txtindexwert_final.Location = New System.Drawing.Point(27, 74) + resources.ApplyResources(Me.txtindexwert_final, "txtindexwert_final") Me.txtindexwert_final.Name = "txtindexwert_final" - Me.txtindexwert_final.Size = New System.Drawing.Size(100, 23) - Me.txtindexwert_final.TabIndex = 80 - Me.txtindexwert_final.Visible = False ' 'btnInsert_FinalIndex ' Me.btnInsert_FinalIndex.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - Me.btnInsert_FinalIndex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnInsert_FinalIndex.Location = New System.Drawing.Point(27, 101) + resources.ApplyResources(Me.btnInsert_FinalIndex, "btnInsert_FinalIndex") Me.btnInsert_FinalIndex.Name = "btnInsert_FinalIndex" - Me.btnInsert_FinalIndex.Size = New System.Drawing.Size(136, 31) - Me.btnInsert_FinalIndex.TabIndex = 82 - Me.btnInsert_FinalIndex.Text = "Index einfügen" - Me.btnInsert_FinalIndex.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnInsert_FinalIndex.UseVisualStyleBackColor = True ' 'chkbxfinalIndex ' - Me.chkbxfinalIndex.AutoSize = True - Me.chkbxfinalIndex.Location = New System.Drawing.Point(27, 79) + resources.ApplyResources(Me.chkbxfinalIndex, "chkbxfinalIndex") Me.chkbxfinalIndex.Name = "chkbxfinalIndex" - Me.chkbxfinalIndex.Size = New System.Drawing.Size(15, 14) - Me.chkbxfinalIndex.TabIndex = 81 Me.chkbxfinalIndex.UseVisualStyleBackColor = True - Me.chkbxfinalIndex.Visible = False ' 'TabPage10 ' - Me.TabPage10.AutoScroll = True + resources.ApplyResources(Me.TabPage10, "TabPage10") Me.TabPage10.Controls.Add(Me.btnEditor) Me.TabPage10.Controls.Add(Me.Label15) Me.TabPage10.Controls.Add(Me.cmbIndexe2) @@ -1666,65 +1247,37 @@ Partial Class frmProfileDesigner Me.TabPage10.Controls.Add(Me.Label14) Me.TabPage10.Controls.Add(Me.cmbConnection) Me.TabPage10.Controls.Add(Me.Label4) - Me.TabPage10.Location = New System.Drawing.Point(4, 25) Me.TabPage10.Name = "TabPage10" - Me.TabPage10.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage10.Size = New System.Drawing.Size(1579, 541) - Me.TabPage10.TabIndex = 1 - Me.TabPage10.Text = "Dynamisches SQL" Me.TabPage10.UseVisualStyleBackColor = True ' 'btnEditor ' - Me.btnEditor.Image = CType(resources.GetObject("btnEditor.Image"), System.Drawing.Image) - Me.btnEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnEditor.Location = New System.Drawing.Point(110, 217) + resources.ApplyResources(Me.btnEditor, "btnEditor") Me.btnEditor.Name = "btnEditor" - Me.btnEditor.Size = New System.Drawing.Size(114, 30) - Me.btnEditor.TabIndex = 80 - Me.btnEditor.Text = "Editor Detail" - Me.btnEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnEditor.UseVisualStyleBackColor = True ' 'Label15 ' - Me.Label15.AutoSize = True - Me.Label15.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label15.Location = New System.Drawing.Point(328, 3) + resources.ApplyResources(Me.Label15, "Label15") Me.Label15.Name = "Label15" - Me.Label15.Size = New System.Drawing.Size(44, 16) - Me.Label15.TabIndex = 79 - Me.Label15.Text = "Index:" ' 'cmbIndexe2 ' Me.cmbIndexe2.FormattingEnabled = True - Me.cmbIndexe2.Location = New System.Drawing.Point(331, 22) + resources.ApplyResources(Me.cmbIndexe2, "cmbIndexe2") Me.cmbIndexe2.Name = "cmbIndexe2" - Me.cmbIndexe2.Size = New System.Drawing.Size(194, 24) - Me.cmbIndexe2.TabIndex = 78 ' 'btnSaveSQLCommand ' - Me.btnSaveSQLCommand.Image = CType(resources.GetObject("btnSaveSQLCommand.Image"), System.Drawing.Image) - Me.btnSaveSQLCommand.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSaveSQLCommand.Location = New System.Drawing.Point(9, 216) + resources.ApplyResources(Me.btnSaveSQLCommand, "btnSaveSQLCommand") Me.btnSaveSQLCommand.Name = "btnSaveSQLCommand" - Me.btnSaveSQLCommand.Size = New System.Drawing.Size(95, 30) - Me.btnSaveSQLCommand.TabIndex = 11 - Me.btnSaveSQLCommand.Text = "Speichern" - Me.btnSaveSQLCommand.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSaveSQLCommand.UseVisualStyleBackColor = True ' 'SQL_COMMANDTextBox ' Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "SQL_COMMAND", True)) - Me.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(9, 68) - Me.SQL_COMMANDTextBox.Multiline = True + resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox") Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" - Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(516, 142) - Me.SQL_COMMANDTextBox.TabIndex = 10 ' 'TBPM_PROFILE_FINAL_INDEXINGBindingSource ' @@ -1733,74 +1286,45 @@ Partial Class frmProfileDesigner ' 'btnShowConnections ' - Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnShowConnections, "btnShowConnections") Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 - Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnShowConnections.Location = New System.Drawing.Point(218, 22) Me.btnShowConnections.Name = "btnShowConnections" - Me.btnShowConnections.Size = New System.Drawing.Size(107, 24) - Me.btnShowConnections.TabIndex = 9 - Me.btnShowConnections.Text = "Connections" - Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnShowConnections.UseVisualStyleBackColor = True ' 'Label14 ' - Me.Label14.AutoSize = True - Me.Label14.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label14.Location = New System.Drawing.Point(6, 3) + resources.ApplyResources(Me.Label14, "Label14") Me.Label14.Name = "Label14" - Me.Label14.Size = New System.Drawing.Size(76, 16) - Me.Label14.TabIndex = 8 - Me.Label14.Text = "Connection:" ' 'cmbConnection ' Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) - Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource Me.cmbConnection.DisplayMember = "BEZEICHNUNG" - Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbConnection, "cmbConnection") Me.cmbConnection.FormattingEnabled = True - Me.cmbConnection.Location = New System.Drawing.Point(9, 23) Me.cmbConnection.Name = "cmbConnection" - Me.cmbConnection.Size = New System.Drawing.Size(203, 24) - Me.cmbConnection.TabIndex = 7 Me.cmbConnection.ValueMember = "GUID" ' - 'TBPM_CONNECTIONBindingSource + 'TBDD_CONNECTIONBindingSource ' - Me.TBPM_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(5, 49) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(99, 16) - Me.Label4.TabIndex = 0 - Me.Label4.Text = "SQL-Command:" ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label5.Location = New System.Drawing.Point(5, 83) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(120, 19) - Me.Label5.TabIndex = 74 - Me.Label5.Text = "Finale Indexe" ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label6.Location = New System.Drawing.Point(6, 108) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(583, 17) - Me.Label6.TabIndex = 75 - Me.Label6.Text = "Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierte" & - "n Dokument gesetzt." ' 'TBPM_PROFILE_FINAL_INDEXINGBindingNavigator ' @@ -1808,234 +1332,176 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.BindingSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.CountItem = Me.BindingNavigatorCountItem4 Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.DeleteItem = Nothing - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Dock = System.Windows.Forms.DockStyle.None + resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator") Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem4, Me.BindingNavigatorMovePreviousItem4, Me.BindingNavigatorSeparator12, Me.BindingNavigatorPositionItem4, Me.BindingNavigatorCountItem4, Me.BindingNavigatorSeparator13, Me.BindingNavigatorMoveNextItem4, Me.BindingNavigatorMoveLastItem4, Me.BindingNavigatorSeparator14, Me.ToolStripButton2, Me.ToolStripButton3, Me.ToolStripButton1}) - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Location = New System.Drawing.Point(7, 133) Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem4 Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem4 Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem4 Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem4 Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Name = "TBPM_PROFILE_FINAL_INDEXINGBindingNavigator" Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem4 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Size = New System.Drawing.Size(568, 25) - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.TabIndex = 76 - Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem4 ' Me.BindingNavigatorCountItem4.Name = "BindingNavigatorCountItem4" - Me.BindingNavigatorCountItem4.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem4.Text = "von {0}" - Me.BindingNavigatorCountItem4.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem4, "BindingNavigatorCountItem4") ' 'BindingNavigatorMoveFirstItem4 ' Me.BindingNavigatorMoveFirstItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem4.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem4, "BindingNavigatorMoveFirstItem4") Me.BindingNavigatorMoveFirstItem4.Name = "BindingNavigatorMoveFirstItem4" - Me.BindingNavigatorMoveFirstItem4.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem4.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem4.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem4 ' Me.BindingNavigatorMovePreviousItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem4.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem4, "BindingNavigatorMovePreviousItem4") Me.BindingNavigatorMovePreviousItem4.Name = "BindingNavigatorMovePreviousItem4" - Me.BindingNavigatorMovePreviousItem4.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem4.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem4.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator12 ' Me.BindingNavigatorSeparator12.Name = "BindingNavigatorSeparator12" - Me.BindingNavigatorSeparator12.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator12, "BindingNavigatorSeparator12") ' 'BindingNavigatorPositionItem4 ' - Me.BindingNavigatorPositionItem4.AccessibleName = "Position" - Me.BindingNavigatorPositionItem4.AutoSize = False + resources.ApplyResources(Me.BindingNavigatorPositionItem4, "BindingNavigatorPositionItem4") Me.BindingNavigatorPositionItem4.Name = "BindingNavigatorPositionItem4" - Me.BindingNavigatorPositionItem4.Size = New System.Drawing.Size(50, 23) - Me.BindingNavigatorPositionItem4.Text = "0" - Me.BindingNavigatorPositionItem4.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator13 ' Me.BindingNavigatorSeparator13.Name = "BindingNavigatorSeparator13" - Me.BindingNavigatorSeparator13.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator13, "BindingNavigatorSeparator13") ' 'BindingNavigatorMoveNextItem4 ' Me.BindingNavigatorMoveNextItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem4.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem4, "BindingNavigatorMoveNextItem4") Me.BindingNavigatorMoveNextItem4.Name = "BindingNavigatorMoveNextItem4" - Me.BindingNavigatorMoveNextItem4.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem4.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem4.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem4 ' Me.BindingNavigatorMoveLastItem4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem4.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem4, "BindingNavigatorMoveLastItem4") Me.BindingNavigatorMoveLastItem4.Name = "BindingNavigatorMoveLastItem4" - Me.BindingNavigatorMoveLastItem4.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem4.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem4.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator14 ' Me.BindingNavigatorSeparator14.Name = "BindingNavigatorSeparator14" - Me.BindingNavigatorSeparator14.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator14, "BindingNavigatorSeparator14") ' 'ToolStripButton2 ' Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add - Me.ToolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.Size = New System.Drawing.Size(156, 22) - Me.ToolStripButton2.Text = "Neuen Index hinzufügen" ' 'ToolStripButton3 ' Me.ToolStripButton3.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 - Me.ToolStripButton3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") Me.ToolStripButton3.Name = "ToolStripButton3" - Me.ToolStripButton3.Size = New System.Drawing.Size(99, 22) - Me.ToolStripButton3.Text = "Index löschen" ' 'ToolStripButton1 ' Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xMD - Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(95, 22) - Me.ToolStripButton1.Text = "Aktualisieren" - Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'TBPM_PROFILE_FINAL_INDEXINGDataGridView ' Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToAddRows = False Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AllowUserToDeleteRows = False - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView, "TBPM_PROFILE_FINAL_INDEXINGDataGridView") Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.AutoGenerateColumns = False Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn28, Me.DataGridViewTextBoxColumn29}) Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Location = New System.Drawing.Point(9, 161) Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.MultiSelect = False Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Name = "TBPM_PROFILE_FINAL_INDEXINGDataGridView" - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.Size = New System.Drawing.Size(653, 585) - Me.TBPM_PROFILE_FINAL_INDEXINGDataGridView.TabIndex = 75 ' 'GUID ' Me.GUID.DataPropertyName = "GUID" Me.GUID.Frozen = True - Me.GUID.HeaderText = "ID" + resources.ApplyResources(Me.GUID, "GUID") Me.GUID.Name = "GUID" Me.GUID.ReadOnly = True ' 'DataGridViewTextBoxColumn26 ' Me.DataGridViewTextBoxColumn26.DataPropertyName = "INDEXNAME" - Me.DataGridViewTextBoxColumn26.HeaderText = "Indexname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn26, "DataGridViewTextBoxColumn26") Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26" ' 'DataGridViewTextBoxColumn27 ' Me.DataGridViewTextBoxColumn27.DataPropertyName = "VALUE" - Me.DataGridViewTextBoxColumn27.HeaderText = "Value" + resources.ApplyResources(Me.DataGridViewTextBoxColumn27, "DataGridViewTextBoxColumn27") Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27" ' 'DataGridViewTextBoxColumn28 ' Me.DataGridViewTextBoxColumn28.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn28.HeaderText = "Erstellt wer" + resources.ApplyResources(Me.DataGridViewTextBoxColumn28, "DataGridViewTextBoxColumn28") Me.DataGridViewTextBoxColumn28.Name = "DataGridViewTextBoxColumn28" Me.DataGridViewTextBoxColumn28.ReadOnly = True ' 'DataGridViewTextBoxColumn29 ' Me.DataGridViewTextBoxColumn29.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn29.HeaderText = "Erstellt wann" + resources.ApplyResources(Me.DataGridViewTextBoxColumn29, "DataGridViewTextBoxColumn29") Me.DataGridViewTextBoxColumn29.Name = "DataGridViewTextBoxColumn29" Me.DataGridViewTextBoxColumn29.ReadOnly = True ' 'TabPage12 ' - Me.TabPage12.AutoScroll = True + resources.ApplyResources(Me.TabPage12, "TabPage12") Me.TabPage12.Controls.Add(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox) Me.TabPage12.Controls.Add(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox) Me.TabPage12.Controls.Add(SQL_VIEWLabel) Me.TabPage12.Controls.Add(Me.SQL_VIEWTextBox) Me.TabPage12.Controls.Add(WORK_HISTORY_ENTRYLabel) Me.TabPage12.Controls.Add(Me.WORK_HISTORY_ENTRYTextBox) - Me.TabPage12.Location = New System.Drawing.Point(4, 25) Me.TabPage12.Name = "TabPage12" - Me.TabPage12.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage12.Size = New System.Drawing.Size(1213, 413) - Me.TabPage12.TabIndex = 1 - Me.TabPage12.Text = "Nachbearbeitungsfunktionen 2" Me.TabPage12.UseVisualStyleBackColor = True ' 'ANNOTATE_WORK_HISTORY_ENTRYCheckBox ' Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_WORK_HISTORY_ENTRY", True)) - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Location = New System.Drawing.Point(291, 336) + resources.ApplyResources(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox, "ANNOTATE_WORK_HISTORY_ENTRYCheckBox") Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Name = "ANNOTATE_WORK_HISTORY_ENTRYCheckBox" - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Size = New System.Drawing.Size(260, 24) - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.TabIndex = 11 - Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Text = "ANNOTATE WORK HISTORY ENTRY" Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.UseVisualStyleBackColor = True ' 'ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox ' Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_ALL_WORK_HISTORY_ENTRIES", True)) - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Location = New System.Drawing.Point(9, 336) + resources.ApplyResources(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox, "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox") Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Name = "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox" - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Size = New System.Drawing.Size(292, 24) - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.TabIndex = 9 - Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Text = "ANNOTATE ALL WORK_HISTORY_ENTRIES" Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.UseVisualStyleBackColor = True ' 'SQL_VIEWTextBox ' Me.SQL_VIEWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "SQL_VIEW", True)) - Me.SQL_VIEWTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SQL_VIEWTextBox.Location = New System.Drawing.Point(9, 67) - Me.SQL_VIEWTextBox.Multiline = True + resources.ApplyResources(Me.SQL_VIEWTextBox, "SQL_VIEWTextBox") Me.SQL_VIEWTextBox.Name = "SQL_VIEWTextBox" - Me.SQL_VIEWTextBox.Size = New System.Drawing.Size(1198, 62) - Me.SQL_VIEWTextBox.TabIndex = 7 ' 'WORK_HISTORY_ENTRYTextBox ' Me.WORK_HISTORY_ENTRYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WORK_HISTORY_ENTRY", True)) - Me.WORK_HISTORY_ENTRYTextBox.Location = New System.Drawing.Point(9, 22) + resources.ApplyResources(Me.WORK_HISTORY_ENTRYTextBox, "WORK_HISTORY_ENTRYTextBox") Me.WORK_HISTORY_ENTRYTextBox.Name = "WORK_HISTORY_ENTRYTextBox" - Me.WORK_HISTORY_ENTRYTextBox.Size = New System.Drawing.Size(1198, 23) - Me.WORK_HISTORY_ENTRYTextBox.TabIndex = 1 ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.SplitContainerProfilzuordnung) - Me.TabPage2.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage2, "TabPage2") Me.TabPage2.Name = "TabPage2" - Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage2.Size = New System.Drawing.Size(1250, 557) - Me.TabPage2.TabIndex = 1 - Me.TabPage2.Text = "Profilzuordnung und Userverwaltung" Me.TabPage2.UseVisualStyleBackColor = True ' 'SplitContainerProfilzuordnung ' - Me.SplitContainerProfilzuordnung.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerProfilzuordnung.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.SplitContainerProfilzuordnung, "SplitContainerProfilzuordnung") Me.SplitContainerProfilzuordnung.Name = "SplitContainerProfilzuordnung" ' 'SplitContainerProfilzuordnung.Panel1 @@ -2046,9 +1512,6 @@ Partial Class frmProfileDesigner 'SplitContainerProfilzuordnung.Panel2 ' Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.SplitContainer_Profilzuordnung2) - Me.SplitContainerProfilzuordnung.Size = New System.Drawing.Size(1244, 551) - Me.SplitContainerProfilzuordnung.SplitterDistance = 342 - Me.SplitContainerProfilzuordnung.TabIndex = 0 ' 'TBPM_PROFILE_ZuordnungDataGridView ' @@ -2061,29 +1524,24 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILE_ZuordnungDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_PROFILE_ZuordnungDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2}) Me.TBPM_PROFILE_ZuordnungDataGridView.DataSource = Me.TBPM_PROFILEBindingSource - Me.TBPM_PROFILE_ZuordnungDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.TBPM_PROFILE_ZuordnungDataGridView.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungDataGridView, "TBPM_PROFILE_ZuordnungDataGridView") Me.TBPM_PROFILE_ZuordnungDataGridView.MultiSelect = False Me.TBPM_PROFILE_ZuordnungDataGridView.Name = "TBPM_PROFILE_ZuordnungDataGridView" Me.TBPM_PROFILE_ZuordnungDataGridView.ReadOnly = True - Me.TBPM_PROFILE_ZuordnungDataGridView.Size = New System.Drawing.Size(342, 526) - Me.TBPM_PROFILE_ZuordnungDataGridView.TabIndex = 1 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn1.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1") Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.ReadOnly = True - Me.DataGridViewTextBoxColumn1.Width = 70 ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.DataPropertyName = "NAME" - Me.DataGridViewTextBoxColumn2.HeaderText = "Profilname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn2, "DataGridViewTextBoxColumn2") Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" Me.DataGridViewTextBoxColumn2.ReadOnly = True - Me.DataGridViewTextBoxColumn2.Width = 180 ' 'TBPM_PROFILE_ZuordnungBindingNavigator ' @@ -2093,105 +1551,79 @@ Partial Class frmProfileDesigner Me.TBPM_PROFILE_ZuordnungBindingNavigator.CountItemFormat = "von {0} Profilen" Me.TBPM_PROFILE_ZuordnungBindingNavigator.DeleteItem = Nothing Me.TBPM_PROFILE_ZuordnungBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5}) - Me.TBPM_PROFILE_ZuordnungBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPM_PROFILE_ZuordnungBindingNavigator, "TBPM_PROFILE_ZuordnungBindingNavigator") Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1 Me.TBPM_PROFILE_ZuordnungBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1 Me.TBPM_PROFILE_ZuordnungBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 Me.TBPM_PROFILE_ZuordnungBindingNavigator.Name = "TBPM_PROFILE_ZuordnungBindingNavigator" Me.TBPM_PROFILE_ZuordnungBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.Size = New System.Drawing.Size(342, 25) - Me.TBPM_PROFILE_ZuordnungBindingNavigator.TabIndex = 0 - Me.TBPM_PROFILE_ZuordnungBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" - Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(88, 22) - Me.BindingNavigatorCountItem1.Text = "von {0} Profilen" - Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1") ' 'BindingNavigatorMoveFirstItem1 ' Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1") Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" - Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem1 ' Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1") Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" - Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator3 ' Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" - Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3") ' 'BindingNavigatorPositionItem1 ' - Me.BindingNavigatorPositionItem1.AccessibleName = "Position" - Me.BindingNavigatorPositionItem1.AutoSize = False + resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1") Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" - Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23) - Me.BindingNavigatorPositionItem1.Text = "0" - Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator4 ' Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" - Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4") ' 'BindingNavigatorMoveNextItem1 ' Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1") Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" - Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem1 ' Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1") Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" - Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator5 ' Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" - Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5") ' 'SplitContainer_Profilzuordnung2 ' - Me.SplitContainer_Profilzuordnung2.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer_Profilzuordnung2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" - Me.SplitContainer_Profilzuordnung2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer_Profilzuordnung2.Panel1 ' - Me.SplitContainer_Profilzuordnung2.Panel1.AutoScroll = True + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel1, "SplitContainer_Profilzuordnung2.Panel1") Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERDataGridView) Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.TBPROFILE_USERBindingNavigator) ' 'SplitContainer_Profilzuordnung2.Panel2 ' - Me.SplitContainer_Profilzuordnung2.Panel2.AutoScroll = True + resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel2, "SplitContainer_Profilzuordnung2.Panel2") Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TabControlUser) Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.TBPM_USERBindingNavigator) - Me.SplitContainer_Profilzuordnung2.Size = New System.Drawing.Size(898, 551) - Me.SplitContainer_Profilzuordnung2.SplitterDistance = 294 - Me.SplitContainer_Profilzuordnung2.TabIndex = 0 ' 'TBPROFILE_USERDataGridView ' @@ -2204,55 +1636,51 @@ Partial Class frmProfileDesigner Me.TBPROFILE_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPROFILE_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) Me.TBPROFILE_USERDataGridView.DataSource = Me.TBPROFILE_USERBindingSource - Me.TBPROFILE_USERDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.TBPROFILE_USERDataGridView.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.TBPROFILE_USERDataGridView, "TBPROFILE_USERDataGridView") Me.TBPROFILE_USERDataGridView.MultiSelect = False Me.TBPROFILE_USERDataGridView.Name = "TBPROFILE_USERDataGridView" Me.TBPROFILE_USERDataGridView.ReadOnly = True - Me.TBPROFILE_USERDataGridView.Size = New System.Drawing.Size(898, 269) - Me.TBPROFILE_USERDataGridView.TabIndex = 2 ' 'DataGridViewTextBoxColumn4 ' Me.DataGridViewTextBoxColumn4.DataPropertyName = "GUID" Me.DataGridViewTextBoxColumn4.Frozen = True - Me.DataGridViewTextBoxColumn4.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn4, "DataGridViewTextBoxColumn4") Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" Me.DataGridViewTextBoxColumn4.ReadOnly = True - Me.DataGridViewTextBoxColumn4.Width = 40 ' 'DataGridViewTextBoxColumn5 ' Me.DataGridViewTextBoxColumn5.DataPropertyName = "PRENAME" - Me.DataGridViewTextBoxColumn5.HeaderText = "Vorname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" Me.DataGridViewTextBoxColumn5.ReadOnly = True ' 'DataGridViewTextBoxColumn6 ' Me.DataGridViewTextBoxColumn6.DataPropertyName = "NAME" - Me.DataGridViewTextBoxColumn6.HeaderText = "Nachname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" Me.DataGridViewTextBoxColumn6.ReadOnly = True ' 'DataGridViewTextBoxColumn7 ' Me.DataGridViewTextBoxColumn7.DataPropertyName = "USERNAME" - Me.DataGridViewTextBoxColumn7.HeaderText = "User" + resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" Me.DataGridViewTextBoxColumn7.ReadOnly = True ' 'DataGridViewTextBoxColumn8 ' Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn8.HeaderText = "Erstellt wer" + resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" Me.DataGridViewTextBoxColumn8.ReadOnly = True ' 'DataGridViewTextBoxColumn9 ' Me.DataGridViewTextBoxColumn9.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn9.HeaderText = "Wann" + resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" Me.DataGridViewTextBoxColumn9.ReadOnly = True ' @@ -2269,125 +1697,93 @@ Partial Class frmProfileDesigner Me.TBPROFILE_USERBindingNavigator.CountItemFormat = "von {0} zugeordneten Usern" Me.TBPROFILE_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPROFILE_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorDeleteItem, Me.ToolStripSeparator8, Me.ToolStripLabel2}) - Me.TBPROFILE_USERBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPROFILE_USERBindingNavigator, "TBPROFILE_USERBindingNavigator") Me.TBPROFILE_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2 Me.TBPROFILE_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem2 Me.TBPROFILE_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem2 Me.TBPROFILE_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem2 Me.TBPROFILE_USERBindingNavigator.Name = "TBPROFILE_USERBindingNavigator" Me.TBPROFILE_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem2 - Me.TBPROFILE_USERBindingNavigator.Size = New System.Drawing.Size(898, 25) - Me.TBPROFILE_USERBindingNavigator.TabIndex = 2 - Me.TBPROFILE_USERBindingNavigator.Text = "BindingNavigator2" ' 'BindingNavigatorCountItem2 ' Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" - Me.BindingNavigatorCountItem2.Size = New System.Drawing.Size(153, 22) - Me.BindingNavigatorCountItem2.Text = "von {0} zugeordneten Usern" - Me.BindingNavigatorCountItem2.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem2, "BindingNavigatorCountItem2") ' 'BindingNavigatorDeleteItem ' Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" - Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorDeleteItem.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem2 ' Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem2, "BindingNavigatorMoveFirstItem2") Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" - Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem2.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem2.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem2 ' Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem2, "BindingNavigatorMovePreviousItem2") Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" - Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem2.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem2.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator6 ' Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" - Me.BindingNavigatorSeparator6.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator6, "BindingNavigatorSeparator6") ' 'BindingNavigatorPositionItem2 ' - Me.BindingNavigatorPositionItem2.AccessibleName = "Position" - Me.BindingNavigatorPositionItem2.AutoSize = False + resources.ApplyResources(Me.BindingNavigatorPositionItem2, "BindingNavigatorPositionItem2") Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" - Me.BindingNavigatorPositionItem2.Size = New System.Drawing.Size(50, 23) - Me.BindingNavigatorPositionItem2.Text = "0" - Me.BindingNavigatorPositionItem2.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator7 ' Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" - Me.BindingNavigatorSeparator7.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator7, "BindingNavigatorSeparator7") ' 'BindingNavigatorMoveNextItem2 ' Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem2, "BindingNavigatorMoveNextItem2") Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" - Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem2.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem2.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem2 ' Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem2, "BindingNavigatorMoveLastItem2") Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" - Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem2.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem2.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator8 ' Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" - Me.BindingNavigatorSeparator8.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator8, "BindingNavigatorSeparator8") ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") ' 'ToolStripLabel2 ' Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(285, 22) - Me.ToolStripLabel2.Text = "Ziehen Sie neue User per Drag Drop in diesen Bereich" + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") ' 'TabControlUser ' Me.TabControlUser.Controls.Add(Me.TabPage7) Me.TabControlUser.Controls.Add(Me.TabPage8) - Me.TabControlUser.Dock = System.Windows.Forms.DockStyle.Fill - Me.TabControlUser.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.TabControlUser, "TabControlUser") Me.TabControlUser.Name = "TabControlUser" Me.TabControlUser.SelectedIndex = 0 - Me.TabControlUser.Size = New System.Drawing.Size(898, 228) - Me.TabControlUser.TabIndex = 4 ' 'TabPage7 ' Me.TabPage7.Controls.Add(Me.TBPM_USERDataGridView) - Me.TabPage7.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage7, "TabPage7") Me.TabPage7.Name = "TabPage7" - Me.TabPage7.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage7.Size = New System.Drawing.Size(890, 199) - Me.TabPage7.TabIndex = 0 - Me.TabPage7.Text = "User -Übersicht" Me.TabPage7.UseVisualStyleBackColor = True ' 'TBPM_USERDataGridView @@ -2400,75 +1796,72 @@ Partial Class frmProfileDesigner Me.TBPM_USERDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_USERDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn18, Me.DataGridViewTextBoxColumn19, Me.DataGridViewTextBoxColumn20, Me.DataGridViewTextBoxColumn21}) Me.TBPM_USERDataGridView.DataSource = Me.TBPM_USERBindingSource - Me.TBPM_USERDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.TBPM_USERDataGridView.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.TBPM_USERDataGridView, "TBPM_USERDataGridView") Me.TBPM_USERDataGridView.MultiSelect = False Me.TBPM_USERDataGridView.Name = "TBPM_USERDataGridView" Me.TBPM_USERDataGridView.ReadOnly = True - Me.TBPM_USERDataGridView.Size = New System.Drawing.Size(884, 193) - Me.TBPM_USERDataGridView.TabIndex = 3 ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.DataPropertyName = "GUID" Me.DataGridViewTextBoxColumn3.Frozen = True - Me.DataGridViewTextBoxColumn3.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.ReadOnly = True ' 'DataGridViewTextBoxColumn10 ' Me.DataGridViewTextBoxColumn10.DataPropertyName = "PRENAME" - Me.DataGridViewTextBoxColumn10.HeaderText = "Vorname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" Me.DataGridViewTextBoxColumn10.ReadOnly = True ' 'DataGridViewTextBoxColumn11 ' Me.DataGridViewTextBoxColumn11.DataPropertyName = "NAME" - Me.DataGridViewTextBoxColumn11.HeaderText = "Nachname" + resources.ApplyResources(Me.DataGridViewTextBoxColumn11, "DataGridViewTextBoxColumn11") Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" Me.DataGridViewTextBoxColumn11.ReadOnly = True ' 'DataGridViewTextBoxColumn12 ' Me.DataGridViewTextBoxColumn12.DataPropertyName = "USERNAME" - Me.DataGridViewTextBoxColumn12.HeaderText = "UserName" + resources.ApplyResources(Me.DataGridViewTextBoxColumn12, "DataGridViewTextBoxColumn12") Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" Me.DataGridViewTextBoxColumn12.ReadOnly = True ' 'DataGridViewTextBoxColumn13 ' Me.DataGridViewTextBoxColumn13.DataPropertyName = "EMAIL" - Me.DataGridViewTextBoxColumn13.HeaderText = "Email" + resources.ApplyResources(Me.DataGridViewTextBoxColumn13, "DataGridViewTextBoxColumn13") Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" Me.DataGridViewTextBoxColumn13.ReadOnly = True ' 'DataGridViewTextBoxColumn18 ' Me.DataGridViewTextBoxColumn18.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn18.HeaderText = "Erstellt wer" + resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" Me.DataGridViewTextBoxColumn18.ReadOnly = True ' 'DataGridViewTextBoxColumn19 ' Me.DataGridViewTextBoxColumn19.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn19.HeaderText = "Erstellt wann" + resources.ApplyResources(Me.DataGridViewTextBoxColumn19, "DataGridViewTextBoxColumn19") Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" Me.DataGridViewTextBoxColumn19.ReadOnly = True ' 'DataGridViewTextBoxColumn20 ' Me.DataGridViewTextBoxColumn20.DataPropertyName = "CHANGED_WHO" - Me.DataGridViewTextBoxColumn20.HeaderText = "Geändert wer" + resources.ApplyResources(Me.DataGridViewTextBoxColumn20, "DataGridViewTextBoxColumn20") Me.DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20" Me.DataGridViewTextBoxColumn20.ReadOnly = True ' 'DataGridViewTextBoxColumn21 ' Me.DataGridViewTextBoxColumn21.DataPropertyName = "CHANGED_WHEN" - Me.DataGridViewTextBoxColumn21.HeaderText = "Geändert wann" + resources.ApplyResources(Me.DataGridViewTextBoxColumn21, "DataGridViewTextBoxColumn21") Me.DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21" Me.DataGridViewTextBoxColumn21.ReadOnly = True ' @@ -2479,7 +1872,7 @@ Partial Class frmProfileDesigner ' 'TabPage8 ' - Me.TabPage8.AutoScroll = True + resources.ApplyResources(Me.TabPage8, "TabPage8") Me.TabPage8.Controls.Add(Me.Button4) Me.TabPage8.Controls.Add(Me.RIGHT_FILE_DELETECheckBox) Me.TabPage8.Controls.Add(Me.lblSaveUser) @@ -2501,128 +1894,86 @@ Partial Class frmProfileDesigner Me.TabPage8.Controls.Add(Me.PRENAMETextBox) Me.TabPage8.Controls.Add(GUIDLabel1) Me.TabPage8.Controls.Add(Me.GUIDTextBox) - Me.TabPage8.Location = New System.Drawing.Point(4, 25) Me.TabPage8.Name = "TabPage8" - Me.TabPage8.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage8.Size = New System.Drawing.Size(890, 199) - Me.TabPage8.TabIndex = 1 - Me.TabPage8.Text = "User - Detail" Me.TabPage8.UseVisualStyleBackColor = True ' + 'Button4 + ' + resources.ApplyResources(Me.Button4, "Button4") + Me.Button4.Name = "Button4" + Me.Button4.UseVisualStyleBackColor = True + ' 'RIGHT_FILE_DELETECheckBox ' Me.RIGHT_FILE_DELETECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_USERBindingSource, "PM_RIGHT_FILE_DELETE", True)) - Me.RIGHT_FILE_DELETECheckBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.RIGHT_FILE_DELETECheckBox.Location = New System.Drawing.Point(520, 66) + resources.ApplyResources(Me.RIGHT_FILE_DELETECheckBox, "RIGHT_FILE_DELETECheckBox") Me.RIGHT_FILE_DELETECheckBox.Name = "RIGHT_FILE_DELETECheckBox" - Me.RIGHT_FILE_DELETECheckBox.Size = New System.Drawing.Size(136, 24) - Me.RIGHT_FILE_DELETECheckBox.TabIndex = 79 - Me.RIGHT_FILE_DELETECheckBox.Text = "Recht Datei löschen" Me.RIGHT_FILE_DELETECheckBox.UseVisualStyleBackColor = True ' 'lblSaveUser ' - Me.lblSaveUser.AutoSize = True + resources.ApplyResources(Me.lblSaveUser, "lblSaveUser") Me.lblSaveUser.BackColor = System.Drawing.Color.Yellow - Me.lblSaveUser.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveUser.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblSaveUser.Location = New System.Drawing.Point(517, 115) Me.lblSaveUser.Name = "lblSaveUser" - Me.lblSaveUser.Size = New System.Drawing.Size(143, 14) - Me.lblSaveUser.TabIndex = 78 - Me.lblSaveUser.Text = "Änderungen gespeichert" - Me.lblSaveUser.Visible = False ' 'CHANGED_WHENTextBox1 ' Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox1.Enabled = False - Me.CHANGED_WHENTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(268, 113) + resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" - Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(190, 22) - Me.CHANGED_WHENTextBox1.TabIndex = 18 ' 'CHANGED_WHOTextBox1 ' Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox1.Enabled = False - Me.CHANGED_WHOTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(268, 158) + resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" - Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(190, 22) - Me.CHANGED_WHOTextBox1.TabIndex = 16 ' 'ADDED_WHENTextBox1 ' Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox1.Enabled = False - Me.ADDED_WHENTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(71, 113) + resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" - Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(188, 22) - Me.ADDED_WHENTextBox1.TabIndex = 14 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox1.Enabled = False - Me.ADDED_WHOTextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(71, 158) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(188, 22) - Me.ADDED_WHOTextBox1.TabIndex = 12 ' 'EMAILTextBox ' Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "EMAIL", True)) - Me.EMAILTextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.EMAILTextBox.Location = New System.Drawing.Point(71, 66) + resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") Me.EMAILTextBox.Name = "EMAILTextBox" - Me.EMAILTextBox.Size = New System.Drawing.Size(443, 22) - Me.EMAILTextBox.TabIndex = 9 ' 'USERNAMETextBox ' Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "USERNAME", True)) - Me.USERNAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.USERNAMETextBox.Location = New System.Drawing.Point(520, 22) + resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") Me.USERNAMETextBox.Name = "USERNAMETextBox" - Me.USERNAMETextBox.Size = New System.Drawing.Size(240, 22) - Me.USERNAMETextBox.TabIndex = 7 ' 'NAMETextBox1 ' Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "NAME", True)) - Me.NAMETextBox1.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.NAMETextBox1.Location = New System.Drawing.Point(268, 22) + resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") Me.NAMETextBox1.Name = "NAMETextBox1" - Me.NAMETextBox1.Size = New System.Drawing.Size(246, 22) - Me.NAMETextBox1.TabIndex = 5 ' 'PRENAMETextBox ' Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "PRENAME", True)) - Me.PRENAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.PRENAMETextBox.Location = New System.Drawing.Point(71, 22) + resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") Me.PRENAMETextBox.Name = "PRENAMETextBox" - Me.PRENAMETextBox.Size = New System.Drawing.Size(188, 22) - Me.PRENAMETextBox.TabIndex = 3 ' 'GUIDTextBox ' Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_USERBindingSource, "GUID", True)) - Me.GUIDTextBox.Enabled = False - Me.GUIDTextBox.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(9, 22) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(53, 22) - Me.GUIDTextBox.TabIndex = 1 ' 'TBPM_USERBindingNavigator ' @@ -2632,130 +1983,95 @@ Partial Class frmProfileDesigner Me.TBPM_USERBindingNavigator.CountItemFormat = "von {0} Usern" Me.TBPM_USERBindingNavigator.DeleteItem = Me.ToolStripButton6 Me.TBPM_USERBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripSeparator5, Me.ToolStripTextBox2, Me.ToolStripLabel3, Me.ToolStripSeparator6, Me.ToolStripButton9, Me.ToolStripButton10, Me.ToolStripSeparator7, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripButton11, Me.tsbtnworkUser, ToolStripButton4, Me.ToolStripButton12}) - Me.TBPM_USERBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPM_USERBindingNavigator, "TBPM_USERBindingNavigator") Me.TBPM_USERBindingNavigator.MoveFirstItem = Me.ToolStripButton7 Me.TBPM_USERBindingNavigator.MoveLastItem = Me.ToolStripButton10 Me.TBPM_USERBindingNavigator.MoveNextItem = Me.ToolStripButton9 Me.TBPM_USERBindingNavigator.MovePreviousItem = Me.ToolStripButton8 Me.TBPM_USERBindingNavigator.Name = "TBPM_USERBindingNavigator" Me.TBPM_USERBindingNavigator.PositionItem = Me.ToolStripTextBox2 - Me.TBPM_USERBindingNavigator.Size = New System.Drawing.Size(898, 25) - Me.TBPM_USERBindingNavigator.TabIndex = 3 - Me.TBPM_USERBindingNavigator.Text = "BindingNavigator3" ' 'ToolStripButton5 ' Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") Me.ToolStripButton5.Name = "ToolStripButton5" - Me.ToolStripButton5.RightToLeftAutoMirrorImage = True - Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton5.Text = "Neu hinzufügen" ' 'ToolStripLabel3 ' Me.ToolStripLabel3.Name = "ToolStripLabel3" - Me.ToolStripLabel3.Size = New System.Drawing.Size(80, 22) - Me.ToolStripLabel3.Text = "von {0} Usern" - Me.ToolStripLabel3.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") ' 'ToolStripButton6 ' Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton6, "ToolStripButton6") Me.ToolStripButton6.Name = "ToolStripButton6" - Me.ToolStripButton6.RightToLeftAutoMirrorImage = True - Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton6.Text = "Löschen" ' 'ToolStripButton7 ' Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton7, "ToolStripButton7") Me.ToolStripButton7.Name = "ToolStripButton7" - Me.ToolStripButton7.RightToLeftAutoMirrorImage = True - Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton7.Text = "Erste verschieben" ' 'ToolStripButton8 ' Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") Me.ToolStripButton8.Name = "ToolStripButton8" - Me.ToolStripButton8.RightToLeftAutoMirrorImage = True - Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton8.Text = "Vorherige verschieben" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' 'ToolStripTextBox2 ' - Me.ToolStripTextBox2.AccessibleName = "Position" - Me.ToolStripTextBox2.AutoSize = False + resources.ApplyResources(Me.ToolStripTextBox2, "ToolStripTextBox2") Me.ToolStripTextBox2.Name = "ToolStripTextBox2" - Me.ToolStripTextBox2.Size = New System.Drawing.Size(50, 23) - Me.ToolStripTextBox2.Text = "0" - Me.ToolStripTextBox2.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") ' 'ToolStripButton9 ' Me.ToolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton9.Image = CType(resources.GetObject("ToolStripButton9.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") Me.ToolStripButton9.Name = "ToolStripButton9" - Me.ToolStripButton9.RightToLeftAutoMirrorImage = True - Me.ToolStripButton9.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton9.Text = "Nächste verschieben" ' 'ToolStripButton10 ' Me.ToolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton10.Image = CType(resources.GetObject("ToolStripButton10.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton10, "ToolStripButton10") Me.ToolStripButton10.Name = "ToolStripButton10" - Me.ToolStripButton10.RightToLeftAutoMirrorImage = True - Me.ToolStripButton10.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton10.Text = "Letzte verschieben" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") ' 'ToolStripButton11 ' Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton11.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save - Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") Me.ToolStripButton11.Name = "ToolStripButton11" - Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton11.Text = "Speichern" ' 'tsbtnworkUser ' Me.tsbtnworkUser.BackColor = System.Drawing.Color.Transparent Me.tsbtnworkUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user - Me.tsbtnworkUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.tsbtnworkUser.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnworkUser, "tsbtnworkUser") Me.tsbtnworkUser.Name = "tsbtnworkUser" - Me.tsbtnworkUser.Size = New System.Drawing.Size(145, 22) - Me.tsbtnworkUser.Text = "User-Daten bearbeiten" - Me.tsbtnworkUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ToolStripButton12 ' Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton12.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") Me.ToolStripButton12.Name = "ToolStripButton12" - Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton12.Text = "Refresh" ' 'TabPage3 ' @@ -2775,34 +2091,23 @@ Partial Class frmProfileDesigner Me.TabPage3.Controls.Add(GEAENDERTWERLabel) Me.TabPage3.Controls.Add(Me.GEAENDERTWANNTextBox) Me.TabPage3.Controls.Add(Me.btnSaveKonfig) - Me.TabPage3.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage3, "TabPage3") Me.TabPage3.Name = "TabPage3" - Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage3.Size = New System.Drawing.Size(1250, 557) - Me.TabPage3.TabIndex = 2 - Me.TabPage3.Text = "Grundeinstellungen" Me.TabPage3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.LightGray Me.Button2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Files_7954 - Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button2.Location = New System.Drawing.Point(649, 162) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(172, 34) - Me.Button2.TabIndex = 15 - Me.Button2.Text = "File-Tabelle leeren" - Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = False ' 'VEKTOR_DELIMITERTextBox ' Me.VEKTOR_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "VEKTOR_DELIMITER", True)) - Me.VEKTOR_DELIMITERTextBox.Location = New System.Drawing.Point(182, 61) + resources.ApplyResources(Me.VEKTOR_DELIMITERTextBox, "VEKTOR_DELIMITERTextBox") Me.VEKTOR_DELIMITERTextBox.Name = "VEKTOR_DELIMITERTextBox" - Me.VEKTOR_DELIMITERTextBox.Size = New System.Drawing.Size(45, 23) - Me.VEKTOR_DELIMITERTextBox.TabIndex = 14 ' 'TBPM_KONFIGURATIONBindingSource ' @@ -2812,35 +2117,22 @@ Partial Class frmProfileDesigner 'btnConnections ' Me.btnConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_refresh - Me.btnConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnConnections.Location = New System.Drawing.Point(649, 64) + resources.ApplyResources(Me.btnConnections, "btnConnections") Me.btnConnections.Name = "btnConnections" - Me.btnConnections.Size = New System.Drawing.Size(172, 30) - Me.btnConnections.TabIndex = 13 - Me.btnConnections.Text = "Connections Verwaltung" - Me.btnConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnConnections.UseVisualStyleBackColor = True ' 'btnopen_SQLAdmin ' Me.btnopen_SQLAdmin.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 - Me.btnopen_SQLAdmin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnopen_SQLAdmin.Location = New System.Drawing.Point(649, 104) + resources.ApplyResources(Me.btnopen_SQLAdmin, "btnopen_SQLAdmin") Me.btnopen_SQLAdmin.Name = "btnopen_SQLAdmin" - Me.btnopen_SQLAdmin.Size = New System.Drawing.Size(172, 30) - Me.btnopen_SQLAdmin.TabIndex = 12 - Me.btnopen_SQLAdmin.Text = "SQL-Admin" - Me.btnopen_SQLAdmin.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnopen_SQLAdmin.UseVisualStyleBackColor = True ' 'EMAIL_ACTIVECheckBox ' Me.EMAIL_ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_ACTIVE", True)) - Me.EMAIL_ACTIVECheckBox.Location = New System.Drawing.Point(463, 32) + resources.ApplyResources(Me.EMAIL_ACTIVECheckBox, "EMAIL_ACTIVECheckBox") Me.EMAIL_ACTIVECheckBox.Name = "EMAIL_ACTIVECheckBox" - Me.EMAIL_ACTIVECheckBox.Size = New System.Drawing.Size(162, 24) - Me.EMAIL_ACTIVECheckBox.TabIndex = 11 - Me.EMAIL_ACTIVECheckBox.Text = "Email Meldungen Aktiv" Me.EMAIL_ACTIVECheckBox.UseVisualStyleBackColor = True ' 'grpbxEmail @@ -2858,13 +2150,9 @@ Partial Class frmProfileDesigner Me.grpbxEmail.Controls.Add(Me.EMAIL_SMTPTextBox) Me.grpbxEmail.Controls.Add(EMAIL_FROMLabel) Me.grpbxEmail.Controls.Add(Me.EMAIL_FROMTextBox) - Me.grpbxEmail.Enabled = False - Me.grpbxEmail.Location = New System.Drawing.Point(21, 90) + resources.ApplyResources(Me.grpbxEmail, "grpbxEmail") Me.grpbxEmail.Name = "grpbxEmail" - Me.grpbxEmail.Size = New System.Drawing.Size(622, 324) - Me.grpbxEmail.TabIndex = 1 Me.grpbxEmail.TabStop = False - Me.grpbxEmail.Text = "E-Mail Konfiguration" ' 'GroupBox5 ' @@ -2872,164 +2160,111 @@ Partial Class frmProfileDesigner Me.GroupBox5.Controls.Add(Me.Label8) Me.GroupBox5.Controls.Add(Me.btnTest_Email) Me.GroupBox5.ForeColor = System.Drawing.Color.Blue - Me.GroupBox5.Location = New System.Drawing.Point(307, 23) + resources.ApplyResources(Me.GroupBox5, "GroupBox5") Me.GroupBox5.Name = "GroupBox5" - Me.GroupBox5.Size = New System.Drawing.Size(303, 87) - Me.GroupBox5.TabIndex = 21 Me.GroupBox5.TabStop = False - Me.GroupBox5.Text = "Email testen" ' 'txtemailEmpfaenger ' - Me.txtemailEmpfaenger.Location = New System.Drawing.Point(112, 19) + resources.ApplyResources(Me.txtemailEmpfaenger, "txtemailEmpfaenger") Me.txtemailEmpfaenger.Name = "txtemailEmpfaenger" - Me.txtemailEmpfaenger.Size = New System.Drawing.Size(185, 23) - Me.txtemailEmpfaenger.TabIndex = 22 ' 'Label8 ' - Me.Label8.AutoSize = True - Me.Label8.Location = New System.Drawing.Point(6, 22) + resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(100, 16) - Me.Label8.TabIndex = 21 - Me.Label8.Text = "Testempfänger:" ' 'btnTest_Email ' - Me.btnTest_Email.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnTest_Email, "btnTest_Email") Me.btnTest_Email.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go - Me.btnTest_Email.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnTest_Email.Location = New System.Drawing.Point(112, 51) Me.btnTest_Email.Name = "btnTest_Email" - Me.btnTest_Email.Size = New System.Drawing.Size(185, 30) - Me.btnTest_Email.TabIndex = 20 - Me.btnTest_Email.Text = "Email testen" - Me.btnTest_Email.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTest_Email.UseVisualStyleBackColor = True ' 'EMAIL_REMINDER_FOOTERTextBox ' Me.EMAIL_REMINDER_FOOTERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_REMINDER_FOOTER", True)) - Me.EMAIL_REMINDER_FOOTERTextBox.Location = New System.Drawing.Point(10, 258) - Me.EMAIL_REMINDER_FOOTERTextBox.Multiline = True + resources.ApplyResources(Me.EMAIL_REMINDER_FOOTERTextBox, "EMAIL_REMINDER_FOOTERTextBox") Me.EMAIL_REMINDER_FOOTERTextBox.Name = "EMAIL_REMINDER_FOOTERTextBox" - Me.EMAIL_REMINDER_FOOTERTextBox.Size = New System.Drawing.Size(600, 60) - Me.EMAIL_REMINDER_FOOTERTextBox.TabIndex = 19 ' 'EMAIL_REMINDER_HEADERTextBox ' Me.EMAIL_REMINDER_HEADERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_REMINDER_HEADER", True)) - Me.EMAIL_REMINDER_HEADERTextBox.Location = New System.Drawing.Point(10, 177) - Me.EMAIL_REMINDER_HEADERTextBox.Multiline = True + resources.ApplyResources(Me.EMAIL_REMINDER_HEADERTextBox, "EMAIL_REMINDER_HEADERTextBox") Me.EMAIL_REMINDER_HEADERTextBox.Name = "EMAIL_REMINDER_HEADERTextBox" - Me.EMAIL_REMINDER_HEADERTextBox.Size = New System.Drawing.Size(600, 59) - Me.EMAIL_REMINDER_HEADERTextBox.TabIndex = 17 ' 'EMAIL_PWTextBox ' Me.EMAIL_PWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_PW", True)) - Me.EMAIL_PWTextBox.Location = New System.Drawing.Point(307, 132) + resources.ApplyResources(Me.EMAIL_PWTextBox, "EMAIL_PWTextBox") Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox" - Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(146, 23) - Me.EMAIL_PWTextBox.TabIndex = 15 Me.EMAIL_PWTextBox.UseSystemPasswordChar = True ' 'EMAIL_USERTextBox ' Me.EMAIL_USERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_USER", True)) - Me.EMAIL_USERTextBox.Location = New System.Drawing.Point(10, 132) + resources.ApplyResources(Me.EMAIL_USERTextBox, "EMAIL_USERTextBox") Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox" - Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(288, 23) - Me.EMAIL_USERTextBox.TabIndex = 13 ' 'EMAIL_SMTPTextBox ' Me.EMAIL_SMTPTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_SMTP", True)) - Me.EMAIL_SMTPTextBox.Location = New System.Drawing.Point(10, 87) + resources.ApplyResources(Me.EMAIL_SMTPTextBox, "EMAIL_SMTPTextBox") Me.EMAIL_SMTPTextBox.Name = "EMAIL_SMTPTextBox" - Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(288, 23) - Me.EMAIL_SMTPTextBox.TabIndex = 11 ' 'EMAIL_FROMTextBox ' Me.EMAIL_FROMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "EMAIL_FROM", True)) - Me.EMAIL_FROMTextBox.Location = New System.Drawing.Point(9, 42) + resources.ApplyResources(Me.EMAIL_FROMTextBox, "EMAIL_FROMTextBox") Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox" - Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(289, 23) - Me.EMAIL_FROMTextBox.TabIndex = 9 ' 'btnlicensemanager_open ' Me.btnlicensemanager_open.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key - Me.btnlicensemanager_open.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnlicensemanager_open.Location = New System.Drawing.Point(649, 28) + resources.ApplyResources(Me.btnlicensemanager_open, "btnlicensemanager_open") Me.btnlicensemanager_open.Name = "btnlicensemanager_open" - Me.btnlicensemanager_open.Size = New System.Drawing.Size(172, 30) - Me.btnlicensemanager_open.TabIndex = 0 - Me.btnlicensemanager_open.Text = "Lizenzverwaltung" - Me.btnlicensemanager_open.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnlicensemanager_open.UseVisualStyleBackColor = True ' 'INTERVALL_CKECK_NO_OF_FILESNumericUpDown ' Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_KONFIGURATIONBindingSource, "INTERVALL_CKECK_NO_OF_FILES", True)) - Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Location = New System.Drawing.Point(20, 33) + resources.ApplyResources(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, "INTERVALL_CKECK_NO_OF_FILESNumericUpDown") Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Name = "INTERVALL_CKECK_NO_OF_FILESNumericUpDown" - Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Size = New System.Drawing.Size(43, 23) - Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.TabIndex = 2 ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(69, 35) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(53, 16) - Me.Label3.TabIndex = 6 - Me.Label3.Text = "Minuten" ' 'GEAENDERTWERTextBox ' Me.GEAENDERTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEAENDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWER", True)) - Me.GEAENDERTWERTextBox.Location = New System.Drawing.Point(649, 303) + resources.ApplyResources(Me.GEAENDERTWERTextBox, "GEAENDERTWERTextBox") Me.GEAENDERTWERTextBox.Name = "GEAENDERTWERTextBox" Me.GEAENDERTWERTextBox.ReadOnly = True - Me.GEAENDERTWERTextBox.Size = New System.Drawing.Size(190, 23) - Me.GEAENDERTWERTextBox.TabIndex = 3 ' 'GEAENDERTWANNTextBox ' Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWANN", True)) - Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(649, 348) + resources.ApplyResources(Me.GEAENDERTWANNTextBox, "GEAENDERTWANNTextBox") Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.ReadOnly = True - Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(190, 23) - Me.GEAENDERTWANNTextBox.TabIndex = 5 ' 'btnSaveKonfig ' Me.btnSaveKonfig.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save - Me.btnSaveKonfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSaveKonfig.Location = New System.Drawing.Point(649, 377) + resources.ApplyResources(Me.btnSaveKonfig, "btnSaveKonfig") Me.btnSaveKonfig.Name = "btnSaveKonfig" - Me.btnSaveKonfig.Size = New System.Drawing.Size(203, 31) - Me.btnSaveKonfig.TabIndex = 7 - Me.btnSaveKonfig.Text = "Speichern Grundeinstellungen" - Me.btnSaveKonfig.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSaveKonfig.UseVisualStyleBackColor = True ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.TBPM_ERROR_LOGDataGridView) Me.TabPage4.Controls.Add(Me.TBPM_ERROR_LOGBindingNavigator) - Me.TabPage4.Location = New System.Drawing.Point(4, 25) + resources.ApplyResources(Me.TabPage4, "TabPage4") Me.TabPage4.Name = "TabPage4" - Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage4.Size = New System.Drawing.Size(1250, 557) - Me.TabPage4.TabIndex = 3 - Me.TabPage4.Text = "Log" Me.TabPage4.UseVisualStyleBackColor = True ' 'TBPM_ERROR_LOGDataGridView @@ -3041,24 +2276,21 @@ Partial Class frmProfileDesigner Me.TBPM_ERROR_LOGDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPM_ERROR_LOGDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn22, Me.DataGridViewTextBoxColumn23, Me.DataGridViewTextBoxColumn24, Me.DataGridViewTextBoxColumn25}) Me.TBPM_ERROR_LOGDataGridView.DataSource = Me.TBPM_ERROR_LOGBindingSource - Me.TBPM_ERROR_LOGDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.TBPM_ERROR_LOGDataGridView.Location = New System.Drawing.Point(3, 28) + resources.ApplyResources(Me.TBPM_ERROR_LOGDataGridView, "TBPM_ERROR_LOGDataGridView") Me.TBPM_ERROR_LOGDataGridView.Name = "TBPM_ERROR_LOGDataGridView" Me.TBPM_ERROR_LOGDataGridView.ReadOnly = True - Me.TBPM_ERROR_LOGDataGridView.Size = New System.Drawing.Size(1244, 526) - Me.TBPM_ERROR_LOGDataGridView.TabIndex = 1 ' 'DataGridViewTextBoxColumn17 ' Me.DataGridViewTextBoxColumn17.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn17.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn17, "DataGridViewTextBoxColumn17") Me.DataGridViewTextBoxColumn17.Name = "DataGridViewTextBoxColumn17" Me.DataGridViewTextBoxColumn17.ReadOnly = True ' 'DataGridViewTextBoxColumn22 ' Me.DataGridViewTextBoxColumn22.DataPropertyName = "PROFIL_ID" - Me.DataGridViewTextBoxColumn22.HeaderText = "Profil-ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn22, "DataGridViewTextBoxColumn22") Me.DataGridViewTextBoxColumn22.Name = "DataGridViewTextBoxColumn22" Me.DataGridViewTextBoxColumn22.ReadOnly = True ' @@ -3066,21 +2298,21 @@ Partial Class frmProfileDesigner ' Me.DataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill Me.DataGridViewTextBoxColumn23.DataPropertyName = "ERROR_MSG" - Me.DataGridViewTextBoxColumn23.HeaderText = "Error-Message" + resources.ApplyResources(Me.DataGridViewTextBoxColumn23, "DataGridViewTextBoxColumn23") Me.DataGridViewTextBoxColumn23.Name = "DataGridViewTextBoxColumn23" Me.DataGridViewTextBoxColumn23.ReadOnly = True ' 'DataGridViewTextBoxColumn24 ' Me.DataGridViewTextBoxColumn24.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn24.HeaderText = "Wer" + resources.ApplyResources(Me.DataGridViewTextBoxColumn24, "DataGridViewTextBoxColumn24") Me.DataGridViewTextBoxColumn24.Name = "DataGridViewTextBoxColumn24" Me.DataGridViewTextBoxColumn24.ReadOnly = True ' 'DataGridViewTextBoxColumn25 ' Me.DataGridViewTextBoxColumn25.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn25.HeaderText = "Wann" + resources.ApplyResources(Me.DataGridViewTextBoxColumn25, "DataGridViewTextBoxColumn25") Me.DataGridViewTextBoxColumn25.Name = "DataGridViewTextBoxColumn25" Me.DataGridViewTextBoxColumn25.ReadOnly = True ' @@ -3096,91 +2328,67 @@ Partial Class frmProfileDesigner Me.TBPM_ERROR_LOGBindingNavigator.CountItem = Me.BindingNavigatorCountItem3 Me.TBPM_ERROR_LOGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem1 Me.TBPM_ERROR_LOGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem3, Me.BindingNavigatorMovePreviousItem3, Me.BindingNavigatorSeparator9, Me.BindingNavigatorPositionItem3, Me.BindingNavigatorCountItem3, Me.BindingNavigatorSeparator10, Me.BindingNavigatorMoveNextItem3, Me.BindingNavigatorMoveLastItem3, Me.BindingNavigatorSeparator11, Me.BindingNavigatorDeleteItem1}) - Me.TBPM_ERROR_LOGBindingNavigator.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.TBPM_ERROR_LOGBindingNavigator, "TBPM_ERROR_LOGBindingNavigator") Me.TBPM_ERROR_LOGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem3 Me.TBPM_ERROR_LOGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem3 Me.TBPM_ERROR_LOGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem3 Me.TBPM_ERROR_LOGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem3 Me.TBPM_ERROR_LOGBindingNavigator.Name = "TBPM_ERROR_LOGBindingNavigator" Me.TBPM_ERROR_LOGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem3 - Me.TBPM_ERROR_LOGBindingNavigator.Size = New System.Drawing.Size(1244, 25) - Me.TBPM_ERROR_LOGBindingNavigator.TabIndex = 0 - Me.TBPM_ERROR_LOGBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem3 ' Me.BindingNavigatorCountItem3.Name = "BindingNavigatorCountItem3" - Me.BindingNavigatorCountItem3.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem3.Text = "von {0}" - Me.BindingNavigatorCountItem3.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem3, "BindingNavigatorCountItem3") ' 'BindingNavigatorDeleteItem1 ' - Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorDeleteItem1, "BindingNavigatorDeleteItem1") Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1" - Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(157, 22) - Me.BindingNavigatorDeleteItem1.Text = "Alle Logeinträge löschen" ' 'BindingNavigatorMoveFirstItem3 ' Me.BindingNavigatorMoveFirstItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem3.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem3, "BindingNavigatorMoveFirstItem3") Me.BindingNavigatorMoveFirstItem3.Name = "BindingNavigatorMoveFirstItem3" - Me.BindingNavigatorMoveFirstItem3.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveFirstItem3.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem3.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem3 ' Me.BindingNavigatorMovePreviousItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem3.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem3, "BindingNavigatorMovePreviousItem3") Me.BindingNavigatorMovePreviousItem3.Name = "BindingNavigatorMovePreviousItem3" - Me.BindingNavigatorMovePreviousItem3.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMovePreviousItem3.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem3.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator9 ' Me.BindingNavigatorSeparator9.Name = "BindingNavigatorSeparator9" - Me.BindingNavigatorSeparator9.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator9, "BindingNavigatorSeparator9") ' 'BindingNavigatorPositionItem3 ' - Me.BindingNavigatorPositionItem3.AccessibleName = "Position" - Me.BindingNavigatorPositionItem3.AutoSize = False + resources.ApplyResources(Me.BindingNavigatorPositionItem3, "BindingNavigatorPositionItem3") Me.BindingNavigatorPositionItem3.Name = "BindingNavigatorPositionItem3" - Me.BindingNavigatorPositionItem3.Size = New System.Drawing.Size(50, 23) - Me.BindingNavigatorPositionItem3.Text = "0" - Me.BindingNavigatorPositionItem3.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator10 ' Me.BindingNavigatorSeparator10.Name = "BindingNavigatorSeparator10" - Me.BindingNavigatorSeparator10.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator10, "BindingNavigatorSeparator10") ' 'BindingNavigatorMoveNextItem3 ' Me.BindingNavigatorMoveNextItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem3.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem3, "BindingNavigatorMoveNextItem3") Me.BindingNavigatorMoveNextItem3.Name = "BindingNavigatorMoveNextItem3" - Me.BindingNavigatorMoveNextItem3.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveNextItem3.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem3.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem3 ' Me.BindingNavigatorMoveLastItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem3.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem3, "BindingNavigatorMoveLastItem3") Me.BindingNavigatorMoveLastItem3.Name = "BindingNavigatorMoveLastItem3" - Me.BindingNavigatorMoveLastItem3.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorMoveLastItem3.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem3.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator11 ' Me.BindingNavigatorSeparator11.Name = "BindingNavigatorSeparator11" - Me.BindingNavigatorSeparator11.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator11, "BindingNavigatorSeparator11") ' 'TBPM_PROFILE_CONTROLSBindingSource ' @@ -3190,18 +2398,14 @@ Partial Class frmProfileDesigner 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrpinfo}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 586) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(1258, 22) - Me.StatusStrip1.TabIndex = 2 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tstrpinfo ' Me.tstrpinfo.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.A_1 Me.tstrpinfo.Name = "tstrpinfo" - Me.tstrpinfo.Size = New System.Drawing.Size(16, 17) - Me.tstrpinfo.Visible = False + resources.ApplyResources(Me.tstrpinfo, "tstrpinfo") ' 'TBPROFILE_USERTableAdapter ' @@ -3218,11 +2422,8 @@ Partial Class frmProfileDesigner 'pnlMain ' Me.pnlMain.Controls.Add(Me.TabControl1) - Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.pnlMain.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.pnlMain, "pnlMain") Me.pnlMain.Name = "pnlMain" - Me.pnlMain.Size = New System.Drawing.Size(1258, 586) - Me.pnlMain.TabIndex = 4 ' 'TBPM_ERROR_LOGTableAdapter ' @@ -3245,31 +2446,17 @@ Partial Class frmProfileDesigner ' Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True ' - 'TBPM_CONNECTIONTableAdapter + 'TBDD_CONNECTIONTableAdapter ' - Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True - ' - 'Button4 - ' - Me.Button4.Location = New System.Drawing.Point(672, 67) - Me.Button4.Name = "Button4" - Me.Button4.Size = New System.Drawing.Size(147, 23) - Me.Button4.TabIndex = 80 - Me.Button4.Text = "User als Admin setzen" - Me.Button4.UseVisualStyleBackColor = True + Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'frmProfileDesigner ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1258, 608) Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.StatusStrip1) - Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmProfileDesigner" - Me.Text = "Profil-Verwaltung" CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() @@ -3302,7 +2489,7 @@ Partial Class frmProfileDesigner Me.TabPage10.ResumeLayout(False) Me.TabPage10.PerformLayout() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.ResumeLayout(False) Me.TBPM_PROFILE_FINAL_INDEXINGBindingNavigator.PerformLayout() @@ -3606,8 +2793,8 @@ Partial Class frmProfileDesigner Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox - Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource - Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter + Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox Friend WithEvents btnSaveSQLCommand As System.Windows.Forms.Button Friend WithEvents Label15 As System.Windows.Forms.Label diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.resx b/app/DD_PM_WINDREAM/frmProfileDesigner.resx index 12cf7bb..fb695e5 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.resx +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.resx @@ -120,108 +120,1096 @@ False + + + True + + + + 6, 28 + + + 25, 16 + + + 0 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 2 + False + + True + + + 58, 28 + + + 80, 16 + + + 2 + + + Profil-Name: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 7 + False + + True + + + Tahoma, 9.75pt + + + 277, 58 + + + 89, 16 + + + 6 + + + Beschreibung: + + + DESCRIPTIONLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 9 + False + + True + + + Tahoma, 9.75pt + + + 277, 103 + + + 112, 16 + + + 8 + + + Windream-Suche: + + + WD_SEARCHLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 10 + False + + True + + + Tahoma, 9.75pt + + + 971, 58 + + + 58, 16 + + + 16 + + + Priorität: + + + PRIORITYLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 13 + False + + True + + + Tahoma, 9.75pt + + + 277, 335 + + + 78, 16 + + + 18 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 15 + False + + True + + + Tahoma, 9.75pt + + + 444, 335 + + + 87, 16 + + + 20 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 19 + False + + True + + + Tahoma, 9.75pt + + + 609, 335 + + + 91, 16 + + + 22 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 26 + False + + True + + + Tahoma, 9.75pt + + + 775, 335 + + + 100, 16 + + + 24 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 20 + False + + True + + + Tahoma, 9.75pt + + + 12, 49 + + + 272, 16 + + + 26 + + + Finaler Bestätigungstext auf Abschluss-Button: + + + FINAL_TEXTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 1 + False + + True + + + 507, 29 + + + 38, 16 + + + 27 + + + Titel: + + + TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 3 + False + + True + + + 18, 14 + + + 301, 16 + + + 0 + + + Intervall zur Überprüfung Anzahl Dateien pro Profil: + + + INTERVALL_CKECK_NO_OF_FILESLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 8 + False + + True + + + 646, 284 + + + 91, 16 + + + 2 + + + Geändert wer: + + + GEAENDERTWERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 13 + False + + True + + + 646, 329 + + + 100, 16 + + + 4 + + + Geändert wann: + + + GEAENDERTWANNLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 11 + False + + True + + + 6, 23 + + + 79, 16 + + + 8 + + + e-Mail from: + + + EMAIL_FROMLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 11 + False + + True + + + 7, 68 + + + 89, 16 + + + 10 + + + SMTP-Server: + + + EMAIL_SMTPLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 9 + False + + True + + + 6, 113 + + + 78, 16 + + + 12 + + + e-Mail User: + + + EMAIL_USERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 7 + False + + True + + + 304, 113 + + + 107, 16 + + + 14 + + + e-Mail Password: + + + EMAIL_PWLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 5 + False + + True + + + 7, 158 + + + 257, 16 + + + 16 + + + e-Mail Header-Meldung - nur für Reminder: + + + EMAIL_REMINDER_HEADERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 3 + False + + True + + + 7, 239 + + + 200, 16 + + + 18 + + + e-Mail Footer - nur für Reminder: + + + EMAIL_REMINDER_FOOTERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 1 + False + + True + + + Tahoma, 9.75pt, style=Italic + + + 712, 151 + + + 409, 32 + + + 80 + + + Bitte wählen Sie hier den Vektor-Index den Sie für die Kennzeichnung +der PM-Indizes verwenden wollen: + + + Label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 5 + False + + True + + + Tahoma, 9.75pt, style=Italic + + + 712, 213 + + + 364, 32 + + + 82 + + + Bitte wählen Sie hier den Vektor-Index den Sie für das Loggen +der Wertänderungen nutzen wollen: + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 3 + False + + True + + + 18, 64 + + + 158, 16 + + + 13 + + + Trenner für Vektorinhalte: + + + VEKTOR_DELIMITERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 1 + False + + Magenta + + + 134, 22 + + + AD-User hinzufügen + False + + True + + + Tahoma, 9pt, style=Italic + + + 6, 3 + + + 23, 14 + + + 0 + + + ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 19 + False - + + True + + + Tahoma, 9pt + + + 68, 3 + + + 60, 14 + + + 2 + + + Vorname: + + + PRENAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 17 + + False + + True + + + Tahoma, 9pt + + + 265, 3 + + + 68, 14 + + + 4 + + + Nachname: + + + NAMELabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 15 + False + + True + + + Tahoma, 9pt + + + 517, 3 + + + 65, 14 + + + 6 + + + Username: + + + USERNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 13 + False + + True + + + Tahoma, 9pt + + + 68, 48 + + + 38, 14 + + + 8 + + + Email: + + + EMAILLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 11 + False + + True + + + Tahoma, 9pt, style=Italic + + + 68, 139 + + + 73, 14 + + + 11 + + + Erstellt wer: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 9 + False + + True + + + Tahoma, 9pt, style=Italic + + + 68, 94 + + + 78, 14 + + + 13 + + + Erstellt wann + + + ADDED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 7 + False + + True + + + Tahoma, 9pt, style=Italic + + + 265, 139 + + + 87, 14 + + + 15 + + + Geändert wer: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 5 + False + + True + + + Tahoma, 9pt, style=Italic + + + 265, 94 + + + 96, 14 + + + 17 + + + Geändert wann: + + + CHANGED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 3 + False + + True + + + 6, 3 + + + 142, 16 + + + 0 + + + Historisierungs-Eintrag: + + + WORK_HISTORY_ENTRYLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 4 + False + + True + + + 6, 48 + + + 129, 16 + + + 6 + + + SQL für Profilansicht: + + + SQL_VIEWLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 2 + 17, 17 @@ -234,7 +1222,6 @@ 793, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -246,6 +1233,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -255,6 +1251,45 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 58, 23 + + + 0 + + + Aktuelle Position + + + 88, 22 + + + von {0} Profilen + + + Die Gesamtanzahl der Elemente. + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -264,6 +1299,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -275,6 +1319,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -290,6 +1346,12 @@ 4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -305,449 +1367,5313 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + Magenta + + + 122, 22 + + + Kein Profil gewählt + 352, 17 - - 17, 56 - - - 999, 17 - - - 211, 56 - - - 399, 56 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU - z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T - 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn - BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 - QAAAAABJRU5ErkJggg== - + + Magenta - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU - z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T - 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn - BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 - QAAAAABJRU5ErkJggg== - + + 23, 22 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w - Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== - + + Hinzufügen - - 245, 173 - - - 775, 212 - - - 17, 95 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + 256, 22 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + + Änderungen wurden erfolgreich gespeichert - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + Magenta - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + 95, 22 - - True - - - 782, 56 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + Aktualisieren - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + + 6, 25 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + Segoe UI, 9pt, style=Bold - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + Magenta - - 833, 95 - - - 344, 95 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + 163, 22 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + Open Formular Designer - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + + 6, 25 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + MiddleLeft - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + Magenta - - 17, 134 - - - 570, 56 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC - pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ - Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ - /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA - zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ - IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E - rkJggg== - + + 104, 22 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + Profil kopieren - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + MiddleRight - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + + 6, 25 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + MiddleLeft - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + Magenta - - 403, 134 - - - 1040, 134 - - - 583, 95 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + 71, 22 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 - wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 - v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg - UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA - Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu - lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= - + + Löschen - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w - 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f - Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ - 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - + + MiddleRight - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 3, 3 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// - h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B - twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA - kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG - WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 - 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - + + 1244, 25 - - 860, 173 - - - 923, 134 - - - 1056, 95 + + 0 + + + BindingNavigator1 + + + TBPM_PROFILEBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 1 + + + True + + + Tahoma, 9.75pt + + + 277, 12 + + + 67, 16 + + + 77 + + + Objekttyp: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 6 + + + Tahoma, 9.75pt + + + 280, 31 + + + 420, 24 + + + 3 + + + cmbObjekttypen + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 11 + + + Tahoma, 9.75pt + + + 15, 22 + + + 104, 24 + + + 0 + + + Ja/Nein + + + FINAL_PROFILECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + Tahoma, 9.75pt + + + 15, 71 + + + 392, 23 + + + 1 + + + FINAL_TEXTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 2 + + + Tahoma, 9.75pt + + + 280, 151 + + + 420, 100 + + + 75 + + + Alternativer Abschlusstext: + + + GroupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 14 + + + True + + + Tahoma, 9pt, style=Italic + + + 6, 19 + + + 156, 14 + + + 72 + + + Definiert die Art des Profils: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + 17, 56 - - 213, 134 - - - 666, 134 - - - 17, 173 - - - 555, 173 - - - 17, 212 - - - 290, 212 - - - 535, 212 + + Tahoma, 9.75pt + + + 9, 41 + + + 259, 24 + + + 0 + + + cmbType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Tahoma, 9.75pt + + + 280, 257 + + + 420, 71 + + + 74 + + + Type: + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 18 + + + Segoe UI, 9pt + + + 9, 21 + + + 862, 23 + + + 0 + + + MOVE2FOLDERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + Segoe UI, 9.75pt, style=Bold + + + 877, 19 + + + 29, 23 + + + 72 + + + ... + + + btnmovetoFolderDialog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + Segoe UI, 8.25pt, style=Bold + + + 9, 23 + + + 1007, 57 + + + 73 + + + Wählen Sie hier einen Ordner in windream, in welchen die Datei, nach erfolgreicher Indexierung verschoben werden soll: + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 2 + + + Tahoma, 9.75pt + + + 974, 78 + + + 55, 23 + + + 5 + + + PRIORITYNumericUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 25 + + + Tahoma, 9.75pt + + + MiddleLeft + + + 1035, 115 + + + + 0, 0, 2, 2 + + + 115, 36 + + + 49 + + + Teste Suche + + + MiddleRight + + + btnopenSuche + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 24 + + + Tahoma, 9.75pt + + + 973, 122 + + + 56, 23 + + + 29 + + + ... + + + btnWDSuche + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 21 + + + 510, 48 + + + 468, 23 + + + 1 + + + TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 4 + + + 9, 47 + + + 38, 23 + + + 1 + + + PROFILGUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 5 + + + 61, 47 + + + 443, 23 + + + 0 + + + NAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 8 + + + Tahoma, 9.75pt + + + 280, 77 + + + 685, 23 + + + 4 + + + DESCRIPTIONTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 8 + + + Tahoma, 9.75pt + + + 280, 122 + + + 688, 23 + + + 6 + + + WD_SEARCHTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 12 + + + 987, 47 + + + 65, 24 + + + 2 + + + Aktiv + + + ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 6 + + + Tahoma, 9.75pt + + + 280, 354 + + + 158, 23 + + + 19 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 17 + + + Tahoma, 9.75pt + + + 447, 354 + + + 158, 23 + + + 21 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 22 + + + Tahoma, 9.75pt + + + 611, 354 + + + 161, 23 + + + 23 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 23 + + + Tahoma, 9.75pt + + + 778, 354 + + + 161, 23 + + + 25 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 16 + + + 999, 17 - - 1020, 212 + + windream-Suche|*.wdf|Alle Dateien|*.* + + + windream-Suche wählen + + + 211, 56 - - 182 + + 399, 56 - - - AAABAAQAEBAQAAEABAAoAQAARgAAABAQAAABAAgAaAUAAG4BAAAgIBAAAQAEAOgCAADWBgAAICAAAAEA - CACoCAAAvgkAACgAAAAQAAAAIAAAAAEABAAAAAAAwAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA - AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAMAAAAA - AAAAA7u7u7u7sAADsAAAAACwAAOwc7uzcLAAA7AwOzAwsAADsLMDA7CwAAMwuzA7sLAAcAADAwOwsAcB - EQA7MDCwcTPzEAuzcLATMfExAAAAsCP///EDu7uwIzHxMQMzMzNys/MQcAAAAAcjMQcAAAAAAHIgcAAA - AADgAP//4AD//+AA///gAP//4AD//+AA///gAP//wAD//4AA//8AAP//AAD//wAA//8AAP//AH///4D/ - ///B////KAAAABAAAAAgAAAAAQAIAAAAAABAAQAAAAAAAAAAAAAAAQAAAAAAAGJfXgAFCwgAATQyAACA - gAAAMzMAZpmZAMz//wAFBgYAULfNAADM/wABZXwAWW5zAN3h4gAgiaUAChgcAODj5ACGk5gAfYOMAP// - /wBRUVEAQ0NDAAQEBAAAAAAAEhISAwQEBAQEBAQEBAQEBBISEgMJCQkJCQkJCQkJCQQSEhIDCQQEBAQE - BAQEBAkEEhISAwkEBgUGBgYFBgQJBBISEgMJBAUWEwYTFgUECQQSEhIDCQQGExYTFhMGBAkEEhISAwME - BgYTFhMGBgQJBBIPEA4HDhQTFhMWEwYECQQPCxUEBAQHFBMGExYFBAkEEBUEBAYEAgEUBgYFBgQJBAAE - BAQGBAQEDgQEBAQECQQBDQYGBgYGBAcDCQkJCQkECwoKCgYEBAQOAwMDAwMDAxENCAoGBAIHEBISEhIS - EhIPCw0KBAQVCw8SEhISEhISEgwRCxUOEA8SEhISEhISEgAAAABeAY4BBAAAAAAAAADI+gMAMMBGACoA - AAD0////AwAAANj5AwCHLud3RwYBULgFFgAAABYAAAAAAAAAAAAxBAoDKyXtd8Bn73f0+QMAokv2dwAA - FgC4BRYAfEz2d0gFFgADCgMAwAUWABgAAAAc+gMAlPoDAEkBAACU+gMAOZH2dwAAFgAAAAAAwAUWAJd0 - 6HfABRYABAAAANT6AwAwwEYAIAA4AAIAAAC0AAAAugAAAJdb53fwwUUAAAAAACEAAAAAAJwAAQAAAAAA - AADgBRYAOPoDAAMVeHcc+wMAlP74d9i0+Xf/////fPoDAPGF+HcAAJwAIQAAACEAAAAAAgAAAAAAACz7 - AwD9aPd3CQQAAABgnABgYJwAIQAAAAACAAAAAAAAoAcAADDARgBs+wMAAAAAACEAAAAAAJwAAQAAAAMA - AADk+gMAsPoDAAD6AwA0+wMAlP74d9i0+Xf/////9PoDAPGF+HcAAJwAIQAAAAAAnAAAAAAARPsDADVj - 93cAAJwAAQAAAAIAAAAY+wMAIQAAAAACAAAAAAAAoAcAAIz7AwCU/vh3AGCcAP////8M+wMAiWT3d5T7 - AwCU/vh3YLL5d/////9c+wMA+WL3dwAAnACAYJwAhPsDAAAAAACk+wMAD0PxdwAAnACAYJwAhPsDAAAA - AAAhAAAAAAIAAAAAAAAAAAAASGWcAMDrBwAAAAUAAAAAANoBAABIsPN3yPsDAC4x53fU+wMAokv2dwAA - BQDA6wcAfEz2d0gFBQDtAAAAAAIAAPjr/X/I6wcAhaPnd6oAAAAuo+d3wJ9CAAAAAAARAQAA1PsDANj7 - AwCw/wMAsP8DAEiw83d4zfN3/////xkEAACsYEAAAAAAACgBAQCp6EAAwJ9CAAMAAAAWFhYDBAQEBAQE - BAQEBAQEFhYWAwkJCQkJCQkJCQkJBBYWFgMJBAQEBAQEBAQECQQWFhYDCQQGBQYGBgUGBAkEFhYWAwkE - BRYTBhMWBQQJBBYWFgMJBAYTFhMWEwYECQQWFhYDAwQGBhMWEwYGBAkEFg8QDgcOFBMWExYTBgQJBA8L - FQQEBAcUEwYTFgUECQQQFQQEBgQCARQGBgUGBAkEAAQEBAYEBAQOBAQEBAQJBAENBgYGBgYEBwMJCQkJ - CQQLCgoKBgQEBA4DAwMDAwMDEQ0ICgYEAgcQFhYWFhYWFg8LDQoEBBULDxYWFhYWFhYWDBELFQ4QDxYW - FhYWFhYW4AD//+AA///gAP//4AD//+AA///gAP//4AD//4AA//8AAP//AAD//wAA//8AAP//AAD//wB/ - //8Af///gP///ygAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA - AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAIiIiI - iIiIiIiIiIgAAAAAMAAAAAAAAAAAAAAIAAAAADu7u7u7u7u7u7u7CAAAAAA7u7u7u7u7u7u7uwgAAAAA - O7AAAAAAAAAAALsIAAAAADuwAAAAAAAAAAC7CAAAAAA7sAu7u7u7u7sAuwgAAAAAO7ALCLu7u7gLALsI - AAAAADuwCwCLu7uACwC7CAAAAAA7sAuwCLu4ALsAuwgAAAAAO7ALuwCLgAu7ALsIAAAAADuwC7uwAAC7 - uwC7CAAAAAA7sAu7uwALu7sAuwgAAAAAO7ALu7AAALu7ALsIAAAAADuwC7sAi4ALuwC7CAAAAAA7MAMw - CLu4ALsAuwgAAAAAMwAAAIu7u4ALALsIAAAACAAAAAAzu7u4CwC7CAAAAIREA0QAAzu7u7sAuwgAAAhD - MwczQAAAAAAAALsIAAB0MzMPMzQAAAAAAAC7CAAAgzMzDzMzQAO7u7u7uwgAADMzMw8zMzQDu7u7u7sI - AAAzB/////80A7u7u7u7CAAAMwAADwAANAO7u7u7uwgAADMzMw8zMzQDu7u7u7sIAACDu7sPMzM0AzMz - MzMzMAAAc397DzMzMAAAAAAAAAAAAAg7+wAzMxCAAAAAAAAAAAAAg7czMzMIAAAAAAAAAAAAAAgzMzMA - gAAAAAAAAAAAAAAAeDMwhwAAAAAAAAAAAAD4AAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA - AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD+AAAA/AAAAPgAAADwAAAA8AAAAPAAAADwAA - AA8AAAAPAAAADwAAAB8AAf//gAH//8AD///gB///8A///ygAAAAgAAAAQAAAAAEACAAAAAAAgAQAAAAA - AAAAAAAAAAEAAAAAAACysLcAcml5AIdWbQD9+vsAvJegANqhpwDGnKEA9eTlAAAGAwAAFAsABRMNACE0 - MAAEGhYAIi0sAAAfHgAEGRgAADMzAAAHBwAAAwMAAjQ0AAU1NQALNzcAFzs7ABAmJgBx//4ABAkJAHn/ - /gAePj4Af//+AIz//wAVICAAqf//AAgMDAAzRkYAvv//ADdHRwAHCQkAKzc3AA8TEwDM//8AtePjALLf - 3wCu2toAzP7+AMv9/QDJ+voAxfX1AMPz8wDB8fEAwO/vAL3s7AC66OgAYXl5AC04OADH9/cAxPPzAL7r - 6wC0398ALjk5ALvn5wAiKioAp83NAK/W1gCt09MAqs/PAKfLywAKDAwAj6ioAImhoQAoLy8ANT4+AC83 - NwAGBwcAfpGRAGJxcQA5PT0ARUlJAPL//wD6//8AnZ+fAA4oKQAgPD0AqPz/AJv7/wAEDg8AAC82ABrh - /wBq7P8AACAlAA/a/wAS3v8AW+n/AADV/QAAxO0AGNr/ACTb/wCC6/8AExgZAADM/wAAy/kAAKjQAAAI - CgABy/4AAsn6AAPH9wAFxfUABcTzAAfS/wAL0P8AC7zoABCz3AAUrdMAF6rPAB6evQAoj6gAQNn/ADCE - mQAZQUsAM36QAA4iJwDv/P8AAML2AACw4gAAkboAAH2gAAXL/wAGyv8AAKbbAACm1wAAo9MAAIu5AACO - uAAAaowAAGmLAAARFgABmcsABpTDAAzG/wARISYA5vn/AACj3AAAmcwAAIi4AAB8qgAAd6AAAGqQAABa - ewAAU3EAAE9qAABOaQAAGCEAAAsPAAAGCAAAAwQAApfJAAuPvAATiK8AHn6eACduhwAlSFQAAI7FAAB+ - rwAAfKwAAF6CAABcgAAAT20AAEppAABHYgAALT8AACk6AAAPFQAefqYAMKHPAABrnQAAbJsAAGeTAABP - cwAARGIAADJJAAAwRQAAKj0AACY3AAAcKQAACxAAAAcKAAKHwwAAQmMAADlVAAAtRAAAK0EAACU4AAAb - KAAABAYAFztNAEd1jQAIDA4AmZ2fAHl7fAD8/v8AAFqKAABKcQAAKUAAABMdAJWwvwCGmKIAADVVAExb - ZADm6+4AACA2AA0xSQAWRmUAHEZiAEJecAAXPlsAdpy4AOLm6QAAEyIAAAkQADtrkwAACBQAbHeHAJCZ - qgAFDR8ApKWuAAgICgD7+/wA6enqAJ+foAD///8A/Pz8APHx8QCZmZkALy8vACgoKAAeHh4AFhYWABQU - FAAQEBAACQkJAAUFBQADAwMAAAAAAOTk5OTk5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fk5OTkjRAQEBAQ - EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5/Hx8fHx8fHxjRAQEBAQ - EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHx8fGNYmJiYmJiYmJiYmJiYmJiYmJiYmJiEOfx8fHx8fHx8Y1i - YmJiYmJiYmJiYmJiYmJiYmJiYmIQ5/Hx8fHx8fHxjWJi8fHx8fHx8fHx8fHx8fHx8fFiYhDn8fHx8fHx - 8fGNYmLxEBAQEBAQEBAQEBAQEBAQ8WJiEOfx8fHx8fHx8Y1iYvEQJycnJycnJycnJycnJxDxYmIQ5/Hx - 8fHx8fHxjWJi8RAnNDwyJycnJycyPCYnEPFiYhDn8fHx8fHx8fGNYmLxECc18TwyJycnMjzxNScQ8WJi - EOfx8fHx8fHx8Y1iYvEQJzA18TwyJzI88TUwJxDxYmIQ5/Hx8fHx8fHxjWJi8RAnJzA18TwqPPE1MCcn - EPFiYhDn8fHx8fHx8fGNYmLxECcnJzA18UjxNTAnJycQ8WJiEOfx8fHx8fHx8Y1iYvEQKysrKykk8SQp - JycnJxDxYmIQ5/Hx8fHx8fHxh2do7xQ3LjYzPPFC8TwyJycnEPFiYhDn8fHx8fHx8fGIbW7sFkA/PUVI - Oig18TwyJycQ8WJiEOfx8fHx8fHx8ZxxcughSUlL6kY5NjE18TwyJxDxYmIQ5/Hx8fHx8fHxnnV3VFQe - PEdMREE7NjE18TwnEPFiYhDn8fHx8fHx8d/e29mXuMCZGSVKREE4LTA17ycQ8WJiEOfx8fHx8fHc2L/Q - ybO0tqqYEg1KQz4vLCcnJxDxYmIQ5/Hx8fHx3b67yMfuUpSVqJZlEgsjGxUTEBAQEPFiYhDn8fHx8dfR - uq6gf+5OfISlsw4ICkfp7fDx8fHx8WJiEOfx8fHxzM2tjHlr7k58fIWmVQkIUXRvaWZiYmJiYmIQ5/Hx - 8fHUsH9sa2vuxnx8fISnWBEXdnBqZmJiYmJiYhDn8fHx8dWvw1OLeE7k5OTkH5O9lw92cGpmYmJiYmJi - EOfx8fHx0qLu4CDg7uTr7u7uk7KGDHRvaWZiYmJiYmIQ5/Hx8fHCj31eWlbu5Hp6gYOTvKpQcm5oYmJi - YmJiYhDn8fHx8cuhiVsaHO7kelZcZJK1t5+dm5qNjY2NjY2NjfHx8fHxz6uJV00d7h96WV2Qsb9h1/Hx - 8fHx8fHx8fHx8fHx8fHxAKxgIhju7npje6S9quPx8fHx8fHx8fHx8fHx8fHx8fHxBNZzX36Ah4KjssrF - 8fHx8fHx8fHx8fHx8fHx8fHx8fHxBQLauY6RsamKT/Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHxBwYB08HO - xNfx8fHx8fHx8fHx8fHx8fHx8fHx8fgAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA - AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP4AAAD8AAAA+AAAAPAAAADwAAAA8AAAAPAAAADwAA - AA8AAAAPAAAAHwAA//+AAf//wAP//+AH///wD/// + + Top, Bottom, Left, Right + + + True + + + 6, 12 + + + Cyan + + + Fuchsia + + + Profil-Name + + + True + + + 0 + + + 166 + + + Titel + + + True + + + 1 + + + 268, 367 + + + 84 + + + GridControl1 + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TabPage5 + + + 0 + + + Tahoma, 8.25pt, style=Bold + + + MiddleLeft + + + 1069, 25 + + + 139, 34 + + + 81 + + + Daten zu Profil entfernen + + + MiddleRight + + + Button3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 1 + + + 715, 248 + + + 230, 24 + + + 83 + + + cmbLOGIndex + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 2 + + + 715, 186 + + + 230, 24 + + + 81 + + + PM_VEKTOR_INDEXComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 4 + + + Tahoma, 9.75pt + + + 715, 31 + + + 238, 24 + + + 78 + + + Neueste Dokumente zuerst anzeigen + + + SORT_BY_LATESTCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage5 + + + 7 + + + Tahoma, 9.75pt, style=Bold + + + 4, 25 + + + 3, 3, 3, 3 + + + 1227, 445 + + + 0 + + + Allgemeine Profilangaben: + + + TabPage5 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabctrl_Profilkonfig + + + 0 + + + True + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 6, 3 + + + 497, 17 + + + 79 + + + Definieren Sie hier Aktionen welche nach erfolgreicher Indexierung durchgeführt werden: + + + Label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 0 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== + + MiddleLeft + + + 766, 95 + + + 114, 30 + + + 91 + + + Editor Detail + + + MiddleRight + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 1 + + + Top, Bottom, Left, Right + + + True + + + 193, 27 + + + 199, 20 + + + 87 + + + Wert in Vektorindex schreiben + + + CheckBoxPMVEKTOR + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 0 + + + True + + + 24, 135 + + + 45, 16 + + + 89 + + + Label4 + + + False + + + lblSaveFinalIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 1 + + + True + + + 24, 3 + + + 89, 16 + + + 78 + + + Index wählen: + + + lblIndexPMVektor + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 2 + + + True + + + 7, 108 + + + 19, 16 + + + 86 + + + 3. + + + Label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 3 + + + 27, 27 + + + 160, 23 + + + 88 + + + False + + + txtBezeichner + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 4 + + + True + + + 7, 52 + + + 19, 16 + + + 85 + + + 2. + + + Label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 5 + + + 27, 25 + + + 160, 24 + + + 77 + + + cmbIndexe + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 6 + + + True + + + 7, 3 + + + 19, 16 + + + 84 + + + 1. + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 7 + + + True + + + 24, 52 + + + 21, 16 + + + 79 + + + sd + + + False + + + lblIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 8 + + + MiddleLeft + + + 9, 51 + + + 119, 29 + + + 1 + + + Datumstempel + + + MiddleRight + + + btnStampDate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 0 + + + MiddleLeft + + + 9, 22 + + + 119, 23 + + + 0 + + + Username + + + MiddleRight + + + btnStampUser + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbxSystemStamps + + + 1 + + + 298, 52 + + + 153, 80 + + + 83 + + + System-Stamps + + + False + + + grbxSystemStamps + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 9 + + + 27, 74 + + + 100, 23 + + + 80 + + + False + + + txtindexwert_final + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 10 + + + MiddleLeft + + + 27, 101 + + + 136, 31 + + + 82 + + + Index einfügen + + + MiddleRight + + + btnInsert_FinalIndex + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 11 + + + True + + + 27, 79 + + + 15, 14 + + + 81 + + + False + + + chkbxfinalIndex + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage9 + + + 12 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1579, 541 + + + 0 + + + Fester Wert + + + TabPage9 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlFinalIndices + + + 0 + + + True + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAANtJREFUOE+tkzsSgjAURbMEl+TQswDWg8M2LKSWggW4DrWhUBuKaAGUTw5DMASU + z5iZw0zeu/cmmRDljqqqtmVZJjW6Rhx0URR7NK38M7TWm7p5yrJMoiiSIAjE87we1OihQYuntStFIU1T + 8X1f4kMsl/NVnvrVgxo9NGjxNGaS8jxvGvfbY2B0QcOOONZ/AhhMKM49wteAJTQBfKYYMwO9yZVnB7jn + BSOyTTaDgOSYdM1VAVxPGO66uREZg8sggCsihJ2sCnAxIttk6H7lXyuA3R99TAgW4Dxnpd6OS61yelZ6 + QAAAAABJRU5ErkJggg== + + + + MiddleLeft + + + 110, 217 + + + 114, 30 + + + 80 + + + Editor Detail + + + MiddleRight + + + btnEditor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 0 + + + True + + + Tahoma, 9.75pt + + + 328, 3 + + + 44, 16 + + + 79 + + + Index: + + + Label15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 1 + + + 331, 22 + + + 194, 24 + + + 78 + + + cmbIndexe2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 2 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + xAAADsQBlSsOGwAAAFRJREFUOE9j+P//P0UYTHz79u0/Cfg9EBswAAGKAU5OTnD84f1HOEYWA9FtbW1w + Q8gyAIRhhpBtAAiD9BBlADJGVkNbA4jBowYMSgPIwXADyMf/GQC4A6rkpAjLjQAAAABJRU5ErkJggg== + + + + MiddleLeft + + + 9, 216 + + + 95, 30 + + + 11 + + + Speichern + + + MiddleRight + + + btnSaveSQLCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 3 + + + 245, 173 + + + Courier New, 9pt + + + 9, 68 + + + True + + + 516, 142 + + + 10 + + + SQL_COMMANDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 4 + + + Tahoma, 9.75pt + + + MiddleLeft + + + 218, 22 + + + 107, 24 + + + 9 + + + Connections + + + MiddleRight + + + btnShowConnections + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 5 + + + True + + + Tahoma, 9.75pt + + + 6, 3 + + + 76, 16 + + + 8 + + + Connection: + + + Label14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 6 + + + 775, 212 + + + Tahoma, 9.75pt + + + 9, 23 + + + 203, 24 + + + 7 + + + cmbConnection + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 7 + + + True + + + 5, 49 + + + 99, 16 + + + 0 + + + SQL-Command: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage10 + + + 8 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1579, 544 + + + 1 + + + Dynamisches SQL + + + TabPage10 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlFinalIndices + + + 1 + + + False + + + 668, 161 + + + 1587, 570 + + + 90 + + + TabControlFinalIndices + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 3 + + + True + + + Tahoma, 12pt, style=Bold + + + 5, 83 + + + 120, 19 + + + 74 + + + Finale Indexe + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 4 + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 6, 108 + + + 583, 17 + + + 75 + + + Diese Indexe werden nach erfolgreicher Indexierung automatisch bei dem indexierten Dokument gesetzt. + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 5 + + + 17, 95 + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + + + None + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + MiddleLeft + + + Magenta + + + 156, 22 + + + Neuen Index hinzufügen + + + MiddleLeft + + + Magenta + + + 99, 22 + + + Index löschen + + + MiddleLeft + + + Magenta + + + 95, 22 + + + Aktualisieren + + + MiddleRight + + + 7, 133 + + + 568, 25 + + + 76 + + + BindingNavigator1 + + + TBPM_PROFILE_FINAL_INDEXINGBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 6 + + + Top, Bottom, Left + + + True + + + ID + + + Indexname + + + Value + + + Erstellt wer + + + Erstellt wann + + + 9, 161 + + + 653, 588 + + + 75 + + + TBPM_PROFILE_FINAL_INDEXINGDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage11 + + + 7 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1213, 410 + + + 0 + + + Move und finale Indexe + + + TabPage11 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl2 + + + 0 + + + True + + + 291, 336 + + + 260, 24 + + + 11 + + + ANNOTATE WORK HISTORY ENTRY + + + ANNOTATE_WORK_HISTORY_ENTRYCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 0 + + + 9, 336 + + + 292, 24 + + + 9 + + + ANNOTATE ALL WORK_HISTORY_ENTRIES + + + ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 1 + + + Tahoma, 8.25pt + + + 9, 67 + + + True + + + 1198, 62 + + + 7 + + + SQL_VIEWTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 3 + + + 9, 22 + + + 1198, 23 + + + 1 + + + WORK_HISTORY_ENTRYTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage12 + + + 5 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1213, 413 + + + 1 + + + Nachbearbeitungsfunktionen 2 + + + TabPage12 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl2 + + + 1 + + + Fill + + + 3, 3 + + + 1221, 439 + + + 92 + + + TabControl2 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage6 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1227, 445 + + + 1 + + + Aktionen nach erfolgreicher Indexierung: + + + TabPage6 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabctrl_Profilkonfig + + + 1 + + + 9, 77 + + + 1235, 474 + + + 79 + + + tabctrl_Profilkonfig + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1250, 557 + + + 0 + + + Profil-Verwaltung + + + TabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 0 + + + Fill + + + 3, 3 + + + ID + + + 70 + + + Profilname + + + 180 + + + Fill + + + 0, 25 + + + 342, 526 + + + 1 + + + TBPM_PROFILE_ZuordnungDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel1 + + + 0 + + + 782, 56 + + + 88, 22 + + + von {0} Profilen + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 0, 0 + + + 342, 25 + + + 0 + + + BindingNavigator1 + + + TBPM_PROFILE_ZuordnungBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel1 + + + 1 + + + SplitContainerProfilzuordnung.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung + + + 0 + + + Fill + + + 0, 0 + + + Horizontal + + + True + + + ID + + + 40 + + + Vorname + + + Nachname + + + User + + + Erstellt wer + + + Wann + + + 833, 95 + + + Fill + + + 0, 25 + + + 898, 269 + + + 2 + + + TBPROFILE_USERDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel1 + + + 0 + + + 344, 95 + + + 153, 22 + + + von {0} zugeordneten Usern + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Löschen + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 6, 25 + + + 285, 22 + + + Ziehen Sie neue User per Drag Drop in diesen Bereich + + + 0, 0 + + + 898, 25 + + + 2 + + + BindingNavigator2 + + + TBPROFILE_USERBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel1 + + + 1 + + + SplitContainer_Profilzuordnung2.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2 + + + 0 + + + True + + + ID + + + Vorname + + + Nachname + + + UserName + + + Email + + + Erstellt wer + + + Erstellt wann + + + Geändert wer + + + Geändert wann + + + 17, 134 + + + Fill + + + 3, 3 + + + 884, 193 + + + 3 + + + TBPM_USERDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage7 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 890, 199 + + + 0 + + + User -Übersicht + + + TabPage7 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlUser + + + 0 + + + True + + + 672, 67 + + + 147, 23 + + + 80 + + + User als Admin setzen + + + Button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 0 + + + Tahoma, 9pt + + + 520, 66 + + + 136, 24 + + + 79 + + + Recht Datei löschen + + + RIGHT_FILE_DELETECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 1 + + + True + + + Tahoma, 9pt, style=Italic + + + NoControl + + + 517, 115 + + + 143, 14 + + + 78 + + + Änderungen gespeichert + + + False + + + lblSaveUser + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 2 + + + False + + + Tahoma, 9pt, style=Italic + + + 268, 113 + + + 190, 22 + + + 18 + + + CHANGED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 4 + + + False + + + Tahoma, 9pt, style=Italic + + + 268, 158 + + + 190, 22 + + + 16 + + + CHANGED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 6 + + + False + + + Tahoma, 9pt, style=Italic + + + 71, 113 + + + 188, 22 + + + 14 + + + ADDED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 8 + + + False + + + Tahoma, 9pt, style=Italic + + + 71, 158 + + + 188, 22 + + + 12 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 10 + + + Tahoma, 9pt + + + 71, 66 + + + 443, 22 + + + 9 + + + EMAILTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 12 + + + Tahoma, 9pt + + + 520, 22 + + + 240, 22 + + + 7 + + + USERNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 14 + + + Tahoma, 9pt + + + 268, 22 + + + 246, 22 + + + 5 + + + NAMETextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 16 + + + Tahoma, 9pt + + + 71, 22 + + + 188, 22 + + + 3 + + + PRENAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 18 + + + False + + + Tahoma, 9pt, style=Italic + + + 9, 22 + + + 53, 22 + + + 1 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage8 + + + 20 + + + 4, 22 + + + 3, 3, 3, 3 + + + 890, 202 + + + 1 + + + User - Detail + + + TabPage8 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControlUser + + + 1 + + + Fill + + + 0, 25 + + + 898, 228 + + + 4 + + + TabControlUser + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel2 + + + 0 + + + 570, 56 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC + pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++ + Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ + /5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA + zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/ + IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E + rkJggg== + + + + True + + + 23, 22 + + + Neu hinzufügen + + + 80, 22 + + + von {0} Usern + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Löschen + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 23, 22 + + + Speichern + + + MiddleLeft + + + Magenta + + + 145, 22 + + + User-Daten bearbeiten + + + MiddleRight + + + Magenta + + + 23, 22 + + + Refresh + + + 0, 0 + + + 898, 25 + + + 3 + + + BindingNavigator3 + + + TBPM_USERBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2.Panel2 + + + 1 + + + SplitContainer_Profilzuordnung2.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer_Profilzuordnung2 + + + 1 + + + 898, 551 + + + 294 + + + 0 + + + SplitContainer_Profilzuordnung2 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung.Panel2 + + + 0 + + + SplitContainerProfilzuordnung.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerProfilzuordnung + + + 1 + + + 1244, 551 + + + 342 + + + 0 + + + SplitContainerProfilzuordnung + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 0 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1250, 557 + + + 1 + + + Profilzuordnung und Userverwaltung + + + TabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 1 + + + MiddleLeft + + + 649, 162 + + + 172, 34 + + + 15 + + + File-Tabelle leeren + + + MiddleRight + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 0 + + + 403, 134 + + + 182, 61 + + + 45, 23 + + + 14 + + + VEKTOR_DELIMITERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 2 + + + MiddleLeft + + + 649, 64 + + + 172, 30 + + + 13 + + + Connections Verwaltung + + + MiddleRight + + + btnConnections + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 3 + + + MiddleLeft + + + 649, 104 + + + 172, 30 + + + 12 + + + SQL-Admin + + + MiddleRight + + + btnopen_SQLAdmin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 4 + + + 463, 32 + + + 162, 24 + + + 11 + + + Email Meldungen Aktiv + + + EMAIL_ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 5 + + + 112, 19 + + + 185, 23 + + + 22 + + + txtemailEmpfaenger + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox5 + + + 0 + + + True + + + 6, 22 + + + 100, 16 + + + 21 + + + Testempfänger: + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox5 + + + 1 + + + Tahoma, 9.75pt, style=Bold + + + MiddleLeft + + + 112, 51 + + + 185, 30 + + + 20 + + + Email testen + + + MiddleRight + + + btnTest_Email + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox5 + + + 2 + + + 307, 23 + + + 303, 87 + + + 21 + + + Email testen + + + GroupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 0 + + + 10, 258 + + + True + + + 600, 60 + + + 19 + + + EMAIL_REMINDER_FOOTERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 2 + + + 10, 177 + + + True + + + 600, 59 + + + 17 + + + EMAIL_REMINDER_HEADERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 4 + + + 307, 132 + + + 146, 23 + + + 15 + + + EMAIL_PWTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 6 + + + 10, 132 + + + 288, 23 + + + 13 + + + EMAIL_USERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 8 + + + 10, 87 + + + 288, 23 + + + 11 + + + EMAIL_SMTPTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 10 + + + 9, 42 + + + 289, 23 + + + 9 + + + EMAIL_FROMTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxEmail + + + 12 + + + False + + + 21, 90 + + + 622, 324 + + + 1 + + + E-Mail Konfiguration + + + grpbxEmail + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 6 + + + MiddleLeft + + + 649, 28 + + + 172, 30 + + + 0 + + + Lizenzverwaltung + + + MiddleRight + + + btnlicensemanager_open + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 7 + + + 20, 33 + + + 43, 23 + + + 2 + + + INTERVALL_CKECK_NO_OF_FILESNumericUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 9 + + + True + + + 69, 35 + + + 53, 16 + + + 6 + + + Minuten + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 10 + + + 649, 303 + + + 190, 23 + + + 3 + + + GEAENDERTWERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 12 + + + 649, 348 + + + 190, 23 + + + 5 + + + GEAENDERTWANNTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 14 + + + MiddleLeft + + + 649, 377 + + + 203, 31 + + + 7 + + + Speichern Grundeinstellungen + + + MiddleRight + + + btnSaveKonfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 15 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1250, 557 + + + 2 + + + Grundeinstellungen + + + TabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 2 + + + ID + + + Profil-ID + + + Error-Message + + + Wer + + + Wann + + + 1040, 134 + + + Fill + + + 3, 28 + + + 1244, 526 + + + 1 + + + TBPM_ERROR_LOGDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 0 + + + 583, 95 + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC + DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC + rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV + i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG + 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG + QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX + bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + + + True + + + 157, 22 + + + Alle Logeinträge löschen + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77 + wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0 + v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg + UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA + Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu + lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Erste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w + 5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f + Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+ + 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + True + + + 23, 22 + + + Nächste verschieben + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B + twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA + kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG + WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9 + 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 3, 3 + + + 1244, 25 + + + 0 + + + BindingNavigator1 + + + TBPM_ERROR_LOGBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 1 + + + 4, 25 + + + 3, 3, 3, 3 + + + 1250, 557 + + + 3 + + + Log + + + TabPage4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 3 + + + Fill + + + 0, 0 + + + 1258, 586 + + + 3 + + + TabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlMain + + + 0 + + + 860, 173 + + + 923, 134 + + + 16, 17 + + + False + + + 0, 586 + + + 1258, 22 + + + 2 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 1056, 95 + + + 213, 134 + + + 666, 134 + + + Fill + + + 0, 0 + + + 1258, 586 + + + 4 + + + pnlMain + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + 17, 173 + + + 555, 173 + + + 17, 212 + + + 290, 212 + + + 535, 212 + + + 1020, 212 + + + True + + + 182 + + + 7, 16 + + + 1258, 608 + + + Tahoma, 9.75pt + + + + AAABAAQAEBAQAAEABAAoAQAARgAAABAQAAABAAgAaAUAAG4BAAAgIBAAAQAEAOgCAADWBgAAICAAAAEA + CACoCAAAvgkAACgAAAAQAAAAIAAAAAEABAAAAAAAwAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA + AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAMAAAAA + AAAAA7u7u7u7sAADsAAAAACwAAOwc7uzcLAAA7AwOzAwsAADsLMDA7CwAAMwuzA7sLAAcAADAwOwsAcB + EQA7MDCwcTPzEAuzcLATMfExAAAAsCP///EDu7uwIzHxMQMzMzNys/MQcAAAAAcjMQcAAAAAAHIgcAAA + AADgAP//4AD//+AA///gAP//4AD//+AA///gAP//wAD//4AA//8AAP//AAD//wAA//8AAP//AH///4D/ + ///B////KAAAABAAAAAgAAAAAQAIAAAAAABAAQAAAAAAAAAAAAAAAQAAAAAAAGJfXgAFCwgAATQyAACA + gAAAMzMAZpmZAMz//wAFBgYAULfNAADM/wABZXwAWW5zAN3h4gAgiaUAChgcAODj5ACGk5gAfYOMAP// + /wBRUVEAQ0NDAAQEBAAAAAAAEhISAwQEBAQEBAQEBAQEBBISEgMJCQkJCQkJCQkJCQQSEhIDCQQEBAQE + BAQEBAkEEhISAwkEBgUGBgYFBgQJBBISEgMJBAUWEwYTFgUECQQSEhIDCQQGExYTFhMGBAkEEhISAwME + BgYTFhMGBgQJBBIPEA4HDhQTFhMWEwYECQQPCxUEBAQHFBMGExYFBAkEEBUEBAYEAgEUBgYFBgQJBAAE + BAQGBAQEDgQEBAQECQQBDQYGBgYGBAcDCQkJCQkECwoKCgYEBAQOAwMDAwMDAxENCAoGBAIHEBISEhIS + EhIPCw0KBAQVCw8SEhISEhISEgwRCxUOEA8SEhISEhISEgAAAABeAY4BBAAAAAAAAADI+gMAMMBGACoA + AAD0////AwAAANj5AwCHLud3RwYBULgFFgAAABYAAAAAAAAAAAAxBAoDKyXtd8Bn73f0+QMAokv2dwAA + FgC4BRYAfEz2d0gFFgADCgMAwAUWABgAAAAc+gMAlPoDAEkBAACU+gMAOZH2dwAAFgAAAAAAwAUWAJd0 + 6HfABRYABAAAANT6AwAwwEYAIAA4AAIAAAC0AAAAugAAAJdb53fwwUUAAAAAACEAAAAAAJwAAQAAAAAA + AADgBRYAOPoDAAMVeHcc+wMAlP74d9i0+Xf/////fPoDAPGF+HcAAJwAIQAAACEAAAAAAgAAAAAAACz7 + AwD9aPd3CQQAAABgnABgYJwAIQAAAAACAAAAAAAAoAcAADDARgBs+wMAAAAAACEAAAAAAJwAAQAAAAMA + AADk+gMAsPoDAAD6AwA0+wMAlP74d9i0+Xf/////9PoDAPGF+HcAAJwAIQAAAAAAnAAAAAAARPsDADVj + 93cAAJwAAQAAAAIAAAAY+wMAIQAAAAACAAAAAAAAoAcAAIz7AwCU/vh3AGCcAP////8M+wMAiWT3d5T7 + AwCU/vh3YLL5d/////9c+wMA+WL3dwAAnACAYJwAhPsDAAAAAACk+wMAD0PxdwAAnACAYJwAhPsDAAAA + AAAhAAAAAAIAAAAAAAAAAAAASGWcAMDrBwAAAAUAAAAAANoBAABIsPN3yPsDAC4x53fU+wMAokv2dwAA + BQDA6wcAfEz2d0gFBQDtAAAAAAIAAPjr/X/I6wcAhaPnd6oAAAAuo+d3wJ9CAAAAAAARAQAA1PsDANj7 + AwCw/wMAsP8DAEiw83d4zfN3/////xkEAACsYEAAAAAAACgBAQCp6EAAwJ9CAAMAAAAWFhYDBAQEBAQE + BAQEBAQEFhYWAwkJCQkJCQkJCQkJBBYWFgMJBAQEBAQEBAQECQQWFhYDCQQGBQYGBgUGBAkEFhYWAwkE + BRYTBhMWBQQJBBYWFgMJBAYTFhMWEwYECQQWFhYDAwQGBhMWEwYGBAkEFg8QDgcOFBMWExYTBgQJBA8L + FQQEBAcUEwYTFgUECQQQFQQEBgQCARQGBgUGBAkEAAQEBAYEBAQOBAQEBAQJBAENBgYGBgYEBwMJCQkJ + CQQLCgoKBgQEBA4DAwMDAwMDEQ0ICgYEAgcQFhYWFhYWFg8LDQoEBBULDxYWFhYWFhYWDBELFQ4QDxYW + FhYWFhYW4AD//+AA///gAP//4AD//+AA///gAP//4AD//4AA//8AAP//AAD//wAA//8AAP//AAD//wB/ + //8Af///gP///ygAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAACAAACA + AAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAIiIiI + iIiIiIiIiIgAAAAAMAAAAAAAAAAAAAAIAAAAADu7u7u7u7u7u7u7CAAAAAA7u7u7u7u7u7u7uwgAAAAA + O7AAAAAAAAAAALsIAAAAADuwAAAAAAAAAAC7CAAAAAA7sAu7u7u7u7sAuwgAAAAAO7ALCLu7u7gLALsI + AAAAADuwCwCLu7uACwC7CAAAAAA7sAuwCLu4ALsAuwgAAAAAO7ALuwCLgAu7ALsIAAAAADuwC7uwAAC7 + uwC7CAAAAAA7sAu7uwALu7sAuwgAAAAAO7ALu7AAALu7ALsIAAAAADuwC7sAi4ALuwC7CAAAAAA7MAMw + CLu4ALsAuwgAAAAAMwAAAIu7u4ALALsIAAAACAAAAAAzu7u4CwC7CAAAAIREA0QAAzu7u7sAuwgAAAhD + MwczQAAAAAAAALsIAAB0MzMPMzQAAAAAAAC7CAAAgzMzDzMzQAO7u7u7uwgAADMzMw8zMzQDu7u7u7sI + AAAzB/////80A7u7u7u7CAAAMwAADwAANAO7u7u7uwgAADMzMw8zMzQDu7u7u7sIAACDu7sPMzM0AzMz + MzMzMAAAc397DzMzMAAAAAAAAAAAAAg7+wAzMxCAAAAAAAAAAAAAg7czMzMIAAAAAAAAAAAAAAgzMzMA + gAAAAAAAAAAAAAAAeDMwhwAAAAAAAAAAAAD4AAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA + AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD+AAAA/AAAAPgAAADwAAAA8AAAAPAAAADwAA + AA8AAAAPAAAADwAAAB8AAf//gAH//8AD///gB///8A///ygAAAAgAAAAQAAAAAEACAAAAAAAgAQAAAAA + AAAAAAAAAAEAAAAAAACysLcAcml5AIdWbQD9+vsAvJegANqhpwDGnKEA9eTlAAAGAwAAFAsABRMNACE0 + MAAEGhYAIi0sAAAfHgAEGRgAADMzAAAHBwAAAwMAAjQ0AAU1NQALNzcAFzs7ABAmJgBx//4ABAkJAHn/ + /gAePj4Af//+AIz//wAVICAAqf//AAgMDAAzRkYAvv//ADdHRwAHCQkAKzc3AA8TEwDM//8AtePjALLf + 3wCu2toAzP7+AMv9/QDJ+voAxfX1AMPz8wDB8fEAwO/vAL3s7AC66OgAYXl5AC04OADH9/cAxPPzAL7r + 6wC0398ALjk5ALvn5wAiKioAp83NAK/W1gCt09MAqs/PAKfLywAKDAwAj6ioAImhoQAoLy8ANT4+AC83 + NwAGBwcAfpGRAGJxcQA5PT0ARUlJAPL//wD6//8AnZ+fAA4oKQAgPD0AqPz/AJv7/wAEDg8AAC82ABrh + /wBq7P8AACAlAA/a/wAS3v8AW+n/AADV/QAAxO0AGNr/ACTb/wCC6/8AExgZAADM/wAAy/kAAKjQAAAI + CgABy/4AAsn6AAPH9wAFxfUABcTzAAfS/wAL0P8AC7zoABCz3AAUrdMAF6rPAB6evQAoj6gAQNn/ADCE + mQAZQUsAM36QAA4iJwDv/P8AAML2AACw4gAAkboAAH2gAAXL/wAGyv8AAKbbAACm1wAAo9MAAIu5AACO + uAAAaowAAGmLAAARFgABmcsABpTDAAzG/wARISYA5vn/AACj3AAAmcwAAIi4AAB8qgAAd6AAAGqQAABa + ewAAU3EAAE9qAABOaQAAGCEAAAsPAAAGCAAAAwQAApfJAAuPvAATiK8AHn6eACduhwAlSFQAAI7FAAB+ + rwAAfKwAAF6CAABcgAAAT20AAEppAABHYgAALT8AACk6AAAPFQAefqYAMKHPAABrnQAAbJsAAGeTAABP + cwAARGIAADJJAAAwRQAAKj0AACY3AAAcKQAACxAAAAcKAAKHwwAAQmMAADlVAAAtRAAAK0EAACU4AAAb + KAAABAYAFztNAEd1jQAIDA4AmZ2fAHl7fAD8/v8AAFqKAABKcQAAKUAAABMdAJWwvwCGmKIAADVVAExb + ZADm6+4AACA2AA0xSQAWRmUAHEZiAEJecAAXPlsAdpy4AOLm6QAAEyIAAAkQADtrkwAACBQAbHeHAJCZ + qgAFDR8ApKWuAAgICgD7+/wA6enqAJ+foAD///8A/Pz8APHx8QCZmZkALy8vACgoKAAeHh4AFhYWABQU + FAAQEBAACQkJAAUFBQADAwMAAAAAAOTk5OTk5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fk5OTkjRAQEBAQ + EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5/Hx8fHx8fHxjRAQEBAQ + EBAQEBAQEBAQEBAQEBAQEBDn8fHx8fHx8fGNYmJiYmJiYmJiYmJiYmJiYmJiYmJiEOfx8fHx8fHx8Y1i + YmJiYmJiYmJiYmJiYmJiYmJiYmIQ5/Hx8fHx8fHxjWJi8fHx8fHx8fHx8fHx8fHx8fFiYhDn8fHx8fHx + 8fGNYmLxEBAQEBAQEBAQEBAQEBAQ8WJiEOfx8fHx8fHx8Y1iYvEQJycnJycnJycnJycnJxDxYmIQ5/Hx + 8fHx8fHxjWJi8RAnNDwyJycnJycyPCYnEPFiYhDn8fHx8fHx8fGNYmLxECc18TwyJycnMjzxNScQ8WJi + EOfx8fHx8fHx8Y1iYvEQJzA18TwyJzI88TUwJxDxYmIQ5/Hx8fHx8fHxjWJi8RAnJzA18TwqPPE1MCcn + EPFiYhDn8fHx8fHx8fGNYmLxECcnJzA18UjxNTAnJycQ8WJiEOfx8fHx8fHx8Y1iYvEQKysrKykk8SQp + JycnJxDxYmIQ5/Hx8fHx8fHxh2do7xQ3LjYzPPFC8TwyJycnEPFiYhDn8fHx8fHx8fGIbW7sFkA/PUVI + Oig18TwyJycQ8WJiEOfx8fHx8fHx8ZxxcughSUlL6kY5NjE18TwyJxDxYmIQ5/Hx8fHx8fHxnnV3VFQe + PEdMREE7NjE18TwnEPFiYhDn8fHx8fHx8d/e29mXuMCZGSVKREE4LTA17ycQ8WJiEOfx8fHx8fHc2L/Q + ybO0tqqYEg1KQz4vLCcnJxDxYmIQ5/Hx8fHx3b67yMfuUpSVqJZlEgsjGxUTEBAQEPFiYhDn8fHx8dfR + uq6gf+5OfISlsw4ICkfp7fDx8fHx8WJiEOfx8fHxzM2tjHlr7k58fIWmVQkIUXRvaWZiYmJiYmIQ5/Hx + 8fHUsH9sa2vuxnx8fISnWBEXdnBqZmJiYmJiYhDn8fHx8dWvw1OLeE7k5OTkH5O9lw92cGpmYmJiYmJi + EOfx8fHx0qLu4CDg7uTr7u7uk7KGDHRvaWZiYmJiYmIQ5/Hx8fHCj31eWlbu5Hp6gYOTvKpQcm5oYmJi + YmJiYhDn8fHx8cuhiVsaHO7kelZcZJK1t5+dm5qNjY2NjY2NjfHx8fHxz6uJV00d7h96WV2Qsb9h1/Hx + 8fHx8fHx8fHx8fHx8fHxAKxgIhju7npje6S9quPx8fHx8fHx8fHx8fHx8fHx8fHxBNZzX36Ah4KjssrF + 8fHx8fHx8fHx8fHx8fHx8fHx8fHxBQLauY6RsamKT/Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHxBwYB08HO + xNfx8fHx8fHx8fHx8fHx8fHx8fHx8fgAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AA + AA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP4AAAD8AAAA+AAAAPAAAADwAAAA8AAAAPAAAADwAA + AA8AAAAPAAAAHwAA//+AAf//wAP//+AH///wD/// + + + + 3, 4, 3, 4 + + + Profil-Verwaltung + + + ToolStripButton4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILETableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorMoveFirstItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorCountItem + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPM_PROFILE_USERBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cmbProfiles + + + System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tstrpbtn_add + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tstrlblSave + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnRefreshProfiles + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtnDesigner_open + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtnProfilkopieren + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtndeleteProfil + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_TYPEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + dlgWindreamsuche + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_TYPETableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_TYPETableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + FolderBrowserDialog1 + + + System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GridView1 + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colNAME + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colTITLE + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TBPM_PROFILE_FINAL_INDEXINGBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_CONNECTIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorCountItem4 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator12 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem4 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator13 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem4 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator14 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GUID + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn26 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn27 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn28 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn29 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorCountItem1 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator3 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem1 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator4 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator5 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn4 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn5 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn6 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn7 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn8 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn9 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPROFILE_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorCountItem2 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator6 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem2 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator7 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem2 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator8 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator8 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripLabel2 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn3 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn10 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn11 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn12 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn13 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn18 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn19 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn20 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn21 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton5 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripLabel3 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton6 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton7 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton8 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripTextBox2 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator6 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton9 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton10 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator7 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton11 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtnworkUser + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton12 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn17 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn22 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn23 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn24 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn25 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_ERROR_LOGBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorCountItem3 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorDeleteItem1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator9 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem3 + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator10 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem3 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator11 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILE_CONTROLSBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tstrpinfo + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPROFILE_USERTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_USERTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_KONFIGURATIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_ERROR_LOGTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_ERROR_LOGTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_FINAL_INDEXINGTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_CONTROLSTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_FILESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILE_FILESTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_CONNECTIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmProfileDesigner + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmProfileDesigner.vb b/app/DD_PM_WINDREAM/frmProfileDesigner.vb index 52dd4b1..cd8f41d 100644 --- a/app/DD_PM_WINDREAM/frmProfileDesigner.vb +++ b/app/DD_PM_WINDREAM/frmProfileDesigner.vb @@ -25,7 +25,7 @@ Public Class frmProfileDesigner End Sub Private Sub frmFormDesigner_Load(sender As Object, e As System.EventArgs) Handles Me.Load - 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen. + 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBDD_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen. 'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_DMSLiteDataSet.TBPM_ERROR_LOG". Sie können sie bei Bedarf verschieben oder entfernen. @@ -40,8 +40,8 @@ Public Class frmProfileDesigner Me.TBPM_ERROR_LOGTableAdapter.Connection.ConnectionString = MyConnectionString Me.TBPM_PROFILE_CONTROLSTableAdapter.Connection.ConnectionString = MyConnectionString TBPM_PROFILE_FILESTableAdapter.Connection.ConnectionString = MyConnectionString - Me.TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString - Me.TBPM_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBDD_CONNECTION) + Me.TBDD_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + Me.TBDD_CONNECTIONTableAdapter.Fill(Me.DD_DMSLiteDataSet.TBDD_CONNECTION) Refresh_Profildaten() Catch ex As Exception MsgBox("Fehler bei Laden der Wertehilfen und Konfig-Daten: " & vbNewLine & ex.Message, MsgBoxStyle.Critical, "Achtung:") @@ -907,7 +907,7 @@ Public Class frmProfileDesigner i = TBPM_PROFILE_FINAL_INDEXINGDataGridView.CurrentRow.Index ID = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(0, i).Value If ID > 0 Then - Dim sql = String.Format("SELECT T.*, T1.BEZEICHNUNG AS CON_STRING FROM TBPM_PROFILE_FINAL_INDEXING T,TBPM_CONNECTION T1 WHERE T.GUID = {0} AND T.CONNECTION_ID = T1.GUID ", ID) + Dim sql = String.Format("SELECT T.*, T1.BEZEICHNUNG AS CON_STRING FROM TBPM_PROFILE_FINAL_INDEXING T,TBDD_CONNECTION T1 WHERE T.GUID = {0} AND T.CONNECTION_ID = T1.GUID ", ID) CURRENT_DT_SQL_CONFIG_TABLE = ClassDatabase.Return_Datatable(sql, True) Dim Type = TBPM_PROFILE_FINAL_INDEXINGDataGridView.Item(2, i).Value diff --git a/app/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb b/app/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb index e9b1c45..a540ca4 100644 --- a/app/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb +++ b/app/DD_PM_WINDREAM/frmSQL_Admin.Designer.vb @@ -34,6 +34,9 @@ Partial Class frmSQL_Admin Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.txtSQL = New System.Windows.Forms.TextBox() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() + Me.GridControl1 = New DevExpress.XtraGrid.GridControl() + Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components) + Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() @@ -44,71 +47,46 @@ Partial Class frmSQL_Admin Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() - Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components) - Me.GridControl1 = New DevExpress.XtraGrid.GridControl() - Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() - CType(Me.XtraTabControl1,System.ComponentModel.ISupportInitialize).BeginInit - Me.XtraTabControl1.SuspendLayout - Me.XtraTabPage1.SuspendLayout - Me.XtraTabPage2.SuspendLayout - CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).BeginInit - Me.BindingNavigator1.SuspendLayout - CType(Me.BindingSource1,System.ComponentModel.ISupportInitialize).BeginInit - CType(Me.GridControl1,System.ComponentModel.ISupportInitialize).BeginInit - CType(Me.GridView1,System.ComponentModel.ISupportInitialize).BeginInit - Me.SuspendLayout + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabControl1.SuspendLayout() + Me.XtraTabPage1.SuspendLayout() + Me.XtraTabPage2.SuspendLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.BindingNavigator1.SuspendLayout() + Me.SuspendLayout() ' 'Label1 ' - Me.Label1.AutoSize = true - Me.Label1.Location = New System.Drawing.Point(14, 12) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(128, 17) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "Aktuelle Verbindung:" ' 'TextBox1 ' - Me.TextBox1.Location = New System.Drawing.Point(17, 32) + resources.ApplyResources(Me.TextBox1, "TextBox1") Me.TextBox1.Name = "TextBox1" - Me.TextBox1.ReadOnly = true - Me.TextBox1.Size = New System.Drawing.Size(727, 25) - Me.TextBox1.TabIndex = 1 + Me.TextBox1.ReadOnly = True ' 'Label2 ' - Me.Label2.AutoSize = true - Me.Label2.Location = New System.Drawing.Point(14, 73) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(129, 17) - Me.Label2.TabIndex = 2 - Me.Label2.Text = "Auszuführender SQL:" ' 'Button1 ' - Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.book_open - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter - Me.Button1.Location = New System.Drawing.Point(665, 116) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(75, 43) - Me.Button1.TabIndex = 5 - Me.Button1.Text = "Open SQL" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter - Me.Button1.UseVisualStyleBackColor = true + Me.Button1.UseVisualStyleBackColor = True ' 'btnrunSQL ' - Me.btnrunSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left),System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.btnrunSQL, "btnrunSQL") Me.btnrunSQL.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go - Me.btnrunSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnrunSQL.Location = New System.Drawing.Point(17, 533) Me.btnrunSQL.Name = "btnrunSQL" - Me.btnrunSQL.Size = New System.Drawing.Size(125, 33) - Me.btnrunSQL.TabIndex = 4 - Me.btnrunSQL.Text = "SQL ausführen" - Me.btnrunSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnrunSQL.UseVisualStyleBackColor = true + Me.btnrunSQL.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' @@ -116,45 +94,54 @@ Partial Class frmSQL_Admin ' 'XtraTabControl1 ' - Me.XtraTabControl1.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.XtraTabControl1.Location = New System.Drawing.Point(17, 93) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(642, 434) - Me.XtraTabControl1.TabIndex = 7 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.txtSQL) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(636, 406) - Me.XtraTabPage1.Text = "Auszuführender SQL-Befehl" + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") ' 'txtSQL ' - Me.txtSQL.AcceptsReturn = true - Me.txtSQL.AcceptsTab = true - Me.txtSQL.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.txtSQL.Font = New System.Drawing.Font("Consolas", 9!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.txtSQL.Location = New System.Drawing.Point(-1, 11) - Me.txtSQL.Multiline = true + Me.txtSQL.AcceptsReturn = True + Me.txtSQL.AcceptsTab = True + resources.ApplyResources(Me.txtSQL, "txtSQL") Me.txtSQL.Name = "txtSQL" - Me.txtSQL.ScrollBars = System.Windows.Forms.ScrollBars.Both - Me.txtSQL.Size = New System.Drawing.Size(630, 400) - Me.txtSQL.TabIndex = 3 ' 'XtraTabPage2 ' Me.XtraTabPage2.Controls.Add(Me.GridControl1) Me.XtraTabPage2.Controls.Add(Me.BindingNavigator1) Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(636, 406) - Me.XtraTabPage2.Text = "Ergebnis:" + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") + ' + 'GridControl1 + ' + Me.GridControl1.DataSource = Me.BindingSource1 + resources.ApplyResources(Me.GridControl1, "GridControl1") + Me.GridControl1.MainView = Me.GridView1 + Me.GridControl1.Name = "GridControl1" + Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) + ' + 'GridView1 + ' + Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color) + Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True + Me.GridView1.Appearance.OddRow.BackColor = CType(resources.GetObject("GridView1.Appearance.OddRow.BackColor"), System.Drawing.Color) + Me.GridView1.Appearance.OddRow.Options.UseBackColor = True + Me.GridView1.GridControl = Me.GridControl1 + Me.GridView1.Name = "GridView1" + Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsBehavior.Editable = False + Me.GridView1.OptionsBehavior.ReadOnly = True + Me.GridView1.OptionsView.EnableAppearanceEvenRow = True + Me.GridView1.OptionsView.EnableAppearanceOddRow = True + Me.GridView1.OptionsView.ShowAutoFilterRow = True ' 'BindingNavigator1 ' @@ -164,140 +151,87 @@ Partial Class frmSQL_Admin Me.BindingNavigator1.CountItemFormat = "von {0} Datensätzen" Me.BindingNavigator1.DeleteItem = Nothing Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2}) - Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1") Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem - Me.BindingNavigator1.Size = New System.Drawing.Size(636, 25) - Me.BindingNavigator1.TabIndex = 0 - Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(111, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Datensätzen" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"),System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" - Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true - Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"),System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" - Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true - Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" - Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' 'BindingNavigatorPositionItem ' - Me.BindingNavigatorPositionItem.AccessibleName = "Position" - Me.BindingNavigatorPositionItem.AutoSize = false + resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" - Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23) - Me.BindingNavigatorPositionItem.Text = "0" - Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" - Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"),System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" - Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true - Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"),System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" - Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true - Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" - Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25) - ' - 'GridControl1 - ' - Me.GridControl1.DataSource = Me.BindingSource1 - Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.GridControl1.Location = New System.Drawing.Point(0, 25) - Me.GridControl1.MainView = Me.GridView1 - Me.GridControl1.Name = "GridControl1" - Me.GridControl1.Size = New System.Drawing.Size(636, 381) - Me.GridControl1.TabIndex = 2 - Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) - ' - 'GridView1 - ' - Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan - Me.GridView1.Appearance.EvenRow.Options.UseBackColor = true - Me.GridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White - Me.GridView1.Appearance.OddRow.Options.UseBackColor = true - Me.GridView1.GridControl = Me.GridControl1 - Me.GridView1.Name = "GridView1" - Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] - Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] - Me.GridView1.OptionsBehavior.Editable = false - Me.GridView1.OptionsBehavior.ReadOnly = true - Me.GridView1.OptionsView.EnableAppearanceEvenRow = true - Me.GridView1.OptionsView.EnableAppearanceOddRow = true - Me.GridView1.OptionsView.ShowAutoFilterRow = true + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'frmSQL_Admin ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 17!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(741, 578) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btnrunSQL) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon) - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmSQL_Admin" - Me.Text = "SQL-Admin" - CType(Me.XtraTabControl1,System.ComponentModel.ISupportInitialize).EndInit - Me.XtraTabControl1.ResumeLayout(false) - Me.XtraTabPage1.ResumeLayout(false) - Me.XtraTabPage1.PerformLayout - Me.XtraTabPage2.ResumeLayout(false) - Me.XtraTabPage2.PerformLayout - CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).EndInit - Me.BindingNavigator1.ResumeLayout(false) - Me.BindingNavigator1.PerformLayout - CType(Me.BindingSource1,System.ComponentModel.ISupportInitialize).EndInit - CType(Me.GridControl1,System.ComponentModel.ISupportInitialize).EndInit - CType(Me.GridView1,System.ComponentModel.ISupportInitialize).EndInit - Me.ResumeLayout(false) + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabControl1.ResumeLayout(False) + Me.XtraTabPage1.ResumeLayout(False) + Me.XtraTabPage1.PerformLayout() + Me.XtraTabPage2.ResumeLayout(False) + Me.XtraTabPage2.PerformLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() + Me.BindingNavigator1.ResumeLayout(False) + Me.BindingNavigator1.PerformLayout() + Me.ResumeLayout(False) Me.PerformLayout End Sub diff --git a/app/DD_PM_WINDREAM/frmSQL_Admin.resx b/app/DD_PM_WINDREAM/frmSQL_Admin.resx index e4373e6..e144d7c 100644 --- a/app/DD_PM_WINDREAM/frmSQL_Admin.resx +++ b/app/DD_PM_WINDREAM/frmSQL_Admin.resx @@ -117,16 +117,261 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + 14, 12 + + + 127, 17 + + + 0 + + + Aktuelle Verbindung: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 17, 32 + + + 727, 25 + + + 1 + + + TextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + True + + + 14, 73 + + + 129, 17 + + + 2 + + + Auszuführender SQL: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + + Top, Right + + + TopCenter + + + 665, 116 + + + 75, 43 + + + 5 + + + Open SQL + + + BottomCenter + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Bottom, Left + + + MiddleLeft + + + 17, 533 + + + 125, 33 + + + 4 + + + SQL ausführen + + + MiddleRight + + + btnrunSQL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 17, 17 + + Top, Bottom, Left, Right + + + 17, 93 + + + Top, Bottom, Left, Right + + + Consolas, 9pt + + + -1, 11 + + + True + + + Both + + + 630, 400 + + + 3 + + + txtSQL + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + + + 636, 406 + + + Auszuführender SQL-Befehl + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 642, 434 + + + 7 + 467, 17 + + Fill + + + 0, 25 + + + Cyan + + + White + + + 636, 381 + + + 2 + + + GridControl1 + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabPage2 + + + 0 + 313, 17 - + + 111, 22 + + + von {0} Datensätzen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -138,6 +383,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -147,6 +401,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -156,6 +440,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -167,6 +460,84 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 0, 0 + + + 636, 25 + + + 0 + + + BindingNavigator1 + + + BindingNavigator1 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 1 + + + 636, 406 + + + Ergebnis: + + + XtraTabPage2 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + + + True + + + 7, 17 + + + 741, 578 + + + Segoe UI, 9.75pt + AAABAAMAEBAAAAEACABoBQAANgAAACAgAAABAAgAqAgAAJ4FAAAwMAAAAQAIAKgOAABGDgAAKAAAABAA @@ -295,4 +666,88 @@ AAD///////8AAP///////wAA////////AAA= + + 3, 4, 3, 4 + + + SQL-Admin + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingSource1 + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GridView1 + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BindingNavigatorCountItem + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveFirstItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMovePreviousItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorPositionItem + + + System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveNextItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorMoveLastItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorSeparator2 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmSQL_Admin + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb index 56f8297..003f432 100644 --- a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb +++ b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.Designer.vb @@ -30,8 +30,8 @@ Partial Class frmSQL_DESIGNER Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() - Me.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() - Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnShowConnections = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.cmbConnection = New System.Windows.Forms.ComboBox() @@ -54,7 +54,7 @@ Partial Class frmSQL_DESIGNER Me.cmbControls = New System.Windows.Forms.ComboBox() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() @@ -89,14 +89,14 @@ Partial Class frmSQL_DESIGNER Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'TBPM_CONNECTIONTableAdapter + 'TBDD_CONNECTIONTableAdapter ' - Me.TBPM_CONNECTIONTableAdapter.ClearBeforeFill = True + Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' - 'TBPM_CONNECTIONBindingSource + 'TBDD_CONNECTIONBindingSource ' - Me.TBPM_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'btnShowConnections ' @@ -124,7 +124,7 @@ Partial Class frmSQL_DESIGNER 'cmbConnection ' Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, "CONNECTION_ID", True)) - Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource + Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource Me.cmbConnection.DisplayMember = "BEZEICHNUNG" Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbConnection.FormattingEnabled = True @@ -337,7 +337,7 @@ Partial Class frmSQL_DESIGNER Me.Text = "SQL - Designer" CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) @@ -348,8 +348,8 @@ Partial Class frmSQL_DESIGNER Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager - Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter - Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter + Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents btnShowConnections As System.Windows.Forms.Button Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox diff --git a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.resx b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.resx index 4eb4cd4..df999d7 100644 --- a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.resx +++ b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.resx @@ -129,7 +129,7 @@ 794, 17 - + 967, 17 diff --git a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.vb b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.vb index 780fc0e..00033da 100644 --- a/app/DD_PM_WINDREAM/frmSQL_DESIGNER.vb +++ b/app/DD_PM_WINDREAM/frmSQL_DESIGNER.vb @@ -13,8 +13,8 @@ Public Class frmSQL_DESIGNER Private Sub frmSQL_FINAL_INDICES_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try lblSaveFinalIndex.Visible = False - TBPM_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString - TBPM_CONNECTIONTableAdapter.Fill(DD_DMSLiteDataSet.TBDD_CONNECTION) + TBDD_CONNECTIONTableAdapter.Connection.ConnectionString = MyConnectionString + TBDD_CONNECTIONTableAdapter.Fill(DD_DMSLiteDataSet.TBDD_CONNECTION) TBPM_PROFILE_FINAL_INDEXINGTableAdapter.Connection.ConnectionString = MyConnectionString CURRENT_DT_SQL_CONFIG_TABLE = ClassDatabase.Return_Datatable(String.Format("SELECT T.CONNECTION_ID,T1.BEZEICHNUNG AS 'CON_STRING',ISNULL(T.SQL_UEBERPRUEFUNG,'') AS 'SQL_COMMAND' FROM TBPM_PROFILE_CONTROLS T, TBDD_CONNECTION T1 WHERE T.CONNECTION_ID = T1.GUID AND T.GUID = {0}", CURRENT_CONTROL_ID), True) diff --git a/app/DD_PM_WINDREAM/frmValidator.Designer.vb b/app/DD_PM_WINDREAM/frmValidator.Designer.vb index cc5514e..cb41b3d 100644 --- a/app/DD_PM_WINDREAM/frmValidator.Designer.vb +++ b/app/DD_PM_WINDREAM/frmValidator.Designer.vb @@ -60,7 +60,7 @@ Partial Class frmValidator Me.VWPM_CONTROL_INDEXTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_CONTROL_INDEXTableAdapter() Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) @@ -151,7 +151,7 @@ Partial Class frmValidator CType(Me.VWPM_CONTROL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() @@ -194,33 +194,24 @@ Partial Class frmValidator 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrplblError, Me.tstrlbl_Info, Me.tsslblDocID}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 621) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 16, 0) - Me.StatusStrip1.Size = New System.Drawing.Size(962, 22) - Me.StatusStrip1.TabIndex = 4 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tstrplblError ' - Me.tstrplblError.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.tstrplblError, "tstrplblError") Me.tstrplblError.ForeColor = System.Drawing.Color.Red Me.tstrplblError.Name = "tstrplblError" - Me.tstrplblError.Size = New System.Drawing.Size(22, 17) - Me.tstrplblError.Text = "sss" - Me.tstrplblError.Visible = False ' 'tstrlbl_Info ' Me.tstrlbl_Info.Name = "tstrlbl_Info" - Me.tstrlbl_Info.Size = New System.Drawing.Size(89, 17) - Me.tstrlbl_Info.Text = "Anzahl Dateien:" + resources.ApplyResources(Me.tstrlbl_Info, "tstrlbl_Info") ' 'tsslblDocID ' Me.tsslblDocID.Name = "tsslblDocID" - Me.tsslblDocID.Size = New System.Drawing.Size(82, 17) - Me.tsslblDocID.Text = "Document-ID:" + resources.ApplyResources(Me.tsslblDocID, "tsslblDocID") ' 'Panel1 ' @@ -231,46 +222,32 @@ Partial Class frmValidator Me.Panel1.Controls.Add(Me.DESCRIPTIONLabel) Me.Panel1.Controls.Add(Me.GroupBox1) Me.Panel1.Controls.Add(Me.pnldesigner) - Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill - Me.Panel1.Location = New System.Drawing.Point(0, 0) - Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(477, 593) - Me.Panel1.TabIndex = 24 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiÖffnenToolStripMenuItem, Me.DateieigenschaftenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" - Me.ContextMenuStrip1.Size = New System.Drawing.Size(176, 48) + resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1") ' 'DateiÖffnenToolStripMenuItem ' Me.DateiÖffnenToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.book_open Me.DateiÖffnenToolStripMenuItem.Name = "DateiÖffnenToolStripMenuItem" - Me.DateiÖffnenToolStripMenuItem.Size = New System.Drawing.Size(175, 22) - Me.DateiÖffnenToolStripMenuItem.Text = "Datei öffnen" + resources.ApplyResources(Me.DateiÖffnenToolStripMenuItem, "DateiÖffnenToolStripMenuItem") ' 'DateieigenschaftenToolStripMenuItem ' Me.DateieigenschaftenToolStripMenuItem.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.world_link Me.DateieigenschaftenToolStripMenuItem.Name = "DateieigenschaftenToolStripMenuItem" - Me.DateieigenschaftenToolStripMenuItem.Size = New System.Drawing.Size(175, 22) - Me.DateieigenschaftenToolStripMenuItem.Text = "Dateieigenschaften" + resources.ApplyResources(Me.DateieigenschaftenToolStripMenuItem, "DateieigenschaftenToolStripMenuItem") ' 'TITLELabel1 ' - Me.TITLELabel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.TITLELabel1, "TITLELabel1") Me.TITLELabel1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPM_PROFILE_USERBindingSource, "TITLE", True)) - Me.TITLELabel1.Font = New System.Drawing.Font("Segoe UI Symbol", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.TITLELabel1.Location = New System.Drawing.Point(3, 4) Me.TITLELabel1.Name = "TITLELabel1" - Me.TITLELabel1.RightToLeft = System.Windows.Forms.RightToLeft.No - Me.TITLELabel1.Size = New System.Drawing.Size(455, 29) - Me.TITLELabel1.TabIndex = 1 - Me.TITLELabel1.Text = "Label1" - Me.TITLELabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'VWPM_PROFILE_USERBindingSource ' @@ -284,110 +261,60 @@ Partial Class frmValidator ' 'btnSave ' - Me.btnSave.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.btnSave.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnSave, "btnSave") Me.btnSave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_pink - Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSave.Location = New System.Drawing.Point(7, 536) - Me.btnSave.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.btnSave.Name = "btnSave" - Me.btnSave.Size = New System.Drawing.Size(450, 50) - Me.btnSave.TabIndex = 11 - Me.btnSave.Text = "Validierung speichern - Nächstes Dokument" Me.btnSave.UseVisualStyleBackColor = True ' 'DESCRIPTIONLabel ' - Me.DESCRIPTIONLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.DESCRIPTIONLabel, "DESCRIPTIONLabel") Me.DESCRIPTIONLabel.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPM_PROFILE_USERBindingSource, "DESCRIPTION", True)) - Me.DESCRIPTIONLabel.Location = New System.Drawing.Point(5, 33) Me.DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" - Me.DESCRIPTIONLabel.Size = New System.Drawing.Size(469, 67) - Me.DESCRIPTIONLabel.TabIndex = 1 - Me.DESCRIPTIONLabel.Text = "Label3" ' 'GroupBox1 ' - Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.txtErstellt) Me.GroupBox1.Controls.Add(Me.txtDateipfad) - Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(9, 400) - Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.GroupBox1.Size = New System.Drawing.Size(450, 131) - Me.GroupBox1.TabIndex = 20 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Allgemeine Eigenschaften:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(6, 80) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(97, 13) - Me.Label2.TabIndex = 22 - Me.Label2.Text = "DMS Erstellt wann:" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(6, 18) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(66, 13) - Me.Label1.TabIndex = 21 - Me.Label1.Text = "Speicherort:" ' 'txtErstellt ' - Me.txtErstellt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.txtErstellt, "txtErstellt") Me.txtErstellt.BackColor = System.Drawing.SystemColors.ControlLight Me.txtErstellt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.txtErstellt.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtErstellt.Location = New System.Drawing.Point(6, 97) - Me.txtErstellt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtErstellt.Multiline = True Me.txtErstellt.Name = "txtErstellt" Me.txtErstellt.ReadOnly = True - Me.txtErstellt.Size = New System.Drawing.Size(443, 23) - Me.txtErstellt.TabIndex = 20 Me.txtErstellt.TabStop = False ' 'txtDateipfad ' - Me.txtDateipfad.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.txtDateipfad, "txtDateipfad") Me.txtDateipfad.BackColor = System.Drawing.SystemColors.ControlLight Me.txtDateipfad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.txtDateipfad.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtDateipfad.Location = New System.Drawing.Point(7, 35) - Me.txtDateipfad.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - Me.txtDateipfad.Multiline = True Me.txtDateipfad.Name = "txtDateipfad" Me.txtDateipfad.ReadOnly = True - Me.txtDateipfad.Size = New System.Drawing.Size(443, 41) - Me.txtDateipfad.TabIndex = 19 Me.txtDateipfad.TabStop = False ' 'pnldesigner ' - Me.pnldesigner.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.pnldesigner.AutoScroll = True + resources.ApplyResources(Me.pnldesigner, "pnldesigner") Me.pnldesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.pnldesigner.Location = New System.Drawing.Point(8, 119) - Me.pnldesigner.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnldesigner.Name = "pnldesigner" - Me.pnldesigner.Size = New System.Drawing.Size(450, 273) - Me.pnldesigner.TabIndex = 18 ' 'VWPM_PROFILE_USERTableAdapter ' @@ -396,8 +323,8 @@ Partial Class frmValidator 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False - Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Me.TBDD_CONNECTIONTableAdapter + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Me.TBPM_CONTROL_TABLETableAdapter Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Me.TBPM_FILES_USER_NOT_INDEXEDTableAdapter @@ -409,7 +336,7 @@ Partial Class frmValidator Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'TBPM_CONNECTIONTableAdapter + 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' @@ -460,10 +387,10 @@ Partial Class frmValidator Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS" Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet ' - 'TBPM_CONNECTIONBindingSource + 'TBDD_CONNECTIONBindingSource ' - Me.TBPM_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" - Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet + Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" + Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILE_FILESBindingSource ' @@ -492,25 +419,17 @@ Partial Class frmValidator ' 'pnlpdf ' - Me.pnlpdf.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.pnlpdf, "pnlpdf") Me.pnlpdf.Controls.Add(Me.PdfViewer1) Me.pnlpdf.Controls.Add(Me.StatusStrip2) Me.pnlpdf.Controls.Add(Me.RibbonControl1) - Me.pnlpdf.Location = New System.Drawing.Point(279, 119) - Me.pnlpdf.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.pnlpdf.Name = "pnlpdf" - Me.pnlpdf.Size = New System.Drawing.Size(146, 362) - Me.pnlpdf.TabIndex = 26 - Me.pnlpdf.Visible = False ' 'PdfViewer1 ' - Me.PdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.PdfViewer1.Location = New System.Drawing.Point(0, 141) + resources.ApplyResources(Me.PdfViewer1, "PdfViewer1") Me.PdfViewer1.MenuManager = Me.BarManager1 Me.PdfViewer1.Name = "PdfViewer1" - Me.PdfViewer1.Size = New System.Drawing.Size(146, 199) - Me.PdfViewer1.TabIndex = 5 Me.PdfViewer1.TabStop = False ' 'BarManager1 @@ -527,30 +446,22 @@ Partial Class frmValidator 'barDockControlTop ' Me.barDockControlTop.CausesValidation = False - Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top - Me.barDockControlTop.Location = New System.Drawing.Point(0, 0) - Me.barDockControlTop.Size = New System.Drawing.Size(962, 0) + resources.ApplyResources(Me.barDockControlTop, "barDockControlTop") ' 'barDockControlBottom ' Me.barDockControlBottom.CausesValidation = False - Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom - Me.barDockControlBottom.Location = New System.Drawing.Point(0, 643) - Me.barDockControlBottom.Size = New System.Drawing.Size(962, 0) + resources.ApplyResources(Me.barDockControlBottom, "barDockControlBottom") ' 'barDockControlLeft ' Me.barDockControlLeft.CausesValidation = False - Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left - Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0) - Me.barDockControlLeft.Size = New System.Drawing.Size(0, 643) + resources.ApplyResources(Me.barDockControlLeft, "barDockControlLeft") ' 'barDockControlRight ' Me.barDockControlRight.CausesValidation = False - Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right - Me.barDockControlRight.Location = New System.Drawing.Point(962, 0) - Me.barDockControlRight.Size = New System.Drawing.Size(0, 643) + resources.ApplyResources(Me.barDockControlRight, "barDockControlRight") ' 'PdfFileOpenBarItem1 ' @@ -675,45 +586,37 @@ Partial Class frmValidator ' 'BarButtonItem1 ' - Me.BarButtonItem1.Caption = "BarButtonItem1" + resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1") Me.BarButtonItem1.Id = 0 Me.BarButtonItem1.Name = "BarButtonItem1" ' 'StatusStrip2 ' Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.pdfstatuslblPageNumber, Me.ToolStripDropDownButton1}) - Me.StatusStrip2.Location = New System.Drawing.Point(0, 340) + resources.ApplyResources(Me.StatusStrip2, "StatusStrip2") Me.StatusStrip2.Name = "StatusStrip2" - Me.StatusStrip2.Size = New System.Drawing.Size(146, 22) - Me.StatusStrip2.TabIndex = 2 - Me.StatusStrip2.Text = "StatusStrip2" ' 'pdfstatuslblPageNumber ' - Me.pdfstatuslblPageNumber.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.pdfstatuslblPageNumber, "pdfstatuslblPageNumber") Me.pdfstatuslblPageNumber.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.page_red Me.pdfstatuslblPageNumber.Name = "pdfstatuslblPageNumber" - Me.pdfstatuslblPageNumber.Size = New System.Drawing.Size(139, 16) - Me.pdfstatuslblPageNumber.Text = "ToolStripStatusLabel1" ' 'ToolStripDropDownButton1 ' Me.ToolStripDropDownButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.magifier_zoom_out1 - Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripDropDownButton1, "ToolStripDropDownButton1") Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" - Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(153, 20) - Me.ToolStripDropDownButton1.Text = "Seitenansicht Minimal" ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.PdfFilePrintBarItem1, Me.PdfPreviousPageBarItem1, Me.PdfNextPageBarItem1, Me.PdfFindTextBarItem1, Me.PdfZoomOutBarItem1, Me.PdfZoomInBarItem1, Me.PdfExactZoomListBarSubItem1, Me.PdfZoom10CheckItem1, Me.PdfZoom25CheckItem1, Me.PdfZoom50CheckItem1, Me.PdfZoom75CheckItem1, Me.PdfZoom100CheckItem1, Me.PdfZoom125CheckItem1, Me.PdfZoom150CheckItem1, Me.PdfZoom200CheckItem1, Me.PdfZoom400CheckItem1, Me.PdfZoom500CheckItem1, Me.PdfSetActualSizeZoomModeCheckItem1, Me.PdfSetPageLevelZoomModeCheckItem1, Me.PdfSetFitWidthZoomModeCheckItem1, Me.PdfSetFitVisibleZoomModeCheckItem1}) - Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.RibbonControl1, "RibbonControl1") Me.RibbonControl1.MaxItemId = 26 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.PdfRibbonPage1}) Me.RibbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010 - Me.RibbonControl1.Size = New System.Drawing.Size(146, 141) Me.RibbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above ' 'PdfFilePrintBarItem1 @@ -899,59 +802,39 @@ Partial Class frmValidator ' 'WebBrowser ' - Me.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill - Me.WebBrowser.Location = New System.Drawing.Point(3, 21) - Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20) + resources.ApplyResources(Me.WebBrowser, "WebBrowser") Me.WebBrowser.Name = "WebBrowser" - Me.WebBrowser.Size = New System.Drawing.Size(194, 54) - Me.WebBrowser.TabIndex = 2 Me.WebBrowser.TabStop = False ' 'StatusStrip3 ' Me.StatusStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWebbrowser}) - Me.StatusStrip3.Location = New System.Drawing.Point(3, 75) + resources.ApplyResources(Me.StatusStrip3, "StatusStrip3") Me.StatusStrip3.Name = "StatusStrip3" - Me.StatusStrip3.Size = New System.Drawing.Size(194, 22) - Me.StatusStrip3.TabIndex = 0 - Me.StatusStrip3.Text = "StatusStrip3" ' 'tslblWebbrowser ' Me.tslblWebbrowser.Name = "tslblWebbrowser" - Me.tslblWebbrowser.Size = New System.Drawing.Size(120, 17) - Me.tslblWebbrowser.Text = "ToolStripStatusLabel1" + resources.ApplyResources(Me.tslblWebbrowser, "tslblWebbrowser") ' 'grpBetreff ' Me.grpBetreff.Controls.Add(Me.txtBetreff) - Me.grpBetreff.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.grpBetreff.Location = New System.Drawing.Point(26, 19) + resources.ApplyResources(Me.grpBetreff, "grpBetreff") Me.grpBetreff.Name = "grpBetreff" - Me.grpBetreff.Size = New System.Drawing.Size(200, 57) - Me.grpBetreff.TabIndex = 31 Me.grpBetreff.TabStop = False - Me.grpBetreff.Text = "Betreff" - Me.grpBetreff.Visible = False ' 'txtBetreff ' Me.txtBetreff.BackColor = System.Drawing.SystemColors.Info - Me.txtBetreff.Dock = System.Windows.Forms.DockStyle.Fill - Me.txtBetreff.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtBetreff.Location = New System.Drawing.Point(3, 21) + resources.ApplyResources(Me.txtBetreff, "txtBetreff") Me.txtBetreff.Name = "txtBetreff" Me.txtBetreff.ReadOnly = True - Me.txtBetreff.Size = New System.Drawing.Size(194, 25) - Me.txtBetreff.TabIndex = 0 Me.txtBetreff.TabStop = False ' 'SplitContainer1 ' - Me.SplitContainer1.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.SplitContainer1.Location = New System.Drawing.Point(0, 28) + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 @@ -963,61 +846,44 @@ Partial Class frmValidator Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxMailBody) Me.SplitContainer1.Panel2.Controls.Add(Me.pnlpdf) Me.SplitContainer1.Panel2.Controls.Add(Me.grpBetreff) - Me.SplitContainer1.Size = New System.Drawing.Size(962, 593) - Me.SplitContainer1.SplitterDistance = 477 - Me.SplitContainer1.TabIndex = 37 Me.SplitContainer1.TabStop = False ' 'grpbxMailBody ' Me.grpbxMailBody.Controls.Add(Me.WebBrowser) Me.grpbxMailBody.Controls.Add(Me.StatusStrip3) - Me.grpbxMailBody.Location = New System.Drawing.Point(29, 102) + resources.ApplyResources(Me.grpbxMailBody, "grpbxMailBody") Me.grpbxMailBody.Name = "grpbxMailBody" - Me.grpbxMailBody.Size = New System.Drawing.Size(200, 100) - Me.grpbxMailBody.TabIndex = 33 Me.grpbxMailBody.TabStop = False - Me.grpbxMailBody.Text = "Body:" ' 'ToolStrip1 ' - Me.ToolStrip1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButtonJumpFile, Me.ToolStripButtonDeleteFile, Me.ToolStripButtonAnnotation}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(962, 25) - Me.ToolStrip1.TabIndex = 42 - Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButtonJumpFile ' Me.ToolStripButtonJumpFile.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Nextrequest_10302 - Me.ToolStripButtonJumpFile.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButtonJumpFile, "ToolStripButtonJumpFile") Me.ToolStripButtonJumpFile.Name = "ToolStripButtonJumpFile" - Me.ToolStripButtonJumpFile.Size = New System.Drawing.Size(165, 22) - Me.ToolStripButtonJumpFile.Text = "Datei überspringen (F4)" ' 'ToolStripButtonDeleteFile ' Me.ToolStripButtonDeleteFile.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12 - Me.ToolStripButtonDeleteFile.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButtonDeleteFile, "ToolStripButtonDeleteFile") Me.ToolStripButtonDeleteFile.Name = "ToolStripButtonDeleteFile" - Me.ToolStripButtonDeleteFile.Size = New System.Drawing.Size(106, 22) - Me.ToolStripButtonDeleteFile.Text = "Datei löschen" ' 'ToolStripButtonAnnotation ' Me.ToolStripButtonAnnotation.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.flag_orange - Me.ToolStripButtonAnnotation.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButtonAnnotation, "ToolStripButtonAnnotation") Me.ToolStripButtonAnnotation.Name = "ToolStripButtonAnnotation" - Me.ToolStripButtonAnnotation.Size = New System.Drawing.Size(105, 22) - Me.ToolStripButtonAnnotation.Text = "Annotationen" ' 'frmValidator ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(962, 643) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.StatusStrip1) @@ -1025,12 +891,8 @@ Partial Class frmValidator Me.Controls.Add(Me.barDockControlRight) Me.Controls.Add(Me.barDockControlBottom) Me.Controls.Add(Me.barDockControlTop) - Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmValidator" - Me.Text = "frmValidator" CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BarAndDockingController1, System.ComponentModel.ISupportInitialize).EndInit() @@ -1045,7 +907,7 @@ Partial Class frmValidator CType(Me.VWPM_CONTROL_INDEXBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_FILES_USER_NOT_INDEXEDBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() @@ -1100,7 +962,7 @@ Partial Class frmValidator Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter - Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource + Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter diff --git a/app/DD_PM_WINDREAM/frmValidator.resx b/app/DD_PM_WINDREAM/frmValidator.resx index f7355bf..d5c3f7c 100644 --- a/app/DD_PM_WINDREAM/frmValidator.resx +++ b/app/DD_PM_WINDREAM/frmValidator.resx @@ -129,22 +129,409 @@ 608, 17 + + + Segoe UI, 9pt, style=Bold + + + 22, 17 + + + sss + + + + False + + + 89, 17 + + + Anzahl Dateien: + + + 82, 17 + + + Document-ID: + + + 0, 621 + + + + 1, 0, 16, 0 + + + 962, 22 + + + 4 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 533, 212 + + 175, 22 + + + Datei öffnen + + + 175, 22 + + + Dateieigenschaften + + + 176, 48 + + + ContextMenuStrip1 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Left, Right + 887, 17 725, 17 + + Segoe UI Symbol, 12pt, style=Bold + + + 3, 4 + + + No + + + 455, 29 + + + 1 + + + Label1 + + + MiddleLeft + + + TITLELabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 0 + + + Bottom, Left, Right + + + Tahoma, 9.75pt + + + MiddleLeft + + + 7, 536 + + + 3, 4, 3, 4 + + + 450, 50 + + + 11 + + + Validierung speichern - Nächstes Dokument + + + btnSave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 1 + + + Top, Left, Right + + + 5, 33 + + + 469, 67 + + + 1 + + + Label3 + + + DESCRIPTIONLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 2 + + + Bottom, Left, Right + + + True + + + 6, 80 + + + 97, 13 + + + 22 + + + DMS Erstellt wann: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + 6, 18 + + + 66, 13 + + + 21 + + + Speicherort: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Top, Left, Right + + + Tahoma, 8.25pt, style=Italic + + + 6, 97 + + + 3, 4, 3, 4 + + + True + + + 443, 23 + + + 20 + + + txtErstellt + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + Top, Left, Right + + + Tahoma, 8.25pt, style=Italic + + + 7, 35 + + + 3, 4, 3, 4 + + + True + + + 443, 41 + + + 19 + + + txtDateipfad + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Tahoma, 8.25pt + + + 9, 400 + + + 3, 4, 3, 4 + + + 3, 4, 3, 4 + + + 450, 131 + + + 20 + + + Allgemeine Eigenschaften: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 3 + + + Top, Bottom, Left, Right + + + True + + + 8, 119 + + + 3, 4, 3, 4 + + + 450, 273 + + + 18 + + + pnldesigner + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 4 + + + Fill + + + 0, 0 + + + 3, 4, 3, 4 + + + 477, 593 + + + 24 + + + Panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 0 + 17, 56 263, 56 - + 17, 134 @@ -180,7 +567,7 @@ 325, 95 - + 877, 95 @@ -198,19 +585,366 @@ 17, 212 + + Top, Right + + + Fill + + + 0, 141 + 955, 212 + + Top + + + 0, 0 + + + 962, 0 + + + barDockControlTop + + + DevExpress.XtraBars.BarDockControl, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 7 + + + Bottom + + + 0, 643 + + + 962, 0 + + + barDockControlBottom + + + DevExpress.XtraBars.BarDockControl, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 6 + + + Left + + + 0, 0 + + + 0, 643 + + + barDockControlLeft + + + DevExpress.XtraBars.BarDockControl, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 4 + + + Right + + + 962, 0 + + + 0, 643 + + + barDockControlRight + + + DevExpress.XtraBars.BarDockControl, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 5 + + + True + 197 + + 7, 17 + + + 962, 643 + 134, 251 + + Segoe UI, 9.75pt + + + Magenta + + + 165, 22 + + + Datei überspringen (F4) + + + Magenta + + + 106, 22 + + + Datei löschen + + + Magenta + + + 105, 22 + + + Annotationen + + + 0, 0 + + + 962, 25 + + + 42 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top, Bottom, Left, Right + + + 0, 28 + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + Fill + + + 3, 21 + + + 20, 20 + + + 194, 54 + + + 2 + + + WebBrowser + + + System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxMailBody + + + 0 + 17, 251 - + + 120, 17 + + + ToolStripStatusLabel1 + + + 3, 75 + + + 194, 22 + + + 0 + + + StatusStrip3 + + + StatusStrip3 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxMailBody + + + 1 + + + 29, 102 + + + 200, 100 + + + 33 + + + Body: + + + grpbxMailBody + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 0 + + + Fill + + + Segoe UI, 9.75pt, style=Italic + + + 3, 21 + + + 194, 25 + + + 0 + + + txtBetreff + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpBetreff + + + 0 + + + Segoe UI Semibold, 9.75pt, style=Bold, Italic + + + 26, 19 + + + 200, 57 + + + 31 + + + Betreff + + + False + + + grpBetreff + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 2 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 962, 593 + + + 477 + + + 37 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Segoe UI, 9.75pt + AAABAAwAMDAQAAEABABoBgAAxgAAACAgEAABAAQA6AIAAC4HAAAYGBAAAQAEAOgBAAAWCgAAEBAQAAEA @@ -714,9 +1448,657 @@ AAAAAAAAAAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADgAQAA/AcAAA== + + 3, 4, 3, 4 + + + frmValidator + + + BarAndDockingController3 + + + DevExpress.XtraBars.BarAndDockingController, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarAndDockingController2 + + + DevExpress.XtraBars.BarAndDockingController, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarAndDockingController1 + + + DevExpress.XtraBars.BarAndDockingController, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tstrplblError + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tstrlbl_Info + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsslblDocID + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DateiÖffnenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DateieigenschaftenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPM_PROFILE_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSLiteDataSet + + + DD_PM_WINDREAM.DD_DMSLiteDataSet, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPM_PROFILE_USERTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_CONNECTIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_CONTROL_TABLETableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_FILES_USER_NOT_INDEXEDTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_FILES_USER_NOT_INDEXEDTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_KONFIGURATIONTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_CONTROLSTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_FILESTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILE_FINAL_INDEXINGTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_PROFILETableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPM_CONTROL_INDEXBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPM_CONTROL_INDEXTableAdapter + + + DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_CONTROL_INDEXTableAdapter, DD_DMSLiteDataSet.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPM_FILES_USER_NOT_INDEXEDBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILE_CONTROLSBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_CONNECTIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILE_FILESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILE_FINAL_INDEXINGBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_PROFILEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPM_CONTROL_TABLEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BarManager1 + + + DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFileOpenBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileOpenBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFileSaveAsBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileSaveAsBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFilePrintBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfPreviousPageBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfNextPageBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFindTextBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomOutBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomInBarItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfExactZoomListBarSubItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom10CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom25CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom50CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom75CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom100CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom125CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom150CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom200CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom400CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom500CheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetActualSizeZoomModeCheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetPageLevelZoomModeCheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitWidthZoomModeCheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitVisibleZoomModeCheckItem2 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem1 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pdfstatuslblPageNumber + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripDropDownButton1 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PdfFilePrintBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfPreviousPageBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfNextPageBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFindTextBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomOutBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomInBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfExactZoomListBarSubItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom10CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom25CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom50CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom75CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom100CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom125CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom150CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom200CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom400CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom500CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetActualSizeZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetPageLevelZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitWidthZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitVisibleZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfRibbonPage1 + + + DevExpress.XtraPdfViewer.Bars.PdfRibbonPage, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFileRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileRibbonPageGroup, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfNavigationRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfBarController1 + + + DevExpress.XtraPdfViewer.Bars.PdfBarController, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfBarController2 + + + DevExpress.XtraPdfViewer.Bars.PdfBarController, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tslblWebbrowser + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButtonJumpFile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButtonDeleteFile + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButtonAnnotation + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmValidator + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BarButtonItem1 + + + 146, 199 + + + 5 + + + PdfViewer1 + + + DevExpress.XtraPdfViewer.PdfViewer, DevExpress.XtraPdfViewer.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pnlpdf + + + 0 + 690, 212 + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 139, 16 + + + ToolStripStatusLabel1 + + + Magenta + + + 153, 20 + + + Seitenansicht Minimal + + + 0, 340 + + + 146, 22 + + + 2 + + + StatusStrip2 + + + StatusStrip2 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnlpdf + + + 1 + + + 0, 0 + + + 146, 141 + + + RibbonControl1 + + + DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pnlpdf + + + 2 + + + 279, 119 + + + 3, 4, 3, 4 + + + 146, 362 + + + 26 + + + False + + + pnlpdf + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 1 + 807, 212 diff --git a/app/DD_PM_WINDREAM/frmValidator.vb b/app/DD_PM_WINDREAM/frmValidator.vb index 1d42551..1d7766e 100644 --- a/app/DD_PM_WINDREAM/frmValidator.vb +++ b/app/DD_PM_WINDREAM/frmValidator.vb @@ -1058,7 +1058,7 @@ Public Class frmValidator Dim box As TextBox = sender If box.Text <> String.Empty And me_closing = False And _Indexe_Loaded = True Then - If (e.KeyCode = Keys.Return) Or (e.KeyCode = Keys.Tab) Then + If (e.KeyCode = Keys.Return) Or (e.KeyCode = Keys.Tab) Or (e.KeyCode = Keys.Enter) Then Try Dim CONTROL_ID = VWPM_CONTROL_INDEXTableAdapter.cmdGetControlID(CURRENT_ProfilGUID, box.Name) Dim sql = String.Format("select NAME,CONNECTION_ID,SQL_UEBERPRUEFUNG FROM TBPM_PROFILE_CONTROLS WHERE PROFIL_ID = {0} AND SQL_UEBERPRUEFUNG LIKE '%{1}%'", CURRENT_ProfilGUID, box.Name) @@ -1136,20 +1136,7 @@ Public Class frmValidator End If End If End If - 'If navStep Is Nothing = False Then - ' Select Case navStep - ' Case "first" - ' MovePosition(0) - ' Case "previous" - ' MovePosition(aktIndex - 1) - ' Case "next" - ' MovePosition(aktIndex + 1) - ' Case "last" - ' MovePosition(Anzahl_ValDoks - 1) - ' End Select - ' first_control.Focus() - 'End If End Sub Public Sub onDGVRowValidating(ByVal sender As Object, ByVal e As DataGridViewCellCancelEventArgs) Dim dgv As DataGridView = sender @@ -1206,6 +1193,74 @@ Public Class frmValidator If cmb.Name = last_control.Name Then 'Abschluss() Else + Try + Dim CONTROL_ID = VWPM_CONTROL_INDEXTableAdapter.cmdGetControlID(CURRENT_ProfilGUID, cmb.Name) + Dim sql = String.Format("select NAME,CONNECTION_ID,SQL_UEBERPRUEFUNG FROM TBPM_PROFILE_CONTROLS WHERE PROFIL_ID = {0} AND SQL_UEBERPRUEFUNG LIKE '%{1}%'", CURRENT_ProfilGUID, cmb.Name) + Dim DT As DataTable = ClassDatabase.Return_Datatable(sql) + If Not IsNothing(DT) And DT.Rows.Count > 0 Then + For Each ROW As DataRow In DT.Rows + Try + Dim displayboxname = ROW.Item(0).ToString + If Not IsDBNull(ROW.Item(1)) And Not IsDBNull(ROW.Item(2)) Then + Dim sql_Statement = ROW.Item(2) + ' Regulären Ausdruck zum Auslesen der Indexe definieren + Dim preg As String = "\[%{1}[a-zA-Z0-9\!\$\&\/\(\)\=\?\,\.\-\;\:_öÖüÜäÄ\#\'\+\*\~\{\}\@\€\<\>\ ]+]{1}" + ' einen Regulären Ausdruck laden + Dim regulärerAusdruck As Text.RegularExpressions.Regex = New Text.RegularExpressions.Regex(preg) + ' die Vorkommen im SQL-String auslesen + Dim elemente As Text.RegularExpressions.MatchCollection = regulärerAusdruck.Matches(sql_Statement) + '#### + ' alle Vorkommen innerhalbd er Namenkonvention durchlaufen + For Each element As Text.RegularExpressions.Match In elemente + Try + If LogErrorsOnly = False Then ClassLogger.Add(" >> element in RegeX: " & element.Value, False) + Dim MyPattern = element.Value.Substring(2, element.Value.Length - 3) + Dim input_value + + If MyPattern.Contains(ClassControlCreator.PREFIX_TEXTBOX) Then + Dim txt As TextBox = CType(pnldesigner.Controls(MyPattern), TextBox) + input_value = txt.Text + ElseIf MyPattern.Contains(ClassControlCreator.PREFIX_COMBOBOX) Then + Dim cmb1 As ComboBox = CType(pnldesigner.Controls(MyPattern), ComboBox) + input_value = cmb1.Text + End If + sql_Statement = sql_Statement.ToString.Replace(element.Value, input_value) + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Checking control values for Variable SQL Result ComboBox - ERROR: " & ex.Message) + End Try + + Next + + + + Dim resultDT As DataTable = ClassDatabase.Return_Datatable_CS(sql_Statement, ROW.Item(1)) + If resultDT.Rows.Count >= 1 Then + 'Nur dediziert einen Wert zurückerhalten + For Each row1 As DataRow In resultDT.Rows + Dim result = row1.Item(0) + If Not IsNothing(result) Then + pnldesigner.Controls(displayboxname).Text = result.ToString + Exit For + Else + pnldesigner.Controls(displayboxname).Text = "RESULT = NOTHING" + Exit For + End If + Next + Else + pnldesigner.Controls(displayboxname).Text = "NO RESULT" + End If + + + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Display SQL result (Combobox) for control: " & ROW.Item(0).ToString & " - ERROR: " & ex.Message) + End Try + Next + End If + Catch ex As Exception + ClassLogger.Add("Unexpected Error in Eventhandler Variable SQL Result ComboBox - ERROR: " & ex.Message) + End Try + SendKeys.Send("{TAB}") End If End If