From d9162463b4e8f72c9171a07fef3adcaebb38d3d2 Mon Sep 17 00:00:00 2001 From: SchreiberM Date: Tue, 26 Jan 2016 13:36:01 +0100 Subject: [PATCH] MS_26012015 --- .../DD-Record-Organiser.vbproj | 7 + .../My Project/AssemblyInfo.vb | 8 +- app/DD-Record-Organiser/frmAbout.Designer.vb | 94 +- app/DD-Record-Organiser/frmAbout.en-GB.resx | 177 + app/DD-Record-Organiser/frmAbout.resx | 306 ++ .../frmConfig_Basic.Designer.vb | 249 +- app/DD-Record-Organiser/frmConfig_Basic.resx | 1026 ++++++ .../frmConfiguration_Basic.Designer.vb | 104 +- .../frmConfiguration_Basic.resx | 487 +++ .../frmConnections.Designer.vb | 257 +- app/DD-Record-Organiser/frmConnections.resx | 1107 ++++++- .../frmConstructorDesigner.Designer.vb | 594 +--- .../frmConstructorDesigner.resx | 2917 ++++++++++++++++- .../frmDD_EMAIL_ACCOUNT.Designer.vb | 202 +- .../frmDD_EMAIL_ACCOUNT.resx | 888 ++++- .../frmDokumentart_Konfig.Designer.vb | 556 +--- .../frmDokumentart_Konfig.resx | 2409 +++++++++++++- .../frmDokumentart_NameConvention.designer.vb | 160 +- .../frmDokumentart_NameConvention.resx | 754 ++++- .../frmForm_Constructor_Main_2.Designer.vb | 713 ++-- .../frmForm_Constructor_Main_2.resx | 1984 ++++++++++- .../frmForm_Constructor_Main_2.vb | 8 +- .../frmForm_Input.Designer.vb | 151 +- app/DD-Record-Organiser/frmForm_Input.resx | 723 +++- .../frmForm_Overview.Designer.vb | 276 +- app/DD-Record-Organiser/frmForm_Overview.resx | 1200 ++++++- .../frmLevel_Designer.Designer.vb | 144 +- .../frmLevel_Designer.resx | 654 ++++ .../frmLicense.designer.vb | 120 +- app/DD-Record-Organiser/frmLicense.resx | 414 +++ .../frmLicense_Login.Designer.vb | 35 +- app/DD-Record-Organiser/frmLicense_Login.resx | 231 ++ .../frmLogRecord.Designer.vb | 187 +- app/DD-Record-Organiser/frmLogRecord.resx | 752 ++++- app/DD-Record-Organiser/frmLogin.Designer.vb | 47 +- app/DD-Record-Organiser/frmLogin.resx | 210 ++ app/DD-Record-Organiser/frmMain.Designer.vb | 91 +- app/DD-Record-Organiser/frmMain.resx | 440 +++ .../frmMenuDesigner.Designer.vb | 207 +- app/DD-Record-Organiser/frmMenuDesigner.resx | 919 +++++- .../frmObjecttypeConfig.Designer.vb | 198 +- .../frmObjecttypeConfig.resx | 762 ++++- .../frmQuickAccessManager.Designer.vb | 83 +- .../frmQuickAccessManager.resx | 396 ++- .../frmQuickEdit.Designer.vb | 131 +- app/DD-Record-Organiser/frmQuickEdit.resx | 541 ++- .../frmQuickInput.Designer.vb | 82 +- app/DD-Record-Organiser/frmQuickInput.resx | 272 ++ .../frmRecord_Changes.Designer.vb | 179 +- .../frmRecord_Changes.resx | 322 +- .../frmSQLEditor.Designer.vb | 179 +- app/DD-Record-Organiser/frmSQLEditor.resx | 817 ++++- .../frmScanFiles.Designer.vb | 62 +- app/DD-Record-Organiser/frmScanFiles.resx | 474 ++- app/DD-Record-Organiser/frmSplash.Designer.vb | 70 +- app/DD-Record-Organiser/frmSplash.resx | 288 ++ app/DD-Record-Organiser/frmSplash.vb | 12 +- .../frmTaskOverview.designer.vb | 89 +- app/DD-Record-Organiser/frmTaskOverview.resx | 403 ++- .../frmTaskmanagement.designer.vb | 508 +-- .../frmTaskmanagement.resx | 2120 +++++++++++- .../frmTemplates.Designer.vb | 406 +-- app/DD-Record-Organiser/frmTemplates.resx | 1916 ++++++++++- .../frmTool_ControlDesigner.Designer.vb | 122 +- .../frmTool_ControlDesigner.resx | 506 +++ .../frmTool_ControlProperties.Designer.vb | 36 +- .../frmTool_ControlProperties.resx | 144 + .../frmUserKonfig.Designer.vb | 411 +-- app/DD-Record-Organiser/frmUserKonfig.resx | 1849 ++++++++++- .../frmUserKonfig_AddUsers.Designer.vb | 62 +- .../frmUserKonfig_AddUsers.resx | 292 +- .../frmWD_EntityImport.Designer.vb | 148 +- .../frmWD_EntityImport.resx | 662 ++++ .../frmWD_Index_Dokart.Designer.vb | 131 +- .../frmWD_Index_Dokart.resx | 550 +++- app/DD-Record-Organiser/frmWD_Index_Dokart.vb | 4 +- .../frmWF_TaskEditor.Designer.vb | 258 +- app/DD-Record-Organiser/frmWF_TaskEditor.resx | 1034 +++++- .../frmWiedervorlage.Designer.vb | 499 +-- app/DD-Record-Organiser/frmWiedervorlage.resx | 2242 ++++++++++++- .../frmwindreamView_Config.Designer.vb | 12 +- .../frmwindreamView_Config.resx | 50 + 82 files changed, 34723 insertions(+), 6407 deletions(-) create mode 100644 app/DD-Record-Organiser/frmAbout.en-GB.resx create mode 100644 app/DD-Record-Organiser/frmLicense_Login.resx diff --git a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj index ff97218..d269b17 100644 --- a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj +++ b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj @@ -569,8 +569,12 @@ + + frmAbout.vb + frmAbout.vb + Designer frmCockpit.vb @@ -593,6 +597,9 @@ frmLicense.vb + + frmLicense_Login.vb + frmLogin.vb diff --git a/app/DD-Record-Organiser/My Project/AssemblyInfo.vb b/app/DD-Record-Organiser/My Project/AssemblyInfo.vb index 8b6b0b9..32d50d2 100644 --- a/app/DD-Record-Organiser/My Project/AssemblyInfo.vb +++ b/app/DD-Record-Organiser/My Project/AssemblyInfo.vb @@ -1,4 +1,6 @@ -Imports System +Imports System.Resources + +Imports System Imports System.Reflection Imports System.Runtime.InteropServices @@ -15,7 +17,7 @@ Imports System.Runtime.InteropServices - + 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird @@ -33,3 +35,5 @@ Imports System.Runtime.InteropServices + + \ No newline at end of file diff --git a/app/DD-Record-Organiser/frmAbout.Designer.vb b/app/DD-Record-Organiser/frmAbout.Designer.vb index f31b77f..4c64cfd 100644 --- a/app/DD-Record-Organiser/frmAbout.Designer.vb +++ b/app/DD-Record-Organiser/frmAbout.Designer.vb @@ -24,102 +24,87 @@ Partial Class frmAbout 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout)) Me.OKButton = New System.Windows.Forms.Button() - Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lblProduktname = New System.Windows.Forms.Label() Me.lblVersion = New System.Windows.Forms.Label() Me.lblCompanyName = New System.Windows.Forms.Label() Me.txtDescription = New System.Windows.Forms.TextBox() Me.LinkLabel1 = New System.Windows.Forms.LinkLabel() Me.LinkLabel2 = New System.Windows.Forms.LinkLabel() + Me.PictureBox1 = New System.Windows.Forms.PictureBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.PictureBox2 = New System.Windows.Forms.PictureBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'OKButton ' Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.OKButton.Location = New System.Drawing.Point(281, 242) + resources.ApplyResources(Me.OKButton, "OKButton") Me.OKButton.Name = "OKButton" - Me.OKButton.Size = New System.Drawing.Size(260, 23) - Me.OKButton.TabIndex = 0 - Me.OKButton.Text = "&OK" - ' - 'PictureBox1 - ' - Me.PictureBox1.BackgroundImage = Global.DD_Record_Organiser.My.Resources.Resources.DD_Icons_ADDI - Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom - Me.PictureBox1.Location = New System.Drawing.Point(2, 1) - Me.PictureBox1.Name = "PictureBox1" - Me.PictureBox1.Size = New System.Drawing.Size(267, 264) - Me.PictureBox1.TabIndex = 1 - Me.PictureBox1.TabStop = False ' 'lblProduktname ' - Me.lblProduktname.AutoSize = True - Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblProduktname.Location = New System.Drawing.Point(278, 9) + resources.ApplyResources(Me.lblProduktname, "lblProduktname") Me.lblProduktname.Name = "lblProduktname" - Me.lblProduktname.Size = New System.Drawing.Size(48, 17) - Me.lblProduktname.TabIndex = 2 - Me.lblProduktname.Text = "Label1" ' 'lblVersion ' - Me.lblVersion.AutoSize = True - Me.lblVersion.Location = New System.Drawing.Point(278, 35) + resources.ApplyResources(Me.lblVersion, "lblVersion") Me.lblVersion.Name = "lblVersion" - Me.lblVersion.Size = New System.Drawing.Size(40, 13) - Me.lblVersion.TabIndex = 3 - Me.lblVersion.Text = "Label1" ' 'lblCompanyName ' - Me.lblCompanyName.AutoSize = True - Me.lblCompanyName.Location = New System.Drawing.Point(278, 58) + resources.ApplyResources(Me.lblCompanyName, "lblCompanyName") Me.lblCompanyName.Name = "lblCompanyName" - Me.lblCompanyName.Size = New System.Drawing.Size(40, 13) - Me.lblCompanyName.TabIndex = 4 - Me.lblCompanyName.Text = "Label1" ' 'txtDescription ' Me.txtDescription.BackColor = System.Drawing.SystemColors.Control Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.txtDescription.Location = New System.Drawing.Point(281, 85) - Me.txtDescription.Multiline = True + resources.ApplyResources(Me.txtDescription, "txtDescription") Me.txtDescription.Name = "txtDescription" - Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical - Me.txtDescription.Size = New System.Drawing.Size(260, 103) - Me.txtDescription.TabIndex = 5 ' 'LinkLabel1 ' - Me.LinkLabel1.AutoSize = True - Me.LinkLabel1.Location = New System.Drawing.Point(278, 200) + resources.ApplyResources(Me.LinkLabel1, "LinkLabel1") Me.LinkLabel1.Name = "LinkLabel1" - Me.LinkLabel1.Size = New System.Drawing.Size(93, 13) - Me.LinkLabel1.TabIndex = 6 Me.LinkLabel1.TabStop = True - Me.LinkLabel1.Text = "www.didalog.de" ' 'LinkLabel2 ' - Me.LinkLabel2.AutoSize = True - Me.LinkLabel2.Location = New System.Drawing.Point(430, 200) + resources.ApplyResources(Me.LinkLabel2, "LinkLabel2") Me.LinkLabel2.Name = "LinkLabel2" - Me.LinkLabel2.Size = New System.Drawing.Size(83, 13) - Me.LinkLabel2.TabIndex = 7 Me.LinkLabel2.TabStop = True - Me.LinkLabel2.Text = "Support-Portal" ' - 'AboutBox1 + 'PictureBox1 + ' + Me.PictureBox1.BackgroundImage = Global.DD_Record_Organiser.My.Resources.Resources.DD_Icons_ADDI + resources.ApplyResources(Me.PictureBox1, "PictureBox1") + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.TabStop = False + ' + 'Label1 + ' + resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.Name = "Label1" + ' + 'PictureBox2 + ' + Me.PictureBox2.Image = Global.DD_Record_Organiser.My.Resources.Resources.windream_Logo_transparent + resources.ApplyResources(Me.PictureBox2, "PictureBox2") + Me.PictureBox2.Name = "PictureBox2" + Me.PictureBox2.TabStop = False + ' + 'frmAbout ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.CancelButton = Me.OKButton - Me.ClientSize = New System.Drawing.Size(544, 311) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.LinkLabel2) Me.Controls.Add(Me.LinkLabel1) Me.Controls.Add(Me.txtDescription) @@ -129,16 +114,13 @@ Partial Class frmAbout Me.Controls.Add(Me.OKButton) Me.Controls.Add(Me.PictureBox1) Me.DoubleBuffered = True - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False - Me.Name = "AboutBox1" - Me.Padding = New System.Windows.Forms.Padding(9) + Me.Name = "frmAbout" Me.ShowInTaskbar = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "AboutBox1" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -150,5 +132,7 @@ Partial Class frmAbout Friend WithEvents txtDescription As System.Windows.Forms.TextBox Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox End Class diff --git a/app/DD-Record-Organiser/frmAbout.en-GB.resx b/app/DD-Record-Organiser/frmAbout.en-GB.resx new file mode 100644 index 0000000..4c2ea04 --- /dev/null +++ b/app/DD-Record-Organiser/frmAbout.en-GB.resx @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + NoControl + + + + 2, 276 + + + NoControl + + + NoControl + + + NoControl + + + NoControl + + + NoControl + + + + True + + + Segoe UI, 8.25pt + + + NoControl + + + 182, 13 + + + This software is in parts based on: + + + NoControl + + + 281, 238 + + + 109, 38 + + + Zoom + + + NoControl + + + NoControl + + \ No newline at end of file diff --git a/app/DD-Record-Organiser/frmAbout.resx b/app/DD-Record-Organiser/frmAbout.resx index 1af7de1..df4ca63 100644 --- a/app/DD-Record-Organiser/frmAbout.resx +++ b/app/DD-Record-Organiser/frmAbout.resx @@ -117,4 +117,310 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9, 276 + + + 260, 23 + + + + 0 + + + &OK + + + OKButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 278, 9 + + + 48, 17 + + + 2 + + + Label1 + + + lblProduktname + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + True + + + 278, 35 + + + 40, 13 + + + 3 + + + Label1 + + + lblVersion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + 278, 58 + + + 40, 13 + + + 4 + + + Label1 + + + lblCompanyName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 281, 85 + + + True + + + + Vertical + + + 260, 103 + + + 5 + + + txtDescription + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + True + + + 278, 200 + + + 93, 13 + + + 6 + + + www.didalog.de + + + LinkLabel1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + 430, 200 + + + 83, 13 + + + 7 + + + Support-Portal + + + LinkLabel2 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Zoom + + + 2, 1 + + + 267, 264 + + + 1 + + + PictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + True + + + Segoe UI, 8.25pt + + + NoControl + + + 278, 230 + + + 182, 13 + + + 9 + + + This software is in parts based on: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + NoControl + + + 283, 246 + + + 109, 38 + + + Zoom + + + 8 + + + PictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 6, 13 + + + Zoom + + + 544, 311 + + + Segoe UI, 8.25pt + + + 9, 9, 9, 9 + + + CenterParent + + + AboutBox1 + + + frmAbout + + + 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-Record-Organiser/frmConfig_Basic.Designer.vb b/app/DD-Record-Organiser/frmConfig_Basic.Designer.vb index 8e51976..fb167df 100644 --- a/app/DD-Record-Organiser/frmConfig_Basic.Designer.vb +++ b/app/DD-Record-Organiser/frmConfig_Basic.Designer.vb @@ -22,8 +22,8 @@ Partial Class frmConfig_Basic 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig_Basic)) + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.chkbxUserAut = New System.Windows.Forms.CheckBox() @@ -42,7 +42,6 @@ Partial Class frmConfig_Basic Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label7 = New System.Windows.Forms.Label() Me.cmbConstructor = New System.Windows.Forms.ComboBox() - Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.CheckBoxWD_ShowEnitityDocs = New System.Windows.Forms.CheckBox() Me.chkbxloadWDDocs = New System.Windows.Forms.CheckBox() @@ -62,6 +61,7 @@ Partial Class frmConfig_Basic Me.txtScanFolderWatch = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.btnstartstop2 = New System.Windows.Forms.Button() + Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() @@ -77,12 +77,9 @@ Partial Class frmConfig_Basic 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(695, 287) - Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' @@ -98,123 +95,78 @@ Partial Class frmConfig_Basic Me.TabPage1.Controls.Add(Me.txtUser) Me.TabPage1.Controls.Add(Me.txtPasswort) Me.TabPage1.Controls.Add(Me.BtnConnect) - Me.TabPage1.Location = New System.Drawing.Point(4, 22) + 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(687, 261) - Me.TabPage1.TabIndex = 0 - Me.TabPage1.Text = "Datenbank-Verbindung" Me.TabPage1.UseVisualStyleBackColor = True ' 'chkbxUserAut ' - Me.chkbxUserAut.AutoSize = True - Me.chkbxUserAut.Location = New System.Drawing.Point(510, 36) + resources.ApplyResources(Me.chkbxUserAut, "chkbxUserAut") Me.chkbxUserAut.Name = "chkbxUserAut" - Me.chkbxUserAut.Size = New System.Drawing.Size(170, 17) - Me.chkbxUserAut.TabIndex = 47 - Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(5, 115) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(150, 13) - Me.Label5.TabIndex = 46 - Me.Label5.Text = "Aktueller ConnectionString:" ' 'cmbDatenbank ' Me.cmbDatenbank.FormattingEnabled = True - Me.cmbDatenbank.Location = New System.Drawing.Point(8, 82) + resources.ApplyResources(Me.cmbDatenbank, "cmbDatenbank") Me.cmbDatenbank.Name = "cmbDatenbank" - Me.cmbDatenbank.Size = New System.Drawing.Size(252, 21) - Me.cmbDatenbank.TabIndex = 39 ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(5, 62) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(67, 13) - Me.Label4.TabIndex = 44 - Me.Label4.Text = "Datenbank:" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(5, 14) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(74, 13) - Me.Label1.TabIndex = 41 - Me.Label1.Text = "Server-Name:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(299, 14) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(84, 13) - Me.Label2.TabIndex = 42 - Me.Label2.Text = "Benutzername:" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(423, 14) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(56, 13) - Me.Label3.TabIndex = 43 - Me.Label3.Text = "Passwort:" ' 'txtActualConnection ' - Me.txtActualConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.txtActualConnection, "txtActualConnection") Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke - Me.txtActualConnection.Location = New System.Drawing.Point(8, 135) Me.txtActualConnection.Name = "txtActualConnection" Me.txtActualConnection.ReadOnly = True - Me.txtActualConnection.Size = New System.Drawing.Size(547, 22) - Me.txtActualConnection.TabIndex = 45 ' 'txtServer ' Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtServer.Location = New System.Drawing.Point(8, 34) + resources.ApplyResources(Me.txtServer, "txtServer") Me.txtServer.Name = "txtServer" - Me.txtServer.Size = New System.Drawing.Size(288, 22) - Me.txtServer.TabIndex = 36 ' 'txtUser ' Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtUser.Location = New System.Drawing.Point(302, 34) + resources.ApplyResources(Me.txtUser, "txtUser") Me.txtUser.Name = "txtUser" - Me.txtUser.Size = New System.Drawing.Size(118, 22) - Me.txtUser.TabIndex = 37 ' 'txtPasswort ' Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText - Me.txtPasswort.Location = New System.Drawing.Point(426, 34) + resources.ApplyResources(Me.txtPasswort, "txtPasswort") Me.txtPasswort.Name = "txtPasswort" - Me.txtPasswort.Size = New System.Drawing.Size(64, 22) - Me.txtPasswort.TabIndex = 38 Me.txtPasswort.UseSystemPasswordChar = True ' 'BtnConnect ' Me.BtnConnect.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go1 - Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.BtnConnect.Location = New System.Drawing.Point(302, 82) + resources.ApplyResources(Me.BtnConnect, "BtnConnect") Me.BtnConnect.Name = "BtnConnect" - Me.BtnConnect.Size = New System.Drawing.Size(253, 25) - Me.BtnConnect.TabIndex = 40 - Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen" - Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnConnect.UseVisualStyleBackColor = True ' 'TabPage2 @@ -226,12 +178,8 @@ Partial Class frmConfig_Basic Me.TabPage2.Controls.Add(Me.Button1) Me.TabPage2.Controls.Add(Me.btnApplicationFolder) Me.TabPage2.Controls.Add(Me.LinkLabel1) - Me.TabPage2.Location = New System.Drawing.Point(4, 22) + 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(687, 261) - Me.TabPage2.TabIndex = 1 - Me.TabPage2.Text = "Weitere Einstellungen" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox3 @@ -239,42 +187,20 @@ Partial Class frmConfig_Basic Me.GroupBox3.Controls.Add(Me.Label7) Me.GroupBox3.Controls.Add(Me.cmbConstructor) Me.GroupBox3.Controls.Add(Me.CheckBox1) - Me.GroupBox3.Location = New System.Drawing.Point(14, 188) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(665, 61) - Me.GroupBox3.TabIndex = 11 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Formularaufrufe:" ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Location = New System.Drawing.Point(284, 14) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(185, 13) - Me.Label7.TabIndex = 4 - Me.Label7.Text = "Formular bei Programmstart laden:" ' 'cmbConstructor ' Me.cmbConstructor.FormattingEnabled = True - Me.cmbConstructor.Location = New System.Drawing.Point(287, 30) + resources.ApplyResources(Me.cmbConstructor, "cmbConstructor") Me.cmbConstructor.Name = "cmbConstructor" - Me.cmbConstructor.Size = New System.Drawing.Size(248, 21) - Me.cmbConstructor.TabIndex = 1 - ' - 'CheckBox1 - ' - Me.CheckBox1.AutoSize = True - Me.CheckBox1.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_Calendar_isChild - Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked - Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_Calendar_isChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.CheckBox1.Location = New System.Drawing.Point(10, 21) - Me.CheckBox1.Name = "CheckBox1" - Me.CheckBox1.Size = New System.Drawing.Size(184, 30) - Me.CheckBox1.TabIndex = 0 - Me.CheckBox1.Text = "Kalender als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)" - Me.CheckBox1.UseVisualStyleBackColor = True ' 'GroupBox2 ' @@ -282,113 +208,70 @@ Partial Class frmConfig_Basic Me.GroupBox2.Controls.Add(Me.chkbxloadWDDocs) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.txtwdSearch_Count) - Me.GroupBox2.Location = New System.Drawing.Point(14, 6) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(277, 115) - Me.GroupBox2.TabIndex = 10 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Windream-Einstellungen" ' 'CheckBoxWD_ShowEnitityDocs ' - Me.CheckBoxWD_ShowEnitityDocs.AutoSize = True - Me.CheckBoxWD_ShowEnitityDocs.Location = New System.Drawing.Point(10, 86) + resources.ApplyResources(Me.CheckBoxWD_ShowEnitityDocs, "CheckBoxWD_ShowEnitityDocs") Me.CheckBoxWD_ShowEnitityDocs.Name = "CheckBoxWD_ShowEnitityDocs" - Me.CheckBoxWD_ShowEnitityDocs.Size = New System.Drawing.Size(265, 17) - Me.CheckBoxWD_ShowEnitityDocs.TabIndex = 6 - Me.CheckBoxWD_ShowEnitityDocs.Text = "Windream-Suche bei Entitätswechsel auslösen" Me.CheckBoxWD_ShowEnitityDocs.UseVisualStyleBackColor = True ' 'chkbxloadWDDocs ' - Me.chkbxloadWDDocs.AutoSize = True - Me.chkbxloadWDDocs.Location = New System.Drawing.Point(10, 21) + resources.ApplyResources(Me.chkbxloadWDDocs, "chkbxloadWDDocs") Me.chkbxloadWDDocs.Name = "chkbxloadWDDocs" - Me.chkbxloadWDDocs.Size = New System.Drawing.Size(184, 17) - Me.chkbxloadWDDocs.TabIndex = 0 - Me.chkbxloadWDDocs.Text = "windream-Suche direkt starten" Me.chkbxloadWDDocs.UseVisualStyleBackColor = True ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Location = New System.Drawing.Point(7, 41) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(209, 13) - Me.Label6.TabIndex = 3 - Me.Label6.Text = "max. Ergebnissanzahl windream-Suche:" ' 'txtwdSearch_Count ' - Me.txtwdSearch_Count.Location = New System.Drawing.Point(10, 57) + resources.ApplyResources(Me.txtwdSearch_Count, "txtwdSearch_Count") Me.txtwdSearch_Count.Name = "txtwdSearch_Count" - Me.txtwdSearch_Count.Size = New System.Drawing.Size(61, 22) - Me.txtwdSearch_Count.TabIndex = 5 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.chkboxQuickMenue) - Me.GroupBox1.Location = New System.Drawing.Point(14, 129) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(277, 53) - Me.GroupBox1.TabIndex = 9 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Menü-Einstellungen" ' 'chkboxQuickMenue ' - Me.chkboxQuickMenue.AutoSize = True - Me.chkboxQuickMenue.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(Me.chkboxQuickMenue, "chkboxQuickMenue") Me.chkboxQuickMenue.Name = "chkboxQuickMenue" - Me.chkboxQuickMenue.Size = New System.Drawing.Size(189, 17) - Me.chkboxQuickMenue.TabIndex = 8 - Me.chkboxQuickMenue.Text = "Quick-Menü (Buttons) anzeigen" Me.chkboxQuickMenue.UseVisualStyleBackColor = True ' 'chkLogErrorsOnly ' - Me.chkLogErrorsOnly.AutoSize = True - Me.chkLogErrorsOnly.Location = New System.Drawing.Point(349, 17) + resources.ApplyResources(Me.chkLogErrorsOnly, "chkLogErrorsOnly") Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly" - Me.chkLogErrorsOnly.Size = New System.Drawing.Size(105, 17) - Me.chkLogErrorsOnly.TabIndex = 7 - Me.chkLogErrorsOnly.Text = "Log Errors Only" Me.chkLogErrorsOnly.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(481, 73) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(198, 23) - Me.Button1.TabIndex = 6 - Me.Button1.Text = "Open Log-Folder" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'btnApplicationFolder ' Me.btnApplicationFolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go - Me.btnApplicationFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnApplicationFolder.Location = New System.Drawing.Point(481, 44) + resources.ApplyResources(Me.btnApplicationFolder, "btnApplicationFolder") Me.btnApplicationFolder.Name = "btnApplicationFolder" - Me.btnApplicationFolder.Size = New System.Drawing.Size(198, 23) - Me.btnApplicationFolder.TabIndex = 2 - Me.btnApplicationFolder.Text = "Open AppFolder User" - Me.btnApplicationFolder.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnApplicationFolder.UseVisualStyleBackColor = True ' 'LinkLabel1 ' - Me.LinkLabel1.AutoSize = True - Me.LinkLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.LinkLabel1.Location = New System.Drawing.Point(478, 15) + resources.ApplyResources(Me.LinkLabel1, "LinkLabel1") Me.LinkLabel1.Name = "LinkLabel1" - Me.LinkLabel1.Size = New System.Drawing.Size(201, 17) - Me.LinkLabel1.TabIndex = 1 Me.LinkLabel1.TabStop = True - Me.LinkLabel1.Text = "Link zu Support-Tool Digital Data" ' 'TabPage3 ' @@ -399,104 +282,70 @@ Partial Class frmConfig_Basic Me.TabPage3.Controls.Add(Me.txtScanFolderWatch) Me.TabPage3.Controls.Add(Me.Label8) Me.TabPage3.Controls.Add(Me.btnstartstop2) - Me.TabPage3.Location = New System.Drawing.Point(4, 22) + 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(687, 261) - Me.TabPage3.TabIndex = 2 - Me.TabPage3.Text = "Hot Folder - Scan" Me.TabPage3.UseVisualStyleBackColor = True ' 'Label9 ' - Me.Label9.AutoSize = True - Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label9.Location = New System.Drawing.Point(8, 86) + resources.ApplyResources(Me.Label9, "Label9") Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(611, 13) - Me.Label9.TabIndex = 17 - Me.Label9.Text = "Definieren Sie hier Inhalte von Dateinamen welche von der Folderwatch-Überwachung" & _ - " ausgenommen werden sollen:" ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 - Me.DataGridView1.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.DataGridView1, "DataGridView1") Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - Me.DataGridView1.Location = New System.Drawing.Point(11, 102) Me.DataGridView1.Name = "DataGridView1" - Me.DataGridView1.Size = New System.Drawing.Size(192, 113) - Me.DataGridView1.TabIndex = 15 ' 'btnSaveExclusionFiles ' - Me.btnSaveExclusionFiles.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSaveExclusionFiles.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.btnSaveExclusionFiles.Location = New System.Drawing.Point(209, 102) + resources.ApplyResources(Me.btnSaveExclusionFiles, "btnSaveExclusionFiles") Me.btnSaveExclusionFiles.Name = "btnSaveExclusionFiles" - Me.btnSaveExclusionFiles.Size = New System.Drawing.Size(94, 29) - Me.btnSaveExclusionFiles.TabIndex = 16 - Me.btnSaveExclusionFiles.Text = "Speichern" - Me.btnSaveExclusionFiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSaveExclusionFiles.UseVisualStyleBackColor = True ' 'Button2 ' - Me.Button2.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Button2.Location = New System.Drawing.Point(616, 28) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(49, 22) - Me.Button2.TabIndex = 14 - Me.Button2.Text = "..." Me.Button2.UseVisualStyleBackColor = True ' 'txtScanFolderWatch ' Me.txtScanFolderWatch.BackColor = System.Drawing.Color.LemonChiffon - Me.txtScanFolderWatch.Location = New System.Drawing.Point(11, 28) + resources.ApplyResources(Me.txtScanFolderWatch, "txtScanFolderWatch") Me.txtScanFolderWatch.Name = "txtScanFolderWatch" - Me.txtScanFolderWatch.Size = New System.Drawing.Size(602, 22) - Me.txtScanFolderWatch.TabIndex = 12 ' 'Label8 ' - Me.Label8.AutoSize = True - Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label8.Location = New System.Drawing.Point(8, 12) + resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(392, 13) - Me.Label8.TabIndex = 11 - Me.Label8.Text = "Definieren Sie hier den Ordner der für Scan2Folder verwendet werden soll:" ' 'btnstartstop2 ' Me.btnstartstop2.Image = Global.DD_Record_Organiser.My.Resources.Resources.bell_go - Me.btnstartstop2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnstartstop2.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.btnstartstop2.Location = New System.Drawing.Point(408, 55) - Me.btnstartstop2.Margin = New System.Windows.Forms.Padding(4) + resources.ApplyResources(Me.btnstartstop2, "btnstartstop2") Me.btnstartstop2.Name = "btnstartstop2" - Me.btnstartstop2.Size = New System.Drawing.Size(205, 25) - Me.btnstartstop2.TabIndex = 13 - Me.btnstartstop2.Text = "Überwachung starten" - Me.btnstartstop2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnstartstop2.UseVisualStyleBackColor = True ' + 'CheckBox1 + ' + resources.ApplyResources(Me.CheckBox1, "CheckBox1") + Me.CheckBox1.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_Calendar_isChild + Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked + Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_Calendar_isChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) + Me.CheckBox1.Name = "CheckBox1" + Me.CheckBox1.UseVisualStyleBackColor = True + ' 'frmConfig_Basic ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(695, 287) Me.Controls.Add(Me.TabControl1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmConfig_Basic" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "User-Grundeinstellungen" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() diff --git a/app/DD-Record-Organiser/frmConfig_Basic.resx b/app/DD-Record-Organiser/frmConfig_Basic.resx index 7221ed3..7b51779 100644 --- a/app/DD-Record-Organiser/frmConfig_Basic.resx +++ b/app/DD-Record-Organiser/frmConfig_Basic.resx @@ -117,7 +117,1021 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 510, 36 + + + 170, 17 + + + 47 + + + Windows-Authentifizierung + + + chkbxUserAut + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 0 + + + True + + + 5, 115 + + + 150, 13 + + + 46 + + + Aktueller ConnectionString: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 1 + + + 8, 82 + + + 252, 21 + + + 39 + + + cmbDatenbank + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 2 + + + True + + + 5, 62 + + + 67, 13 + + + 44 + + + Datenbank: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 3 + + + True + + + 5, 14 + + + 74, 13 + + + 41 + + + Server-Name: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 4 + + + True + + + 299, 14 + + + 84, 13 + + + 42 + + + Benutzername: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 5 + + + True + + + 423, 14 + + + 56, 13 + + + 43 + + + Passwort: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 6 + + + + Top, Left, Right + + + 8, 135 + + + 547, 22 + + + 45 + + + txtActualConnection + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 7 + + + 8, 34 + + + 288, 22 + + + 36 + + + txtServer + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 8 + + + 302, 34 + + + 118, 22 + + + 37 + + + txtUser + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 9 + + + 426, 34 + + + 64, 22 + + + 38 + + + txtPasswort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 10 + + + MiddleLeft + + + 302, 82 + + + 253, 25 + + + 40 + + + Verbindung zur Datenbank herstellen + + + MiddleRight + + + BtnConnect + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 11 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 261 + + + 0 + + + Datenbank-Verbindung + + + TabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 0 + + + True + + + 284, 14 + + + 185, 13 + + + 4 + + + Formular bei Programmstart laden: + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + 287, 30 + + + 248, 21 + + + 1 + + + cmbConstructor + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + True + + + 10, 21 + + + 184, 30 + + + 0 + + + Kalender als Child aufrufen +(Eingebettet in Hauptformular) + + + CheckBox1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 2 + + + 14, 188 + + + 665, 61 + + + 11 + + + Formularaufrufe: + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 0 + + + True + + + 10, 86 + + + 265, 17 + + + 6 + + + Windream-Suche bei Entitätswechsel auslösen + + + CheckBoxWD_ShowEnitityDocs + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + True + + + 10, 21 + + + 184, 17 + + + 0 + + + windream-Suche direkt starten + + + chkbxloadWDDocs + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + True + + + 7, 41 + + + 209, 13 + + + 3 + + + max. Ergebnissanzahl windream-Suche: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + 10, 57 + + + 61, 22 + + + 5 + + + txtwdSearch_Count + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 3 + + + 14, 6 + + + 277, 115 + + + 10 + + + Windream-Einstellungen + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 1 + + + True + + + 6, 21 + + + 189, 17 + + + 8 + + + Quick-Menü (Buttons) anzeigen + + + chkboxQuickMenue + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + 14, 129 + + + 277, 53 + + + 9 + + + Menü-Einstellungen + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 2 + + + True + + + 349, 17 + + + 105, 17 + + + 7 + + + Log Errors Only + + + chkLogErrorsOnly + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 3 + + + MiddleLeft + + + 481, 73 + + + 198, 23 + + + 6 + + + Open Log-Folder + + + MiddleRight + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 4 + + + MiddleLeft + + + 481, 44 + + + 198, 23 + + + 2 + + + Open AppFolder User + + + MiddleRight + + + btnApplicationFolder + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 5 + + + True + + + Segoe UI, 9.75pt + + + 478, 15 + + + 201, 17 + + + 1 + + + Link zu Support-Tool Digital Data + + + LinkLabel1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 6 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 261 + + + 1 + + + Weitere Einstellungen + + + TabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 1 + + + True + + + NoControl + + + 8, 86 + + + 611, 13 + + + 17 + + + Definieren Sie hier Inhalte von Dateinamen welche von der Folderwatch-Überwachung ausgenommen werden sollen: + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 0 + + + Top, Bottom, Left + + + 11, 102 + + + 192, 113 + + + 15 + + + DataGridView1 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 1 + + + MiddleLeft + + + NoControl + + + 209, 102 + + + 94, 29 + + + 16 + + + Speichern + + + MiddleRight + + + btnSaveExclusionFiles + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 2 + + + NoControl + + + 616, 28 + + + 49, 22 + + + 14 + + + ... + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 3 + + + 11, 28 + + + 602, 22 + + + 12 + + + txtScanFolderWatch + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 4 + + + True + + + NoControl + + + 8, 12 + + + 392, 13 + + + 11 + + + Definieren Sie hier den Ordner der für Scan2Folder verwendet werden soll: + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 5 + + + MiddleLeft + + + NoControl + + + 408, 55 + + + 4, 4, 4, 4 + + + 205, 25 + + + 13 + + + Überwachung starten + + + MiddleRight + + + btnstartstop2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 6 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 261 + + + 2 + + + Hot Folder - Scan + + + TabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 2 + + + Fill + + + 0, 0 + + + 695, 287 + + + 0 + + + TabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 695, 287 + + + Segoe UI, 8.25pt + AAABAAYAMDAAAAEACACoDgAAZgAAACAgAAABAAgAqAgAAA4PAAAQEAAAAQAIAGgFAAC2FwAAMDAAAAEA @@ -497,4 +1511,16 @@ mf8BAK//A8C3/wPgtf8DwLb/AIC2/wAAtf8AALX/AAC2/8ABtP/AA7D/8A+u/w== + + CenterScreen + + + User-Grundeinstellungen + + + frmConfig_Basic + + + 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-Record-Organiser/frmConfiguration_Basic.Designer.vb b/app/DD-Record-Organiser/frmConfiguration_Basic.Designer.vb index 59d59f5..dad2d43 100644 --- a/app/DD-Record-Organiser/frmConfiguration_Basic.Designer.vb +++ b/app/DD-Record-Organiser/frmConfiguration_Basic.Designer.vb @@ -22,6 +22,7 @@ Partial Class frmConfiguration_Basic 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfiguration_Basic)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() @@ -50,51 +51,33 @@ Partial Class frmConfiguration_Basic ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(15, 18) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(235, 13) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "Trennzeichen für Versionierung der Dateien:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(6, 18) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(167, 13) - Me.Label2.TabIndex = 1 - Me.Label2.Text = "Laufwerkbuchstabe Windream:" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(15, 59) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(261, 13) - Me.Label3.TabIndex = 2 - Me.Label3.Text = "Trennzeichen zur Nutzung in Namenskonvention:" ' 'txtDelimiterVersion ' - Me.txtDelimiterVersion.Location = New System.Drawing.Point(18, 34) + resources.ApplyResources(Me.txtDelimiterVersion, "txtDelimiterVersion") Me.txtDelimiterVersion.Name = "txtDelimiterVersion" - Me.txtDelimiterVersion.Size = New System.Drawing.Size(49, 22) - Me.txtDelimiterVersion.TabIndex = 4 ' 'txtDelimiterFile ' - Me.txtDelimiterFile.Location = New System.Drawing.Point(18, 75) + resources.ApplyResources(Me.txtDelimiterFile, "txtDelimiterFile") Me.txtDelimiterFile.Name = "txtDelimiterFile" - Me.txtDelimiterFile.Size = New System.Drawing.Size(49, 22) - Me.txtDelimiterFile.TabIndex = 5 ' 'txtwddriveletter ' - Me.txtwddriveletter.Location = New System.Drawing.Point(9, 34) + resources.ApplyResources(Me.txtwddriveletter, "txtwddriveletter") Me.txtwddriveletter.Name = "txtwddriveletter" - Me.txtwddriveletter.Size = New System.Drawing.Size(49, 22) - Me.txtwddriveletter.TabIndex = 7 ' 'GroupBox1 ' @@ -102,81 +85,51 @@ Partial Class frmConfiguration_Basic Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtDelimiterFile) Me.GroupBox1.Controls.Add(Me.txtDelimiterVersion) - Me.GroupBox1.Location = New System.Drawing.Point(218, 74) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(293, 105) - Me.GroupBox1.TabIndex = 8 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Allgemeine Funktionen:" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.chkUnicode) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.txtwddriveletter) - Me.GroupBox2.Location = New System.Drawing.Point(12, 12) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(200, 105) - Me.GroupBox2.TabIndex = 9 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Globale windream-Einstellungen" ' 'chkUnicode ' - Me.chkUnicode.AutoSize = True - Me.chkUnicode.Location = New System.Drawing.Point(9, 62) + resources.ApplyResources(Me.chkUnicode, "chkUnicode") Me.chkUnicode.Name = "chkUnicode" - Me.chkUnicode.Size = New System.Drawing.Size(117, 17) - Me.chkUnicode.TabIndex = 8 - Me.chkUnicode.Text = "Unicode-Version?" Me.chkUnicode.UseVisualStyleBackColor = True ' 'btnsave ' - Me.btnsave.Enabled = False + resources.ApplyResources(Me.btnsave, "btnsave") Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save - Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnsave.Location = New System.Drawing.Point(12, 302) Me.btnsave.Name = "btnsave" - Me.btnsave.Size = New System.Drawing.Size(87, 22) - Me.btnsave.TabIndex = 10 - Me.btnsave.Text = "Speichern" - Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = True ' 'lblSaveresult ' - Me.lblSaveresult.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.lblSaveresult.AutoSize = True + resources.ApplyResources(Me.lblSaveresult, "lblSaveresult") Me.lblSaveresult.BackColor = System.Drawing.Color.Yellow - Me.lblSaveresult.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveresult.Location = New System.Drawing.Point(651, 310) Me.lblSaveresult.Name = "lblSaveresult" - Me.lblSaveresult.Size = New System.Drawing.Size(234, 17) - Me.lblSaveresult.TabIndex = 78 - Me.lblSaveresult.Text = "Änderungen erfolgreich gespeichert!" - Me.lblSaveresult.Visible = False ' 'chkChildWindow ' - Me.chkChildWindow.AutoSize = True + resources.ApplyResources(Me.chkChildWindow, "chkChildWindow") Me.chkChildWindow.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_DesignPanels_areChild Me.chkChildWindow.CheckState = System.Windows.Forms.CheckState.Checked Me.chkChildWindow.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_DesignPanels_areChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.chkChildWindow.Location = New System.Drawing.Point(12, 135) Me.chkChildWindow.Name = "chkChildWindow" - Me.chkChildWindow.Size = New System.Drawing.Size(194, 30) - Me.chkChildWindow.TabIndex = 79 - Me.chkChildWindow.Text = "Design-Panels als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)" Me.chkChildWindow.UseVisualStyleBackColor = True ' 'pbBackground ' - Me.pbBackground.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(Me.pbBackground, "pbBackground") Me.pbBackground.Name = "pbBackground" - Me.pbBackground.Size = New System.Drawing.Size(356, 194) - Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage - Me.pbBackground.TabIndex = 80 Me.pbBackground.TabStop = False ' 'GroupBox3 @@ -184,29 +137,20 @@ Partial Class frmConfiguration_Basic Me.GroupBox3.Controls.Add(Me.btnResetBackground) Me.GroupBox3.Controls.Add(Me.btnSelectBackground) Me.GroupBox3.Controls.Add(Me.pbBackground) - Me.GroupBox3.Location = New System.Drawing.Point(517, 12) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(368, 256) - Me.GroupBox3.TabIndex = 81 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Anwendungshintergrund" ' 'btnResetBackground ' - Me.btnResetBackground.Location = New System.Drawing.Point(211, 221) + resources.ApplyResources(Me.btnResetBackground, "btnResetBackground") Me.btnResetBackground.Name = "btnResetBackground" - Me.btnResetBackground.Size = New System.Drawing.Size(151, 23) - Me.btnResetBackground.TabIndex = 82 - Me.btnResetBackground.Text = "Hintergrund zurücksetzen" Me.btnResetBackground.UseVisualStyleBackColor = True ' 'btnSelectBackground ' - Me.btnSelectBackground.Location = New System.Drawing.Point(6, 221) + resources.ApplyResources(Me.btnSelectBackground, "btnSelectBackground") Me.btnSelectBackground.Name = "btnSelectBackground" - Me.btnSelectBackground.Size = New System.Drawing.Size(151, 23) - Me.btnSelectBackground.TabIndex = 81 - Me.btnSelectBackground.Text = "Hintergrund auswählen.." Me.btnSelectBackground.UseVisualStyleBackColor = True ' 'OpenFileDialog1 @@ -216,25 +160,19 @@ Partial Class frmConfiguration_Basic 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.txtProductName) - Me.GroupBox4.Location = New System.Drawing.Point(224, 12) + resources.ApplyResources(Me.GroupBox4, "GroupBox4") Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.Size = New System.Drawing.Size(287, 56) - Me.GroupBox4.TabIndex = 82 Me.GroupBox4.TabStop = False - Me.GroupBox4.Text = "Anwendungsname" ' 'txtProductName ' - Me.txtProductName.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(Me.txtProductName, "txtProductName") Me.txtProductName.Name = "txtProductName" - Me.txtProductName.Size = New System.Drawing.Size(238, 22) - Me.txtProductName.TabIndex = 0 ' 'frmConfiguration_Basic ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(897, 336) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.chkChildWindow) @@ -242,11 +180,9 @@ Partial Class frmConfiguration_Basic Me.Controls.Add(Me.btnsave) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) - 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.Name = "frmConfiguration_Basic" - Me.Text = "Grundeinstellungen Record Organizer" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmConfiguration_Basic.resx b/app/DD-Record-Organiser/frmConfiguration_Basic.resx index 33c7f67..7b89288 100644 --- a/app/DD-Record-Organiser/frmConfiguration_Basic.resx +++ b/app/DD-Record-Organiser/frmConfiguration_Basic.resx @@ -117,7 +117,494 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + 15, 18 + + + 235, 13 + + + 0 + + + Trennzeichen für Versionierung der Dateien: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + 6, 18 + + + 167, 13 + + + 1 + + + Laufwerkbuchstabe Windream: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + True + + + 15, 59 + + + 261, 13 + + + 2 + + + Trennzeichen zur Nutzung in Namenskonvention: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + 18, 34 + + + 49, 22 + + + 4 + + + txtDelimiterVersion + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + 18, 75 + + + 49, 22 + + + 5 + + + txtDelimiterFile + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + 9, 34 + + + 49, 22 + + + 7 + + + txtwddriveletter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + 218, 74 + + + 293, 105 + + + 8 + + + Allgemeine Funktionen: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + 9, 62 + + + 117, 17 + + + 8 + + + Unicode-Version? + + + chkUnicode + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + 12, 12 + + + 200, 105 + + + 9 + + + Globale windream-Einstellungen + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + False + + + MiddleLeft + + + 12, 302 + + + 87, 22 + + + 10 + + + Speichern + + + MiddleRight + + + btnsave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + + Top, Right + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 651, 310 + + + 234, 17 + + + 78 + + + Änderungen erfolgreich gespeichert! + + + False + + + lblSaveresult + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + 12, 135 + + + 194, 30 + + + 79 + + + Design-Panels als Child aufrufen +(Eingebettet in Hauptformular) + + + chkChildWindow + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 6, 21 + + + 356, 194 + + + CenterImage + + + 80 + + + pbBackground + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 2 + + + 211, 221 + + + 151, 23 + + + 82 + + + Hintergrund zurücksetzen + + + btnResetBackground + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + 6, 221 + + + 151, 23 + + + 81 + + + Hintergrund auswählen.. + + + btnSelectBackground + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + 517, 12 + + + 368, 256 + + + 81 + + + Anwendungshintergrund + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 17, 17 + + 6, 21 + + + 238, 22 + + + 0 + + + txtProductName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + 224, 12 + + + 287, 56 + + + 82 + + + Anwendungsname + + + GroupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 897, 336 + + + Segoe UI, 8.25pt + + + Grundeinstellungen Record Organizer + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmConfiguration_Basic + + + 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-Record-Organiser/frmConnections.Designer.vb b/app/DD-Record-Organiser/frmConnections.Designer.vb index 6cf5346..44f7db2 100644 --- a/app/DD-Record-Organiser/frmConnections.Designer.vb +++ b/app/DD-Record-Organiser/frmConnections.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmConnections 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(frmConnections)) Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label @@ -31,7 +32,6 @@ Partial Class frmConnections Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim SQL_PROVIDERLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConnections)) Me.TBDD_CONNECTIONBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) @@ -89,83 +89,43 @@ Partial Class frmConnections ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(180, 28) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(20, 13) - GUIDLabel.TabIndex = 2 - GUIDLabel.Text = "Id:" ' 'DESCRIPTIONLabel ' - DESCRIPTIONLabel.AutoSize = True - DESCRIPTIONLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DESCRIPTIONLabel.Location = New System.Drawing.Point(254, 28) + resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" - DESCRIPTIONLabel.Size = New System.Drawing.Size(83, 13) - DESCRIPTIONLabel.TabIndex = 4 - DESCRIPTIONLabel.Text = "Interner Name:" ' 'COMMENTLabel ' - COMMENTLabel.AutoSize = True - COMMENTLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - COMMENTLabel.Location = New System.Drawing.Point(180, 184) + resources.ApplyResources(COMMENTLabel, "COMMENTLabel") COMMENTLabel.Name = "COMMENTLabel" - COMMENTLabel.Size = New System.Drawing.Size(69, 13) - COMMENTLabel.TabIndex = 14 - COMMENTLabel.Text = "Bemerkung:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(181, 242) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13) - ADDED_WHOLabel.TabIndex = 20 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(291, 242) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13) - ADDED_WHENLabel.TabIndex = 22 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(401, 242) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13) - CHANGED_WHOLabel.TabIndex = 24 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(510, 242) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13) - CHANGED_WHENLabel.TabIndex = 26 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'SQL_PROVIDERLabel ' - SQL_PROVIDERLabel.AutoSize = True - SQL_PROVIDERLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - SQL_PROVIDERLabel.Location = New System.Drawing.Point(179, 67) + resources.ApplyResources(SQL_PROVIDERLabel, "SQL_PROVIDERLabel") SQL_PROVIDERLabel.Name = "SQL_PROVIDERLabel" - SQL_PROVIDERLabel.Size = New System.Drawing.Size(52, 13) - SQL_PROVIDERLabel.TabIndex = 30 - SQL_PROVIDERLabel.Text = "Provider:" ' 'TBDD_CONNECTIONBindingNavigator ' @@ -174,25 +134,19 @@ Partial Class frmConnections Me.TBDD_CONNECTIONBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBDD_CONNECTIONBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBDD_CONNECTIONBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_CONNECTIONBindingNavigatorSaveItem, Me.ToolStripButton1}) - Me.TBDD_CONNECTIONBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBDD_CONNECTIONBindingNavigator, "TBDD_CONNECTIONBindingNavigator") Me.TBDD_CONNECTIONBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBDD_CONNECTIONBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBDD_CONNECTIONBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem 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(714, 25) - Me.TBDD_CONNECTIONBindingNavigator.TabIndex = 0 - Me.TBDD_CONNECTIONBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'TBDD_CONNECTIONBindingSource ' @@ -207,325 +161,214 @@ Partial Class frmConnections 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBDD_CONNECTIONBindingNavigatorSaveItem ' Me.TBDD_CONNECTIONBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Name = "TBDD_CONNECTIONBindingNavigatorSaveItem" - Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBDD_CONNECTIONBindingNavigatorSaveItem.Text = "Daten speichern" + resources.ApplyResources(Me.TBDD_CONNECTIONBindingNavigatorSaveItem, "TBDD_CONNECTIONBindingNavigatorSaveItem") ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton1.Text = "ToolStripButton1" ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBDD_CONNECTIONBindingSource Me.ListBox1.DisplayMember = "BEZEICHNUNG" - Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(12, 28) Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(162, 251) - Me.ListBox1.TabIndex = 1 Me.ListBox1.ValueMember = "GUID" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GUID", True)) - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(183, 44) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(68, 22) - Me.GUIDTextBox.TabIndex = 3 ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEZEICHNUNG", True)) - Me.DESCRIPTIONTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(257, 44) + resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" - Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(267, 22) - Me.DESCRIPTIONTextBox.TabIndex = 5 ' 'SERVERTextBox ' Me.SERVERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "SERVER", True)) - Me.SERVERTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SERVERTextBox.Location = New System.Drawing.Point(184, 122) + resources.ApplyResources(Me.SERVERTextBox, "SERVERTextBox") Me.SERVERTextBox.Name = "SERVERTextBox" - Me.SERVERTextBox.Size = New System.Drawing.Size(202, 22) - Me.SERVERTextBox.TabIndex = 9 ' 'USERNAMETextBox ' Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "USERNAME", True)) - Me.USERNAMETextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.USERNAMETextBox.Location = New System.Drawing.Point(183, 161) + resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") Me.USERNAMETextBox.Name = "USERNAMETextBox" - Me.USERNAMETextBox.Size = New System.Drawing.Size(203, 22) - Me.USERNAMETextBox.TabIndex = 11 ' 'PASSWORDTextBox ' Me.PASSWORDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "PASSWORD", True)) - Me.PASSWORDTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.PASSWORDTextBox.Location = New System.Drawing.Point(403, 161) + resources.ApplyResources(Me.PASSWORDTextBox, "PASSWORDTextBox") Me.PASSWORDTextBox.Name = "PASSWORDTextBox" - Me.PASSWORDTextBox.Size = New System.Drawing.Size(121, 22) - Me.PASSWORDTextBox.TabIndex = 13 Me.PASSWORDTextBox.UseSystemPasswordChar = True ' 'BEMERKUNGTextBox ' Me.BEMERKUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "BEMERKUNG", True)) - Me.BEMERKUNGTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.BEMERKUNGTextBox.Location = New System.Drawing.Point(184, 200) + resources.ApplyResources(Me.BEMERKUNGTextBox, "BEMERKUNGTextBox") Me.BEMERKUNGTextBox.Name = "BEMERKUNGTextBox" - Me.BEMERKUNGTextBox.Size = New System.Drawing.Size(340, 22) - Me.BEMERKUNGTextBox.TabIndex = 15 ' 'AKTIVECheckBox ' Me.AKTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.TBDD_CONNECTIONBindingSource, "AKTIV", True)) - Me.AKTIVECheckBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.AKTIVECheckBox.Location = New System.Drawing.Point(530, 42) + resources.ApplyResources(Me.AKTIVECheckBox, "AKTIVECheckBox") Me.AKTIVECheckBox.Name = "AKTIVECheckBox" - Me.AKTIVECheckBox.Size = New System.Drawing.Size(104, 24) - Me.AKTIVECheckBox.TabIndex = 17 - Me.AKTIVECheckBox.Text = "Aktiv" Me.AKTIVECheckBox.UseVisualStyleBackColor = True ' 'btnCheck_Con ' - Me.btnCheck_Con.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnCheck_Con, "btnCheck_Con") Me.btnCheck_Con.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go - Me.btnCheck_Con.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnCheck_Con.Location = New System.Drawing.Point(530, 81) Me.btnCheck_Con.Name = "btnCheck_Con" - Me.btnCheck_Con.Size = New System.Drawing.Size(171, 23) - Me.btnCheck_Con.TabIndex = 18 - Me.btnCheck_Con.Text = "Test DB-Verbindung" - Me.btnCheck_Con.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnCheck_Con.UseVisualStyleBackColor = True ' 'cmbDatabase ' Me.cmbDatabase.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) - Me.cmbDatabase.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbDatabase, "cmbDatabase") Me.cmbDatabase.FormattingEnabled = True - Me.cmbDatabase.Location = New System.Drawing.Point(403, 123) Me.cmbDatabase.Name = "cmbDatabase" - Me.cmbDatabase.Size = New System.Drawing.Size(121, 21) - Me.cmbDatabase.TabIndex = 19 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWER", True)) - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(184, 258) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(100, 22) - Me.ADDED_WHOTextBox.TabIndex = 21 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "ERSTELLTWANN", True)) - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(294, 258) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(100, 22) - Me.ADDED_WHENTextBox.TabIndex = 23 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEANDERTWER", True)) - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(404, 258) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(100, 22) - Me.CHANGED_WHOTextBox.TabIndex = 25 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "GEAENDERTWANN", True)) - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(513, 258) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(100, 22) - Me.CHANGED_WHENTextBox.TabIndex = 27 ' 'CheckBoxwin_aut ' - Me.CheckBoxwin_aut.AutoSize = True - Me.CheckBoxwin_aut.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CheckBoxwin_aut.Location = New System.Drawing.Point(530, 127) + resources.ApplyResources(Me.CheckBoxwin_aut, "CheckBoxwin_aut") Me.CheckBoxwin_aut.Name = "CheckBoxwin_aut" - Me.CheckBoxwin_aut.Size = New System.Drawing.Size(170, 17) - Me.CheckBoxwin_aut.TabIndex = 28 - Me.CheckBoxwin_aut.Text = "Windows-Authentifizierung" Me.CheckBoxwin_aut.UseVisualStyleBackColor = True ' 'chkOR_ohne_TNS ' - Me.chkOR_ohne_TNS.AutoSize = True - Me.chkOR_ohne_TNS.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.chkOR_ohne_TNS.Location = New System.Drawing.Point(530, 161) + resources.ApplyResources(Me.chkOR_ohne_TNS, "chkOR_ohne_TNS") Me.chkOR_ohne_TNS.Name = "chkOR_ohne_TNS" - Me.chkOR_ohne_TNS.Size = New System.Drawing.Size(127, 17) - Me.chkOR_ohne_TNS.TabIndex = 29 - Me.chkOR_ohne_TNS.Text = "Ohne tnsnames.ora" Me.chkOR_ohne_TNS.UseVisualStyleBackColor = True ' 'lblSave ' - Me.lblSave.AutoSize = True + resources.ApplyResources(Me.lblSave, "lblSave") Me.lblSave.BackColor = System.Drawing.Color.Yellow - Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSave.Location = New System.Drawing.Point(401, 229) Me.lblSave.Name = "lblSave" - Me.lblSave.Size = New System.Drawing.Size(193, 13) - Me.lblSave.TabIndex = 30 - Me.lblSave.Text = "Connection erfolgreich gespeichert!" ' 'SQL_PROVIDERComboBox ' Me.SQL_PROVIDERComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedItem", Me.TBDD_CONNECTIONBindingSource, "SQL_PROVIDER", True)) - Me.SQL_PROVIDERComboBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.SQL_PROVIDERComboBox, "SQL_PROVIDERComboBox") Me.SQL_PROVIDERComboBox.FormattingEnabled = True - Me.SQL_PROVIDERComboBox.Items.AddRange(New Object() {"MS-SQLServer", "Oracle"}) - Me.SQL_PROVIDERComboBox.Location = New System.Drawing.Point(183, 83) + Me.SQL_PROVIDERComboBox.Items.AddRange(New Object() {resources.GetString("SQL_PROVIDERComboBox.Items"), resources.GetString("SQL_PROVIDERComboBox.Items1")}) Me.SQL_PROVIDERComboBox.Name = "SQL_PROVIDERComboBox" - Me.SQL_PROVIDERComboBox.Size = New System.Drawing.Size(121, 21) - Me.SQL_PROVIDERComboBox.TabIndex = 31 ' 'lblDataSource ' - Me.lblDataSource.AutoSize = True - Me.lblDataSource.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblDataSource.Location = New System.Drawing.Point(181, 106) + resources.ApplyResources(Me.lblDataSource, "lblDataSource") Me.lblDataSource.Name = "lblDataSource" - Me.lblDataSource.Size = New System.Drawing.Size(74, 13) - Me.lblDataSource.TabIndex = 32 - Me.lblDataSource.Text = "DataSource*:" ' 'lblInitialCatalog ' - Me.lblInitialCatalog.AutoSize = True - Me.lblInitialCatalog.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblInitialCatalog.Location = New System.Drawing.Point(400, 107) + resources.ApplyResources(Me.lblInitialCatalog, "lblInitialCatalog") Me.lblInitialCatalog.Name = "lblInitialCatalog" - Me.lblInitialCatalog.Size = New System.Drawing.Size(84, 13) - Me.lblInitialCatalog.TabIndex = 33 - Me.lblInitialCatalog.Text = "InitialCatalog*:" ' 'lblUserId ' - Me.lblUserId.AutoSize = True - Me.lblUserId.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblUserId.Location = New System.Drawing.Point(181, 145) + resources.ApplyResources(Me.lblUserId, "lblUserId") Me.lblUserId.Name = "lblUserId" - Me.lblUserId.Size = New System.Drawing.Size(48, 13) - Me.lblUserId.TabIndex = 34 - Me.lblUserId.Text = "UserId*:" ' 'lblPassword ' - Me.lblPassword.AutoSize = True - Me.lblPassword.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblPassword.Location = New System.Drawing.Point(400, 145) + resources.ApplyResources(Me.lblPassword, "lblPassword") Me.lblPassword.Name = "lblPassword" - Me.lblPassword.Size = New System.Drawing.Size(61, 13) - Me.lblPassword.TabIndex = 35 - Me.lblPassword.Text = "Passwort*:" ' 'DATABASETextBox ' Me.DATABASETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_CONNECTIONBindingSource, "DATENBANK", True)) - Me.DATABASETextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.DATABASETextBox.Location = New System.Drawing.Point(403, 122) + resources.ApplyResources(Me.DATABASETextBox, "DATABASETextBox") Me.DATABASETextBox.Name = "DATABASETextBox" - Me.DATABASETextBox.Size = New System.Drawing.Size(121, 22) - Me.DATABASETextBox.TabIndex = 36 ' 'TBDD_CONNECTIONTableAdapter ' @@ -541,9 +384,8 @@ Partial Class frmConnections ' 'frmConnections ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(714, 291) Me.Controls.Add(Me.lblPassword) Me.Controls.Add(Me.lblUserId) Me.Controls.Add(Me.lblInitialCatalog) @@ -576,11 +418,8 @@ Partial Class frmConnections Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.TBDD_CONNECTIONBindingNavigator) Me.Controls.Add(Me.DATABASETextBox) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "frmConnections" - Me.Text = "Connections-Verwaltung" CType(Me.TBDD_CONNECTIONBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBDD_CONNECTIONBindingNavigator.ResumeLayout(False) Me.TBDD_CONNECTIONBindingNavigator.PerformLayout() diff --git a/app/DD-Record-Organiser/frmConnections.resx b/app/DD-Record-Organiser/frmConnections.resx index ce07a58..ddbf7b9 100644 --- a/app/DD-Record-Organiser/frmConnections.resx +++ b/app/DD-Record-Organiser/frmConnections.resx @@ -120,31 +120,272 @@ False + + + True + + + + Segoe UI, 8.25pt + + + 180, 28 + + + 20, 13 + + + 2 + + + Id: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 27 + False + + True + + + Segoe UI, 8.25pt + + + 254, 28 + + + 83, 13 + + + 4 + + + Interner Name: + + + DESCRIPTIONLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 25 + False + + True + + + Segoe UI, 8.25pt + + + 180, 184 + + + 69, 13 + + + 14 + + + Bemerkung: + + + COMMENTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + False + + True + + + Segoe UI, 8.25pt + + + 181, 242 + + + 67, 13 + + + 20 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + False + + True + + + Segoe UI, 8.25pt + + + 291, 242 + + + 77, 13 + + + 22 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + False + + True + + + Segoe UI, 8.25pt + + + 401, 242 + + + 80, 13 + + + 24 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + False + + True + + + Segoe UI, 8.25pt + + + 510, 242 + + + 90, 13 + + + 26 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + False + + True + + + Segoe UI, 8.25pt + + + 179, 67 + + + 52, 13 + + + 30 + + + Provider: + + + SQL_PROVIDERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 17, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -157,12 +398,30 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + 413, 17 278, 17 + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -175,6 +434,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -186,6 +454,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -195,6 +472,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -204,6 +511,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -215,15 +531,687 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== - - 278, 17 - + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + ToolStripButton1 + + + 0, 0 + + + 714, 25 + + + 0 + + + BindingNavigator1 + + + TBDD_CONNECTIONBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 30 + + + Segoe UI, 8.25pt + + + 12, 28 + + + 162, 251 + + + 1 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 29 + + + Segoe UI, 8.25pt + + + 183, 44 + + + 68, 22 + + + 3 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 28 + + + Segoe UI, 8.25pt + + + 257, 44 + + + 267, 22 + + + 5 + + + DESCRIPTIONTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 26 + + + Segoe UI, 8.25pt + + + 184, 122 + + + 202, 22 + + + 9 + + + SERVERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 24 + + + Segoe UI, 8.25pt + + + 183, 161 + + + 203, 22 + + + 11 + + + USERNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + + + Segoe UI, 8.25pt + + + 403, 161 + + + 121, 22 + + + 13 + + + PASSWORDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 22 + + + Segoe UI, 8.25pt + + + 184, 200 + + + 340, 22 + + + 15 + + + BEMERKUNGTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 21 + + + Segoe UI, 8.25pt + + + 530, 42 + + + 104, 24 + + + 17 + + + Aktiv + + + AKTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + Segoe UI, 8.25pt + + + MiddleLeft + + + 530, 81 + + + 171, 23 + + + 18 + + + Test DB-Verbindung + + + MiddleRight + + + btnCheck_Con + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + + + Segoe UI, 8.25pt + + + 403, 123 + + + 121, 21 + + + 19 + + + cmbDatabase + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + Segoe UI, 8.25pt + + + 184, 258 + + + 100, 22 + + + 21 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + Segoe UI, 8.25pt + + + 294, 258 + + + 100, 22 + + + 23 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + Segoe UI, 8.25pt + + + 404, 258 + + + 100, 22 + + + 25 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + Segoe UI, 8.25pt + + + 513, 258 + + + 100, 22 + + + 27 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + True + + + Segoe UI, 8.25pt + + + 530, 127 + + + 170, 17 + + + 28 + + + Windows-Authentifizierung + + + CheckBoxwin_aut + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + True + + + Segoe UI, 8.25pt + + + 530, 161 + + + 127, 17 + + + 29 + + + Ohne tnsnames.ora + + + chkOR_ohne_TNS + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + True + + + Segoe UI, 8.25pt, style=Bold + + + 401, 229 + + + 193, 13 + + + 30 + + + Connection erfolgreich gespeichert! + + + lblSave + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + Segoe UI, 8.25pt + + + MS-SQLServer + + + Oracle + + + 183, 83 + + + 121, 21 + + + 31 + + + SQL_PROVIDERComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + Segoe UI, 8.25pt + + + 181, 106 + + + 74, 13 + + + 32 + + + DataSource*: + + + lblDataSource + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + Segoe UI, 8.25pt + + + 400, 107 + + + 84, 13 + + + 33 + + + InitialCatalog*: + + + lblInitialCatalog + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + Segoe UI, 8.25pt + + + 181, 145 + + + 48, 13 + + + 34 + + + UserId*: + + + lblUserId + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 8.25pt + + + 400, 145 + + + 61, 13 + + + 35 + + + Passwort*: + + + lblPassword + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + Segoe UI, 8.25pt + + + 403, 122 + + + 121, 22 + + + 36 + + + DATABASETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 31 + 657, 17 895, 17 + + True + + + 6, 13 + + + 714, 291 + + + Segoe UI, 8.25pt + AAABAAMAICAQAAEABADoAgAANgAAACAgAAABAAgAqAgAAB4DAAAgIAAAAQAgAKgQAADGCwAAKAAAACAA @@ -350,4 +1338,115 @@ AAPgAAAH8AAAD/gAAB//AAD/ + + Connections-Verwaltung + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + DD_ECMAdmin + + + DD_Record_Organiser.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorCountItem + + + 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 + + + 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 + + + TBDD_CONNECTIONBindingNavigatorSaveItem + + + 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 + + + TBDD_CONNECTIONTableAdapter + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TBDD_CONNECTIONTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmConnections + + + 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-Record-Organiser/frmConstructorDesigner.Designer.vb b/app/DD-Record-Organiser/frmConstructorDesigner.Designer.vb index adace47..c138257 100644 --- a/app/DD-Record-Organiser/frmConstructorDesigner.Designer.vb +++ b/app/DD-Record-Organiser/frmConstructorDesigner.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmConstructorDesigner 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(frmConstructorDesigner)) Dim FORM_TITLELabel As System.Windows.Forms.Label Dim SEQUENCE_MENULabel As System.Windows.Forms.Label Dim SHORT_TITLELabel As System.Windows.Forms.Label @@ -44,7 +45,6 @@ Partial Class frmConstructorDesigner Dim SEARCH_PATTERN2Label1 As System.Windows.Forms.Label Dim SEARCH_PATTERN3Label As System.Windows.Forms.Label Dim SEARCH_PATTERN4Label As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConstructorDesigner)) Me.DD_ECMAdmin = New DD_Record_Organiser.DD_ECMAdmin() Me.TBPMO_FORM_CONSTRUCTORBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPMO_FORM_CONSTRUCTORTableAdapter = New DD_Record_Organiser.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter() @@ -192,192 +192,108 @@ Partial Class frmConstructorDesigner ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(247, 28) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(86, 13) - GUIDLabel.TabIndex = 2 - GUIDLabel.Text = "Constructor-ID:" ' 'FORM_TITLELabel ' - FORM_TITLELabel.AutoSize = True - FORM_TITLELabel.Location = New System.Drawing.Point(247, 69) + resources.ApplyResources(FORM_TITLELabel, "FORM_TITLELabel") FORM_TITLELabel.Name = "FORM_TITLELabel" - FORM_TITLELabel.Size = New System.Drawing.Size(142, 13) - FORM_TITLELabel.TabIndex = 4 - FORM_TITLELabel.Text = "Titel des Kombiformulares:" ' 'SEQUENCE_MENULabel ' - SEQUENCE_MENULabel.AutoSize = True - SEQUENCE_MENULabel.Location = New System.Drawing.Point(247, 112) + resources.ApplyResources(SEQUENCE_MENULabel, "SEQUENCE_MENULabel") SEQUENCE_MENULabel.Name = "SEQUENCE_MENULabel" - SEQUENCE_MENULabel.Size = New System.Drawing.Size(106, 13) - SEQUENCE_MENULabel.TabIndex = 6 - SEQUENCE_MENULabel.Text = "Reihenfolge Menü:" ' 'SHORT_TITLELabel ' - SHORT_TITLELabel.AutoSize = True - SHORT_TITLELabel.Location = New System.Drawing.Point(413, 112) + resources.ApplyResources(SHORT_TITLELabel, "SHORT_TITLELabel") SHORT_TITLELabel.Name = "SHORT_TITLELabel" - SHORT_TITLELabel.Size = New System.Drawing.Size(60, 13) - SHORT_TITLELabel.TabIndex = 8 - SHORT_TITLELabel.Text = "Kurzname:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(248, 154) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13) - ADDED_WHOLabel.TabIndex = 10 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(413, 154) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13) - ADDED_WHENLabel.TabIndex = 12 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(248, 195) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13) - CHANGED_WHOLabel.TabIndex = 14 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(413, 195) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13) - CHANGED_WHENLabel.TabIndex = 16 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'GUIDLabel1 ' - GUIDLabel1.AutoSize = True - GUIDLabel1.Location = New System.Drawing.Point(12, 11) + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(22, 13) - GUIDLabel1.TabIndex = 18 - GUIDLabel1.Text = "ID:" ' 'WINDREAM_SEARCHLabel ' - WINDREAM_SEARCHLabel.AutoSize = True - WINDREAM_SEARCHLabel.Location = New System.Drawing.Point(6, 18) + resources.ApplyResources(WINDREAM_SEARCHLabel, "WINDREAM_SEARCHLabel") WINDREAM_SEARCHLabel.Name = "WINDREAM_SEARCHLabel" - WINDREAM_SEARCHLabel.Size = New System.Drawing.Size(90, 13) - WINDREAM_SEARCHLabel.TabIndex = 34 - WINDREAM_SEARCHLabel.Text = "windream-Suche:" ' 'ADDED_WHOLabel1 ' - ADDED_WHOLabel1.AutoSize = True - ADDED_WHOLabel1.Location = New System.Drawing.Point(70, 183) + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(65, 13) - ADDED_WHOLabel1.TabIndex = 43 - ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'ADDED_WHENLabel1 ' - ADDED_WHENLabel1.AutoSize = True - ADDED_WHENLabel1.Location = New System.Drawing.Point(236, 183) + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ADDED_WHENLabel1.Size = New System.Drawing.Size(73, 13) - ADDED_WHENLabel1.TabIndex = 44 - ADDED_WHENLabel1.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel1 ' - CHANGED_WHOLabel1.AutoSize = True - CHANGED_WHOLabel1.Location = New System.Drawing.Point(70, 224) + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(77, 13) - CHANGED_WHOLabel1.TabIndex = 45 - CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'CHANGED_WHENLabel1 ' - CHANGED_WHENLabel1.AutoSize = True - CHANGED_WHENLabel1.Location = New System.Drawing.Point(236, 224) + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - CHANGED_WHENLabel1.Size = New System.Drawing.Size(85, 13) - CHANGED_WHENLabel1.TabIndex = 46 - CHANGED_WHENLabel1.Text = "Geändert wann:" ' 'SQL_SELECT_EBENE1Label ' - SQL_SELECT_EBENE1Label.AutoSize = True - SQL_SELECT_EBENE1Label.Location = New System.Drawing.Point(69, 48) + resources.ApplyResources(SQL_SELECT_EBENE1Label, "SQL_SELECT_EBENE1Label") SQL_SELECT_EBENE1Label.Name = "SQL_SELECT_EBENE1Label" - SQL_SELECT_EBENE1Label.Size = New System.Drawing.Size(72, 13) - SQL_SELECT_EBENE1Label.TabIndex = 34 - SQL_SELECT_EBENE1Label.Text = "SQL Ebene 1:" ' 'SQL_SELECT_EBENE2Label ' - SQL_SELECT_EBENE2Label.AutoSize = True - SQL_SELECT_EBENE2Label.Location = New System.Drawing.Point(69, 91) + resources.ApplyResources(SQL_SELECT_EBENE2Label, "SQL_SELECT_EBENE2Label") SQL_SELECT_EBENE2Label.Name = "SQL_SELECT_EBENE2Label" - SQL_SELECT_EBENE2Label.Size = New System.Drawing.Size(72, 13) - SQL_SELECT_EBENE2Label.TabIndex = 36 - SQL_SELECT_EBENE2Label.Text = "SQL Ebene 2:" ' 'COLUMN_NAME1Label1 ' - COLUMN_NAME1Label1.AutoSize = True - COLUMN_NAME1Label1.Location = New System.Drawing.Point(69, 133) + resources.ApplyResources(COLUMN_NAME1Label1, "COLUMN_NAME1Label1") COLUMN_NAME1Label1.Name = "COLUMN_NAME1Label1" - COLUMN_NAME1Label1.Size = New System.Drawing.Size(108, 13) - COLUMN_NAME1Label1.TabIndex = 48 - COLUMN_NAME1Label1.Text = "Spaltenname Entität:" ' 'SEARCH_PATTERN1Label1 ' - SEARCH_PATTERN1Label1.AutoSize = True - SEARCH_PATTERN1Label1.Location = New System.Drawing.Point(6, 59) + resources.ApplyResources(SEARCH_PATTERN1Label1, "SEARCH_PATTERN1Label1") SEARCH_PATTERN1Label1.Name = "SEARCH_PATTERN1Label1" - SEARCH_PATTERN1Label1.Size = New System.Drawing.Size(92, 13) - SEARCH_PATTERN1Label1.TabIndex = 39 - SEARCH_PATTERN1Label1.Text = "Search Pattern 1:" ' 'SEARCH_PATTERN2Label1 ' - SEARCH_PATTERN2Label1.AutoSize = True - SEARCH_PATTERN2Label1.Location = New System.Drawing.Point(181, 59) + resources.ApplyResources(SEARCH_PATTERN2Label1, "SEARCH_PATTERN2Label1") SEARCH_PATTERN2Label1.Name = "SEARCH_PATTERN2Label1" - SEARCH_PATTERN2Label1.Size = New System.Drawing.Size(92, 13) - SEARCH_PATTERN2Label1.TabIndex = 40 - SEARCH_PATTERN2Label1.Text = "Search Pattern 2:" ' 'SEARCH_PATTERN3Label ' - SEARCH_PATTERN3Label.AutoSize = True - SEARCH_PATTERN3Label.Location = New System.Drawing.Point(6, 99) + resources.ApplyResources(SEARCH_PATTERN3Label, "SEARCH_PATTERN3Label") SEARCH_PATTERN3Label.Name = "SEARCH_PATTERN3Label" - SEARCH_PATTERN3Label.Size = New System.Drawing.Size(92, 13) - SEARCH_PATTERN3Label.TabIndex = 41 - SEARCH_PATTERN3Label.Text = "Search Pattern 3:" ' 'SEARCH_PATTERN4Label ' - SEARCH_PATTERN4Label.AutoSize = True - SEARCH_PATTERN4Label.Location = New System.Drawing.Point(181, 99) + resources.ApplyResources(SEARCH_PATTERN4Label, "SEARCH_PATTERN4Label") SEARCH_PATTERN4Label.Name = "SEARCH_PATTERN4Label" - SEARCH_PATTERN4Label.Size = New System.Drawing.Size(92, 13) - SEARCH_PATTERN4Label.TabIndex = 42 - SEARCH_PATTERN4Label.Text = "Search Pattern 4:" ' 'DD_ECMAdmin ' @@ -412,109 +328,80 @@ Partial Class frmConstructorDesigner Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem}) - Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, "TBPMO_FORM_CONSTRUCTORBindingNavigator") Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.Name = "TBPMO_FORM_CONSTRUCTORBindingNavigator" Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.Size = New System.Drawing.Size(1341, 25) - Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.TabIndex = 0 - Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem ' Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem, "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem") Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Name = "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem" - Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Text = "Daten speichern" ' 'TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource ' @@ -524,14 +411,9 @@ Partial Class frmConstructorDesigner 'TreeViewDetails ' Me.TreeViewDetails.AllowDrop = True - Me.TreeViewDetails.Dock = System.Windows.Forms.DockStyle.Left - Me.TreeViewDetails.ImageIndex = 0 + resources.ApplyResources(Me.TreeViewDetails, "TreeViewDetails") Me.TreeViewDetails.ImageList = Me.ImageList1 - Me.TreeViewDetails.Location = New System.Drawing.Point(0, 0) Me.TreeViewDetails.Name = "TreeViewDetails" - Me.TreeViewDetails.SelectedImageIndex = 1 - Me.TreeViewDetails.Size = New System.Drawing.Size(292, 417) - Me.TreeViewDetails.TabIndex = 1 ' 'ImageList1 ' @@ -544,115 +426,87 @@ Partial Class frmConstructorDesigner ' Me.CONSTRUCTOR_IDTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CONSTRUCTOR_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "GUID", True)) - Me.CONSTRUCTOR_IDTextBox.Location = New System.Drawing.Point(250, 44) + resources.ApplyResources(Me.CONSTRUCTOR_IDTextBox, "CONSTRUCTOR_IDTextBox") Me.CONSTRUCTOR_IDTextBox.Name = "CONSTRUCTOR_IDTextBox" Me.CONSTRUCTOR_IDTextBox.ReadOnly = True - Me.CONSTRUCTOR_IDTextBox.Size = New System.Drawing.Size(83, 22) - Me.CONSTRUCTOR_IDTextBox.TabIndex = 3 ' 'FORM_TITLETextBox ' Me.FORM_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "FORM_TITLE", True)) - Me.FORM_TITLETextBox.Location = New System.Drawing.Point(250, 85) + resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox") Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox" - Me.FORM_TITLETextBox.Size = New System.Drawing.Size(310, 22) - Me.FORM_TITLETextBox.TabIndex = 5 ' 'SEQUENCE_MENUNumericUpDown ' Me.SEQUENCE_MENUNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SEQUENCE_MENU", True)) - Me.SEQUENCE_MENUNumericUpDown.Location = New System.Drawing.Point(250, 129) + resources.ApplyResources(Me.SEQUENCE_MENUNumericUpDown, "SEQUENCE_MENUNumericUpDown") Me.SEQUENCE_MENUNumericUpDown.Name = "SEQUENCE_MENUNumericUpDown" - Me.SEQUENCE_MENUNumericUpDown.Size = New System.Drawing.Size(43, 22) - Me.SEQUENCE_MENUNumericUpDown.TabIndex = 7 ' 'SHORT_TITLETextBox ' Me.SHORT_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SHORT_TITLE", True)) - Me.SHORT_TITLETextBox.Location = New System.Drawing.Point(416, 128) + resources.ApplyResources(Me.SHORT_TITLETextBox, "SHORT_TITLETextBox") Me.SHORT_TITLETextBox.Name = "SHORT_TITLETextBox" - Me.SHORT_TITLETextBox.Size = New System.Drawing.Size(144, 22) - Me.SHORT_TITLETextBox.TabIndex = 9 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(251, 170) + 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(149, 22) - Me.ADDED_WHOTextBox.TabIndex = 11 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(417, 170) + 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(144, 22) - Me.ADDED_WHENTextBox.TabIndex = 13 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(251, 211) + 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(149, 22) - Me.CHANGED_WHOTextBox.TabIndex = 15 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(416, 211) + 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(144, 22) - Me.CHANGED_WHENTextBox.TabIndex = 17 ' 'GUIDTextBox1 ' Me.GUIDTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "GUID", True)) - Me.GUIDTextBox1.Location = New System.Drawing.Point(15, 27) + resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1") Me.GUIDTextBox1.Name = "GUIDTextBox1" Me.GUIDTextBox1.ReadOnly = True - Me.GUIDTextBox1.Size = New System.Drawing.Size(34, 21) - Me.GUIDTextBox1.TabIndex = 19 ' 'LEVEL1_SELECTCheckBox ' Me.LEVEL1_SELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LEVEL1_SELECT", True)) - Me.LEVEL1_SELECTCheckBox.Location = New System.Drawing.Point(72, 25) + resources.ApplyResources(Me.LEVEL1_SELECTCheckBox, "LEVEL1_SELECTCheckBox") Me.LEVEL1_SELECTCheckBox.Name = "LEVEL1_SELECTCheckBox" - Me.LEVEL1_SELECTCheckBox.Size = New System.Drawing.Size(122, 24) - Me.LEVEL1_SELECTCheckBox.TabIndex = 25 - Me.LEVEL1_SELECTCheckBox.Text = "Level 1 Auswahl? " Me.LEVEL1_SELECTCheckBox.UseVisualStyleBackColor = True ' 'WINDREAM_SEARCHTextBox ' Me.WINDREAM_SEARCHTextBox.BackColor = System.Drawing.SystemColors.Info Me.WINDREAM_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "WINDREAM_SEARCH", True)) - Me.WINDREAM_SEARCHTextBox.Location = New System.Drawing.Point(9, 34) + resources.ApplyResources(Me.WINDREAM_SEARCHTextBox, "WINDREAM_SEARCHTextBox") Me.WINDREAM_SEARCHTextBox.Name = "WINDREAM_SEARCHTextBox" - Me.WINDREAM_SEARCHTextBox.Size = New System.Drawing.Size(543, 21) - Me.WINDREAM_SEARCHTextBox.TabIndex = 35 ' '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(15, 249) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(1306, 442) - Me.XtraTabControl1.TabIndex = 40 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1}) ' 'XtraTabPage1 @@ -662,22 +516,18 @@ Partial Class frmConstructorDesigner Me.XtraTabPage1.Controls.Add(Me.ToolStrip1) Me.XtraTabPage1.Controls.Add(Me.TreeViewDetails) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(1304, 417) - Me.XtraTabPage1.Text = "Entitäten-Übersicht" + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") ' 'XtraTabControl2 ' - Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl2.Location = New System.Drawing.Point(292, 25) + resources.ApplyResources(Me.XtraTabControl2, "XtraTabControl2") Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPage3 - Me.XtraTabControl2.Size = New System.Drawing.Size(1012, 370) - Me.XtraTabControl2.TabIndex = 35 Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage5, Me.XtraTabPage3, Me.XtraTabPage4}) ' 'XtraTabPage3 ' - Me.XtraTabPage3.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3") Me.XtraTabPage3.Controls.Add(Me.LOAD_DIRECTCheckBox) Me.XtraTabPage3.Controls.Add(Me.Label4) Me.XtraTabPage3.Controls.Add(COLUMN_NAME1Label1) @@ -699,109 +549,78 @@ Partial Class frmConstructorDesigner Me.XtraTabPage3.Controls.Add(Me.GUIDTextBox1) Me.XtraTabPage3.Controls.Add(Me.LEVEL1_SELECTCheckBox) Me.XtraTabPage3.Name = "XtraTabPage3" - Me.XtraTabPage3.Size = New System.Drawing.Size(1010, 345) - Me.XtraTabPage3.Text = "Allgemein" ' 'LOAD_DIRECTCheckBox ' Me.LOAD_DIRECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LOAD_DIRECT", True)) - Me.LOAD_DIRECTCheckBox.Location = New System.Drawing.Point(701, 25) + resources.ApplyResources(Me.LOAD_DIRECTCheckBox, "LOAD_DIRECTCheckBox") Me.LOAD_DIRECTCheckBox.Name = "LOAD_DIRECTCheckBox" - Me.LOAD_DIRECTCheckBox.Size = New System.Drawing.Size(128, 24) - Me.LOAD_DIRECTCheckBox.TabIndex = 52 - Me.LOAD_DIRECTCheckBox.Text = "Ersten Record laden" Me.LOAD_DIRECTCheckBox.UseVisualStyleBackColor = True ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label4.Location = New System.Drawing.Point(189, 133) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(236, 13) - Me.Label4.TabIndex = 51 - Me.Label4.Text = "Dient zur Anzeige der Selektion von Datensätzen" ' 'COLUMN_NAME1ComboBox ' Me.COLUMN_NAME1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "COLUMN_NAME1", True)) Me.COLUMN_NAME1ComboBox.FormattingEnabled = True - Me.COLUMN_NAME1ComboBox.Location = New System.Drawing.Point(72, 149) + resources.ApplyResources(Me.COLUMN_NAME1ComboBox, "COLUMN_NAME1ComboBox") Me.COLUMN_NAME1ComboBox.Name = "COLUMN_NAME1ComboBox" - Me.COLUMN_NAME1ComboBox.Size = New System.Drawing.Size(247, 21) - Me.COLUMN_NAME1ComboBox.TabIndex = 49 ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(186, 30) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(319, 13) - Me.Label2.TabIndex = 48 - Me.Label2.Text = "Kann man für diese Entität auf der ersten Ebene Daten selektieren?" ' 'SQL_SELECT_EBENE1TextBox ' Me.SQL_SELECT_EBENE1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE1", True)) - Me.SQL_SELECT_EBENE1TextBox.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SQL_SELECT_EBENE1TextBox.Location = New System.Drawing.Point(72, 64) + resources.ApplyResources(Me.SQL_SELECT_EBENE1TextBox, "SQL_SELECT_EBENE1TextBox") Me.SQL_SELECT_EBENE1TextBox.Name = "SQL_SELECT_EBENE1TextBox" - Me.SQL_SELECT_EBENE1TextBox.Size = New System.Drawing.Size(757, 20) - Me.SQL_SELECT_EBENE1TextBox.TabIndex = 35 ' 'CHANGED_WHENTextBox1 ' Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(239, 240) + resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" Me.CHANGED_WHENTextBox1.ReadOnly = True - Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(160, 21) - Me.CHANGED_WHENTextBox1.TabIndex = 47 ' 'CHANGED_WHOTextBox1 ' Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(73, 240) + resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" Me.CHANGED_WHOTextBox1.ReadOnly = True - Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(160, 21) - Me.CHANGED_WHOTextBox1.TabIndex = 46 ' 'SQL_SELECT_EBENE2TextBox ' Me.SQL_SELECT_EBENE2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE2", True)) - Me.SQL_SELECT_EBENE2TextBox.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SQL_SELECT_EBENE2TextBox.Location = New System.Drawing.Point(72, 107) + resources.ApplyResources(Me.SQL_SELECT_EBENE2TextBox, "SQL_SELECT_EBENE2TextBox") Me.SQL_SELECT_EBENE2TextBox.Name = "SQL_SELECT_EBENE2TextBox" - Me.SQL_SELECT_EBENE2TextBox.Size = New System.Drawing.Size(757, 20) - Me.SQL_SELECT_EBENE2TextBox.TabIndex = 37 ' 'ADDED_WHENTextBox1 ' Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(239, 199) + resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" Me.ADDED_WHENTextBox1.ReadOnly = True - Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(160, 21) - Me.ADDED_WHENTextBox1.TabIndex = 45 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(73, 199) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.ReadOnly = True - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(160, 21) - Me.ADDED_WHOTextBox1.TabIndex = 44 ' 'XtraTabPage5 ' - Me.XtraTabPage5.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage5, "XtraTabPage5") Me.XtraTabPage5.Controls.Add(Me.Button2) Me.XtraTabPage5.Controls.Add(Me.lblQuickViewAdded) Me.XtraTabPage5.Controls.Add(Me.btnSetQuickViewPicture) @@ -817,154 +636,90 @@ Partial Class frmConstructorDesigner Me.XtraTabPage5.Controls.Add(Me.listBoxControls) Me.XtraTabPage5.Controls.Add(Me.Label3) Me.XtraTabPage5.Name = "XtraTabPage5" - Me.XtraTabPage5.Size = New System.Drawing.Size(1006, 342) - Me.XtraTabPage5.Text = "Quick View Konfiguration" ' 'Button2 ' Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button2.Location = New System.Drawing.Point(299, 180) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(175, 23) - Me.Button2.TabIndex = 52 - Me.Button2.Text = "Delete QuickView Picture" - Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.UseVisualStyleBackColor = True ' 'lblQuickViewAdded ' - Me.lblQuickViewAdded.AutoSize = True + resources.ApplyResources(Me.lblQuickViewAdded, "lblQuickViewAdded") Me.lblQuickViewAdded.BackColor = System.Drawing.Color.Yellow - Me.lblQuickViewAdded.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblQuickViewAdded.Location = New System.Drawing.Point(480, 158) Me.lblQuickViewAdded.Name = "lblQuickViewAdded" - Me.lblQuickViewAdded.Size = New System.Drawing.Size(190, 13) - Me.lblQuickViewAdded.TabIndex = 51 - Me.lblQuickViewAdded.Text = "QuickViewBild Control hinzugefügt" - Me.lblQuickViewAdded.Visible = False ' 'btnSetQuickViewPicture ' Me.btnSetQuickViewPicture.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_Forward_16xLG - Me.btnSetQuickViewPicture.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnSetQuickViewPicture.Location = New System.Drawing.Point(200, 137) + resources.ApplyResources(Me.btnSetQuickViewPicture, "btnSetQuickViewPicture") Me.btnSetQuickViewPicture.Name = "btnSetQuickViewPicture" - Me.btnSetQuickViewPicture.Size = New System.Drawing.Size(93, 56) - Me.btnSetQuickViewPicture.TabIndex = 50 - Me.btnSetQuickViewPicture.Text = "Set as QuickView Picture" - Me.btnSetQuickViewPicture.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSetQuickViewPicture.UseVisualStyleBackColor = True - Me.btnSetQuickViewPicture.Visible = False ' 'txtQuickViewPicture ' - Me.txtQuickViewPicture.Location = New System.Drawing.Point(299, 153) + resources.ApplyResources(Me.txtQuickViewPicture, "txtQuickViewPicture") Me.txtQuickViewPicture.Name = "txtQuickViewPicture" Me.txtQuickViewPicture.ReadOnly = True - Me.txtQuickViewPicture.Size = New System.Drawing.Size(175, 21) - Me.txtQuickViewPicture.TabIndex = 49 ' 'Label8 ' - Me.Label8.AutoSize = True - Me.Label8.Location = New System.Drawing.Point(296, 137) + resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(117, 13) - Me.Label8.TabIndex = 48 - Me.Label8.Text = "QuickView Bild-Control:" ' 'lblChangeHeadline ' - Me.lblChangeHeadline.AutoSize = True + resources.ApplyResources(Me.lblChangeHeadline, "lblChangeHeadline") Me.lblChangeHeadline.BackColor = System.Drawing.Color.Yellow - Me.lblChangeHeadline.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblChangeHeadline.Location = New System.Drawing.Point(477, 88) Me.lblChangeHeadline.Name = "lblChangeHeadline" - Me.lblChangeHeadline.Size = New System.Drawing.Size(101, 13) - Me.lblChangeHeadline.TabIndex = 45 - Me.lblChangeHeadline.Text = "Headline changed" - Me.lblChangeHeadline.Visible = False ' 'btnSetHeadline ' - Me.btnSetHeadline.Location = New System.Drawing.Point(480, 49) + resources.ApplyResources(Me.btnSetHeadline, "btnSetHeadline") Me.btnSetHeadline.Name = "btnSetHeadline" - Me.btnSetHeadline.Size = New System.Drawing.Size(168, 38) - Me.btnSetHeadline.TabIndex = 7 - Me.btnSetHeadline.Text = "Button2" Me.btnSetHeadline.UseVisualStyleBackColor = True - Me.btnSetHeadline.Visible = False ' 'btndeleteControl ' Me.btndeleteControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btndeleteControl.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btndeleteControl.Location = New System.Drawing.Point(201, 78) + resources.ApplyResources(Me.btndeleteControl, "btndeleteControl") Me.btndeleteControl.Name = "btndeleteControl" - Me.btndeleteControl.Size = New System.Drawing.Size(92, 23) - Me.btndeleteControl.TabIndex = 6 - Me.btndeleteControl.Text = "Delete field" - Me.btndeleteControl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndeleteControl.UseVisualStyleBackColor = True ' 'btnAddControl ' Me.btnAddControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_Forward_16xLG - Me.btnAddControl.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnAddControl.Location = New System.Drawing.Point(200, 49) + resources.ApplyResources(Me.btnAddControl, "btnAddControl") Me.btnAddControl.Name = "btnAddControl" - Me.btnAddControl.Size = New System.Drawing.Size(93, 23) - Me.btnAddControl.TabIndex = 5 - Me.btnAddControl.Text = "Add field" - Me.btnAddControl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddControl.UseVisualStyleBackColor = True ' 'ListBoxConfiguredDisplay ' Me.ListBoxConfiguredDisplay.FormattingEnabled = True - Me.ListBoxConfiguredDisplay.Location = New System.Drawing.Point(299, 49) + resources.ApplyResources(Me.ListBoxConfiguredDisplay, "ListBoxConfiguredDisplay") Me.ListBoxConfiguredDisplay.Name = "ListBoxConfiguredDisplay" - Me.ListBoxConfiguredDisplay.Size = New System.Drawing.Size(175, 69) - Me.ListBoxConfiguredDisplay.TabIndex = 4 ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Location = New System.Drawing.Point(296, 33) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(135, 13) - Me.Label6.TabIndex = 3 - Me.Label6.Text = "Konfigurierte Feldauswahl:" ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(5, 33) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(102, 13) - Me.Label5.TabIndex = 2 - Me.Label5.Text = "Felder zur Auswahl:" ' 'listBoxControls ' - Me.listBoxControls.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.listBoxControls, "listBoxControls") Me.listBoxControls.FormattingEnabled = True - Me.listBoxControls.Location = New System.Drawing.Point(8, 49) Me.listBoxControls.Name = "listBoxControls" - Me.listBoxControls.Size = New System.Drawing.Size(186, 225) - Me.listBoxControls.TabIndex = 1 ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(3, 10) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(416, 13) - Me.Label3.TabIndex = 0 - Me.Label3.Text = "Konfigurieren Sie hier die Erstansicht zur Navigation innerhalb der Eintitätsdate" & _ - "nsätze" ' 'XtraTabPage4 ' @@ -972,23 +727,17 @@ Partial Class frmConstructorDesigner Me.XtraTabPage4.Controls.Add(Me.grpbxWD_RecordSearch) Me.XtraTabPage4.Controls.Add(Me.GroupBox1) Me.XtraTabPage4.Name = "XtraTabPage4" - Me.XtraTabPage4.Size = New System.Drawing.Size(1006, 342) - Me.XtraTabPage4.Text = "windream-Suche Konfiguration" + resources.ApplyResources(Me.XtraTabPage4, "XtraTabPage4") ' 'chkWDSearch_Active ' - Me.chkWDSearch_Active.AutoSize = True - Me.chkWDSearch_Active.Location = New System.Drawing.Point(14, 3) + resources.ApplyResources(Me.chkWDSearch_Active, "chkWDSearch_Active") Me.chkWDSearch_Active.Name = "chkWDSearch_Active" - Me.chkWDSearch_Active.Size = New System.Drawing.Size(133, 17) - Me.chkWDSearch_Active.TabIndex = 79 - Me.chkWDSearch_Active.Text = "Windream-Suche aktiv" Me.chkWDSearch_Active.UseVisualStyleBackColor = True ' 'grpbxWD_RecordSearch ' - Me.grpbxWD_RecordSearch.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.grpbxWD_RecordSearch, "grpbxWD_RecordSearch") Me.grpbxWD_RecordSearch.Controls.Add(Me.lblSave1) Me.grpbxWD_RecordSearch.Controls.Add(Me.Label9) Me.grpbxWD_RecordSearch.Controls.Add(Me.txtWindreamsuche) @@ -1003,160 +752,95 @@ Partial Class frmConstructorDesigner Me.grpbxWD_RecordSearch.Controls.Add(Me.cmbSearchPattern2) Me.grpbxWD_RecordSearch.Controls.Add(Me.Label13) Me.grpbxWD_RecordSearch.Controls.Add(Me.Label7) - Me.grpbxWD_RecordSearch.Enabled = False - Me.grpbxWD_RecordSearch.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.grpbxWD_RecordSearch.Location = New System.Drawing.Point(5, 24) Me.grpbxWD_RecordSearch.Name = "grpbxWD_RecordSearch" - Me.grpbxWD_RecordSearch.Size = New System.Drawing.Size(829, 157) - Me.grpbxWD_RecordSearch.TabIndex = 78 Me.grpbxWD_RecordSearch.TabStop = False - Me.grpbxWD_RecordSearch.Text = "windream-Suche für Recordbezogene Suche:" ' 'lblSave1 ' - Me.lblSave1.AutoSize = True + resources.ApplyResources(Me.lblSave1, "lblSave1") Me.lblSave1.BackColor = System.Drawing.Color.Yellow - Me.lblSave1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSave1.Location = New System.Drawing.Point(346, 126) Me.lblSave1.Name = "lblSave1" - Me.lblSave1.Size = New System.Drawing.Size(129, 13) - Me.lblSave1.TabIndex = 78 - Me.lblSave1.Text = "Erfolgreich gespeichert." - Me.lblSave1.Visible = False ' 'Label9 ' - Me.Label9.AutoSize = True - Me.Label9.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label9.Location = New System.Drawing.Point(6, 18) + resources.ApplyResources(Me.Label9, "Label9") Me.Label9.Name = "Label9" - Me.Label9.Size = New System.Drawing.Size(96, 13) - Me.Label9.TabIndex = 64 - Me.Label9.Text = "windream-Suche:" ' 'txtWindreamsuche ' Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info - Me.txtWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtWindreamsuche.Location = New System.Drawing.Point(9, 34) + resources.ApplyResources(Me.txtWindreamsuche, "txtWindreamsuche") Me.txtWindreamsuche.Name = "txtWindreamsuche" - Me.txtWindreamsuche.Size = New System.Drawing.Size(543, 22) - Me.txtWindreamsuche.TabIndex = 66 ' 'Label15 ' - Me.Label15.AutoSize = True - Me.Label15.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label15.Location = New System.Drawing.Point(346, 63) + resources.ApplyResources(Me.Label15, "Label15") Me.Label15.Name = "Label15" - Me.Label15.Size = New System.Drawing.Size(93, 13) - Me.Label15.TabIndex = 76 - Me.Label15.Text = "Search Pattern 5:" ' 'cmbSearchPattern5 ' - Me.cmbSearchPattern5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbSearchPattern5, "cmbSearchPattern5") Me.cmbSearchPattern5.FormattingEnabled = True - Me.cmbSearchPattern5.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern5.Location = New System.Drawing.Point(349, 79) + Me.cmbSearchPattern5.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern5.Items"), resources.GetString("cmbSearchPattern5.Items1")}) Me.cmbSearchPattern5.Name = "cmbSearchPattern5" - Me.cmbSearchPattern5.Size = New System.Drawing.Size(203, 21) - Me.cmbSearchPattern5.TabIndex = 77 ' 'cmbSearchPattern1 ' - Me.cmbSearchPattern1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbSearchPattern1, "cmbSearchPattern1") Me.cmbSearchPattern1.FormattingEnabled = True - Me.cmbSearchPattern1.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern1.Location = New System.Drawing.Point(9, 79) + Me.cmbSearchPattern1.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern1.Items"), resources.GetString("cmbSearchPattern1.Items1")}) Me.cmbSearchPattern1.Name = "cmbSearchPattern1" - Me.cmbSearchPattern1.Size = New System.Drawing.Size(166, 21) - Me.cmbSearchPattern1.TabIndex = 69 ' 'Label11 ' - Me.Label11.AutoSize = True - Me.Label11.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label11.Location = New System.Drawing.Point(6, 63) + resources.ApplyResources(Me.Label11, "Label11") Me.Label11.Name = "Label11" - Me.Label11.Size = New System.Drawing.Size(93, 13) - Me.Label11.TabIndex = 68 - Me.Label11.Text = "Search Pattern 1:" ' 'btnWindreamsuche ' - Me.btnWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnWindreamsuche.Location = New System.Drawing.Point(558, 33) + resources.ApplyResources(Me.btnWindreamsuche, "btnWindreamsuche") Me.btnWindreamsuche.Name = "btnWindreamsuche" - Me.btnWindreamsuche.Size = New System.Drawing.Size(24, 21) - Me.btnWindreamsuche.TabIndex = 65 - Me.btnWindreamsuche.Text = "..." Me.btnWindreamsuche.UseVisualStyleBackColor = True ' 'Label14 ' - Me.Label14.AutoSize = True - Me.Label14.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label14.Location = New System.Drawing.Point(181, 107) + resources.ApplyResources(Me.Label14, "Label14") Me.Label14.Name = "Label14" - Me.Label14.Size = New System.Drawing.Size(93, 13) - Me.Label14.TabIndex = 74 - Me.Label14.Text = "Search Pattern 4:" ' 'cmbSearchPattern4 ' - Me.cmbSearchPattern4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbSearchPattern4, "cmbSearchPattern4") Me.cmbSearchPattern4.FormattingEnabled = True - Me.cmbSearchPattern4.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern4.Location = New System.Drawing.Point(184, 123) + Me.cmbSearchPattern4.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern4.Items"), resources.GetString("cmbSearchPattern4.Items1")}) Me.cmbSearchPattern4.Name = "cmbSearchPattern4" - Me.cmbSearchPattern4.Size = New System.Drawing.Size(156, 21) - Me.cmbSearchPattern4.TabIndex = 75 ' 'cmbSearchPattern3 ' - Me.cmbSearchPattern3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbSearchPattern3, "cmbSearchPattern3") Me.cmbSearchPattern3.FormattingEnabled = True - Me.cmbSearchPattern3.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern3.Location = New System.Drawing.Point(9, 123) + Me.cmbSearchPattern3.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern3.Items"), resources.GetString("cmbSearchPattern3.Items1")}) Me.cmbSearchPattern3.Name = "cmbSearchPattern3" - Me.cmbSearchPattern3.Size = New System.Drawing.Size(166, 21) - Me.cmbSearchPattern3.TabIndex = 73 ' 'cmbSearchPattern2 ' - Me.cmbSearchPattern2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbSearchPattern2, "cmbSearchPattern2") Me.cmbSearchPattern2.FormattingEnabled = True - Me.cmbSearchPattern2.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern2.Location = New System.Drawing.Point(184, 79) + Me.cmbSearchPattern2.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern2.Items"), resources.GetString("cmbSearchPattern2.Items1")}) Me.cmbSearchPattern2.Name = "cmbSearchPattern2" - Me.cmbSearchPattern2.Size = New System.Drawing.Size(156, 21) - Me.cmbSearchPattern2.TabIndex = 71 ' 'Label13 ' - Me.Label13.AutoSize = True - Me.Label13.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label13.Location = New System.Drawing.Point(6, 107) + resources.ApplyResources(Me.Label13, "Label13") Me.Label13.Name = "Label13" - Me.Label13.Size = New System.Drawing.Size(93, 13) - Me.Label13.TabIndex = 72 - Me.Label13.Text = "Search Pattern 3:" ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label7.Location = New System.Drawing.Point(181, 63) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(93, 13) - Me.Label7.TabIndex = 70 - Me.Label7.Text = "Search Pattern 2:" ' 'GroupBox1 ' - Me.GroupBox1.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.GroupBox1, "GroupBox1") Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(WINDREAM_SEARCHLabel) Me.GroupBox1.Controls.Add(SEARCH_PATTERN4Label) @@ -1168,96 +852,70 @@ Partial Class frmConstructorDesigner Me.GroupBox1.Controls.Add(Me.SEARCH_PATTERN3ComboBox) Me.GroupBox1.Controls.Add(Me.SEARCH_PATTERN2ComboBox) Me.GroupBox1.Controls.Add(SEARCH_PATTERN2Label1) - Me.GroupBox1.Location = New System.Drawing.Point(5, 187) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(829, 148) - Me.GroupBox1.TabIndex = 44 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "windream-Suche für Entitätsweite Suche:" ' 'Button1 ' - Me.Button1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Button1.Location = New System.Drawing.Point(558, 33) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(24, 21) - Me.Button1.TabIndex = 66 - Me.Button1.Text = "..." Me.Button1.UseVisualStyleBackColor = True ' 'SEARCH_PATTERN4ComboBox ' Me.SEARCH_PATTERN4ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN4", True)) Me.SEARCH_PATTERN4ComboBox.FormattingEnabled = True - Me.SEARCH_PATTERN4ComboBox.Items.AddRange(New Object() {"@Record-ID", "@EntityID", "@ParentID"}) - Me.SEARCH_PATTERN4ComboBox.Location = New System.Drawing.Point(184, 115) + Me.SEARCH_PATTERN4ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN4ComboBox.Items"), resources.GetString("SEARCH_PATTERN4ComboBox.Items1"), resources.GetString("SEARCH_PATTERN4ComboBox.Items2")}) + resources.ApplyResources(Me.SEARCH_PATTERN4ComboBox, "SEARCH_PATTERN4ComboBox") Me.SEARCH_PATTERN4ComboBox.Name = "SEARCH_PATTERN4ComboBox" - Me.SEARCH_PATTERN4ComboBox.Size = New System.Drawing.Size(156, 21) - Me.SEARCH_PATTERN4ComboBox.TabIndex = 43 ' 'SEARCH_PATTERN1ComboBox ' Me.SEARCH_PATTERN1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN1", True)) Me.SEARCH_PATTERN1ComboBox.FormattingEnabled = True - Me.SEARCH_PATTERN1ComboBox.Items.AddRange(New Object() {"@Record-ID", "@EntityID", "@ParentID"}) - Me.SEARCH_PATTERN1ComboBox.Location = New System.Drawing.Point(9, 75) + Me.SEARCH_PATTERN1ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN1ComboBox.Items"), resources.GetString("SEARCH_PATTERN1ComboBox.Items1"), resources.GetString("SEARCH_PATTERN1ComboBox.Items2")}) + resources.ApplyResources(Me.SEARCH_PATTERN1ComboBox, "SEARCH_PATTERN1ComboBox") Me.SEARCH_PATTERN1ComboBox.Name = "SEARCH_PATTERN1ComboBox" - Me.SEARCH_PATTERN1ComboBox.Size = New System.Drawing.Size(166, 21) - Me.SEARCH_PATTERN1ComboBox.TabIndex = 40 ' 'SEARCH_PATTERN3ComboBox ' Me.SEARCH_PATTERN3ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN3", True)) Me.SEARCH_PATTERN3ComboBox.FormattingEnabled = True - Me.SEARCH_PATTERN3ComboBox.Items.AddRange(New Object() {"@Record-ID", "@EntityID", "@ParentID"}) - Me.SEARCH_PATTERN3ComboBox.Location = New System.Drawing.Point(9, 115) + Me.SEARCH_PATTERN3ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN3ComboBox.Items"), resources.GetString("SEARCH_PATTERN3ComboBox.Items1"), resources.GetString("SEARCH_PATTERN3ComboBox.Items2")}) + resources.ApplyResources(Me.SEARCH_PATTERN3ComboBox, "SEARCH_PATTERN3ComboBox") Me.SEARCH_PATTERN3ComboBox.Name = "SEARCH_PATTERN3ComboBox" - Me.SEARCH_PATTERN3ComboBox.Size = New System.Drawing.Size(166, 21) - Me.SEARCH_PATTERN3ComboBox.TabIndex = 42 ' 'SEARCH_PATTERN2ComboBox ' Me.SEARCH_PATTERN2ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN2", True)) Me.SEARCH_PATTERN2ComboBox.FormattingEnabled = True - Me.SEARCH_PATTERN2ComboBox.Items.AddRange(New Object() {"@Record-ID", "@EntityID", "@ParentID"}) - Me.SEARCH_PATTERN2ComboBox.Location = New System.Drawing.Point(184, 75) + Me.SEARCH_PATTERN2ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN2ComboBox.Items"), resources.GetString("SEARCH_PATTERN2ComboBox.Items1"), resources.GetString("SEARCH_PATTERN2ComboBox.Items2")}) + resources.ApplyResources(Me.SEARCH_PATTERN2ComboBox, "SEARCH_PATTERN2ComboBox") Me.SEARCH_PATTERN2ComboBox.Name = "SEARCH_PATTERN2ComboBox" - Me.SEARCH_PATTERN2ComboBox.Size = New System.Drawing.Size(156, 21) - Me.SEARCH_PATTERN2ComboBox.TabIndex = 41 ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblSaveDetail}) - Me.StatusStrip1.Location = New System.Drawing.Point(292, 395) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(1012, 22) - Me.StatusStrip1.TabIndex = 35 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tslblSaveDetail ' Me.tslblSaveDetail.BackColor = System.Drawing.Color.Yellow Me.tslblSaveDetail.Name = "tslblSaveDetail" - Me.tslblSaveDetail.Size = New System.Drawing.Size(191, 17) - Me.tslblSaveDetail.Text = "Eingaben erfolgreich gespeichert - " - Me.tslblSaveDetail.Visible = False + resources.ApplyResources(Me.tslblSaveDetail, "tslblSaveDetail") ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnSave}) - Me.ToolStrip1.Location = New System.Drawing.Point(292, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(1012, 25) - Me.ToolStrip1.TabIndex = 34 - Me.ToolStrip1.Text = "ToolStrip1" ' 'tsbtnSave ' Me.tsbtnSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnSave, "tsbtnSave") Me.tsbtnSave.Name = "tsbtnSave" - Me.tsbtnSave.Size = New System.Drawing.Size(79, 22) - Me.tsbtnSave.Text = "Speichern" ' 'TBTEMP_QUICKDISPLAYBindingSource ' @@ -1274,20 +932,14 @@ Partial Class frmConstructorDesigner Me.ListBox1.DataSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource Me.ListBox1.DisplayMember = "FORM_TITLE" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(15, 44) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(224, 199) - Me.ListBox1.TabIndex = 42 Me.ListBox1.ValueMember = "GUID" ' '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(128, 13) - Me.Label1.TabIndex = 43 - Me.Label1.Text = "Alle Constructor-Forms:" ' 'TBPMO_FORM_CONSTRUCTORTableAdapter1 ' @@ -1303,20 +955,14 @@ Partial Class frmConstructorDesigner ' 'lblSave ' - Me.lblSave.AutoSize = True + resources.ApplyResources(Me.lblSave, "lblSave") Me.lblSave.BackColor = System.Drawing.Color.Yellow - Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSave.Location = New System.Drawing.Point(575, 214) Me.lblSave.Name = "lblSave" - Me.lblSave.Size = New System.Drawing.Size(129, 13) - Me.lblSave.TabIndex = 44 - Me.lblSave.Text = "Erfolgreich gespeichert." ' 'OFDWindreamsuche ' - Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" + resources.ApplyResources(Me.OFDWindreamsuche, "OFDWindreamsuche") Me.OFDWindreamsuche.RestoreDirectory = True - Me.OFDWindreamsuche.Title = "windream-Suche wählen" ' 'TBTEMP_QUICKDISPLAYTableAdapter ' @@ -1357,7 +1003,7 @@ Partial Class frmConstructorDesigner ' 'ImageCollection1 ' - Me.ImageCollection1.ImageSize = New System.Drawing.Size(320, 240) + resources.ApplyResources(Me.ImageCollection1, "ImageCollection1") Me.ImageCollection1.ImageStream = CType(resources.GetObject("ImageCollection1.ImageStream"), DevExpress.Utils.ImageCollectionStreamer) Me.ImageCollection1.Images.SetKeyName(0, "2012-Dodge-Ram-Red.jpg") Me.ImageCollection1.Images.SetKeyName(1, "bluejeep.jpg") @@ -1366,9 +1012,8 @@ Partial Class frmConstructorDesigner ' 'frmConstructorDesigner ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1341, 694) Me.Controls.Add(Me.lblSave) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ListBox1) @@ -1390,10 +1035,7 @@ Partial Class frmConstructorDesigner Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.CONSTRUCTOR_IDTextBox) Me.Controls.Add(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmConstructorDesigner" - Me.Text = "Designer " CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmConstructorDesigner.resx b/app/DD-Record-Organiser/frmConstructorDesigner.resx index e285df0..bb02ae6 100644 --- a/app/DD-Record-Organiser/frmConstructorDesigner.resx +++ b/app/DD-Record-Organiser/frmConstructorDesigner.resx @@ -120,66 +120,635 @@ False + + + True + + + + 247, 28 + + + 86, 13 + + + 2 + + + Constructor-ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + False + + True + + + 247, 69 + + + 142, 13 + + + 4 + + + Titel des Kombiformulares: + + + FORM_TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + False + + True + + + 247, 112 + + + 106, 13 + + + 6 + + + Reihenfolge Menü: + + + SEQUENCE_MENULabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + False + + True + + + 413, 112 + + + 60, 13 + + + 8 + + + Kurzname: + + + SHORT_TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + False + + True + + + 248, 154 + + + 67, 13 + + + 10 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + False + + True + + + 413, 154 + + + 77, 13 + + + 12 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + False + + True + + + 248, 195 + + + 80, 13 + + + 14 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + False + + True + + + 413, 195 + + + 90, 13 + + + 16 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + False + + True + + + 12, 11 + + + 22, 13 + + + 18 + + + ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 15 + False + + True + + + 6, 18 + + + 90, 13 + + + 34 + + + windream-Suche: + + + WINDREAM_SEARCHLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + False + + True + + + 70, 183 + + + 65, 13 + + + 43 + + + Erstellt wer: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 14 + False + + True + + + 236, 183 + + + 73, 13 + + + 44 + + + Erstellt wann: + + + ADDED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 12 + False + + True + + + 70, 224 + + + 77, 13 + + + 45 + + + Geändert wer: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 9 + False + + True + + + 236, 224 + + + 85, 13 + + + 46 + + + Geändert wann: + + + CHANGED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 6 + False + + True + + + 69, 48 + + + 72, 13 + + + 34 + + + SQL Ebene 1: + + + SQL_SELECT_EBENE1Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 8 + False + + True + + + 69, 91 + + + 72, 13 + + + 36 + + + SQL Ebene 2: + + + SQL_SELECT_EBENE2Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 16 + False + + True + + + 69, 133 + + + 108, 13 + + + 48 + + + Spaltenname Entität: + + + COLUMN_NAME1Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 2 + False + + True + + + 6, 59 + + + 92, 13 + + + 39 + + + Search Pattern 1: + + + SEARCH_PATTERN1Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + False + + True + + + 181, 59 + + + 92, 13 + + + 40 + + + Search Pattern 2: + + + SEARCH_PATTERN2Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 10 + False + + True + + + 6, 99 + + + 92, 13 + + + 41 + + + Search Pattern 3: + + + SEARCH_PATTERN3Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + False + + True + + + 181, 99 + + + 92, 13 + + + 42 + + + Search Pattern 4: + + + SEARCH_PATTERN4Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + 17, 17 @@ -198,7 +767,6 @@ 930, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -211,130 +779,2027 @@ rkJggg== - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAW9JREFUOE+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 + wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 + wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/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 + wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo + dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 1341, 25 + + + 0 + + + BindingNavigator1 + + + TBPMO_FORM_CONSTRUCTORBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + + + 1248, 17 + + + + Left + + + 0 + + + 356, 56 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS + CQAAAk1TRnQBSQFMAgEBAgEAAegBCQHoAQkBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA + AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 + AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA + AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm + AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM + AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA + ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz + AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ + AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM + AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA + AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA + AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ + AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ + AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA + AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm + ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ + Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz + AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA + AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM + AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM + ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM + Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA + AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM + AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ + AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz + AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm + AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw + AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wUAAfQBlARNAZQB9AgA + AfQBeQFSAisBTAF0AfQnAAEbAVMBdQKaAZMBdAF1AU0BGgYAARoBUgF6ApoCegFYAUwBGiUAAfQBUwKa + AZMEdAF1AVMB9AQAAfQBWQKaBnoBTAH0JAAEmgGTBXQBdQGaBAACegKaBnoBWQF0JAABUwEaApoCkwV0 + AVMEAAFZAcMDmgZ6AVIkAAFTARoDmgGTBXQBTQQAATgBwwSaBXoBMSQAAVMBGgOaAZQBkwN0AZMBTQQA + ATgBwwSaBXoBMSQAAVMBGgSaApMCdAGUAVMEAAFZAsMEmgR6AVIkAAKaARoEmgGTAXQBkwF6AZoEAAKa + AcMFmgR6JAAB9AF1AhoGmgFTAfQEAAH0AVkCwwaaAVkB9CUAARsBUwGaAxoCmgFTARsGAAEbAVkBmgPD + AZoBegFYARsmAAG9AeMBdQVTARcBvQYAAQgBeAFYBFkBWAFzAQgmAAHjAZQB4wRHARcBFgFHBgABcgEI + AXgFlwGYAUkmAAHjAZQCFwRHARYBRwYAAZcBCAaXAZgBTyYAAeMBlAQXAkcBFgFHBgABlwEIBpcBmAFP + JgAB4wGUBRcBRwEWARcGAAGXAQgCeASXAZgBTyMAAUIBTQE+BwABPgMAASgDAAFAAwABEAMAAQEBAAEB + BQABgBcAA/8BAAHwAQ8B8AEPBAAB4AEHAeABBwQAAcABAwHAAQMEAAHAAQMBwAEDBAABwAEDAcABAwQA + AcABAwHAAQMEAAHAAQMBwAEDBAABwAEDAcABAwQAAcABAwHAAQMEAAHAAQMBwAEDBAAB4AEHAeABBwQA + AeABBwHgAQcEAAHgAQcB4AEHBAAB4AEHAeABBwQAAeABBwHgAQcEAAHgAQcB4AEHBAAL + + + + 0, 0 + + + 1 + + + 292, 414 + + + 1 + + + TreeViewDetails + + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 3 + + + 250, 44 + + + 83, 22 + + + 3 + + + CONSTRUCTOR_IDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + 250, 85 + + + 310, 22 + + + 5 + + + FORM_TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + 250, 129 + + + 43, 22 + + + 7 + + + SEQUENCE_MENUNumericUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + 416, 128 + + + 144, 22 + + + 9 + + + SHORT_TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + + 251, 170 + + + 149, 22 + + + 11 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + 417, 170 + + + 144, 22 + + + 13 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 251, 211 + + + 149, 22 + + + 15 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + 416, 211 + + + 144, 22 + + + 17 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 15, 27 + + + 34, 21 + + + 19 + + + GUIDTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 18 + + + 72, 25 + + + 122, 24 + + + 25 + + + Level 1 Auswahl? + + + LEVEL1_SELECTCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 19 + + + 9, 34 + + + 543, 21 + + + 35 + + + WINDREAM_SEARCHTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Top, Bottom, Left, Right + + + 15, 249 + + + Fill + + + 292, 25 + + + True + + + 701, 25 + + + 128, 24 + + + 52 + + + Ersten Record laden + + + LOAD_DIRECTCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 0 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 189, 133 + + + 236, 13 + + + 51 + + + Dient zur Anzeige der Selektion von Datensätzen + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 1 + + + 72, 149 + + + 247, 21 + + + 49 + + + COLUMN_NAME1ComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 3 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 186, 30 + + + 319, 13 + + + 48 + + + Kann man für diese Entität auf der ersten Ebene Daten selektieren? + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 4 + + + Consolas, 8.25pt + + + 72, 64 + + + 757, 20 + + + 35 + + + SQL_SELECT_EBENE1TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 5 + + + 239, 240 + + + 160, 21 + + + 47 + + + CHANGED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 7 + + + 73, 240 + + + 160, 21 + + + 46 + + + CHANGED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 10 + + + Consolas, 8.25pt + + + 72, 107 + + + 757, 20 + + + 37 + + + SQL_SELECT_EBENE2TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 11 + + + 239, 199 + + + 160, 21 + + + 45 + + + ADDED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 13 + + + 73, 199 + + + 160, 21 + + + 44 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 17 + + + 1002, 339 + + + Allgemein + + + XtraTabPage3 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl2 + + + 1 + + + 1008, 367 + + + 35 + + + True + + + MiddleRight + + + 299, 180 + + + 175, 23 + + + 52 + + + Delete QuickView Picture + + + MiddleLeft + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 0 + + + True + + + Segoe UI, 8.25pt, style=Bold + + + 480, 158 + + + 190, 13 + + + 51 + + + QuickViewBild Control hinzugefügt + + + False + + + lblQuickViewAdded + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 1 + + + MiddleRight + + + 200, 137 + + + 93, 56 + + + 50 + + + Set as QuickView Picture + + + MiddleLeft + + + False + + + btnSetQuickViewPicture + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 2 + + + 299, 153 + + + 175, 21 + + + 49 + + + txtQuickViewPicture + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 3 + + + True + + + 296, 137 + + + 117, 13 + + + 48 + + + QuickView Bild-Control: + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 4 + + + True + + + Segoe UI, 8.25pt, style=Bold + + + 477, 88 + + + 101, 13 + + + 45 + + + Headline changed + + + False + + + lblChangeHeadline + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 5 + + + 480, 49 + + + 168, 38 + + + 7 + + + Button2 + + + False + + + btnSetHeadline + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 6 + + + MiddleRight + + + 201, 78 + + + 92, 23 + + + 6 + + + Delete field + + + MiddleLeft + + + btndeleteControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 7 + + + MiddleRight + + + 200, 49 + + + 93, 23 + + + 5 + + + Add field + + + MiddleLeft + + + btnAddControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 8 + + + 299, 49 + + + 175, 69 + + + 4 + + + ListBoxConfiguredDisplay + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 9 + + + True + + + 296, 33 + + + 135, 13 + + + 3 + + + Konfigurierte Feldauswahl: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 10 + + + True + + + 5, 33 + + + 102, 13 + + + 2 + + + Felder zur Auswahl: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 11 + + + Top, Bottom, Left + + + 8, 49 + + + 186, 225 + + + 1 + + + listBoxControls + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 12 + + + True + + + 3, 10 + + + 416, 13 + + + 0 + + + Konfigurieren Sie hier die Erstansicht zur Navigation innerhalb der Eintitätsdatensätze + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage5 + + + 13 + + + 1006, 342 + + + Quick View Konfiguration + + + XtraTabPage5 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl2 + + + 0 + + + True + + + 14, 3 + + + 133, 17 + + + 79 + + + Windream-Suche aktiv + + + chkWDSearch_Active + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage4 + + + 0 + + + Top, Left, Right + + + True + + + Segoe UI, 8.25pt, style=Bold + + + 346, 126 + + + 129, 13 + + + 78 + + + Erfolgreich gespeichert. + + + False + + + lblSave1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 0 + + + True + + + Segoe UI, 8.25pt + + + 6, 18 + + + 96, 13 + + + 64 + + + windream-Suche: + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 1 + + + Segoe UI, 8.25pt + + + 9, 34 + + + 543, 22 + + + 66 + + + txtWindreamsuche + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 2 + + + True + + + Segoe UI, 8.25pt + + + 346, 63 + + + 93, 13 + + + 76 + + + Search Pattern 5: + + + Label15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 3 + + + Segoe UI, 8.25pt + + + Form-ID (Entity) + + + Record-ID + + + 349, 79 + + + 203, 21 + + + 77 + + + cmbSearchPattern5 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 4 + + + Segoe UI, 8.25pt + + + Form-ID (Entity) + + + Record-ID + + + 9, 79 + + + 166, 21 + + + 69 + + + cmbSearchPattern1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 5 + + + True + + + Segoe UI, 8.25pt + + + 6, 63 + + + 93, 13 + + + 68 + + + Search Pattern 1: + + + Label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 6 + + + Segoe UI, 8.25pt + + + 558, 33 + + + 24, 21 + + + 65 + + + ... + + + btnWindreamsuche + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 7 + + + True + + + Segoe UI, 8.25pt + + + 181, 107 + + + 93, 13 + + + 74 + + + Search Pattern 4: + + + Label14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 8 + + + Segoe UI, 8.25pt + + + Form-ID (Entity) + + + Record-ID + + + 184, 123 + + + 156, 21 + + + 75 + + + cmbSearchPattern4 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 9 + + + Segoe UI, 8.25pt + + + Form-ID (Entity) + + + Record-ID + + + 9, 123 + + + 166, 21 + + + 73 + + + cmbSearchPattern3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 10 + + + Segoe UI, 8.25pt + + + Form-ID (Entity) + + + Record-ID + + + 184, 79 + + + 156, 21 + + + 71 + + + cmbSearchPattern2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 11 + + + True + + + Segoe UI, 8.25pt + + + 6, 107 + + + 93, 13 + + + 72 + + + Search Pattern 3: + + + Label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 12 + + + True + + + Segoe UI, 8.25pt + + + 181, 63 + + + 93, 13 + + + 70 + + + Search Pattern 2: + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxWD_RecordSearch + + + 13 + + + False + + + Segoe UI, 8.25pt, style=Bold + + + 5, 24 + + + 829, 157 + + + 78 + + + windream-Suche für Recordbezogene Suche: + + + grpbxWD_RecordSearch + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage4 + + + 1 + + + Top, Left, Right + + + Segoe UI, 8.25pt + + + 558, 33 + + + 24, 21 + + + 66 + + + ... + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + @Record-ID + + + @EntityID + + + @ParentID + + + 184, 115 + + + 156, 21 + + + 43 + + + SEARCH_PATTERN4ComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + @Record-ID + + + @EntityID + + + @ParentID + + + 9, 75 + + + 166, 21 + + + 40 + + + SEARCH_PATTERN1ComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + @Record-ID + + + @EntityID + + + @ParentID + + + 9, 115 + + + 166, 21 + + + 42 + + + SEARCH_PATTERN3ComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + + + @Record-ID - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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= - + + @EntityID - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 - + + @ParentID - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 184, 75 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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== - + + 156, 21 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo - dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - + + 41 - - 1248, 17 - - - 356, 56 - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABS - CQAAAk1TRnQBSQFMAgEBAgEAAeABCQHgAQkBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo - AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA - AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 - AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA - AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm - AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM - AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA - ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz - AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ - AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM - AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA - AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA - AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ - AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/ - AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA - AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm - ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ - Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz - AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA - AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM - AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM - ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM - Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA - AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM - AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ - AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz - AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm - AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw - AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wUAAfQBlARNAZQB9AgA - AfQBeQFSAisBTAF0AfQnAAEbAVMBdQKaAZMBdAF1AU0BGgYAARoBUgF6ApoCegFYAUwBGiUAAfQBUwKa - AZMEdAF1AVMB9AQAAfQBWQKaBnoBTAH0JAAEmgGTBXQBdQGaBAACegKaBnoBWQF0JAABUwEaApoCkwV0 - AVMEAAFZAcMDmgZ6AVIkAAFTARoDmgGTBXQBTQQAATgBwwSaBXoBMSQAAVMBGgOaAZQBkwN0AZMBTQQA - ATgBwwSaBXoBMSQAAVMBGgSaApMCdAGUAVMEAAFZAsMEmgR6AVIkAAKaARoEmgGTAXQBkwF6AZoEAAKa - AcMFmgR6JAAB9AF1AhoGmgFTAfQEAAH0AVkCwwaaAVkB9CUAARsBUwGaAxoCmgFTARsGAAEbAVkBmgPD - AZoBegFYARsmAAG9AeMBdQVTARcBvQYAAQgBeAFYBFkBWAFzAQgmAAHjAZQB4wRHARcBFgFHBgABcgEI - AXgFlwGYAUkmAAHjAZQCFwRHARYBRwYAAZcBCAaXAZgBTyYAAeMBlAQXAkcBFgFHBgABlwEIBpcBmAFP - JgAB4wGUBRcBRwEWARcGAAGXAQgCeASXAZgBTyMAAUIBTQE+BwABPgMAASgDAAFAAwABEAMAAQEBAAEB - BQABgBcAA/8BAAHwAQ8B8AEPBAAB4AEHAeABBwQAAcABAwHAAQMEAAHAAQMBwAEDBAABwAEDAcABAwQA - AcABAwHAAQMEAAHAAQMBwAEDBAABwAEDAcABAwQAAcABAwHAAQMEAAHAAQMBwAEDBAAB4AEHAeABBwQA - AeABBwHgAQcEAAHgAQcB4AEHBAAB4AEHAeABBwQAAeABBwHgAQcEAAHgAQcB4AEHBAAL - + + SEARCH_PATTERN2ComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + + + 5, 187 + + + 829, 148 + + + 44 + + + windream-Suche für Entitätsweite Suche: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage4 + + + 2 + + + 1006, 342 + + + windream-Suche Konfiguration + + + XtraTabPage4 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl2 + + + 2 + + + XtraTabControl2 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabPage1 + + + 0 304, 95 + + 191, 17 + + + Eingaben erfolgreich gespeichert - + + + False + + + 292, 392 + + + 1008, 22 + + + 35 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + 197, 95 + + Magenta + + + 79, 22 + + + Speichern + + + 292, 0 + + + 1008, 25 + + + 34 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 2 + + + 1300, 414 + + + Entitäten-Übersicht + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 1306, 442 + + + 40 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 3 + 727, 95 584, 95 + + 15, 44 + + + 224, 199 + + + 42 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 12, 28 + + + 128, 13 + + + 43 + + + Alle Constructor-Forms: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 969, 56 @@ -344,9 +2809,45 @@ 17, 95 + + True + + + Segoe UI, 8.25pt, style=Bold + + + 575, 214 + + + 129, 13 + + + 44 + + + Erfolgreich gespeichert. + + + lblSave + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 421, 95 + + windream-Suche|*.wdf|Alle Dateien|*.* + + + windream-Suche wählen + 989, 95 @@ -356,6 +2857,9 @@ 1425, 95 + + 320, 240 + @@ -5400,9 +7904,21 @@ YxnLk0v+7/v/HwTSd2NvxWDZAAAAAElFTkSuQmCCCw== + + True + 125 + + 6, 13 + + + 1341, 694 + + + Segoe UI, 8.25pt + AAABAAQAEBAQAAAAAAAoAQAARgAAABAQAAAAAAAAaAUAAG4BAAAgIBAAAAAAAOgCAADWBgAAICAAAAAA @@ -5486,4 +8002,193 @@ AA//8AAH//AAAf/gAAD/4AAA/8EIP//HHD///54/ + + Designer + + + DD_ECMAdmin + + + DD_Record_Organiser.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_CONSTRUCTORBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_CONSTRUCTORTableAdapter + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ImageList1 + + + System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tslblSaveDetail + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbtnSave + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBTEMP_QUICKDISPLAYBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_CONSTRUCTORBindingSource1 + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_CONSTRUCTORTableAdapter1 + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager1 + + + DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + OFDWindreamsuche + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBTEMP_QUICKDISPLAYTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBTEMP_QUICKDISPLAYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager2 + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ImageCollection1 + + + DevExpress.Utils.ImageCollection, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + frmConstructorDesigner + + + 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-Record-Organiser/frmDD_EMAIL_ACCOUNT.Designer.vb b/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.Designer.vb index a6a6810..facb46b 100644 --- a/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.Designer.vb +++ b/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmDD_EMAIL_ACCOUNT 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(frmDD_EMAIL_ACCOUNT)) Dim NAMELabel As System.Windows.Forms.Label Dim EMAIL_FROMLabel As System.Windows.Forms.Label Dim EMAIL_SMTPLabel As System.Windows.Forms.Label @@ -33,7 +34,6 @@ Partial Class frmDD_EMAIL_ACCOUNT Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDD_EMAIL_ACCOUNT)) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.TBDD_EMAIL_ACCOUNTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBDD_EMAIL_ACCOUNTTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter() @@ -86,93 +86,53 @@ Partial Class frmDD_EMAIL_ACCOUNT ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(12, 25) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(21, 15) - GUIDLabel.TabIndex = 1 - GUIDLabel.Text = "ID:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Location = New System.Drawing.Point(77, 25) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(68, 15) - NAMELabel.TabIndex = 3 - NAMELabel.Text = "Profilname:" ' 'EMAIL_FROMLabel ' - EMAIL_FROMLabel.AutoSize = True - EMAIL_FROMLabel.Location = New System.Drawing.Point(77, 69) + resources.ApplyResources(EMAIL_FROMLabel, "EMAIL_FROMLabel") EMAIL_FROMLabel.Name = "EMAIL_FROMLabel" - EMAIL_FROMLabel.Size = New System.Drawing.Size(94, 15) - EMAIL_FROMLabel.TabIndex = 5 - EMAIL_FROMLabel.Text = "Email-Absender:" ' 'EMAIL_SMTPLabel ' - EMAIL_SMTPLabel.AutoSize = True - EMAIL_SMTPLabel.Location = New System.Drawing.Point(351, 69) + resources.ApplyResources(EMAIL_SMTPLabel, "EMAIL_SMTPLabel") EMAIL_SMTPLabel.Name = "EMAIL_SMTPLabel" - EMAIL_SMTPLabel.Size = New System.Drawing.Size(134, 15) - EMAIL_SMTPLabel.TabIndex = 7 - EMAIL_SMTPLabel.Text = "Mailserver (SMTP/POP):" ' 'EMAIL_USERLabel ' - EMAIL_USERLabel.AutoSize = True - EMAIL_USERLabel.Location = New System.Drawing.Point(77, 113) + resources.ApplyResources(EMAIL_USERLabel, "EMAIL_USERLabel") EMAIL_USERLabel.Name = "EMAIL_USERLabel" - EMAIL_USERLabel.Size = New System.Drawing.Size(33, 15) - EMAIL_USERLabel.TabIndex = 9 - EMAIL_USERLabel.Text = "User:" ' 'EMAIL_PWLabel ' - EMAIL_PWLabel.AutoSize = True - EMAIL_PWLabel.Location = New System.Drawing.Point(351, 113) + resources.ApplyResources(EMAIL_PWLabel, "EMAIL_PWLabel") EMAIL_PWLabel.Name = "EMAIL_PWLabel" - EMAIL_PWLabel.Size = New System.Drawing.Size(57, 15) - EMAIL_PWLabel.TabIndex = 11 - EMAIL_PWLabel.Text = "Passwort:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(77, 157) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(67, 15) - ADDED_WHOLabel.TabIndex = 15 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(77, 201) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 15) - ADDED_WHENLabel.TabIndex = 17 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(211, 201) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 15) - CHANGED_WHENLabel.TabIndex = 19 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(211, 157) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 15) - CHANGED_WHOLabel.TabIndex = 20 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'DD_DMSDataSet ' @@ -228,272 +188,195 @@ Partial Class frmDD_EMAIL_ACCOUNT Me.TBDD_EMAIL_ACCOUNTBindingNavigator.CountItemFormat = "von {0} Email-Profilen" Me.TBDD_EMAIL_ACCOUNTBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBDD_EMAIL_ACCOUNTBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem}) - Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBDD_EMAIL_ACCOUNTBindingNavigator, "TBDD_EMAIL_ACCOUNTBindingNavigator") Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBDD_EMAIL_ACCOUNTBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Name = "TBDD_EMAIL_ACCOUNTBindingNavigator" Me.TBDD_EMAIL_ACCOUNTBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Size = New System.Drawing.Size(616, 25) - Me.TBDD_EMAIL_ACCOUNTBindingNavigator.TabIndex = 0 - Me.TBDD_EMAIL_ACCOUNTBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(122, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Email-Profilen" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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" ' '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") ' 'TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem ' Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem, "TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem") Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Name = "TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem" - Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem.Text = "Daten speichern" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True)) - Me.GUIDTextBox.Location = New System.Drawing.Point(15, 43) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(56, 23) - Me.GUIDTextBox.TabIndex = 2 Me.GUIDTextBox.TabStop = False ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(80, 43) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(265, 23) - Me.NAMETextBox.TabIndex = 4 ' 'EMAIL_FROMTextBox ' Me.EMAIL_FROMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_FROM", True)) - Me.EMAIL_FROMTextBox.Location = New System.Drawing.Point(80, 87) + resources.ApplyResources(Me.EMAIL_FROMTextBox, "EMAIL_FROMTextBox") Me.EMAIL_FROMTextBox.Name = "EMAIL_FROMTextBox" - Me.EMAIL_FROMTextBox.Size = New System.Drawing.Size(265, 23) - Me.EMAIL_FROMTextBox.TabIndex = 6 ' 'EMAIL_SMTPTextBox ' Me.EMAIL_SMTPTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_SMTP", True)) - Me.EMAIL_SMTPTextBox.Location = New System.Drawing.Point(354, 87) + resources.ApplyResources(Me.EMAIL_SMTPTextBox, "EMAIL_SMTPTextBox") Me.EMAIL_SMTPTextBox.Name = "EMAIL_SMTPTextBox" - Me.EMAIL_SMTPTextBox.Size = New System.Drawing.Size(244, 23) - Me.EMAIL_SMTPTextBox.TabIndex = 8 ' 'EMAIL_USERTextBox ' Me.EMAIL_USERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_USER", True)) - Me.EMAIL_USERTextBox.Location = New System.Drawing.Point(80, 131) + resources.ApplyResources(Me.EMAIL_USERTextBox, "EMAIL_USERTextBox") Me.EMAIL_USERTextBox.Name = "EMAIL_USERTextBox" - Me.EMAIL_USERTextBox.Size = New System.Drawing.Size(265, 23) - Me.EMAIL_USERTextBox.TabIndex = 10 ' 'EMAIL_PWTextBox ' Me.EMAIL_PWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "EMAIL_PW", True)) - Me.EMAIL_PWTextBox.Location = New System.Drawing.Point(354, 131) + resources.ApplyResources(Me.EMAIL_PWTextBox, "EMAIL_PWTextBox") Me.EMAIL_PWTextBox.Name = "EMAIL_PWTextBox" - Me.EMAIL_PWTextBox.Size = New System.Drawing.Size(244, 23) - Me.EMAIL_PWTextBox.TabIndex = 12 Me.EMAIL_PWTextBox.UseSystemPasswordChar = True ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(354, 41) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(100, 25) - Me.ACTIVECheckBox.TabIndex = 14 - Me.ACTIVECheckBox.Text = "Profil Aktiv?" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(80, 175) + 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(125, 23) - Me.ADDED_WHOTextBox.TabIndex = 16 Me.ADDED_WHOTextBox.TabStop = False ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(80, 219) + 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(125, 23) - Me.ADDED_WHENTextBox.TabIndex = 18 Me.ADDED_WHENTextBox.TabStop = False ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(214, 219) + 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(131, 23) - Me.CHANGED_WHENTextBox.TabIndex = 20 Me.CHANGED_WHENTextBox.TabStop = False ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(214, 175) + 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(131, 23) - Me.CHANGED_WHOTextBox.TabIndex = 21 Me.CHANGED_WHOTextBox.TabStop = False ' 'lblSave ' - Me.lblSave.AutoSize = True + resources.ApplyResources(Me.lblSave, "lblSave") Me.lblSave.BackColor = System.Drawing.Color.Yellow - Me.lblSave.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)) - Me.lblSave.Location = New System.Drawing.Point(75, 245) Me.lblSave.Name = "lblSave" - Me.lblSave.Size = New System.Drawing.Size(200, 15) - Me.lblSave.TabIndex = 79 - Me.lblSave.Text = "Email-Profil erfolgreich gespeichert!" - Me.lblSave.Visible = False ' 'btnEmailTest ' - Me.btnEmailTest.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnEmailTest, "btnEmailTest") Me.btnEmailTest.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddressEnvelope_16xLG - Me.btnEmailTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnEmailTest.Location = New System.Drawing.Point(14, 68) Me.btnEmailTest.Name = "btnEmailTest" - Me.btnEmailTest.Size = New System.Drawing.Size(110, 23) - Me.btnEmailTest.TabIndex = 80 - Me.btnEmailTest.Text = "Teste Versand" - Me.btnEmailTest.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnEmailTest.UseVisualStyleBackColor = True ' 'lbltest ' - Me.lbltest.AutoSize = True - Me.lbltest.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lbltest.Location = New System.Drawing.Point(11, 21) + resources.ApplyResources(Me.lbltest, "lbltest") Me.lbltest.Name = "lbltest" - Me.lbltest.Size = New System.Drawing.Size(89, 15) - Me.lbltest.TabIndex = 81 - Me.lbltest.Text = "Testempfänger:" ' 'txttestReceipiant ' - Me.txttestReceipiant.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txttestReceipiant.Location = New System.Drawing.Point(14, 39) + resources.ApplyResources(Me.txttestReceipiant, "txttestReceipiant") Me.txttestReceipiant.Name = "txttestReceipiant" - Me.txttestReceipiant.Size = New System.Drawing.Size(224, 23) - Me.txttestReceipiant.TabIndex = 82 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.txttestReceipiant) Me.GroupBox1.Controls.Add(Me.btnEmailTest) Me.GroupBox1.Controls.Add(Me.lbltest) - Me.GroupBox1.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)) - Me.GroupBox1.Location = New System.Drawing.Point(354, 160) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(244, 100) - Me.GroupBox1.TabIndex = 83 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Überprüfung:" ' 'frmDD_EMAIL_ACCOUNT ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(616, 272) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.lblSave) Me.Controls.Add(CHANGED_WHOLabel) @@ -518,11 +401,8 @@ Partial Class frmDD_EMAIL_ACCOUNT Me.Controls.Add(GUIDLabel) Me.Controls.Add(Me.GUIDTextBox) Me.Controls.Add(Me.TBDD_EMAIL_ACCOUNTBindingNavigator) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmDD_EMAIL_ACCOUNT" - Me.Text = "Hinterlegte Email Profile" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_EMAIL_ACCOUNTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_EMAIL_ACCOUNTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.resx b/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.resx index 455d5db..03ebefa 100644 --- a/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.resx +++ b/app/DD-Record-Organiser/frmDD_EMAIL_ACCOUNT.resx @@ -120,33 +120,305 @@ False + + + True + + + + 12, 25 + + + 21, 15 + + + 1 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 21 + False + + True + + + 77, 25 + + + 68, 15 + + + 3 + + + Profilname: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + False + + True + + + 77, 69 + + + 94, 15 + + + 5 + + + Email-Absender: + + + EMAIL_FROMLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + False + + True + + + 351, 69 + + + 134, 15 + + + 7 + + + Mailserver (SMTP/POP): + + + EMAIL_SMTPLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + False + + True + + + 77, 113 + + + 33, 15 + + + 9 + + + User: + + + EMAIL_USERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + False + + True + + + 351, 113 + + + 57, 15 + + + 11 + + + Passwort: + + + EMAIL_PWLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + False + + True + + + 77, 157 + + + 67, 15 + + + 15 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + False + + True + + + 77, 201 + + + 77, 15 + + + 17 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + False + + True + + + 211, 201 + + + 90, 15 + + + 19 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + False + + True + + + 211, 157 + + + 80, 15 + + + 20 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 17, 17 @@ -162,7 +434,6 @@ 853, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -175,6 +446,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 122, 22 + + + von {0} Email-Profilen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -187,6 +476,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -198,6 +496,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -207,6 +514,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 58, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -216,6 +553,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -227,6 +573,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -234,6 +592,429 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 616, 25 + + + 0 + + + BindingNavigator1 + + + TBDD_EMAIL_ACCOUNTBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + + + 15, 43 + + + 56, 23 + + + 2 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 22 + + + 80, 43 + + + 265, 23 + + + 4 + + + NAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + + + 80, 87 + + + 265, 23 + + + 6 + + + EMAIL_FROMTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + + + 354, 87 + + + 244, 23 + + + 8 + + + EMAIL_SMTPTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + 80, 131 + + + 265, 23 + + + 10 + + + EMAIL_USERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + 354, 131 + + + 244, 23 + + + 12 + + + EMAIL_PWTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + 354, 41 + + + 100, 25 + + + 14 + + + Profil Aktiv? + + + ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + 80, 175 + + + 125, 23 + + + 16 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 80, 219 + + + 125, 23 + + + 18 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + 214, 219 + + + 131, 23 + + + 20 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 214, 175 + + + 131, 23 + + + 21 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 75, 245 + + + 200, 15 + + + 79 + + + Email-Profil erfolgreich gespeichert! + + + False + + + lblSave + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Segoe UI, 9pt, style=Italic + + + MiddleLeft + + + 14, 68 + + + 110, 23 + + + 80 + + + Teste Versand + + + MiddleRight + + + btnEmailTest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + True + + + Segoe UI, 9pt, style=Italic + + + 11, 21 + + + 89, 15 + + + 81 + + + Testempfänger: + + + lbltest + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + Segoe UI, 9pt, style=Italic + + + 14, 39 + + + 224, 23 + + + 82 + + + txttestReceipiant + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 354, 160 + + + 244, 100 + + + 83 + + + Überprüfung: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 15 + + + 616, 272 + + + Segoe UI, 9pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -683,4 +1464,109 @@ AAAf/wAAgAAAAB//AACAAAAAP/8AAIAAAAH//wAAgAAAD///AAD//AB///8AAP///////wAA + + Hinterlegte Email Profile + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_EMAIL_ACCOUNTBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_EMAIL_ACCOUNTTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBDD_EMAIL_ACCOUNTBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmDD_EMAIL_ACCOUNT + + + 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-Record-Organiser/frmDokumentart_Konfig.Designer.vb b/app/DD-Record-Organiser/frmDokumentart_Konfig.Designer.vb index 9e071db..de8439f 100644 --- a/app/DD-Record-Organiser/frmDokumentart_Konfig.Designer.vb +++ b/app/DD-Record-Organiser/frmDokumentart_Konfig.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmDokumentart_Konfig 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(frmDokumentart_Konfig)) Dim BEZEICHNUNGLabel As System.Windows.Forms.Label Dim KURZNAMELabel As System.Windows.Forms.Label Dim ZIEL_PFADLabel As System.Windows.Forms.Label @@ -42,7 +43,6 @@ Partial Class frmDokumentart_Konfig Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim OBJEKTTYPLabel As System.Windows.Forms.Label Dim SQL_RESULTLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDokumentart_Konfig)) Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TBDD_DOKUMENTARTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() @@ -194,184 +194,98 @@ Partial Class frmDokumentart_Konfig ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(315, 59) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(61, 15) - GUIDLabel.TabIndex = 2 - GUIDLabel.Text = "Dokart-ID:" ' 'BEZEICHNUNGLabel ' - BEZEICHNUNGLabel.AutoSize = True - BEZEICHNUNGLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - BEZEICHNUNGLabel.Location = New System.Drawing.Point(436, 59) + resources.ApplyResources(BEZEICHNUNGLabel, "BEZEICHNUNGLabel") BEZEICHNUNGLabel.Name = "BEZEICHNUNGLabel" - BEZEICHNUNGLabel.Size = New System.Drawing.Size(78, 15) - BEZEICHNUNGLabel.TabIndex = 4 - BEZEICHNUNGLabel.Text = "Bezeichnung:" ' 'KURZNAMELabel ' - KURZNAMELabel.AutoSize = True - KURZNAMELabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - KURZNAMELabel.Location = New System.Drawing.Point(315, 103) + resources.ApplyResources(KURZNAMELabel, "KURZNAMELabel") KURZNAMELabel.Name = "KURZNAMELabel" - KURZNAMELabel.Size = New System.Drawing.Size(63, 15) - KURZNAMELabel.TabIndex = 8 - KURZNAMELabel.Text = "Kurzname:" ' 'ZIEL_PFADLabel ' - ZIEL_PFADLabel.AutoSize = True - ZIEL_PFADLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ZIEL_PFADLabel.Location = New System.Drawing.Point(315, 147) + resources.ApplyResources(ZIEL_PFADLabel, "ZIEL_PFADLabel") ZIEL_PFADLabel.Name = "ZIEL_PFADLabel" - ZIEL_PFADLabel.Size = New System.Drawing.Size(58, 15) - ZIEL_PFADLabel.TabIndex = 10 - ZIEL_PFADLabel.Text = "Ziel-Pfad:" ' 'BESCHREIBUNGLabel ' - BESCHREIBUNGLabel.AutoSize = True - BESCHREIBUNGLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - BESCHREIBUNGLabel.Location = New System.Drawing.Point(595, 191) + resources.ApplyResources(BESCHREIBUNGLabel, "BESCHREIBUNGLabel") BESCHREIBUNGLabel.Name = "BESCHREIBUNGLabel" - BESCHREIBUNGLabel.Size = New System.Drawing.Size(82, 15) - BESCHREIBUNGLabel.TabIndex = 12 - BESCHREIBUNGLabel.Text = "Beschreibung:" ' 'ERSTELLTWERLabel ' - ERSTELLTWERLabel.AutoSize = True - ERSTELLTWERLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ERSTELLTWERLabel.Location = New System.Drawing.Point(315, 191) + resources.ApplyResources(ERSTELLTWERLabel, "ERSTELLTWERLabel") ERSTELLTWERLabel.Name = "ERSTELLTWERLabel" - ERSTELLTWERLabel.Size = New System.Drawing.Size(67, 15) - ERSTELLTWERLabel.TabIndex = 18 - ERSTELLTWERLabel.Text = "Erstellt wer:" ' 'ERSTELLTWANNLabel ' - ERSTELLTWANNLabel.AutoSize = True - ERSTELLTWANNLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ERSTELLTWANNLabel.Location = New System.Drawing.Point(438, 191) + resources.ApplyResources(ERSTELLTWANNLabel, "ERSTELLTWANNLabel") ERSTELLTWANNLabel.Name = "ERSTELLTWANNLabel" - ERSTELLTWANNLabel.Size = New System.Drawing.Size(77, 15) - ERSTELLTWANNLabel.TabIndex = 20 - ERSTELLTWANNLabel.Text = "Erstellt wann:" ' 'GEANDERTWERLabel ' - GEANDERTWERLabel.AutoSize = True - GEANDERTWERLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GEANDERTWERLabel.Location = New System.Drawing.Point(315, 235) + resources.ApplyResources(GEANDERTWERLabel, "GEANDERTWERLabel") GEANDERTWERLabel.Name = "GEANDERTWERLabel" - GEANDERTWERLabel.Size = New System.Drawing.Size(80, 15) - GEANDERTWERLabel.TabIndex = 22 - GEANDERTWERLabel.Text = "Geändert wer:" ' 'GEAENDERTWANNLabel ' - GEAENDERTWANNLabel.AutoSize = True - GEAENDERTWANNLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GEAENDERTWANNLabel.Location = New System.Drawing.Point(438, 235) + resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" - GEAENDERTWANNLabel.Size = New System.Drawing.Size(90, 15) - GEAENDERTWANNLabel.TabIndex = 24 - GEAENDERTWANNLabel.Text = "Geändert wann:" ' 'GUIDLabel1 ' - GUIDLabel1.AutoSize = True - GUIDLabel1.Location = New System.Drawing.Point(311, 63) + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(22, 13) - GUIDLabel1.TabIndex = 2 - GUIDLabel1.Text = "ID:" ' 'INDEXNAMELabel ' - INDEXNAMELabel.AutoSize = True - INDEXNAMELabel.Location = New System.Drawing.Point(388, 63) + resources.ApplyResources(INDEXNAMELabel, "INDEXNAMELabel") INDEXNAMELabel.Name = "INDEXNAMELabel" - INDEXNAMELabel.Size = New System.Drawing.Size(65, 13) - INDEXNAMELabel.TabIndex = 4 - INDEXNAMELabel.Text = "Indexname:" ' 'VALUELabel ' - VALUELabel.AutoSize = True - VALUELabel.Location = New System.Drawing.Point(662, 63) + resources.ApplyResources(VALUELabel, "VALUELabel") VALUELabel.Name = "VALUELabel" - VALUELabel.Size = New System.Drawing.Size(141, 13) - VALUELabel.TabIndex = 6 - VALUELabel.Text = "Platzhalter Laufzeitvariable:" ' 'COMMENTLabel ' - COMMENTLabel.AutoSize = True - COMMENTLabel.Location = New System.Drawing.Point(311, 107) + resources.ApplyResources(COMMENTLabel, "COMMENTLabel") COMMENTLabel.Name = "COMMENTLabel" - COMMENTLabel.Size = New System.Drawing.Size(64, 13) - COMMENTLabel.TabIndex = 8 - COMMENTLabel.Text = "Bemerkung:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(311, 155) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13) - ADDED_WHOLabel.TabIndex = 12 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(434, 155) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13) - ADDED_WHENLabel.TabIndex = 14 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(583, 155) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(73, 13) - CHANGED_WHOLabel.TabIndex = 16 - CHANGED_WHOLabel.Text = "Geändert wo:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(703, 155) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13) - CHANGED_WHENLabel.TabIndex = 18 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'OBJEKTTYPLabel ' - OBJEKTTYPLabel.AutoSize = True - OBJEKTTYPLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - OBJEKTTYPLabel.Location = New System.Drawing.Point(778, 59) + resources.ApplyResources(OBJEKTTYPLabel, "OBJEKTTYPLabel") OBJEKTTYPLabel.Name = "OBJEKTTYPLabel" - OBJEKTTYPLabel.Size = New System.Drawing.Size(62, 15) - OBJEKTTYPLabel.TabIndex = 26 - OBJEKTTYPLabel.Text = "Objekttyp:" ' 'SQL_RESULTLabel ' - SQL_RESULTLabel.AutoSize = True - SQL_RESULTLabel.Location = New System.Drawing.Point(929, 63) + resources.ApplyResources(SQL_RESULTLabel, "SQL_RESULTLabel") SQL_RESULTLabel.Name = "SQL_RESULTLabel" - SQL_RESULTLabel.Size = New System.Drawing.Size(64, 13) - SQL_RESULTLabel.TabIndex = 79 - SQL_RESULTLabel.Text = "SQL-Result:" ' 'TBDD_DOKUMENTARTBindingNavigator ' @@ -381,25 +295,19 @@ Partial Class frmDokumentart_Konfig Me.TBDD_DOKUMENTARTBindingNavigator.CountItemFormat = "von {0} Dokumentarten" Me.TBDD_DOKUMENTARTBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBDD_DOKUMENTARTBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem, Me.ToolStripButton16, Me.ToolStripButton17}) - Me.TBDD_DOKUMENTARTBindingNavigator.Location = New System.Drawing.Point(3, 19) + resources.ApplyResources(Me.TBDD_DOKUMENTARTBindingNavigator, "TBDD_DOKUMENTARTBindingNavigator") Me.TBDD_DOKUMENTARTBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBDD_DOKUMENTARTBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBDD_DOKUMENTARTBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBDD_DOKUMENTARTBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_DOKUMENTARTBindingNavigator.Name = "TBDD_DOKUMENTARTBindingNavigator" Me.TBDD_DOKUMENTARTBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBDD_DOKUMENTARTBindingNavigator.Size = New System.Drawing.Size(1306, 25) - Me.TBDD_DOKUMENTARTBindingNavigator.TabIndex = 0 - Me.TBDD_DOKUMENTARTBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'TBDD_DOKUMENTARTBindingSource ' @@ -414,104 +322,77 @@ Partial Class frmDokumentart_Konfig 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(130, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Dokumentarten" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBDD_EINGANGSARTENBindingNavigatorSaveItem ' Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_EINGANGSARTENBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem, "TBDD_EINGANGSARTENBindingNavigatorSaveItem") Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem.Name = "TBDD_EINGANGSARTENBindingNavigatorSaveItem" - Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBDD_EINGANGSARTENBindingNavigatorSaveItem.Text = "Daten speichern" ' 'ToolStripButton16 ' Me.ToolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton16.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton16, "ToolStripButton16") Me.ToolStripButton16.Name = "ToolStripButton16" - Me.ToolStripButton16.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton16.Text = "Refresh" ' 'ToolStripButton17 ' Me.ToolStripButton17.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton17.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton17, "ToolStripButton17") Me.ToolStripButton17.Name = "ToolStripButton17" - Me.ToolStripButton17.Size = New System.Drawing.Size(159, 22) - Me.ToolStripButton17.Text = "Lade alle Dokumentarten" ' 'GroupBox1 ' @@ -544,49 +425,30 @@ Partial Class frmDokumentart_Konfig Me.GroupBox1.Controls.Add(Me.GEAENDERTWANNTextBox) Me.GroupBox1.Controls.Add(Me.ListBox1) Me.GroupBox1.Controls.Add(Me.TBDD_DOKUMENTARTBindingNavigator) - Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(1312, 314) - Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Dokumentarten" ' 'Button1 ' - Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.Button1.Location = New System.Drawing.Point(1275, 77) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(29, 23) - Me.Button1.TabIndex = 80 Me.Button1.UseVisualStyleBackColor = True ' 'Label4 ' - Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.Label4.AutoSize = True - Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.ForeColor = System.Drawing.Color.Crimson - Me.Label4.Location = New System.Drawing.Point(1056, 59) Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(213, 15) - Me.Label4.TabIndex = 79 - Me.Label4.Text = "Zuordnung zu Modul Record Organizer:" ' 'ListBox3 ' - Me.ListBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.ListBox3, "ListBox3") Me.ListBox3.DataSource = Me.TBWH_DOKART_MODULEBindingSource Me.ListBox3.DisplayMember = "NAME" - Me.ListBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBox3.ForeColor = System.Drawing.Color.Crimson Me.ListBox3.FormattingEnabled = True - Me.ListBox3.ItemHeight = 15 - Me.ListBox3.Location = New System.Drawing.Point(1059, 77) Me.ListBox3.Name = "ListBox3" - Me.ListBox3.Size = New System.Drawing.Size(210, 94) - Me.ListBox3.TabIndex = 78 ' 'TBWH_DOKART_MODULEBindingSource ' @@ -595,151 +457,101 @@ Partial Class frmDokumentart_Konfig ' 'lblSaveDokart ' - Me.lblSaveDokart.AutoSize = True + resources.ApplyResources(Me.lblSaveDokart, "lblSaveDokart") Me.lblSaveDokart.BackColor = System.Drawing.Color.Yellow - Me.lblSaveDokart.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveDokart.Location = New System.Drawing.Point(315, 279) Me.lblSaveDokart.Name = "lblSaveDokart" - Me.lblSaveDokart.Size = New System.Drawing.Size(240, 17) - Me.lblSaveDokart.TabIndex = 77 - Me.lblSaveDokart.Text = "Dokumentart erfolgreich gespeichert!" - Me.lblSaveDokart.Visible = False ' 'btnNamenkonvention ' - Me.btnNamenkonvention.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnNamenkonvention, "btnNamenkonvention") Me.btnNamenkonvention.ForeColor = System.Drawing.Color.Crimson Me.btnNamenkonvention.Image = Global.DD_Record_Organiser.My.Resources.Resources.FileSystemEditor_5852 - Me.btnNamenkonvention.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnNamenkonvention.Location = New System.Drawing.Point(781, 106) Me.btnNamenkonvention.Name = "btnNamenkonvention" - Me.btnNamenkonvention.Size = New System.Drawing.Size(245, 37) - Me.btnNamenkonvention.TabIndex = 27 Me.btnNamenkonvention.TabStop = False - Me.btnNamenkonvention.Text = "Namenkonvention bearbeiten" Me.btnNamenkonvention.UseVisualStyleBackColor = True ' 'OBJEKTTYPComboBox ' Me.OBJEKTTYPComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "OBJEKTTYP", True)) - Me.OBJEKTTYPComboBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.OBJEKTTYPComboBox, "OBJEKTTYPComboBox") Me.OBJEKTTYPComboBox.FormattingEnabled = True - Me.OBJEKTTYPComboBox.Location = New System.Drawing.Point(782, 77) Me.OBJEKTTYPComboBox.Name = "OBJEKTTYPComboBox" - Me.OBJEKTTYPComboBox.Size = New System.Drawing.Size(244, 23) - Me.OBJEKTTYPComboBox.TabIndex = 1 ' 'btnZielpfad ' - Me.btnZielpfad.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnZielpfad.Location = New System.Drawing.Point(919, 164) + resources.ApplyResources(Me.btnZielpfad, "btnZielpfad") Me.btnZielpfad.Name = "btnZielpfad" - Me.btnZielpfad.Size = New System.Drawing.Size(38, 23) - Me.btnZielpfad.TabIndex = 5 - Me.btnZielpfad.Text = "..." Me.btnZielpfad.UseVisualStyleBackColor = True ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GUID", True)) - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(318, 77) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(68, 23) - Me.GUIDTextBox.TabIndex = 3 Me.GUIDTextBox.TabStop = False ' 'BEZEICHNUNGTextBox ' Me.BEZEICHNUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BEZEICHNUNG", True)) - Me.BEZEICHNUNGTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.BEZEICHNUNGTextBox.Location = New System.Drawing.Point(439, 77) + resources.ApplyResources(Me.BEZEICHNUNGTextBox, "BEZEICHNUNGTextBox") Me.BEZEICHNUNGTextBox.Name = "BEZEICHNUNGTextBox" - Me.BEZEICHNUNGTextBox.Size = New System.Drawing.Size(333, 23) - Me.BEZEICHNUNGTextBox.TabIndex = 0 ' 'KURZNAMETextBox ' Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "KURZNAME", True)) - Me.KURZNAMETextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.KURZNAMETextBox.Location = New System.Drawing.Point(318, 121) + resources.ApplyResources(Me.KURZNAMETextBox, "KURZNAMETextBox") Me.KURZNAMETextBox.Name = "KURZNAMETextBox" - Me.KURZNAMETextBox.Size = New System.Drawing.Size(99, 23) - Me.KURZNAMETextBox.TabIndex = 2 ' 'ZIEL_PFADTextBox ' Me.ZIEL_PFADTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ZIEL_PFAD", True)) - Me.ZIEL_PFADTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ZIEL_PFADTextBox.Location = New System.Drawing.Point(318, 165) + resources.ApplyResources(Me.ZIEL_PFADTextBox, "ZIEL_PFADTextBox") Me.ZIEL_PFADTextBox.Name = "ZIEL_PFADTextBox" - Me.ZIEL_PFADTextBox.Size = New System.Drawing.Size(595, 23) - Me.ZIEL_PFADTextBox.TabIndex = 4 ' 'BESCHREIBUNGTextBox ' Me.BESCHREIBUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "BESCHREIBUNG", True)) - Me.BESCHREIBUNGTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.BESCHREIBUNGTextBox.Location = New System.Drawing.Point(598, 209) - Me.BESCHREIBUNGTextBox.Multiline = True + resources.ApplyResources(Me.BESCHREIBUNGTextBox, "BESCHREIBUNGTextBox") Me.BESCHREIBUNGTextBox.Name = "BESCHREIBUNGTextBox" - Me.BESCHREIBUNGTextBox.Size = New System.Drawing.Size(315, 67) - Me.BESCHREIBUNGTextBox.TabIndex = 6 ' 'AKTIVCheckBox ' Me.AKTIVCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_DOKUMENTARTBindingSource, "AKTIV", True)) - Me.AKTIVCheckBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.AKTIVCheckBox.Location = New System.Drawing.Point(968, 163) + resources.ApplyResources(Me.AKTIVCheckBox, "AKTIVCheckBox") Me.AKTIVCheckBox.Name = "AKTIVCheckBox" - Me.AKTIVCheckBox.Size = New System.Drawing.Size(58, 24) - Me.AKTIVCheckBox.TabIndex = 15 - Me.AKTIVCheckBox.Text = "Aktiv" Me.AKTIVCheckBox.UseVisualStyleBackColor = True ' 'ERSTELLTWERTextBox ' Me.ERSTELLTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True)) - Me.ERSTELLTWERTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ERSTELLTWERTextBox.Location = New System.Drawing.Point(318, 209) + resources.ApplyResources(Me.ERSTELLTWERTextBox, "ERSTELLTWERTextBox") Me.ERSTELLTWERTextBox.Name = "ERSTELLTWERTextBox" Me.ERSTELLTWERTextBox.ReadOnly = True - Me.ERSTELLTWERTextBox.Size = New System.Drawing.Size(111, 23) - Me.ERSTELLTWERTextBox.TabIndex = 19 Me.ERSTELLTWERTextBox.TabStop = False ' 'ERSTELLTWANNTextBox ' Me.ERSTELLTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWANN", True)) - Me.ERSTELLTWANNTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ERSTELLTWANNTextBox.Location = New System.Drawing.Point(441, 209) + resources.ApplyResources(Me.ERSTELLTWANNTextBox, "ERSTELLTWANNTextBox") Me.ERSTELLTWANNTextBox.Name = "ERSTELLTWANNTextBox" Me.ERSTELLTWANNTextBox.ReadOnly = True - Me.ERSTELLTWANNTextBox.Size = New System.Drawing.Size(140, 23) - Me.ERSTELLTWANNTextBox.TabIndex = 21 Me.ERSTELLTWANNTextBox.TabStop = False ' 'GEANDERTWERTextBox ' Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEANDERTWER", True)) - Me.GEANDERTWERTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(318, 253) + resources.ApplyResources(Me.GEANDERTWERTextBox, "GEANDERTWERTextBox") Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox" Me.GEANDERTWERTextBox.ReadOnly = True - Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(111, 23) - Me.GEANDERTWERTextBox.TabIndex = 23 Me.GEANDERTWERTextBox.TabStop = False ' 'GEAENDERTWANNTextBox ' Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "GEAENDERTWANN", True)) - Me.GEAENDERTWANNTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(441, 253) + resources.ApplyResources(Me.GEAENDERTWANNTextBox, "GEAENDERTWANNTextBox") Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.ReadOnly = True - Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(140, 23) - Me.GEAENDERTWANNTextBox.TabIndex = 25 Me.GEAENDERTWANNTextBox.TabStop = False ' 'ListBox1 @@ -747,13 +559,9 @@ Partial Class frmDokumentart_Konfig Me.ListBox1.BackColor = System.Drawing.SystemColors.GradientActiveCaption Me.ListBox1.DataSource = Me.TBDD_DOKUMENTARTBindingSource Me.ListBox1.DisplayMember = "BEZEICHNUNG" - Me.ListBox1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.FormattingEnabled = True - Me.ListBox1.ItemHeight = 15 - Me.ListBox1.Location = New System.Drawing.Point(3, 44) Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(306, 244) - Me.ListBox1.TabIndex = 1 Me.ListBox1.TabStop = False Me.ListBox1.ValueMember = "GUID" ' @@ -818,33 +626,24 @@ Partial Class frmDokumentart_Konfig 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 581) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(1312, 22) - Me.StatusStrip1.TabIndex = 2 - Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" - Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(121, 17) - Me.ToolStripStatusLabel1.Text = "ToolStripStatusLabel1" + resources.ApplyResources(Me.ToolStripStatusLabel1, "ToolStripStatusLabel1") ' '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(3, 304) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(1267, 277) - Me.XtraTabControl1.TabIndex = 2 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' - Me.XtraTabPage1.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") Me.XtraTabPage1.Controls.Add(SQL_RESULTLabel) Me.XtraTabPage1.Controls.Add(Me.SQL_RESULTTextBox) Me.XtraTabPage1.Controls.Add(Me.Label2) @@ -869,128 +668,91 @@ Partial Class frmDokumentart_Konfig Me.XtraTabPage1.Controls.Add(Me.ListBox2) Me.XtraTabPage1.Controls.Add(Me.TBDD_INDEX_AUTOMBindingNavigator) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(1261, 249) - Me.XtraTabPage1.Text = "Automatische Indexe" ' 'SQL_RESULTTextBox ' Me.SQL_RESULTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "SQL_RESULT", True)) - Me.SQL_RESULTTextBox.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SQL_RESULTTextBox.Location = New System.Drawing.Point(932, 81) - Me.SQL_RESULTTextBox.Multiline = True + resources.ApplyResources(Me.SQL_RESULTTextBox, "SQL_RESULTTextBox") Me.SQL_RESULTTextBox.Name = "SQL_RESULTTextBox" - Me.SQL_RESULTTextBox.Size = New System.Drawing.Size(317, 115) - Me.SQL_RESULTTextBox.TabIndex = 80 ' 'Label2 ' - Me.Label2.AutoSize = True + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(311, 25) Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(510, 19) - Me.Label2.TabIndex = 79 - Me.Label2.Text = "Die hier definierten Indizes werden automatisch durch die Entitätzugehörigkeit zu" & _ - "geordnet." ' 'lblSaveIndex ' - Me.lblSaveIndex.AutoSize = True + resources.ApplyResources(Me.lblSaveIndex, "lblSaveIndex") Me.lblSaveIndex.BackColor = System.Drawing.Color.Yellow - Me.lblSaveIndex.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveIndex.Location = New System.Drawing.Point(827, 25) Me.lblSaveIndex.Name = "lblSaveIndex" - Me.lblSaveIndex.Size = New System.Drawing.Size(192, 17) - Me.lblSaveIndex.TabIndex = 78 - Me.lblSaveIndex.Text = "Index erfolgreich gespeichert!" - Me.lblSaveIndex.Visible = False ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(706, 173) + 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(142, 21) - Me.CHANGED_WHENTextBox.TabIndex = 19 Me.CHANGED_WHENTextBox.TabStop = False ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(586, 173) + 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(111, 21) - Me.CHANGED_WHOTextBox.TabIndex = 17 Me.CHANGED_WHOTextBox.TabStop = False ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(435, 173) + 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(142, 21) - Me.ADDED_WHENTextBox.TabIndex = 15 Me.ADDED_WHENTextBox.TabStop = False ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(314, 173) + 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(111, 21) - Me.ADDED_WHOTextBox.TabIndex = 13 Me.ADDED_WHOTextBox.TabStop = False ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_INDEX_AUTOMBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(864, 80) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(104, 24) - Me.ACTIVECheckBox.TabIndex = 11 - Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'COMMENTTextBox ' Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "COMMENT", True)) - Me.COMMENTTextBox.Location = New System.Drawing.Point(314, 125) + resources.ApplyResources(Me.COMMENTTextBox, "COMMENTTextBox") Me.COMMENTTextBox.Name = "COMMENTTextBox" - Me.COMMENTTextBox.Size = New System.Drawing.Size(534, 21) - Me.COMMENTTextBox.TabIndex = 2 ' 'VALUEComboBox ' Me.VALUEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "VALUE", True)) Me.VALUEComboBox.FormattingEnabled = True - Me.VALUEComboBox.Items.AddRange(New Object() {"@Record-ID", "@Dokart"}) - Me.VALUEComboBox.Location = New System.Drawing.Point(665, 80) + Me.VALUEComboBox.Items.AddRange(New Object() {resources.GetString("VALUEComboBox.Items"), resources.GetString("VALUEComboBox.Items1")}) + resources.ApplyResources(Me.VALUEComboBox, "VALUEComboBox") Me.VALUEComboBox.Name = "VALUEComboBox" - Me.VALUEComboBox.Size = New System.Drawing.Size(183, 21) - Me.VALUEComboBox.TabIndex = 1 ' 'INDEXNAMEComboBox ' Me.INDEXNAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "INDEXNAME", True)) Me.INDEXNAMEComboBox.FormattingEnabled = True - Me.INDEXNAMEComboBox.Location = New System.Drawing.Point(391, 80) + resources.ApplyResources(Me.INDEXNAMEComboBox, "INDEXNAMEComboBox") Me.INDEXNAMEComboBox.Name = "INDEXNAMEComboBox" - Me.INDEXNAMEComboBox.Size = New System.Drawing.Size(268, 21) - Me.INDEXNAMEComboBox.TabIndex = 0 ' 'GUIDTextBox1 ' Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_INDEX_AUTOMBindingSource, "GUID", True)) - Me.GUIDTextBox1.Location = New System.Drawing.Point(314, 81) + resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1") Me.GUIDTextBox1.Name = "GUIDTextBox1" Me.GUIDTextBox1.ReadOnly = True - Me.GUIDTextBox1.Size = New System.Drawing.Size(68, 21) - Me.GUIDTextBox1.TabIndex = 3 Me.GUIDTextBox1.TabStop = False ' 'ListBox2 @@ -998,14 +760,9 @@ Partial Class frmDokumentart_Konfig Me.ListBox2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.ListBox2.DataSource = Me.TBDD_INDEX_AUTOMBindingSource Me.ListBox2.DisplayMember = "INDEXNAME" - Me.ListBox2.Dock = System.Windows.Forms.DockStyle.Left - Me.ListBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBox2, "ListBox2") Me.ListBox2.FormattingEnabled = True - Me.ListBox2.ItemHeight = 15 - Me.ListBox2.Location = New System.Drawing.Point(0, 25) Me.ListBox2.Name = "ListBox2" - Me.ListBox2.Size = New System.Drawing.Size(305, 224) - Me.ListBox2.TabIndex = 2 Me.ListBox2.TabStop = False Me.ListBox2.ValueMember = "GUID" ' @@ -1017,113 +774,84 @@ Partial Class frmDokumentart_Konfig Me.TBDD_INDEX_AUTOMBindingNavigator.CountItemFormat = "von {0} Indexen" Me.TBDD_INDEX_AUTOMBindingNavigator.DeleteItem = Me.ToolStripButton2 Me.TBDD_INDEX_AUTOMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripSeparator3, Me.ToolStripButton1, Me.ToolStripButton2, Me.ToolStripButton7}) - Me.TBDD_INDEX_AUTOMBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBDD_INDEX_AUTOMBindingNavigator, "TBDD_INDEX_AUTOMBindingNavigator") Me.TBDD_INDEX_AUTOMBindingNavigator.MoveFirstItem = Me.ToolStripButton3 Me.TBDD_INDEX_AUTOMBindingNavigator.MoveLastItem = Me.ToolStripButton6 Me.TBDD_INDEX_AUTOMBindingNavigator.MoveNextItem = Me.ToolStripButton5 Me.TBDD_INDEX_AUTOMBindingNavigator.MovePreviousItem = Me.ToolStripButton4 Me.TBDD_INDEX_AUTOMBindingNavigator.Name = "TBDD_INDEX_AUTOMBindingNavigator" Me.TBDD_INDEX_AUTOMBindingNavigator.PositionItem = Me.ToolStripTextBox1 - Me.TBDD_INDEX_AUTOMBindingNavigator.Size = New System.Drawing.Size(1261, 25) - Me.TBDD_INDEX_AUTOMBindingNavigator.TabIndex = 1 - Me.TBDD_INDEX_AUTOMBindingNavigator.Text = "BindingNavigator1" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.RightToLeftAutoMirrorImage = True - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton1.Text = "Neu hinzufügen" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(88, 22) - Me.ToolStripLabel1.Text = "von {0} Indexen" - Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1") ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.RightToLeftAutoMirrorImage = True - Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton2.Text = "Löschen" ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") Me.ToolStripButton3.Name = "ToolStripButton3" - Me.ToolStripButton3.RightToLeftAutoMirrorImage = True - Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton3.Text = "Erste verschieben" ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4") Me.ToolStripButton4.Name = "ToolStripButton4" - Me.ToolStripButton4.RightToLeftAutoMirrorImage = True - Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton4.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'ToolStripTextBox1 ' - Me.ToolStripTextBox1.AccessibleName = "Position" - Me.ToolStripTextBox1.AutoSize = False + resources.ApplyResources(Me.ToolStripTextBox1, "ToolStripTextBox1") Me.ToolStripTextBox1.Name = "ToolStripTextBox1" - Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23) - Me.ToolStripTextBox1.Text = "0" - Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' '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 = "Nächste verschieben" ' '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 = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' '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.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton7.Text = "Daten speichern" ' 'XtraTabPage2 ' - Me.XtraTabPage2.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") Me.XtraTabPage2.Controls.Add(Me.Label3) Me.XtraTabPage2.Controls.Add(Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView) Me.XtraTabPage2.Controls.Add(Me.Label1) @@ -1131,19 +859,12 @@ Partial Class frmDokumentart_Konfig Me.XtraTabPage2.Controls.Add(Me.ComboBox1) Me.XtraTabPage2.Controls.Add(Me.BindingNavigator1) Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(1261, 249) - Me.XtraTabPage2.Text = "Zurodnung Dokumentart - Entität" ' 'Label3 ' - Me.Label3.AutoSize = True + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(11, 25) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(432, 19) - Me.Label3.TabIndex = 80 - Me.Label3.Text = "Eine Dokumentart kann auf eine oder mehrere Entitäten zugeordnet werden." ' 'TBPMO_WD_FORMVIEW_DOKTYPESDataGridView ' @@ -1151,65 +872,60 @@ Partial Class frmDokumentart_Konfig Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.AllowUserToDeleteRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 - Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.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.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView, "TBPMO_WD_FORMVIEW_DOKTYPESDataGridView") Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.AutoGenerateColumns = False Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9}) Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.DataSource = Me.TBPMO_WD_FORMVIEW_DOKTYPESBindingSource - Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.Location = New System.Drawing.Point(11, 106) Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.Name = "TBPMO_WD_FORMVIEW_DOKTYPESDataGridView" Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.ReadOnly = True - Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.Size = New System.Drawing.Size(964, 140) - Me.TBPMO_WD_FORMVIEW_DOKTYPESDataGridView.TabIndex = 5 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn1.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1") Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.ReadOnly = True ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.DataPropertyName = "FORM_TITLE" - Me.DataGridViewTextBoxColumn3.HeaderText = "Entität - Formular" + resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.ReadOnly = True ' 'DataGridViewTextBoxColumn5 ' Me.DataGridViewTextBoxColumn5.DataPropertyName = "BEZEICHNUNG" - Me.DataGridViewTextBoxColumn5.HeaderText = "Dokumentart" + resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" Me.DataGridViewTextBoxColumn5.ReadOnly = True ' 'DataGridViewTextBoxColumn6 ' Me.DataGridViewTextBoxColumn6.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn6.HeaderText = "Added who" + resources.ApplyResources(Me.DataGridViewTextBoxColumn6, "DataGridViewTextBoxColumn6") Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" Me.DataGridViewTextBoxColumn6.ReadOnly = True ' 'DataGridViewTextBoxColumn7 ' Me.DataGridViewTextBoxColumn7.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn7.HeaderText = "when" + resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" Me.DataGridViewTextBoxColumn7.ReadOnly = True ' 'DataGridViewTextBoxColumn8 ' Me.DataGridViewTextBoxColumn8.DataPropertyName = "CHANGED_WHO" - Me.DataGridViewTextBoxColumn8.HeaderText = "Changed who" + resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" Me.DataGridViewTextBoxColumn8.ReadOnly = True ' 'DataGridViewTextBoxColumn9 ' Me.DataGridViewTextBoxColumn9.DataPropertyName = "CHANGED_WHEN" - Me.DataGridViewTextBoxColumn9.HeaderText = "when" + resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" Me.DataGridViewTextBoxColumn9.ReadOnly = True ' @@ -1220,23 +936,14 @@ Partial Class frmDokumentart_Konfig ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(8, 57) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(212, 13) - Me.Label1.TabIndex = 5 - Me.Label1.Text = "Entität auswählen (Angezeigtes Formular):" ' 'btnAddDokart_Entity ' Me.btnAddDokart_Entity.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.btnAddDokart_Entity.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddDokart_Entity.Location = New System.Drawing.Point(291, 76) + resources.ApplyResources(Me.btnAddDokart_Entity, "btnAddDokart_Entity") Me.btnAddDokart_Entity.Name = "btnAddDokart_Entity" - Me.btnAddDokart_Entity.Size = New System.Drawing.Size(228, 23) - Me.btnAddDokart_Entity.TabIndex = 4 - Me.btnAddDokart_Entity.Text = "Entität zu Dokumentart hinzufügen" - Me.btnAddDokart_Entity.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddDokart_Entity.UseVisualStyleBackColor = False ' 'ComboBox1 @@ -1244,10 +951,8 @@ Partial Class frmDokumentart_Konfig Me.ComboBox1.DataSource = Me.TBPMO_FORM_VIEWBindingSource Me.ComboBox1.DisplayMember = "FORM_TITLE" Me.ComboBox1.FormattingEnabled = True - Me.ComboBox1.Location = New System.Drawing.Point(11, 77) + resources.ApplyResources(Me.ComboBox1, "ComboBox1") Me.ComboBox1.Name = "ComboBox1" - Me.ComboBox1.Size = New System.Drawing.Size(274, 21) - Me.ComboBox1.TabIndex = 3 Me.ComboBox1.ValueMember = "GUID" ' 'TBPMO_FORM_VIEWBindingSource @@ -1263,118 +968,87 @@ Partial Class frmDokumentart_Konfig Me.BindingNavigator1.CountItemFormat = "von {0} Zuordnungen" Me.BindingNavigator1.DeleteItem = Me.ToolStripButton9 Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton10, Me.ToolStripButton11, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton12, Me.ToolStripButton13, Me.ToolStripSeparator6, Me.ToolStripButton8, Me.ToolStripButton9, Me.ToolStripButton14, Me.ToolStripButton15}) - Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1") Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton10 Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton13 Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton12 Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton11 Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.ToolStripTextBox2 - Me.BindingNavigator1.Size = New System.Drawing.Size(1261, 25) - Me.BindingNavigator1.TabIndex = 2 - Me.BindingNavigator1.Text = "BindingNavigator1" ' '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 = "Neu hinzufügen" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(120, 22) - Me.ToolStripLabel2.Text = "von {0} Zuordnungen" - Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") ' '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 = "Löschen" ' '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 = "Erste verschieben" ' 'ToolStripButton11 ' Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") Me.ToolStripButton11.Name = "ToolStripButton11" - Me.ToolStripButton11.RightToLeftAutoMirrorImage = True - Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton11.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4") ' '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" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' 'ToolStripButton12 ' Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") Me.ToolStripButton12.Name = "ToolStripButton12" - Me.ToolStripButton12.RightToLeftAutoMirrorImage = True - Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton12.Text = "Nächste verschieben" ' 'ToolStripButton13 ' Me.ToolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton13, "ToolStripButton13") Me.ToolStripButton13.Name = "ToolStripButton13" - Me.ToolStripButton13.RightToLeftAutoMirrorImage = True - Me.ToolStripButton13.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton13.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") ' 'ToolStripButton14 ' Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton14, "ToolStripButton14") Me.ToolStripButton14.Name = "ToolStripButton14" - Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton14.Text = "Daten speichern" ' 'ToolStripButton15 ' Me.ToolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton15.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton15, "ToolStripButton15") Me.ToolStripButton15.Name = "ToolStripButton15" - Me.ToolStripButton15.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton15.Text = "Refresh" ' 'TBPMO_FORM_VIEWTableAdapter ' @@ -1390,16 +1064,12 @@ Partial Class frmDokumentart_Konfig ' 'frmDokumentart_Konfig ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1312, 603) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.GroupBox1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmDokumentart_Konfig" - Me.Text = "Dokumentart - Konfiguration" CType(Me.TBDD_DOKUMENTARTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBDD_DOKUMENTARTBindingNavigator.ResumeLayout(False) Me.TBDD_DOKUMENTARTBindingNavigator.PerformLayout() diff --git a/app/DD-Record-Organiser/frmDokumentart_Konfig.resx b/app/DD-Record-Organiser/frmDokumentart_Konfig.resx index 7cf164c..78d7e2c 100644 --- a/app/DD-Record-Organiser/frmDokumentart_Konfig.resx +++ b/app/DD-Record-Organiser/frmDokumentart_Konfig.resx @@ -120,64 +120,608 @@ False + + + True + + + + Segoe UI, 9pt + + + 315, 59 + + + 61, 15 + + + 2 + + + Dokart-ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + False + + True + + + Segoe UI, 9pt + + + 436, 59 + + + 78, 15 + + + 4 + + + Bezeichnung: + + + BEZEICHNUNGLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 10 + False + + True + + + Segoe UI, 9pt + + + 315, 103 + + + 63, 15 + + + 8 + + + Kurzname: + + + KURZNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 12 + False + + True + + + Segoe UI, 9pt + + + 315, 147 + + + 58, 15 + + + 10 + + + Ziel-Pfad: + + + ZIEL_PFADLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 14 + False + + True + + + Segoe UI, 9pt + + + 595, 191 + + + 82, 15 + + + 12 + + + Beschreibung: + + + BESCHREIBUNGLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 16 + False + + True + + + Segoe UI, 9pt + + + 315, 191 + + + 67, 15 + + + 18 + + + Erstellt wer: + + + ERSTELLTWERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 19 + False + + True + + + Segoe UI, 9pt + + + 438, 191 + + + 77, 15 + + + 20 + + + Erstellt wann: + + + ERSTELLTWANNLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 21 + False + + True + + + Segoe UI, 9pt + + + 315, 235 + + + 80, 15 + + + 22 + + + Geändert wer: + + + GEANDERTWERLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 23 + False + + True + + + Segoe UI, 9pt + + + 438, 235 + + + 90, 15 + + + 24 + + + Geändert wann: + + + GEAENDERTWANNLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 25 + False + + True + + + 311, 63 + + + 22, 13 + + + 2 + + + ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 19 + False + + True + + + 388, 63 + + + 65, 13 + + + 4 + + + Indexname: + + + INDEXNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 18 + False + + True + + + 662, 63 + + + 141, 13 + + + 6 + + + Platzhalter Laufzeitvariable: + + + VALUELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 16 + False + + True + + + 311, 107 + + + 64, 13 + + + 8 + + + Bemerkung: + + + COMMENTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 13 + False + + True + + + 311, 155 + + + 65, 13 + + + 12 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 10 + False + + True + + + 434, 155 + + + 73, 13 + + + 14 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 8 + False + + True + + + 583, 155 + + + 73, 13 + + + 16 + + + Geändert wo: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 6 + False + + True + + + 703, 155 + + + 85, 13 + + + 18 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 4 + False + + True + + + Segoe UI, 9pt + + + 778, 59 + + + 62, 15 + + + 26 + + + Objekttyp: + + + OBJEKTTYPLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + False + + True + + + 929, 63 + + + 64, 13 + + + 79 + + + SQL-Result: + + + SQL_RESULTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + 854, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -190,12 +734,30 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + 1125, 17 17, 17 + + 130, 22 + + + von {0} Dokumentarten + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -208,6 +770,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -219,6 +790,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -228,6 +808,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -237,6 +847,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -248,6 +867,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -255,16 +886,569 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + Refresh + + + Magenta + + + 159, 22 + + + Lade alle Dokumentarten + + + 3, 19 + + + 1306, 25 + + + 0 + + + BindingNavigator1 + + + TBDD_DOKUMENTARTBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 28 + + + + Top, Right + + + 1275, 77 + + + 29, 23 + + + 80 + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + Top, Right + + + True + + + Segoe UI, 9pt, style=Italic + + + 1056, 59 + + + 213, 15 + + + 79 + + + Zuordnung zu Modul Record Organizer: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Top, Right + 339, 95 - - 160, 17 - - - 423, 17 - - + + Segoe UI, 9pt, style=Italic + + + 15 + + + 1059, 77 + + + 210, 94 + + + 78 + + + ListBox3 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 315, 279 + + + 240, 17 + + + 77 + + + Dokumentart erfolgreich gespeichert! + + + False + + + lblSaveDokart + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Segoe UI, 9pt, style=Bold + + + MiddleLeft + + + 781, 106 + + + 245, 37 + + + 27 + + + Namenkonvention bearbeiten + + + btnNamenkonvention + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + Segoe UI, 9pt + + + 782, 77 + + + 244, 23 + + + 1 + + + OBJEKTTYPComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + Segoe UI, 9pt + + + 919, 164 + + + 38, 23 + + + 5 + + + ... + + + btnZielpfad + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + Segoe UI, 9pt + + + 318, 77 + + + 68, 23 + + + 3 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + + + Segoe UI, 9pt + + + 439, 77 + + + 333, 23 + + + 0 + + + BEZEICHNUNGTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 11 + + + Segoe UI, 9pt + + + 318, 121 + + + 99, 23 + + + 2 + + + KURZNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 13 + + + Segoe UI, 9pt + + + 318, 165 + + + 595, 23 + + + 4 + + + ZIEL_PFADTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 15 + + + Segoe UI, 9pt + + + 598, 209 + + + True + + + 315, 67 + + + 6 + + + BESCHREIBUNGTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 17 + + + Segoe UI, 9pt + + + 968, 163 + + + 58, 24 + + + 15 + + + Aktiv + + + AKTIVCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 18 + + + Segoe UI, 9pt + + + 318, 209 + + + 111, 23 + + + 19 + + + ERSTELLTWERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 20 + + + Segoe UI, 9pt + + + 441, 209 + + + 140, 23 + + + 21 + + + ERSTELLTWANNTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 22 + + + Segoe UI, 9pt + + + 318, 253 + + + 111, 23 + + + 23 + + + GEANDERTWERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 24 + + + Segoe UI, 9pt + + + 441, 253 + + + 140, 23 + + + 25 + + + GEAENDERTWANNTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 26 + + + Segoe UI Semibold, 9pt, style=Bold + + + 15 + + + 3, 44 + + + 306, 244 + + + 1 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 27 + + + Top + + + Segoe UI, 9pt, style=Bold + + + 0, 0 + + + 1312, 314 + + + 1 + + + Dokumentarten + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 160, 17 + + + 423, 17 + + 681, 17 @@ -282,6 +1466,363 @@ 403, 56 + + 121, 17 + + + ToolStripStatusLabel1 + + + 0, 581 + + + 1312, 22 + + + 2 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top, Bottom, Left, Right + + + 3, 304 + + + True + + + Consolas, 8.25pt + + + 932, 81 + + + True + + + 317, 115 + + + 80 + + + SQL_RESULTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 311, 25 + + + 510, 19 + + + 79 + + + Die hier definierten Indizes werden automatisch durch die Entitätzugehörigkeit zugeordnet. + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 2 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 827, 25 + + + 192, 17 + + + 78 + + + Index erfolgreich gespeichert! + + + False + + + lblSaveIndex + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 3 + + + 706, 173 + + + 142, 21 + + + 19 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 5 + + + 586, 173 + + + 111, 21 + + + 17 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 7 + + + 435, 173 + + + 142, 21 + + + 15 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 9 + + + 314, 173 + + + 111, 21 + + + 13 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 11 + + + 864, 80 + + + 104, 24 + + + 11 + + + Aktiv + + + ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 12 + + + 314, 125 + + + 534, 21 + + + 2 + + + COMMENTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 14 + + + @Record-ID + + + @Dokart + + + 665, 80 + + + 183, 21 + + + 1 + + + VALUEComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 15 + + + 391, 80 + + + 268, 21 + + + 0 + + + INDEXNAMEComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 17 + + + 314, 81 + + + 68, 21 + + + 3 + + + GUIDTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 20 + + + Left + + + Segoe UI, 9pt, style=Italic + + + 15 + + + 0, 25 + + + 305, 224 + + + 2 + + + ListBox2 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 21 + 520, 56 @@ -297,6 +1838,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 88, 22 + + + von {0} Indexen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -309,6 +1868,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -320,6 +1888,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -329,6 +1906,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -338,6 +1945,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -349,6 +1965,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -356,12 +1984,222 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 1261, 25 + + + 1 + + + BindingNavigator1 + + + TBDD_INDEX_AUTOMBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 22 + + + 1261, 249 + + + Automatische Indexe + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 1267, 277 + + + 2 + + + True + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 11, 25 + + + 432, 19 + + + 80 + + + Eine Dokumentart kann auf eine oder mehrere Entitäten zugeordnet werden. + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 0 + + + Top, Bottom, Left, Right + + + ID + + + Entität - Formular + + + Dokumentart + + + Added who + + + when + + + Changed who + + + when + 1422, 56 + + 11, 106 + + + 964, 140 + + + 5 + + + TBPMO_WD_FORMVIEW_DOKTYPESDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 1 + + + True + + + 8, 57 + + + 212, 13 + + + 5 + + + Entität auswählen (Angezeigtes Formular): + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 2 + + + MiddleLeft + + + 291, 76 + + + 228, 23 + + + 4 + + + Entität zu Dokumentart hinzufügen + + + MiddleRight + + + btnAddDokart_Entity + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 3 + 940, 56 + + 11, 77 + + + 274, 21 + + + 3 + + + ComboBox1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 4 + 786, 56 @@ -377,6 +2215,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 120, 22 + + + von {0} Zuordnungen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -389,6 +2245,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -400,6 +2265,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -409,6 +2283,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -418,6 +2322,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -429,6 +2342,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -436,6 +2361,75 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + Refresh + + + 0, 0 + + + 1261, 25 + + + 2 + + + BindingNavigator1 + + + BindingNavigator1 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 5 + + + 1261, 249 + + + Zurodnung Dokumentart - Entität + + + XtraTabPage2 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + 1184, 56 @@ -448,9 +2442,21 @@ 876, 95 + + True + 136 + + 7, 15 + + + 1312, 603 + + + Segoe UI, 9pt + AAABAAEAEBAAAAEACABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAAAEAAAAAAAAAAAAAAAEAAAAB @@ -479,4 +2485,391 @@ AACAAQAAgAEAAMADAADhhwAA888AAP//AAA= + + Dokumentart - Konfiguration + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_DOKUMENTARTBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorCountItem + + + 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 + + + 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 + + + TBDD_EINGANGSARTENBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton16 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton17 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBWH_DOKART_MODULEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_EINGANGSARTENBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_EINGANGSARTENTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_EINGANGSARTENTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_DOKUMENTARTTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_DOKUMENTARTTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_INDEX_AUTOMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_INDEX_AUTOMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_INDEX_AUTOMBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripStatusLabel1 + + + System.Windows.Forms.ToolStripStatusLabel, 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 + + + ToolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton4 + + + 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 + + + ToolStripTextBox1 + + + System.Windows.Forms.ToolStripTextBox, 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 + + + ToolStripButton5 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + DataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, 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 + + + 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 + + + TBPMO_WD_FORMVIEW_DOKTYPESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_VIEWBindingSource + + + System.Windows.Forms.BindingSource, 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 + + + ToolStripLabel2 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton11 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator4 + + + 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 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + ToolStripButton13 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripButton14 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton15 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_VIEWTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WD_FORMVIEW_DOKTYPESTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WD_FORMVIEW_DOKTYPESTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBWH_DOKART_MODULETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBWH_DOKART_MODULETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ToolTipController1 + + + DevExpress.Utils.ToolTipController, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + frmDokumentart_Konfig + + + 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-Record-Organiser/frmDokumentart_NameConvention.designer.vb b/app/DD-Record-Organiser/frmDokumentart_NameConvention.designer.vb index 05b16e7..235267d 100644 --- a/app/DD-Record-Organiser/frmDokumentart_NameConvention.designer.vb +++ b/app/DD-Record-Organiser/frmDokumentart_NameConvention.designer.vb @@ -23,6 +23,7 @@ Partial Class frmDokumentart_NameConvention _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDokumentart_NameConvention)) Me.Label1 = New System.Windows.Forms.Label() Me.txtnamenKonv = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() @@ -64,65 +65,40 @@ Partial Class frmDokumentart_NameConvention ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(9, 20) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(400, 45) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "Definieren Sie hier die Namenskonvention zur ausgewählten Dokumentart." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sie haben" & _ - " die Möglichkeit den Dateinamen aus den unten aufgeführten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Indizes und Textbaus" & _ - "teinen zusammenzustellen." ' 'txtnamenKonv ' - Me.txtnamenKonv.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtnamenKonv.Location = New System.Drawing.Point(12, 93) + resources.ApplyResources(Me.txtnamenKonv, "txtnamenKonv") Me.txtnamenKonv.Name = "txtnamenKonv" - Me.txtnamenKonv.Size = New System.Drawing.Size(627, 23) - Me.txtnamenKonv.TabIndex = 1 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.btnAddIndexM) Me.GroupBox1.Controls.Add(Me.cmbIndex_AUTO) - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(12, 124) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(237, 104) - Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Automatische Indexe:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(202, 39) - Me.Label2.TabIndex = 9 - Me.Label2.Text = "Diese Indexe werden automatisch gesetzt," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "können aber auch zur Dateibenennung" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ge" & _ - "nutzt werden." ' 'btnAddIndexM ' Me.btnAddIndexM.Image = Global.DD_Record_Organiser.My.Resources.Resources.add - Me.btnAddIndexM.Location = New System.Drawing.Point(197, 70) + resources.ApplyResources(Me.btnAddIndexM, "btnAddIndexM") Me.btnAddIndexM.Name = "btnAddIndexM" - Me.btnAddIndexM.Size = New System.Drawing.Size(30, 25) - Me.btnAddIndexM.TabIndex = 4 Me.btnAddIndexM.UseVisualStyleBackColor = True ' 'cmbIndex_AUTO ' - Me.cmbIndex_AUTO.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbIndex_AUTO, "cmbIndex_AUTO") Me.cmbIndex_AUTO.FormattingEnabled = True - Me.cmbIndex_AUTO.Location = New System.Drawing.Point(9, 70) Me.cmbIndex_AUTO.Name = "cmbIndex_AUTO" - Me.cmbIndex_AUTO.Size = New System.Drawing.Size(182, 25) - Me.cmbIndex_AUTO.TabIndex = 2 ' 'TBDD_INDEX_AUTOMBindingSource ' @@ -136,57 +112,37 @@ Partial Class frmDokumentart_NameConvention ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.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)) - Me.Label4.Location = New System.Drawing.Point(6, 58) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(87, 15) - Me.Label4.TabIndex = 7 - Me.Label4.Text = "Entität wählen:" ' 'cmbEntity ' Me.cmbEntity.DisplayMember = "GUID" - Me.cmbEntity.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.cmbEntity, "cmbEntity") Me.cmbEntity.FormattingEnabled = True - Me.cmbEntity.Location = New System.Drawing.Point(9, 76) Me.cmbEntity.Name = "cmbEntity" - Me.cmbEntity.Size = New System.Drawing.Size(218, 23) - Me.cmbEntity.TabIndex = 6 Me.cmbEntity.ValueMember = "GUID" ' 'btnAddIndexA ' - Me.btnAddIndexA.Enabled = False + resources.ApplyResources(Me.btnAddIndexA, "btnAddIndexA") Me.btnAddIndexA.Image = Global.DD_Record_Organiser.My.Resources.Resources.add - Me.btnAddIndexA.Location = New System.Drawing.Point(423, 74) Me.btnAddIndexA.Name = "btnAddIndexA" - Me.btnAddIndexA.Size = New System.Drawing.Size(30, 25) - Me.btnAddIndexA.TabIndex = 5 Me.btnAddIndexA.UseVisualStyleBackColor = True ' 'cmbIndex_Controls ' Me.cmbIndex_Controls.DataSource = Me.TBDD_INDEX_AUTOMBindingSource Me.cmbIndex_Controls.DisplayMember = "INDEXNAME" - Me.cmbIndex_Controls.Enabled = False - Me.cmbIndex_Controls.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbIndex_Controls, "cmbIndex_Controls") Me.cmbIndex_Controls.FormattingEnabled = True - Me.cmbIndex_Controls.Location = New System.Drawing.Point(236, 76) Me.cmbIndex_Controls.Name = "cmbIndex_Controls" - Me.cmbIndex_Controls.Size = New System.Drawing.Size(182, 25) - Me.cmbIndex_Controls.TabIndex = 3 Me.cmbIndex_Controls.ValueMember = "DOCTYPE_ID" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(233, 56) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(158, 17) - Me.Label3.TabIndex = 1 - Me.Label3.Text = "Control-Werte aus Entität:" ' 'GroupBox2 ' @@ -194,87 +150,55 @@ Partial Class frmDokumentart_NameConvention Me.GroupBox2.Controls.Add(Me.btnTrennzeichen) Me.GroupBox2.Controls.Add(Me.cmbDate) Me.GroupBox2.Controls.Add(Me.Label20) - Me.GroupBox2.Location = New System.Drawing.Point(255, 124) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(216, 104) - Me.GroupBox2.TabIndex = 3 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Variablen einfügen:" ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.add - Me.Button1.Location = New System.Drawing.Point(180, 72) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(30, 23) - Me.Button1.TabIndex = 13 Me.Button1.UseVisualStyleBackColor = True ' 'btnTrennzeichen ' Me.btnTrennzeichen.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.btnTrennzeichen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnTrennzeichen.Location = New System.Drawing.Point(6, 24) + resources.ApplyResources(Me.btnTrennzeichen, "btnTrennzeichen") Me.btnTrennzeichen.Name = "btnTrennzeichen" - Me.btnTrennzeichen.Size = New System.Drawing.Size(168, 25) - Me.btnTrennzeichen.TabIndex = 6 - Me.btnTrennzeichen.Text = "Dateitrennzeichen" - Me.btnTrennzeichen.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTrennzeichen.UseVisualStyleBackColor = True ' 'cmbDate ' - Me.cmbDate.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbDate, "cmbDate") Me.cmbDate.FormattingEnabled = True - Me.cmbDate.Items.AddRange(New Object() {"YY_MM_DD", "YYYY_MM_DD", "YYYY_MM", "DD_MM_YY", "DD_MM_YYYY", "MM_YYYY"}) - Me.cmbDate.Location = New System.Drawing.Point(6, 72) + Me.cmbDate.Items.AddRange(New Object() {resources.GetString("cmbDate.Items"), resources.GetString("cmbDate.Items1"), resources.GetString("cmbDate.Items2"), resources.GetString("cmbDate.Items3"), resources.GetString("cmbDate.Items4"), resources.GetString("cmbDate.Items5")}) Me.cmbDate.Name = "cmbDate" - Me.cmbDate.Size = New System.Drawing.Size(168, 23) - Me.cmbDate.TabIndex = 12 ' 'Label20 ' - Me.Label20.AutoSize = True - Me.Label20.Location = New System.Drawing.Point(3, 52) + resources.ApplyResources(Me.Label20, "Label20") Me.Label20.Name = "Label20" - Me.Label20.Size = New System.Drawing.Size(99, 17) - Me.Label20.TabIndex = 11 - Me.Label20.Text = "Datum-Struktur:" ' 'btndelete ' Me.btndelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btndelete.Location = New System.Drawing.Point(498, 62) + resources.ApplyResources(Me.btndelete, "btndelete") Me.btndelete.Name = "btndelete" - Me.btndelete.Size = New System.Drawing.Size(141, 28) - Me.btndelete.TabIndex = 4 - Me.btndelete.Text = "Lösche Konvention" - Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndelete.UseVisualStyleBackColor = True ' 'btnOK ' Me.btnOK.Image = Global.DD_Record_Organiser.My.Resources.Resources.save - Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnOK.Location = New System.Drawing.Point(498, 147) + resources.ApplyResources(Me.btnOK, "btnOK") Me.btnOK.Name = "btnOK" - Me.btnOK.Size = New System.Drawing.Size(141, 26) - Me.btnOK.TabIndex = 5 - Me.btnOK.Text = "Speichern" - Me.btnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnOK.UseVisualStyleBackColor = True ' 'btnclose ' Me.btnclose.Image = Global.DD_Record_Organiser.My.Resources.Resources.cancel - Me.btnclose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnclose.Location = New System.Drawing.Point(498, 192) + resources.ApplyResources(Me.btnclose, "btnclose") Me.btnclose.Name = "btnclose" - Me.btnclose.Size = New System.Drawing.Size(141, 26) - Me.btnclose.TabIndex = 6 - Me.btnclose.Text = "Abbruch" - Me.btnclose.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnclose.UseVisualStyleBackColor = True ' 'TBPMO_KONFIGURATIONBindingSource @@ -327,22 +251,18 @@ Partial Class frmDokumentart_NameConvention Me.VERSION_DELIMITERTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None Me.VERSION_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_KONFIGURATIONBindingSource, "VERSION_DELIMITER", True)) Me.VERSION_DELIMITERTextBox.ForeColor = System.Drawing.SystemColors.Control - Me.VERSION_DELIMITERTextBox.Location = New System.Drawing.Point(31, 272) + resources.ApplyResources(Me.VERSION_DELIMITERTextBox, "VERSION_DELIMITERTextBox") Me.VERSION_DELIMITERTextBox.Name = "VERSION_DELIMITERTextBox" Me.VERSION_DELIMITERTextBox.ReadOnly = True - Me.VERSION_DELIMITERTextBox.Size = New System.Drawing.Size(36, 18) - Me.VERSION_DELIMITERTextBox.TabIndex = 8 ' 'FILE_DELIMITERTextBox ' Me.FILE_DELIMITERTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None Me.FILE_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_KONFIGURATIONBindingSource, "FILE_DELIMITER", True)) Me.FILE_DELIMITERTextBox.ForeColor = System.Drawing.SystemColors.Control - Me.FILE_DELIMITERTextBox.Location = New System.Drawing.Point(31, 303) + resources.ApplyResources(Me.FILE_DELIMITERTextBox, "FILE_DELIMITERTextBox") Me.FILE_DELIMITERTextBox.Name = "FILE_DELIMITERTextBox" Me.FILE_DELIMITERTextBox.ReadOnly = True - Me.FILE_DELIMITERTextBox.Size = New System.Drawing.Size(36, 18) - Me.FILE_DELIMITERTextBox.TabIndex = 10 ' 'GroupBox3 ' @@ -352,49 +272,29 @@ Partial Class frmDokumentart_NameConvention Me.GroupBox3.Controls.Add(Me.cmbEntity) Me.GroupBox3.Controls.Add(Me.cmbIndex_Controls) Me.GroupBox3.Controls.Add(Me.Label3) - Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox3.Location = New System.Drawing.Point(12, 234) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(459, 115) - Me.GroupBox3.TabIndex = 11 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Entitäts-abhängige Indexe:" ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label5.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(448, 13) - Me.Label5.TabIndex = 8 - Me.Label5.Text = "Zur Dateibenennung können Sie auch Werte aus dem zur Laufzeit aktuellen Datensatz" & _ - " nutzen." ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.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.Label6.Location = New System.Drawing.Point(12, 73) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(177, 17) - Me.Label6.TabIndex = 12 - Me.Label6.Text = "Aktuelle Namenkonvention:" ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Location = New System.Drawing.Point(645, 99) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(80, 17) - Me.Label7.TabIndex = 13 - Me.Label7.Text = ".Dateiformat" ' 'frmDokumentart_NameConvention ' - 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(733, 388) Me.ControlBox = False Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) @@ -408,12 +308,8 @@ Partial Class frmDokumentart_NameConvention Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.txtnamenKonv) 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmDokumentart_NameConvention" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Assistent zur Namenskonvention/Dateibenennung:" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmDokumentart_NameConvention.resx b/app/DD-Record-Organiser/frmDokumentart_NameConvention.resx index 0858de0..e9b0974 100644 --- a/app/DD-Record-Organiser/frmDokumentart_NameConvention.resx +++ b/app/DD-Record-Organiser/frmDokumentart_NameConvention.resx @@ -117,15 +117,543 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + Segoe UI, 9pt, style=Italic + + + 9, 20 + + + 400, 45 + + + 0 + + + Definieren Sie hier die Namenskonvention zur ausgewählten Dokumentart. +Sie haben die Möglichkeit den Dateinamen aus den unten aufgeführten +Indizes und Textbausteinen zusammenzustellen. + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + Segoe UI, 9pt + + + 12, 93 + + + 627, 23 + + + 1 + + + txtnamenKonv + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 6, 21 + + + 202, 39 + + + 9 + + + Diese Indexe werden automatisch gesetzt, +können aber auch zur Dateibenennung +genutzt werden. + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + 197, 70 + + + 30, 25 + + + 4 + + + btnAddIndexM + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Segoe UI, 9.75pt + + + 9, 70 + + + 182, 25 + + + 2 + + + cmbIndex_AUTO + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + Segoe UI, 9.75pt, style=Bold + + + 12, 124 + + + 237, 104 + + + 2 + + + Automatische Indexe: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + 871, 17 17, 17 - - 17, 17 - + + True + + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 6, 58 + + + 87, 15 + + + 7 + + + Entität wählen: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 2 + + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 9, 76 + + + 218, 23 + + + 6 + + + cmbEntity + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 3 + + + False + + + 423, 74 + + + 30, 25 + + + 5 + + + btnAddIndexA + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + False + + + Segoe UI, 9.75pt + + + 236, 76 + + + 182, 25 + + + 3 + + + cmbIndex_Controls + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 4 + + + True + + + Segoe UI, 9.75pt + + + 233, 56 + + + 158, 17 + + + 1 + + + Control-Werte aus Entität: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 5 + + + 180, 72 + + + 30, 23 + + + 13 + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + MiddleLeft + + + 6, 24 + + + 168, 25 + + + 6 + + + Dateitrennzeichen + + + MiddleRight + + + btnTrennzeichen + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Segoe UI, 9pt + + + YY_MM_DD + + + YYYY_MM_DD + + + YYYY_MM + + + DD_MM_YY + + + DD_MM_YYYY + + + MM_YYYY + + + 6, 72 + + + 168, 23 + + + 12 + + + cmbDate + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + True + + + 3, 52 + + + 99, 17 + + + 11 + + + Datum-Struktur: + + + Label20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 3 + + + 255, 124 + + + 216, 104 + + + 3 + + + Variablen einfügen: + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + MiddleRight + + + 498, 62 + + + 141, 28 + + + 4 + + + Lösche Konvention + + + MiddleLeft + + + btndelete + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + MiddleLeft + + + 498, 147 + + + 141, 26 + + + 5 + + + Speichern + + + MiddleRight + + + btnOK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + MiddleLeft + + + 498, 192 + + + 141, 26 + + + 6 + + + Abbruch + + + MiddleRight + + + btnclose + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + 160, 17 @@ -138,4 +666,224 @@ 17, 56 + + 31, 272 + + + 36, 18 + + + 8 + + + VERSION_DELIMITERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 31, 303 + + + 36, 18 + + + 10 + + + FILE_DELIMITERTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 6, 21 + + + 448, 13 + + + 8 + + + Zur Dateibenennung können Sie auch Werte aus dem zur Laufzeit aktuellen Datensatz nutzen. + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + Segoe UI, 9.75pt, style=Bold + + + 12, 234 + + + 459, 115 + + + 11 + + + Entitäts-abhängige Indexe: + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + Segoe UI Semibold, 9.75pt, style=Bold, Italic + + + 12, 73 + + + 177, 17 + + + 12 + + + Aktuelle Namenkonvention: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 645, 99 + + + 80, 17 + + + 13 + + + .Dateiformat + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 17 + + + 733, 388 + + + Segoe UI, 9.75pt + + + + 3, 4, 3, 4 + + + CenterScreen + + + Assistent zur Namenskonvention/Dateibenennung: + + + TBDD_INDEX_AUTOMBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_KONFIGURATIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_KONFIGURATIONTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_KONFIGURATIONTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_INDEX_AUTOMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_INDEX_AUTOMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmDokumentart_NameConvention + + + 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-Record-Organiser/frmForm_Constructor_Main_2.Designer.vb b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.Designer.vb index eb722b8..0645445 100644 --- a/app/DD-Record-Organiser/frmForm_Constructor_Main_2.Designer.vb +++ b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.Designer.vb @@ -23,11 +23,17 @@ Partial Class frmForm_Constructor_Main_2 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmForm_Constructor_Main_2)) Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode() Dim GridLevelNode2 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode() Dim GridLevelNode3 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmForm_Constructor_Main_2)) - Me.grvwGrid = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl() + Me.SplitContainerTop = New DevExpress.XtraEditors.SplitContainerControl() + Me.TreeViewMain = New System.Windows.Forms.TreeView() + Me.CMSEntity = New System.Windows.Forms.ContextMenuStrip(Me.components) + Me.ResetEbenenAuswahlToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.DateiimportEntitätToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.FormDesignerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GridControlMain = New DevExpress.XtraGrid.GridControl() Me.ContextMenuGrid = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.FunktionenDataGridToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -42,22 +48,9 @@ Partial Class frmForm_Constructor_Main_2 Me.ButtonResetFilter = New System.Windows.Forms.ToolStripMenuItem() Me.ButtonExportToExcel = New System.Windows.Forms.ToolStripMenuItem() Me.DatenNeuLadenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.grvwGrid = New DevExpress.XtraGrid.Views.Grid.GridView() Me.grvwCarousel = New DevExpress.XtraGrid.Views.Layout.LayoutView() Me.grvwTiles = New DevExpress.XtraGrid.Views.Tile.TileView() - Me.NavPane = New DevExpress.XtraBars.Navigation.TileNavPane() - Me.NavButtonHome = New DevExpress.XtraBars.Navigation.NavButton() - Me.NavButtonRefresh = New DevExpress.XtraBars.Navigation.NavButton() - Me.StatusStrip_Main = New System.Windows.Forms.StatusStrip() - Me.tsslblStatus = New System.Windows.Forms.ToolStripStatusLabel() - Me.tsslblRecord = New System.Windows.Forms.ToolStripStatusLabel() - Me.tsslblWorkflowstate = New System.Windows.Forms.ToolStripStatusLabel() - Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl() - Me.SplitContainerTop = New DevExpress.XtraEditors.SplitContainerControl() - Me.TreeViewMain = New System.Windows.Forms.TreeView() - Me.CMSEntity = New System.Windows.Forms.ContextMenuStrip(Me.components) - Me.ResetEbenenAuswahlToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.DateiimportEntitätToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.FormDesignerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SplitContainerBottom = New DevExpress.XtraEditors.SplitContainerControl() Me.TCDetails = New DevExpress.XtraTab.XtraTabControl() Me.TabDetails = New DevExpress.XtraTab.XtraTabPage() @@ -123,6 +116,13 @@ Partial Class frmForm_Constructor_Main_2 Me.GridControlParent = New DevExpress.XtraGrid.GridControl() Me.GridViewParent = New DevExpress.XtraGrid.Views.Grid.GridView() Me.btnRelinkParentID = New System.Windows.Forms.Button() + Me.NavPane = New DevExpress.XtraBars.Navigation.TileNavPane() + Me.NavButtonHome = New DevExpress.XtraBars.Navigation.NavButton() + Me.NavButtonRefresh = New DevExpress.XtraBars.Navigation.NavButton() + Me.StatusStrip_Main = New System.Windows.Forms.StatusStrip() + Me.tsslblStatus = New System.Windows.Forms.ToolStripStatusLabel() + Me.tsslblRecord = New System.Windows.Forms.ToolStripStatusLabel() + Me.tsslblWorkflowstate = New System.Windows.Forms.ToolStripStatusLabel() Me.BindingSource_Entity = New System.Windows.Forms.BindingSource(Me.components) Me.DD_ECMAdmin = New DD_Record_Organiser.DD_ECMAdmin() Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components) @@ -136,17 +136,16 @@ Partial Class frmForm_Constructor_Main_2 Me.VWPMO_WF_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWPMO_WF_ACTIVETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter() Me.TBPMO_FILES_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) - CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.GridControlMain, System.ComponentModel.ISupportInitialize).BeginInit() - Me.ContextMenuGrid.SuspendLayout() - CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.grvwTiles, System.ComponentModel.ISupportInitialize).BeginInit() - Me.StatusStrip_Main.SuspendLayout() CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerMain.SuspendLayout() CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerTop.SuspendLayout() Me.CMSEntity.SuspendLayout() + CType(Me.GridControlMain, System.ComponentModel.ISupportInitialize).BeginInit() + Me.ContextMenuGrid.SuspendLayout() + CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.grvwTiles, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerBottom.SuspendLayout() CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).BeginInit() @@ -168,6 +167,7 @@ Partial Class frmForm_Constructor_Main_2 Me.Panel2.SuspendLayout() CType(Me.GridControlParent, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewParent, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip_Main.SuspendLayout() CType(Me.BindingSource_Entity, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() @@ -177,135 +177,173 @@ Partial Class frmForm_Constructor_Main_2 CType(Me.TBPMO_FILES_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' - 'grvwGrid + 'SplitContainerMain ' - Me.grvwGrid.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua - Me.grvwGrid.Appearance.EvenRow.Options.UseBackColor = True - Me.grvwGrid.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None - Me.grvwGrid.GridControl = Me.GridControlMain - Me.grvwGrid.GroupPanelText = "Ziehen Sie Spaltenüberschriften in diesen Bereich um nach diesen gruppieren zu la" & _ - "ssen" - Me.grvwGrid.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always - Me.grvwGrid.Name = "grvwGrid" - Me.grvwGrid.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] - Me.grvwGrid.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] - Me.grvwGrid.OptionsBehavior.CopyToClipboardWithColumnHeaders = False - Me.grvwGrid.OptionsBehavior.Editable = False - Me.grvwGrid.OptionsBehavior.ReadOnly = True - Me.grvwGrid.OptionsSelection.EnableAppearanceFocusedCell = False - Me.grvwGrid.OptionsSelection.EnableAppearanceFocusedRow = False - Me.grvwGrid.OptionsSelection.EnableAppearanceHideSelection = False - Me.grvwGrid.OptionsSelection.MultiSelect = True - Me.grvwGrid.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect - Me.grvwGrid.OptionsView.ColumnAutoWidth = False - Me.grvwGrid.OptionsView.EnableAppearanceEvenRow = True - Me.grvwGrid.OptionsView.EnableAppearanceOddRow = True - Me.grvwGrid.OptionsView.ShowAutoFilterRow = True - Me.grvwGrid.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always + resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain") + Me.SplitContainerMain.Horizontal = False + Me.SplitContainerMain.Name = "SplitContainerMain" + Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainerTop) + resources.ApplyResources(Me.SplitContainerMain.Panel1, "SplitContainerMain.Panel1") + Me.SplitContainerMain.Panel2.Controls.Add(Me.SplitContainerBottom) + resources.ApplyResources(Me.SplitContainerMain.Panel2, "SplitContainerMain.Panel2") + Me.SplitContainerMain.SplitterPosition = 270 + ' + 'SplitContainerTop + ' + Me.SplitContainerTop.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1 + resources.ApplyResources(Me.SplitContainerTop, "SplitContainerTop") + Me.SplitContainerTop.Name = "SplitContainerTop" + Me.SplitContainerTop.Panel1.Controls.Add(Me.TreeViewMain) + resources.ApplyResources(Me.SplitContainerTop.Panel1, "SplitContainerTop.Panel1") + Me.SplitContainerTop.Panel2.Controls.Add(Me.GridControlMain) + resources.ApplyResources(Me.SplitContainerTop.Panel2, "SplitContainerTop.Panel2") + Me.SplitContainerTop.SplitterPosition = 283 + ' + 'TreeViewMain + ' + Me.TreeViewMain.BackColor = System.Drawing.SystemColors.GradientInactiveCaption + Me.TreeViewMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.TreeViewMain.ContextMenuStrip = Me.CMSEntity + resources.ApplyResources(Me.TreeViewMain, "TreeViewMain") + Me.TreeViewMain.FullRowSelect = True + Me.TreeViewMain.Name = "TreeViewMain" + Me.TreeViewMain.ShowLines = False + ' + 'CMSEntity + ' + Me.CMSEntity.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ResetEbenenAuswahlToolStripMenuItem, Me.DateiimportEntitätToolStripMenuItem, Me.FormDesignerToolStripMenuItem}) + Me.CMSEntity.Name = "ContextMenuStrip2" + resources.ApplyResources(Me.CMSEntity, "CMSEntity") + ' + 'ResetEbenenAuswahlToolStripMenuItem + ' + Me.ResetEbenenAuswahlToolStripMenuItem.Name = "ResetEbenenAuswahlToolStripMenuItem" + resources.ApplyResources(Me.ResetEbenenAuswahlToolStripMenuItem, "ResetEbenenAuswahlToolStripMenuItem") + ' + 'DateiimportEntitätToolStripMenuItem + ' + Me.DateiimportEntitätToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_32xMD + Me.DateiimportEntitätToolStripMenuItem.Name = "DateiimportEntitätToolStripMenuItem" + resources.ApplyResources(Me.DateiimportEntitätToolStripMenuItem, "DateiimportEntitätToolStripMenuItem") + ' + 'FormDesignerToolStripMenuItem + ' + Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem" + resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem") ' 'GridControlMain ' Me.GridControlMain.AllowDrop = True Me.GridControlMain.ContextMenuStrip = Me.ContextMenuGrid - Me.GridControlMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.GridControlMain.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.GridControlMain, "GridControlMain") GridLevelNode1.LevelTemplate = Me.grvwGrid GridLevelNode1.RelationName = "Level1" GridLevelNode2.LevelTemplate = Me.grvwCarousel GridLevelNode2.RelationName = "Level2" GridLevelNode3.RelationName = "Level3" Me.GridControlMain.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode1, GridLevelNode2, GridLevelNode3}) - Me.GridControlMain.Location = New System.Drawing.Point(0, 0) Me.GridControlMain.MainView = Me.grvwTiles Me.GridControlMain.Name = "GridControlMain" - Me.GridControlMain.Size = New System.Drawing.Size(795, 270) - Me.GridControlMain.TabIndex = 0 - Me.GridControlMain.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwCarousel, Me.grvwTiles, Me.grvwGrid}) + Me.GridControlMain.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGrid, Me.grvwCarousel, Me.grvwTiles}) ' 'ContextMenuGrid ' Me.ContextMenuGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FunktionenDataGridToolStripMenuItem, Me.ToolStripSeparator1, Me.AnsichtUmschaltenToolStripMenuItem, Me.ButtonSetViewAsDefault, Me.ButtonResetView, Me.ToolStripSeparator2, Me.ButtonResetFilter, Me.ButtonExportToExcel, Me.DatenNeuLadenToolStripMenuItem}) Me.ContextMenuGrid.Name = "ContextMenuGrid" - Me.ContextMenuGrid.Size = New System.Drawing.Size(233, 170) + resources.ApplyResources(Me.ContextMenuGrid, "ContextMenuGrid") ' 'FunktionenDataGridToolStripMenuItem ' - Me.FunktionenDataGridToolStripMenuItem.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.FunktionenDataGridToolStripMenuItem, "FunktionenDataGridToolStripMenuItem") Me.FunktionenDataGridToolStripMenuItem.Name = "FunktionenDataGridToolStripMenuItem" - Me.FunktionenDataGridToolStripMenuItem.Size = New System.Drawing.Size(232, 22) - Me.FunktionenDataGridToolStripMenuItem.Text = "Funktionen DataGrid" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(229, 6) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'AnsichtUmschaltenToolStripMenuItem ' Me.AnsichtUmschaltenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ButtonQuickViewCarousel, Me.ButtonQuickViewTiles, Me.ButtonDetailView}) Me.AnsichtUmschaltenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.view_16xLG Me.AnsichtUmschaltenToolStripMenuItem.Name = "AnsichtUmschaltenToolStripMenuItem" - Me.AnsichtUmschaltenToolStripMenuItem.Size = New System.Drawing.Size(232, 22) - Me.AnsichtUmschaltenToolStripMenuItem.Text = "Ansicht umschalten" + resources.ApplyResources(Me.AnsichtUmschaltenToolStripMenuItem, "AnsichtUmschaltenToolStripMenuItem") ' 'ButtonQuickViewCarousel ' Me.ButtonQuickViewCarousel.Image = Global.DD_Record_Organiser.My.Resources.Resources.Carousel_16x16 Me.ButtonQuickViewCarousel.Name = "ButtonQuickViewCarousel" - Me.ButtonQuickViewCarousel.Size = New System.Drawing.Size(182, 22) - Me.ButtonQuickViewCarousel.Text = "Quick View Carousel" + resources.ApplyResources(Me.ButtonQuickViewCarousel, "ButtonQuickViewCarousel") ' 'ButtonQuickViewTiles ' Me.ButtonQuickViewTiles.Image = Global.DD_Record_Organiser.My.Resources.Resources.application_view_tile Me.ButtonQuickViewTiles.Name = "ButtonQuickViewTiles" - Me.ButtonQuickViewTiles.Size = New System.Drawing.Size(182, 22) - Me.ButtonQuickViewTiles.Text = "Quick View Tiles" + resources.ApplyResources(Me.ButtonQuickViewTiles, "ButtonQuickViewTiles") ' 'ButtonDetailView ' Me.ButtonDetailView.Image = Global.DD_Record_Organiser.My.Resources.Resources.application_view_detail Me.ButtonDetailView.Name = "ButtonDetailView" - Me.ButtonDetailView.Size = New System.Drawing.Size(182, 22) - Me.ButtonDetailView.Text = "Detail View" + resources.ApplyResources(Me.ButtonDetailView, "ButtonDetailView") ' 'ButtonSetViewAsDefault ' Me.ButtonSetViewAsDefault.Image = Global.DD_Record_Organiser.My.Resources.Resources.checkbox_16xLG Me.ButtonSetViewAsDefault.Name = "ButtonSetViewAsDefault" - Me.ButtonSetViewAsDefault.Size = New System.Drawing.Size(232, 22) - Me.ButtonSetViewAsDefault.Text = "Ansicht als Standard festlegen" + resources.ApplyResources(Me.ButtonSetViewAsDefault, "ButtonSetViewAsDefault") ' 'ButtonResetView ' Me.ButtonResetView.Name = "ButtonResetView" - Me.ButtonResetView.Size = New System.Drawing.Size(232, 22) - Me.ButtonResetView.Text = "Ansicht zurücksetzen" + resources.ApplyResources(Me.ButtonResetView, "ButtonResetView") ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(229, 6) + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' 'ButtonResetFilter ' Me.ButtonResetFilter.Name = "ButtonResetFilter" - Me.ButtonResetFilter.Size = New System.Drawing.Size(232, 22) - Me.ButtonResetFilter.Text = "Alle Filter entfernen" + resources.ApplyResources(Me.ButtonResetFilter, "ButtonResetFilter") ' 'ButtonExportToExcel ' Me.ButtonExportToExcel.Image = Global.DD_Record_Organiser.My.Resources.Resources.Excel_25ixel Me.ButtonExportToExcel.Name = "ButtonExportToExcel" - Me.ButtonExportToExcel.Size = New System.Drawing.Size(232, 22) - Me.ButtonExportToExcel.Text = "Export nach Excel" + resources.ApplyResources(Me.ButtonExportToExcel, "ButtonExportToExcel") ' 'DatenNeuLadenToolStripMenuItem ' Me.DatenNeuLadenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG Me.DatenNeuLadenToolStripMenuItem.Name = "DatenNeuLadenToolStripMenuItem" - Me.DatenNeuLadenToolStripMenuItem.Size = New System.Drawing.Size(232, 22) - Me.DatenNeuLadenToolStripMenuItem.Text = "Daten neu laden" + resources.ApplyResources(Me.DatenNeuLadenToolStripMenuItem, "DatenNeuLadenToolStripMenuItem") + ' + 'grvwGrid + ' + Me.grvwGrid.Appearance.EvenRow.BackColor = CType(resources.GetObject("grvwGrid.Appearance.EvenRow.BackColor"), System.Drawing.Color) + Me.grvwGrid.Appearance.EvenRow.Options.UseBackColor = True + Me.grvwGrid.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None + Me.grvwGrid.GridControl = Me.GridControlMain + resources.ApplyResources(Me.grvwGrid, "grvwGrid") + Me.grvwGrid.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always + Me.grvwGrid.Name = "grvwGrid" + Me.grvwGrid.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] + Me.grvwGrid.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] + Me.grvwGrid.OptionsBehavior.CopyToClipboardWithColumnHeaders = False + Me.grvwGrid.OptionsBehavior.Editable = False + Me.grvwGrid.OptionsBehavior.ReadOnly = True + Me.grvwGrid.OptionsSelection.EnableAppearanceFocusedCell = False + Me.grvwGrid.OptionsSelection.EnableAppearanceFocusedRow = False + Me.grvwGrid.OptionsSelection.EnableAppearanceHideSelection = False + Me.grvwGrid.OptionsSelection.MultiSelect = True + Me.grvwGrid.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect + Me.grvwGrid.OptionsView.ColumnAutoWidth = False + Me.grvwGrid.OptionsView.EnableAppearanceEvenRow = True + Me.grvwGrid.OptionsView.EnableAppearanceOddRow = True + Me.grvwGrid.OptionsView.ShowAutoFilterRow = True + Me.grvwGrid.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always ' 'grvwCarousel ' @@ -329,175 +367,29 @@ Partial Class frmForm_Constructor_Main_2 Me.grvwTiles.OptionsTiles.ScrollMode = DevExpress.XtraEditors.TileControlScrollMode.ScrollBar Me.grvwTiles.OptionsTiles.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top ' - 'NavPane - ' - Me.NavPane.ButtonPadding = New System.Windows.Forms.Padding(12) - Me.NavPane.Buttons.Add(Me.NavButtonHome) - Me.NavPane.Buttons.Add(Me.NavButtonRefresh) - ' - 'TileNavCategory1 - ' - Me.NavPane.DefaultCategory.Name = "TileNavCategory1" - Me.NavPane.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty - Me.NavPane.DefaultCategory.OwnerCollection = Nothing - ' - ' - ' - Me.NavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty - Me.NavPane.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.[Default] - Me.NavPane.Dock = System.Windows.Forms.DockStyle.Top - Me.NavPane.Location = New System.Drawing.Point(0, 0) - Me.NavPane.Name = "NavPane" - Me.NavPane.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty - Me.NavPane.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty - Me.NavPane.Size = New System.Drawing.Size(1083, 40) - Me.NavPane.TabIndex = 0 - Me.NavPane.Text = "TileNavPane1" - ' - 'NavButtonHome - ' - Me.NavButtonHome.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True] - Me.NavButtonHome.Caption = "" - Me.NavButtonHome.Glyph = CType(resources.GetObject("NavButtonHome.Glyph"), System.Drawing.Image) - Me.NavButtonHome.IsMain = True - Me.NavButtonHome.Name = "NavButtonHome" - ' - 'NavButtonRefresh - ' - Me.NavButtonRefresh.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right - Me.NavButtonRefresh.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True] - Me.NavButtonRefresh.Caption = "" - Me.NavButtonRefresh.Glyph = CType(resources.GetObject("NavButtonRefresh.Glyph"), System.Drawing.Image) - Me.NavButtonRefresh.Name = "NavButtonRefresh" - ' - 'StatusStrip_Main - ' - Me.StatusStrip_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblStatus, Me.tsslblRecord, Me.tsslblWorkflowstate}) - Me.StatusStrip_Main.Location = New System.Drawing.Point(0, 687) - Me.StatusStrip_Main.Name = "StatusStrip_Main" - Me.StatusStrip_Main.Size = New System.Drawing.Size(1083, 22) - Me.StatusStrip_Main.TabIndex = 1 - Me.StatusStrip_Main.Text = "StatusStrip1" - ' - 'tsslblStatus - ' - Me.tsslblStatus.Name = "tsslblStatus" - Me.tsslblStatus.Size = New System.Drawing.Size(53, 17) - Me.tsslblStatus.Text = "tssStatus" - ' - 'tsslblRecord - ' - Me.tsslblRecord.Name = "tsslblRecord" - Me.tsslblRecord.Size = New System.Drawing.Size(58, 17) - Me.tsslblRecord.Text = "tssRecord" - ' - 'tsslblWorkflowstate - ' - Me.tsslblWorkflowstate.Image = Global.DD_Record_Organiser.My.Resources.Resources.bricks - Me.tsslblWorkflowstate.Name = "tsslblWorkflowstate" - Me.tsslblWorkflowstate.Size = New System.Drawing.Size(137, 17) - Me.tsslblWorkflowstate.Text = "ToolStripStatusLabel1" - Me.tsslblWorkflowstate.Visible = False - ' - 'SplitContainerMain - ' - Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerMain.Horizontal = False - Me.SplitContainerMain.Location = New System.Drawing.Point(0, 40) - Me.SplitContainerMain.Name = "SplitContainerMain" - Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainerTop) - Me.SplitContainerMain.Panel1.Text = "Panel1" - Me.SplitContainerMain.Panel2.Controls.Add(Me.SplitContainerBottom) - Me.SplitContainerMain.Panel2.Text = "Panel2" - Me.SplitContainerMain.Size = New System.Drawing.Size(1083, 647) - Me.SplitContainerMain.SplitterPosition = 270 - Me.SplitContainerMain.TabIndex = 2 - Me.SplitContainerMain.Text = "SplitContainerControl1" - ' - 'SplitContainerTop - ' - Me.SplitContainerTop.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1 - Me.SplitContainerTop.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerTop.Location = New System.Drawing.Point(0, 0) - Me.SplitContainerTop.Name = "SplitContainerTop" - Me.SplitContainerTop.Panel1.Controls.Add(Me.TreeViewMain) - Me.SplitContainerTop.Panel1.Text = "Panel1" - Me.SplitContainerTop.Panel2.Controls.Add(Me.GridControlMain) - Me.SplitContainerTop.Panel2.Text = "Panel2" - Me.SplitContainerTop.Size = New System.Drawing.Size(1083, 270) - Me.SplitContainerTop.SplitterPosition = 283 - Me.SplitContainerTop.TabIndex = 0 - Me.SplitContainerTop.Text = "SplitContainerControl1" - ' - 'TreeViewMain - ' - Me.TreeViewMain.BackColor = System.Drawing.SystemColors.GradientInactiveCaption - Me.TreeViewMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.TreeViewMain.ContextMenuStrip = Me.CMSEntity - Me.TreeViewMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.TreeViewMain.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.TreeViewMain.FullRowSelect = True - Me.TreeViewMain.Location = New System.Drawing.Point(0, 0) - Me.TreeViewMain.Name = "TreeViewMain" - Me.TreeViewMain.ShowLines = False - Me.TreeViewMain.Size = New System.Drawing.Size(283, 270) - Me.TreeViewMain.TabIndex = 0 - ' - 'CMSEntity - ' - Me.CMSEntity.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ResetEbenenAuswahlToolStripMenuItem, Me.DateiimportEntitätToolStripMenuItem, Me.FormDesignerToolStripMenuItem}) - Me.CMSEntity.Name = "ContextMenuStrip2" - Me.CMSEntity.Size = New System.Drawing.Size(195, 70) - ' - 'ResetEbenenAuswahlToolStripMenuItem - ' - Me.ResetEbenenAuswahlToolStripMenuItem.Name = "ResetEbenenAuswahlToolStripMenuItem" - Me.ResetEbenenAuswahlToolStripMenuItem.Size = New System.Drawing.Size(194, 22) - Me.ResetEbenenAuswahlToolStripMenuItem.Text = "Reset Ebenen-Auswahl" - ' - 'DateiimportEntitätToolStripMenuItem - ' - Me.DateiimportEntitätToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_32xMD - Me.DateiimportEntitätToolStripMenuItem.Name = "DateiimportEntitätToolStripMenuItem" - Me.DateiimportEntitätToolStripMenuItem.Size = New System.Drawing.Size(194, 22) - Me.DateiimportEntitätToolStripMenuItem.Text = "Dateiimport Entität" - ' - 'FormDesignerToolStripMenuItem - ' - Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem" - Me.FormDesignerToolStripMenuItem.Size = New System.Drawing.Size(194, 22) - Me.FormDesignerToolStripMenuItem.Text = "Form-Designer" - ' 'SplitContainerBottom ' Me.SplitContainerBottom.Collapsed = True Me.SplitContainerBottom.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2 - Me.SplitContainerBottom.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerBottom.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainerBottom, "SplitContainerBottom") Me.SplitContainerBottom.Name = "SplitContainerBottom" Me.SplitContainerBottom.Panel1.Controls.Add(Me.TCDetails) Me.SplitContainerBottom.Panel1.Controls.Add(Me.ToolStripEdit) - Me.SplitContainerBottom.Panel1.Text = "Panel1" + resources.ApplyResources(Me.SplitContainerBottom.Panel1, "SplitContainerBottom.Panel1") Me.SplitContainerBottom.Panel2.Controls.Add(Me.Panel2) - Me.SplitContainerBottom.Panel2.Text = "Panel2" - Me.SplitContainerBottom.Size = New System.Drawing.Size(1083, 372) + resources.ApplyResources(Me.SplitContainerBottom.Panel2, "SplitContainerBottom.Panel2") Me.SplitContainerBottom.SplitterPosition = 576 - Me.SplitContainerBottom.TabIndex = 0 - Me.SplitContainerBottom.Text = "SplitContainerControl1" ' 'TCDetails ' - Me.TCDetails.AppearancePage.HeaderHotTracked.BackColor = System.Drawing.Color.Fuchsia - Me.TCDetails.AppearancePage.HeaderHotTracked.BackColor2 = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.TCDetails.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TCDetails.AppearancePage.HeaderHotTracked.BackColor = CType(resources.GetObject("TCDetails.AppearancePage.HeaderHotTracked.BackColor"), System.Drawing.Color) + Me.TCDetails.AppearancePage.HeaderHotTracked.BackColor2 = CType(resources.GetObject("TCDetails.AppearancePage.HeaderHotTracked.BackColor2"), System.Drawing.Color) + Me.TCDetails.AppearancePage.HeaderHotTracked.Font = CType(resources.GetObject("TCDetails.AppearancePage.HeaderHotTracked.Font"), System.Drawing.Font) Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseBackColor = True Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseFont = True - Me.TCDetails.Dock = System.Windows.Forms.DockStyle.Fill - Me.TCDetails.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.TCDetails, "TCDetails") Me.TCDetails.Name = "TCDetails" Me.TCDetails.SelectedTabPage = Me.TabDetails - Me.TCDetails.Size = New System.Drawing.Size(1078, 347) - Me.TCDetails.TabIndex = 1 Me.TCDetails.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabDetails, Me.TabWindream, Me.TabFollowUp, Me.TabPos}) ' 'TabDetails @@ -505,17 +397,13 @@ Partial Class frmForm_Constructor_Main_2 Me.TabDetails.Controls.Add(Me.pnlDetails) Me.TabDetails.Image = Global.DD_Record_Organiser.My.Resources.Resources.grid_Data_16xMD Me.TabDetails.Name = "TabDetails" - Me.TabDetails.Size = New System.Drawing.Size(1072, 316) - Me.TabDetails.Text = "Detailansicht" + resources.ApplyResources(Me.TabDetails, "TabDetails") ' 'pnlDetails ' Me.pnlDetails.AllowDrop = True - Me.pnlDetails.Dock = System.Windows.Forms.DockStyle.Fill - Me.pnlDetails.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.pnlDetails, "pnlDetails") Me.pnlDetails.Name = "pnlDetails" - Me.pnlDetails.Size = New System.Drawing.Size(1072, 316) - Me.pnlDetails.TabIndex = 0 ' 'TabWindream ' @@ -523,53 +411,39 @@ Partial Class frmForm_Constructor_Main_2 Me.TabWindream.Controls.Add(Me.ToolStripDokumente) Me.TabWindream.Image = Global.DD_Record_Organiser.My.Resources.Resources.Files_7954 Me.TabWindream.Name = "TabWindream" - Me.TabWindream.Size = New System.Drawing.Size(1072, 316) - Me.TabWindream.Text = "windream-Dateien" + resources.ApplyResources(Me.TabWindream, "TabWindream") ' 'AxObjectListControl ' Me.AxObjectListControl.AllowDrop = True - Me.AxObjectListControl.Dock = System.Windows.Forms.DockStyle.Fill - Me.AxObjectListControl.Enabled = True - Me.AxObjectListControl.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.AxObjectListControl, "AxObjectListControl") Me.AxObjectListControl.Name = "AxObjectListControl" Me.AxObjectListControl.OcxState = CType(resources.GetObject("AxObjectListControl.OcxState"), System.Windows.Forms.AxHost.State) - Me.AxObjectListControl.Size = New System.Drawing.Size(1072, 291) - Me.AxObjectListControl.TabIndex = 6 Me.AxObjectListControl.TabStop = False ' 'ToolStripDokumente ' Me.ToolStripDokumente.AllowDrop = True Me.ToolStripDokumente.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblWindreamView, Me.ToolStripDropDownButton2}) - Me.ToolStripDokumente.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStripDokumente, "ToolStripDokumente") Me.ToolStripDokumente.Name = "ToolStripDokumente" - Me.ToolStripDokumente.Size = New System.Drawing.Size(1072, 25) - Me.ToolStripDokumente.TabIndex = 2 - Me.ToolStripDokumente.Text = "ToolStrip2" ' 'tslblWindreamView ' - Me.tslblWindreamView.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.tslblWindreamView, "tslblWindreamView") Me.tslblWindreamView.Name = "tslblWindreamView" - Me.tslblWindreamView.Size = New System.Drawing.Size(126, 22) - Me.tslblWindreamView.Text = "Windream-Dokumente" ' 'ToolStripDropDownButton2 ' Me.ToolStripDropDownButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripDropDownButton2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KonfigurationToolStripMenuItem}) - Me.ToolStripDropDownButton2.Image = CType(resources.GetObject("ToolStripDropDownButton2.Image"), System.Drawing.Image) - Me.ToolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripDropDownButton2, "ToolStripDropDownButton2") Me.ToolStripDropDownButton2.Name = "ToolStripDropDownButton2" - Me.ToolStripDropDownButton2.Size = New System.Drawing.Size(210, 22) - Me.ToolStripDropDownButton2.Text = "Konfiguration windream-Ansicht" ' 'KonfigurationToolStripMenuItem ' Me.KonfigurationToolStripMenuItem.Name = "KonfigurationToolStripMenuItem" - Me.KonfigurationToolStripMenuItem.Size = New System.Drawing.Size(173, 22) - Me.KonfigurationToolStripMenuItem.Text = "Konfiguration User" + resources.ApplyResources(Me.KonfigurationToolStripMenuItem, "KonfigurationToolStripMenuItem") ' 'TabFollowUp ' @@ -578,177 +452,112 @@ Partial Class frmForm_Constructor_Main_2 Me.TabFollowUp.Controls.Add(Me.Label5) Me.TabFollowUp.Image = Global.DD_Record_Organiser.My.Resources.Resources.Task_16xMD Me.TabFollowUp.Name = "TabFollowUp" - Me.TabFollowUp.Size = New System.Drawing.Size(1072, 316) - Me.TabFollowUp.Text = "Wiedervorlage" + resources.ApplyResources(Me.TabFollowUp, "TabFollowUp") ' 'ListViewFollowUps ' - Me.ListViewFollowUps.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.ListViewFollowUps, "ListViewFollowUps") Me.ListViewFollowUps.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) Me.ListViewFollowUps.FullRowSelect = True Me.ListViewFollowUps.HideSelection = False - Me.ListViewFollowUps.Location = New System.Drawing.Point(14, 36) Me.ListViewFollowUps.Name = "ListViewFollowUps" - Me.ListViewFollowUps.Size = New System.Drawing.Size(263, 257) - Me.ListViewFollowUps.TabIndex = 5 Me.ListViewFollowUps.UseCompatibleStateImageBehavior = False Me.ListViewFollowUps.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' - Me.ColumnHeader1.Text = "ID" - Me.ColumnHeader1.Width = 40 + resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1") ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Title" - Me.ColumnHeader2.Width = 200 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'grpbxFU_Profile ' - Me.grpbxFU_Profile.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.grpbxFU_Profile, "grpbxFU_Profile") Me.grpbxFU_Profile.Controls.Add(Me.GroupBox4) Me.grpbxFU_Profile.Controls.Add(Me.lblFollowUp_save) Me.grpbxFU_Profile.Controls.Add(Me.chkFollowUp) Me.grpbxFU_Profile.Controls.Add(Me.dtpFollowUp) Me.grpbxFU_Profile.Controls.Add(Me.lblWiedervorlage_Control) - Me.grpbxFU_Profile.Location = New System.Drawing.Point(283, 28) Me.grpbxFU_Profile.Name = "grpbxFU_Profile" - Me.grpbxFU_Profile.Size = New System.Drawing.Size(774, 265) - Me.grpbxFU_Profile.TabIndex = 4 Me.grpbxFU_Profile.TabStop = False ' 'GroupBox4 ' - Me.GroupBox4.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.GroupBox4, "GroupBox4") Me.GroupBox4.Controls.Add(Me.btnRemoveUser_FollowUp) Me.GroupBox4.Controls.Add(Me.btnAddUser_FollowUp) Me.GroupBox4.Controls.Add(Me.cmbFollowUpUser) Me.GroupBox4.Controls.Add(Me.Label6) Me.GroupBox4.Controls.Add(Me.ListBoxUser2Profile) Me.GroupBox4.Controls.Add(Me.Label7) - Me.GroupBox4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox4.Location = New System.Drawing.Point(177, 20) Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.Size = New System.Drawing.Size(594, 239) - Me.GroupBox4.TabIndex = 4 Me.GroupBox4.TabStop = False - Me.GroupBox4.Text = "Individuelle Empfänger für diesen Datensatz:" ' 'btnRemoveUser_FollowUp ' - Me.btnRemoveUser_FollowUp.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnRemoveUser_FollowUp, "btnRemoveUser_FollowUp") Me.btnRemoveUser_FollowUp.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btnRemoveUser_FollowUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnRemoveUser_FollowUp.Location = New System.Drawing.Point(248, 124) Me.btnRemoveUser_FollowUp.Name = "btnRemoveUser_FollowUp" - Me.btnRemoveUser_FollowUp.Size = New System.Drawing.Size(340, 23) - Me.btnRemoveUser_FollowUp.TabIndex = 5 - Me.btnRemoveUser_FollowUp.Text = "User aus Wiedervorlage löschen" Me.btnRemoveUser_FollowUp.UseVisualStyleBackColor = True ' 'btnAddUser_FollowUp ' - Me.btnAddUser_FollowUp.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnAddUser_FollowUp, "btnAddUser_FollowUp") Me.btnAddUser_FollowUp.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddMark_10580 - Me.btnAddUser_FollowUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddUser_FollowUp.Location = New System.Drawing.Point(248, 95) Me.btnAddUser_FollowUp.Name = "btnAddUser_FollowUp" - Me.btnAddUser_FollowUp.Size = New System.Drawing.Size(340, 23) - Me.btnAddUser_FollowUp.TabIndex = 4 - Me.btnAddUser_FollowUp.Text = "User zu Wiedervorlage hinzufügen" Me.btnAddUser_FollowUp.UseVisualStyleBackColor = True ' 'cmbFollowUpUser ' - Me.cmbFollowUpUser.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbFollowUpUser, "cmbFollowUpUser") Me.cmbFollowUpUser.FormattingEnabled = True - Me.cmbFollowUpUser.Location = New System.Drawing.Point(248, 68) Me.cmbFollowUpUser.Name = "cmbFollowUpUser" - Me.cmbFollowUpUser.Size = New System.Drawing.Size(340, 21) - Me.cmbFollowUpUser.TabIndex = 3 ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label6.Location = New System.Drawing.Point(245, 50) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(64, 13) - Me.Label6.TabIndex = 2 - Me.Label6.Text = "Email-User:" ' 'ListBoxUser2Profile ' - Me.ListBoxUser2Profile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.ListBoxUser2Profile.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBoxUser2Profile, "ListBoxUser2Profile") Me.ListBoxUser2Profile.FormattingEnabled = True - Me.ListBoxUser2Profile.Location = New System.Drawing.Point(9, 50) Me.ListBoxUser2Profile.Name = "ListBoxUser2Profile" - Me.ListBoxUser2Profile.Size = New System.Drawing.Size(230, 173) - Me.ListBoxUser2Profile.TabIndex = 1 ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label7.Location = New System.Drawing.Point(6, 17) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(349, 13) - Me.Label7.TabIndex = 0 - Me.Label7.Text = "Achtung: Diese Liste übersteuert die zentral konfigurierte Empfängerliste!" ' 'lblFollowUp_save ' - Me.lblFollowUp_save.AutoSize = True + resources.ApplyResources(Me.lblFollowUp_save, "lblFollowUp_save") Me.lblFollowUp_save.BackColor = System.Drawing.Color.Lime - Me.lblFollowUp_save.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblFollowUp_save.Location = New System.Drawing.Point(6, 90) Me.lblFollowUp_save.Name = "lblFollowUp_save" - Me.lblFollowUp_save.Size = New System.Drawing.Size(146, 15) - Me.lblFollowUp_save.TabIndex = 3 - Me.lblFollowUp_save.Text = "Wiedervorlage gespeichert" ' 'chkFollowUp ' - Me.chkFollowUp.AutoSize = True - Me.chkFollowUp.Location = New System.Drawing.Point(9, 70) + resources.ApplyResources(Me.chkFollowUp, "chkFollowUp") Me.chkFollowUp.Name = "chkFollowUp" - Me.chkFollowUp.Size = New System.Drawing.Size(101, 17) - Me.chkFollowUp.TabIndex = 2 - Me.chkFollowUp.Text = "Undo Checkbox" Me.chkFollowUp.UseVisualStyleBackColor = True ' 'dtpFollowUp ' - Me.dtpFollowUp.Enabled = False + resources.ApplyResources(Me.dtpFollowUp, "dtpFollowUp") Me.dtpFollowUp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] - Me.dtpFollowUp.Location = New System.Drawing.Point(9, 33) Me.dtpFollowUp.Name = "dtpFollowUp" - Me.dtpFollowUp.Size = New System.Drawing.Size(102, 21) - Me.dtpFollowUp.TabIndex = 1 ' 'lblWiedervorlage_Control ' - Me.lblWiedervorlage_Control.AutoSize = True - Me.lblWiedervorlage_Control.Location = New System.Drawing.Point(6, 17) + resources.ApplyResources(Me.lblWiedervorlage_Control, "lblWiedervorlage_Control") Me.lblWiedervorlage_Control.Name = "lblWiedervorlage_Control" - Me.lblWiedervorlage_Control.Size = New System.Drawing.Size(129, 13) - Me.lblWiedervorlage_Control.TabIndex = 0 - Me.lblWiedervorlage_Control.Text = "<< Waiting for Selection:" ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(11, 12) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(139, 13) - Me.Label5.TabIndex = 3 - Me.Label5.Text = "Hinterlegte Wiedervorlagen" ' 'TabPos ' @@ -757,31 +566,24 @@ Partial Class frmForm_Constructor_Main_2 Me.TabPos.Image = CType(resources.GetObject("TabPos.Image"), System.Drawing.Image) Me.TabPos.Name = "TabPos" Me.TabPos.PageVisible = False - Me.TabPos.Size = New System.Drawing.Size(1072, 316) - Me.TabPos.Text = "Positionen" + resources.ApplyResources(Me.TabPos, "TabPos") ' 'Panel1 ' Me.Panel1.Controls.Add(Me.GridControlPos) - Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill - Me.Panel1.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(1072, 291) - Me.Panel1.TabIndex = 2 ' 'GridControlPos ' - Me.GridControlPos.Dock = System.Windows.Forms.DockStyle.Fill - Me.GridControlPos.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.GridControlPos, "GridControlPos") Me.GridControlPos.MainView = Me.grvwGridPos Me.GridControlPos.Name = "GridControlPos" - Me.GridControlPos.Size = New System.Drawing.Size(1072, 291) - Me.GridControlPos.TabIndex = 0 Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos}) ' 'grvwGridPos ' - Me.grvwGridPos.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan + Me.grvwGridPos.Appearance.EvenRow.BackColor = CType(resources.GetObject("grvwGridPos.Appearance.EvenRow.BackColor"), System.Drawing.Color) Me.grvwGridPos.Appearance.EvenRow.Options.UseBackColor = True Me.grvwGridPos.GridControl = Me.GridControlPos Me.grvwGridPos.Name = "grvwGridPos" @@ -795,264 +597,200 @@ Partial Class frmForm_Constructor_Main_2 Me.BindingNavigatorPOS.CountItemFormat = "von {0} Positionen" Me.BindingNavigatorPOS.DeleteItem = Me.BindingNavigatorDeleteItem Me.BindingNavigatorPOS.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem}) - Me.BindingNavigatorPOS.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.BindingNavigatorPOS, "BindingNavigatorPOS") Me.BindingNavigatorPOS.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigatorPOS.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigatorPOS.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigatorPOS.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigatorPOS.Name = "BindingNavigatorPOS" Me.BindingNavigatorPOS.PositionItem = Me.BindingNavigatorPositionItem - Me.BindingNavigatorPOS.Size = New System.Drawing.Size(1072, 25) - Me.BindingNavigatorPOS.TabIndex = 1 - Me.BindingNavigatorPOS.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(103, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Positionen" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'ToolStripEdit ' Me.ToolStripEdit.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStripEdit.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsButtonAdd, Me.tsButtonSave, Me.tsButtonDelete, Me.tsButtonEditMode, Me.ToolStripDropDownButton1, Me.tsButtonShowTaskOverview, Me.tsButtonShowWorkflowTasks}) - Me.ToolStripEdit.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStripEdit, "ToolStripEdit") Me.ToolStripEdit.Name = "ToolStripEdit" - Me.ToolStripEdit.Size = New System.Drawing.Size(1078, 25) - Me.ToolStripEdit.TabIndex = 0 - Me.ToolStripEdit.Text = "ToolStrip1" ' 'tsButtonAdd ' - Me.tsButtonAdd.Enabled = False + resources.ApplyResources(Me.tsButtonAdd, "tsButtonAdd") Me.tsButtonAdd.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.tsButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonAdd.Name = "tsButtonAdd" - Me.tsButtonAdd.Size = New System.Drawing.Size(89, 22) - Me.tsButtonAdd.Text = "Hinzufügen" ' 'tsButtonSave ' - Me.tsButtonSave.Enabled = False + resources.ApplyResources(Me.tsButtonSave, "tsButtonSave") Me.tsButtonSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.tsButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonSave.Name = "tsButtonSave" - Me.tsButtonSave.Size = New System.Drawing.Size(79, 22) - Me.tsButtonSave.Text = "Speichern" ' 'tsButtonDelete ' - Me.tsButtonDelete.Enabled = False + resources.ApplyResources(Me.tsButtonDelete, "tsButtonDelete") Me.tsButtonDelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_Cancel_16xLG - Me.tsButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonDelete.Name = "tsButtonDelete" - Me.tsButtonDelete.Size = New System.Drawing.Size(71, 22) - Me.tsButtonDelete.Text = "Löschen" ' 'tsButtonEditMode ' - Me.tsButtonEditMode.Enabled = False + resources.ApplyResources(Me.tsButtonEditMode, "tsButtonEditMode") Me.tsButtonEditMode.Image = Global.DD_Record_Organiser.My.Resources.Resources.EditLabel_13239 - Me.tsButtonEditMode.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonEditMode.Name = "tsButtonEditMode" - Me.tsButtonEditMode.Size = New System.Drawing.Size(83, 22) - Me.tsButtonEditMode.Text = "Bearbeiten" ' 'ToolStripDropDownButton1 ' Me.ToolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.WindreamsucheNeuLadenToolStripMenuItem, Me.ToolStripSeparator3, Me.WorkflowTasksNeuErstellenToolStripMenuItem, Me.OfficeVorlagenToolStripMenuItem, Me.VerknüpfungenAnzeigenToolStripMenuItem, Me.ToolStripSeparator4, Me.RecordKopierenToolStripMenuItem, Me.ZeigeRecordLogsToolStripMenuItem, Me.ToolStripSeparator5, Me.AnwendungscacheFreigebenToolStripMenuItem}) Me.ToolStripDropDownButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.PropertyGridEditorPart_6041 - Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripDropDownButton1, "ToolStripDropDownButton1") Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" - Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(138, 22) - Me.ToolStripDropDownButton1.Text = "Record-Funktionen" ' 'WindreamsucheNeuLadenToolStripMenuItem ' Me.WindreamsucheNeuLadenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG Me.WindreamsucheNeuLadenToolStripMenuItem.Name = "WindreamsucheNeuLadenToolStripMenuItem" - Me.WindreamsucheNeuLadenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.WindreamsucheNeuLadenToolStripMenuItem.Text = "windream-Suche neu laden" + resources.ApplyResources(Me.WindreamsucheNeuLadenToolStripMenuItem, "WindreamsucheNeuLadenToolStripMenuItem") ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(228, 6) + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' 'WorkflowTasksNeuErstellenToolStripMenuItem ' Me.WorkflowTasksNeuErstellenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.brick_go Me.WorkflowTasksNeuErstellenToolStripMenuItem.Name = "WorkflowTasksNeuErstellenToolStripMenuItem" - Me.WorkflowTasksNeuErstellenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.WorkflowTasksNeuErstellenToolStripMenuItem.Text = "Workflow Tasks neu erzeugen" + resources.ApplyResources(Me.WorkflowTasksNeuErstellenToolStripMenuItem, "WorkflowTasksNeuErstellenToolStripMenuItem") ' 'OfficeVorlagenToolStripMenuItem ' Me.OfficeVorlagenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.page_white_office1 Me.OfficeVorlagenToolStripMenuItem.Name = "OfficeVorlagenToolStripMenuItem" - Me.OfficeVorlagenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.OfficeVorlagenToolStripMenuItem.Text = "Office Vorlagen" + resources.ApplyResources(Me.OfficeVorlagenToolStripMenuItem, "OfficeVorlagenToolStripMenuItem") ' 'VerknüpfungenAnzeigenToolStripMenuItem ' - Me.VerknüpfungenAnzeigenToolStripMenuItem.Enabled = False + resources.ApplyResources(Me.VerknüpfungenAnzeigenToolStripMenuItem, "VerknüpfungenAnzeigenToolStripMenuItem") Me.VerknüpfungenAnzeigenToolStripMenuItem.Name = "VerknüpfungenAnzeigenToolStripMenuItem" - Me.VerknüpfungenAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.VerknüpfungenAnzeigenToolStripMenuItem.Text = "Verknüpfungen anzeigen" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(228, 6) + resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4") ' 'RecordKopierenToolStripMenuItem ' Me.RecordKopierenToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.Copy_6524 Me.RecordKopierenToolStripMenuItem.Name = "RecordKopierenToolStripMenuItem" - Me.RecordKopierenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.RecordKopierenToolStripMenuItem.Text = "Record kopieren" + resources.ApplyResources(Me.RecordKopierenToolStripMenuItem, "RecordKopierenToolStripMenuItem") ' 'ZeigeRecordLogsToolStripMenuItem ' Me.ZeigeRecordLogsToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.eye Me.ZeigeRecordLogsToolStripMenuItem.Name = "ZeigeRecordLogsToolStripMenuItem" - Me.ZeigeRecordLogsToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.ZeigeRecordLogsToolStripMenuItem.Text = "Zeige Record Logs" + resources.ApplyResources(Me.ZeigeRecordLogsToolStripMenuItem, "ZeigeRecordLogsToolStripMenuItem") ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(228, 6) + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' 'AnwendungscacheFreigebenToolStripMenuItem ' Me.AnwendungscacheFreigebenToolStripMenuItem.Name = "AnwendungscacheFreigebenToolStripMenuItem" - Me.AnwendungscacheFreigebenToolStripMenuItem.Size = New System.Drawing.Size(231, 22) - Me.AnwendungscacheFreigebenToolStripMenuItem.Text = "Anwendungscache freigeben" + resources.ApplyResources(Me.AnwendungscacheFreigebenToolStripMenuItem, "AnwendungscacheFreigebenToolStripMenuItem") ' 'tsButtonShowTaskOverview ' Me.tsButtonShowTaskOverview.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.tsButtonShowTaskOverview.Enabled = False + resources.ApplyResources(Me.tsButtonShowTaskOverview, "tsButtonShowTaskOverview") Me.tsButtonShowTaskOverview.Image = Global.DD_Record_Organiser.My.Resources.Resources.brick - Me.tsButtonShowTaskOverview.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonShowTaskOverview.Name = "tsButtonShowTaskOverview" - Me.tsButtonShowTaskOverview.Size = New System.Drawing.Size(100, 22) - Me.tsButtonShowTaskOverview.Text = "Taskübersicht" ' 'tsButtonShowWorkflowTasks ' Me.tsButtonShowWorkflowTasks.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.tsButtonShowWorkflowTasks.Enabled = False + resources.ApplyResources(Me.tsButtonShowWorkflowTasks, "tsButtonShowWorkflowTasks") Me.tsButtonShowWorkflowTasks.Image = Global.DD_Record_Organiser.My.Resources.Resources.bricks - Me.tsButtonShowWorkflowTasks.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsButtonShowWorkflowTasks.Name = "tsButtonShowWorkflowTasks" - Me.tsButtonShowWorkflowTasks.Size = New System.Drawing.Size(122, 22) - Me.tsButtonShowWorkflowTasks.Text = "Taskmanagement" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.GridControlParent) Me.Panel2.Controls.Add(Me.btnRelinkParentID) - Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill - Me.Panel2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.Panel2, "Panel2") Me.Panel2.Name = "Panel2" - Me.Panel2.Size = New System.Drawing.Size(0, 0) - Me.Panel2.TabIndex = 0 ' 'GridControlParent ' - Me.GridControlParent.Dock = System.Windows.Forms.DockStyle.Fill - Me.GridControlParent.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.GridControlParent, "GridControlParent") Me.GridControlParent.MainView = Me.GridViewParent Me.GridControlParent.Name = "GridControlParent" - Me.GridControlParent.Size = New System.Drawing.Size(0, 0) - Me.GridControlParent.TabIndex = 1 Me.GridControlParent.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewParent}) ' 'GridViewParent ' - Me.GridViewParent.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua + Me.GridViewParent.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridViewParent.Appearance.EvenRow.BackColor"), System.Drawing.Color) Me.GridViewParent.Appearance.EvenRow.Options.UseBackColor = True Me.GridViewParent.GridControl = Me.GridControlParent Me.GridViewParent.Name = "GridViewParent" @@ -1066,14 +804,69 @@ Partial Class frmForm_Constructor_Main_2 'btnRelinkParentID ' Me.btnRelinkParentID.BackColor = System.Drawing.Color.WhiteSmoke - Me.btnRelinkParentID.Dock = System.Windows.Forms.DockStyle.Bottom - Me.btnRelinkParentID.Location = New System.Drawing.Point(0, -50) + resources.ApplyResources(Me.btnRelinkParentID, "btnRelinkParentID") Me.btnRelinkParentID.Name = "btnRelinkParentID" - Me.btnRelinkParentID.Size = New System.Drawing.Size(0, 50) - Me.btnRelinkParentID.TabIndex = 0 - Me.btnRelinkParentID.Text = "Datensatz auf gewählten Parentsatz ""umhängen""" Me.btnRelinkParentID.UseVisualStyleBackColor = False ' + 'NavPane + ' + Me.NavPane.ButtonPadding = New System.Windows.Forms.Padding(12) + Me.NavPane.Buttons.Add(Me.NavButtonHome) + Me.NavPane.Buttons.Add(Me.NavButtonRefresh) + ' + 'TileNavCategory1 + ' + Me.NavPane.DefaultCategory.Name = "TileNavCategory1" + Me.NavPane.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty + Me.NavPane.DefaultCategory.OwnerCollection = Nothing + ' + ' + ' + Me.NavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty + Me.NavPane.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.[Default] + resources.ApplyResources(Me.NavPane, "NavPane") + Me.NavPane.Name = "NavPane" + Me.NavPane.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty + Me.NavPane.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty + ' + 'NavButtonHome + ' + Me.NavButtonHome.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True] + Me.NavButtonHome.Caption = "" + Me.NavButtonHome.Glyph = CType(resources.GetObject("NavButtonHome.Glyph"), System.Drawing.Image) + Me.NavButtonHome.IsMain = True + Me.NavButtonHome.Name = "NavButtonHome" + ' + 'NavButtonRefresh + ' + Me.NavButtonRefresh.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right + Me.NavButtonRefresh.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True] + Me.NavButtonRefresh.Caption = "" + Me.NavButtonRefresh.Glyph = CType(resources.GetObject("NavButtonRefresh.Glyph"), System.Drawing.Image) + Me.NavButtonRefresh.Name = "NavButtonRefresh" + ' + 'StatusStrip_Main + ' + Me.StatusStrip_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsslblStatus, Me.tsslblRecord, Me.tsslblWorkflowstate}) + resources.ApplyResources(Me.StatusStrip_Main, "StatusStrip_Main") + Me.StatusStrip_Main.Name = "StatusStrip_Main" + ' + 'tsslblStatus + ' + Me.tsslblStatus.Name = "tsslblStatus" + resources.ApplyResources(Me.tsslblStatus, "tsslblStatus") + ' + 'tsslblRecord + ' + Me.tsslblRecord.Name = "tsslblRecord" + resources.ApplyResources(Me.tsslblRecord, "tsslblRecord") + ' + 'tsslblWorkflowstate + ' + Me.tsslblWorkflowstate.Image = Global.DD_Record_Organiser.My.Resources.Resources.bricks + Me.tsslblWorkflowstate.Name = "tsslblWorkflowstate" + resources.ApplyResources(Me.tsslblWorkflowstate, "tsslblWorkflowstate") + ' 'DD_ECMAdmin ' Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin" @@ -1086,7 +879,7 @@ Partial Class frmForm_Constructor_Main_2 'ContextMenuDetails ' Me.ContextMenuDetails.Name = "ContextMenuDetails" - Me.ContextMenuDetails.Size = New System.Drawing.Size(61, 4) + resources.ApplyResources(Me.ContextMenuDetails, "ContextMenuDetails") ' 'DD_DMSDataSet ' @@ -1154,26 +947,22 @@ Partial Class frmForm_Constructor_Main_2 ' 'frmForm_Constructor_Main_2 ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1083, 709) Me.Controls.Add(Me.SplitContainerMain) Me.Controls.Add(Me.StatusStrip_Main) Me.Controls.Add(Me.NavPane) Me.Name = "frmForm_Constructor_Main_2" - Me.Text = "frmForm_Constructor_Main" - CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.GridControlMain, System.ComponentModel.ISupportInitialize).EndInit() - Me.ContextMenuGrid.ResumeLayout(False) - CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.grvwTiles, System.ComponentModel.ISupportInitialize).EndInit() - Me.StatusStrip_Main.ResumeLayout(False) - Me.StatusStrip_Main.PerformLayout() CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerMain.ResumeLayout(False) CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerTop.ResumeLayout(False) Me.CMSEntity.ResumeLayout(False) + CType(Me.GridControlMain, System.ComponentModel.ISupportInitialize).EndInit() + Me.ContextMenuGrid.ResumeLayout(False) + CType(Me.grvwGrid, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.grvwTiles, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerBottom.ResumeLayout(False) CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).EndInit() @@ -1203,6 +992,8 @@ Partial Class frmForm_Constructor_Main_2 Me.Panel2.ResumeLayout(False) CType(Me.GridControlParent, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewParent, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip_Main.ResumeLayout(False) + Me.StatusStrip_Main.PerformLayout() CType(Me.BindingSource_Entity, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmForm_Constructor_Main_2.resx b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.resx index 57936f7..f9a76e1 100644 --- a/app/DD-Record-Organiser/frmForm_Constructor_Main_2.resx +++ b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.resx @@ -117,10 +117,1380 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + + 0, 40 + + + Fill + + + 0, 0 + + + 17, 93 + + + 194, 22 + + + Reset Ebenen-Auswahl + + + 194, 22 + + + Dateiimport Entität + + + 194, 22 + + + Form-Designer + + + 195, 70 + + + CMSEntity + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + Segoe UI, 9.75pt + + + 0, 0 + + + 283, 270 + + + + 0 + + + TreeViewMain + + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerTop.Panel1 + + + 0 + + + Panel1 + 477, 15 - + + Segoe UI, 9pt, style=Bold + + + 232, 22 + + + Funktionen DataGrid + + + 229, 6 + + + 182, 22 + + + Quick View Carousel + + + 182, 22 + + + Quick View Tiles + + + 182, 22 + + + Detail View + + + 232, 22 + + + Ansicht umschalten + + + 232, 22 + + + Ansicht als Standard festlegen + + + 232, 22 + + + Ansicht zurücksetzen + + + 229, 6 + + + 232, 22 + + + Alle Filter entfernen + + + 232, 22 + + + Export nach Excel + + + 232, 22 + + + Daten neu laden + + + 233, 170 + + + ContextMenuGrid + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + Tahoma, 9pt + + + Aqua + + + Ziehen Sie Spaltenüberschriften in diesen Bereich um nach diesen gruppieren zu lassen + + + 0, 0 + + + 795, 270 + + + 0 + + + GridControlMain + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerTop.Panel2 + + + 0 + + + Panel2 + + + 1083, 270 + + + 0 + + + SplitContainerControl1 + + + SplitContainerTop + + + DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerMain.Panel1 + + + 0 + + + Panel1 + + + Fill + + + 0, 0 + + + Fuchsia + + + 255, 192, 255 + + + Tahoma, 8.25pt, style=Bold, Italic + + + Fill + + + 0, 25 + + + Fill + + + 0, 0 + + + 1072, 316 + + + 0 + + + pnlDetails + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabDetails + + + 0 + + + 1072, 316 + + + Detailansicht + + + TabDetails + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TCDetails + + + 0 + + + 1078, 347 + + + 1 + + + Fill + + + True + + + 0, 25 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACFTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5BeEhvc3QrU3RhdGUBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAJQAAAAIB + AAAAAQAAAAAAAAAAAAAAABAAAAAAAAEAfG4AAKodAAAAAAAACw== + + + + 1072, 291 + + + 6 + + + AxObjectListControl + + + AxOBJECTLISTCONTROLLib.AxObjectListControl, AxInterop.OBJECTLISTCONTROLLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + TabWindream + + + 0 + + + 1157, 15 + + + Segoe UI, 8.25pt, style=Bold, Italic + + + 126, 22 + + + Windream-Dokumente + + + 173, 22 + + + Konfiguration User + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGcSURBVDhPrZI/SEJRFMZvFNTSIo2Bk0OtLdlYEeEgEQUR + BNHSEEmQS4iVIFgkDtWQIDTU0FJEkGDYHwr7M2SUQyDUFC0NFUEUpF/33PPe9QqSSx98vHvevd/vnXt4 + 4t+V6BewbdZRD9d/ig5io0Gb6lyohuutxuoQBdhtYRsg2wSYdrOtCMtuswxg2gK8r9Uj5atTaw1RodMh + 4GRAB57jTg2kr5IzwSYNItPVFEQBLseBXAQ49ABJtwqmRwQewwJfUYGzMYbs+8shJUBMoLDdyp1IyKq3 + 9OVAp8DeqEC8S2BCBqjDz4QMtxlzIEh2Sm7ehhQkKmtrS4kgJoCcDdSWz0F18pQEbgLIRFzqsNq0RBAT + QNZXOJ+UG+leKBFEziSfaFcB0/llZ2XA64LAz5JA8cDLA5WDxP2K7CbINfm4TzvWIQc6bHRIkI8ZgQcf + D+56vpkB1A0978LsCwa9rbtK97dFEArTmp6FTReKO20oprrxPcdDpvpl0YG8v8LfaIoAkP8AXetq1oFY + DwcIdDRYJUwiAB0yTe/NNUuIXy/etxLLTTpKAAAAAElFTkSuQmCC + + + + Magenta + + + 210, 22 + + + Konfiguration windream-Ansicht + + + 0, 0 + + + 1072, 25 + + + 2 + + + ToolStrip2 + + + ToolStripDokumente + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabWindream + + + 1 + + + 1072, 316 + + + windream-Dateien + + + TabWindream + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TCDetails + + + 1 + + + Top, Bottom, Left + + + ID + + + 40 + + + Title + + + 200 + + + 14, 36 + + + 263, 257 + + + 5 + + + ListViewFollowUps + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabFollowUp + + + 0 + + + Top, Bottom, Left + + + Top, Bottom, Left + + + Segoe UI, 8.25pt + + + MiddleLeft + + + 248, 124 + + + 340, 23 + + + 5 + + + User aus Wiedervorlage löschen + + + btnRemoveUser_FollowUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + Segoe UI, 8.25pt + + + MiddleLeft + + + 248, 95 + + + 340, 23 + + + 4 + + + User zu Wiedervorlage hinzufügen + + + btnAddUser_FollowUp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 1 + + + Segoe UI, 8.25pt + + + 248, 68 + + + 340, 21 + + + 3 + + + cmbFollowUpUser + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 2 + + + True + + + Segoe UI, 8.25pt + + + 245, 50 + + + 64, 13 + + + 2 + + + Email-User: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 3 + + + Top, Bottom, Left + + + Segoe UI, 8.25pt + + + 9, 50 + + + 230, 173 + + + 1 + + + ListBoxUser2Profile + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 4 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 6, 17 + + + 349, 13 + + + 0 + + + Achtung: Diese Liste übersteuert die zentral konfigurierte Empfängerliste! + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 5 + + + Segoe UI, 8.25pt, style=Bold + + + 177, 20 + + + 594, 239 + + + 4 + + + Individuelle Empfänger für diesen Datensatz: + + + GroupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxFU_Profile + + + 0 + + + True + + + Segoe UI, 9pt, style=Italic + + + 6, 90 + + + 146, 15 + + + 3 + + + Wiedervorlage gespeichert + + + lblFollowUp_save + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxFU_Profile + + + 1 + + + True + + + 9, 70 + + + 101, 17 + + + 2 + + + Undo Checkbox + + + chkFollowUp + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxFU_Profile + + + 2 + + + False + + + 9, 33 + + + 102, 21 + + + 1 + + + dtpFollowUp + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxFU_Profile + + + 3 + + + True + + + 6, 17 + + + 129, 13 + + + 0 + + + << Waiting for Selection: + + + lblWiedervorlage_Control + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxFU_Profile + + + 4 + + + 283, 28 + + + 774, 265 + + + 4 + + + grpbxFU_Profile + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabFollowUp + + + 1 + + + True + + + 11, 12 + + + 139, 13 + + + 3 + + + Hinterlegte Wiedervorlagen + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabFollowUp + + + 2 + + + 1072, 316 + + + Wiedervorlage + + + TabFollowUp + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TCDetails + + + 2 + + + Fill + + + 0, 0 + + + Cyan + + + 1072, 291 + + + 0 + + + GridControlPos + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + Panel1 + + + 0 + + + Fill + + + 0, 25 + + + 1072, 291 + + + 2 + + + Panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPos + + + 0 + + + 124, 93 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/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 + + + 103, 22 + + + von {0} Positionen + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAW9JREFUOE+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 + wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 + wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/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 + wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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 + + + 1072, 25 + + + 1 + + + BindingNavigator1 + + + BindingNavigatorPOS + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPos + + + 1 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASdEVYdFRpdGxlAExpc3Q7QnVsbGV0O1FzfzkAAABa + SURBVDhPY/j//z9FGEPAxsaGEYhBNF4MUw/TVADED0A0kkHMQMyCBbOCaHQDQJr/g2gkA0B8nBimDqYY + wwXEYqyCpGCsgqRgMEGxF6CaQYEzGogjMRD/MwAARTWKOO3Nn7MAAAAASUVORK5CYII= + + + + 1072, 316 + + + Positionen + + + TabPos + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TCDetails + + + 3 + + + TCDetails + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerBottom.Panel1 + + + 0 + + + 773, 15 + + + False + + + Magenta + + + 89, 22 + + + Hinzufügen + + + False + + + Magenta + + + 79, 22 + + + Speichern + + + False + + + Magenta + + + 71, 22 + + + Löschen + + + False + + + Magenta + + + 83, 22 + + + Bearbeiten + + + 231, 22 + + + windream-Suche neu laden + + + 228, 6 + + + 231, 22 + + + Workflow Tasks neu erzeugen + + + 231, 22 + + + Office Vorlagen + + + False + + + 231, 22 + + + Verknüpfungen anzeigen + + + 228, 6 + + + 231, 22 + + + Record kopieren + + + 231, 22 + + + Zeige Record Logs + + + 228, 6 + + + 231, 22 + + + Anwendungscache freigeben + + + Magenta + + + 138, 22 + + + Record-Funktionen + + + False + + + Magenta + + + 100, 22 + + + Taskübersicht + + + False + + + Magenta + + + 122, 22 + + + Taskmanagement + + + 0, 0 + + + 1078, 25 + + + 0 + + + ToolStrip1 + + + ToolStripEdit + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerBottom.Panel1 + + + 1 + + + Panel1 + + + Fill + + + 0, 0 + + + Aqua + + + 0, 0 + + + 1 + + + GridControlParent + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + Panel2 + + + 0 + + + Bottom + + + 0, -50 + + + 0, 50 + + + 0 + + + Datensatz auf gewählten Parentsatz "umhängen" + + + btnRelinkParentID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 1 + + + Fill + + + 0, 0 + + + 0, 0 + + + 0 + + + Panel2 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerBottom.Panel2 + + + 0 + + + Panel2 + + + 1083, 372 + + + 0 + + + SplitContainerControl1 + + + SplitContainerBottom + + + DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerMain.Panel2 + + + 0 + + + Panel2 + + + 1083, 647 + + + 2 + + + SplitContainerControl1 + + + SplitContainerMain + + + DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 3 + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m @@ -148,114 +1518,81 @@ uIEEMbxns0OpzYNRITMZmOv/PZbXJi3WJC3WJC3Wo939Ao+TPgKX3Mi+AAAAAElFTkSuQmCC + + Top + + + 0, 0 + + + 1083, 40 + + + 0 + + + TileNavPane1 + + + NavPane + + + DevExpress.XtraBars.Navigation.TileNavPane, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 5 + 17, 17 - - 17, 93 - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACFTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5BeEhvc3QrU3RhdGUBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAJQAAAAIB - AAAAAQAAAAAAAAAAAAAAABAAAAAAAAEAfG4AAKodAAAAAAAACw== - + + 53, 17 - - 1157, 15 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGcSURBVDhPrZI/SEJRFMZvFNTSIo2Bk0OtLdlYEeEgEQUR - BNHSEEmQS4iVIFgkDtWQIDTU0FJEkGDYHwr7M2SUQyDUFC0NFUEUpF/33PPe9QqSSx98vHvevd/vnXt4 - 4t+V6BewbdZRD9d/ig5io0Gb6lyohuutxuoQBdhtYRsg2wSYdrOtCMtuswxg2gK8r9Uj5atTaw1RodMh - 4GRAB57jTg2kr5IzwSYNItPVFEQBLseBXAQ49ABJtwqmRwQewwJfUYGzMYbs+8shJUBMoLDdyp1IyKq3 - 9OVAp8DeqEC8S2BCBqjDz4QMtxlzIEh2Sm7ehhQkKmtrS4kgJoCcDdSWz0F18pQEbgLIRFzqsNq0RBAT - QNZXOJ+UG+leKBFEziSfaFcB0/llZ2XA64LAz5JA8cDLA5WDxP2K7CbINfm4TzvWIQc6bHRIkI8ZgQcf - D+56vpkB1A0978LsCwa9rbtK97dFEArTmp6FTReKO20oprrxPcdDpvpl0YG8v8LfaIoAkP8AXetq1oFY - DwcIdDRYJUwiAB0yTe/NNUuIXy/etxLLTTpKAAAAAElFTkSuQmCC - + + tssStatus - - 124, 93 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/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== - + + 58, 17 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + tssRecord - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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= - + + 137, 17 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 - + + ToolStripStatusLabel1 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + False - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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== - + + 0, 687 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m - dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASdEVYdFRpdGxlAExpc3Q7QnVsbGV0O1FzfzkAAABa - SURBVDhPY/j//z9FGEPAxsaGEYhBNF4MUw/TVADED0A0kkHMQMyCBbOCaHQDQJr/g2gkA0B8nBimDqYY - wwXEYqyCpGCsgqRgMEGxF6CaQYEzGogjMRD/MwAARTWKOO3Nn7MAAAAASUVORK5CYII= - + + 1083, 22 + + + 1 + + + StatusStrip1 + + + StatusStrip_Main + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 - - 773, 15 - 162, 11 @@ -279,6 +1616,15 @@ 995, 15 + + 61, 4 + + + ContextMenuDetails + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 1322, 15 @@ -303,7 +1649,451 @@ 1222, 54 + + True + 242 + + 6, 13 + + + 1083, 709 + + + frmForm_Constructor_Main + + + ResetEbenenAuswahlToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DateiimportEntitätToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FormDesignerToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FunktionenDataGridToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, 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 + + + AnsichtUmschaltenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonQuickViewCarousel + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonQuickViewTiles + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonDetailView + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonSetViewAsDefault + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonResetView + + + System.Windows.Forms.ToolStripMenuItem, 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 + + + ButtonResetFilter + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ButtonExportToExcel + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DatenNeuLadenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grvwGrid + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + grvwCarousel + + + DevExpress.XtraGrid.Views.Layout.LayoutView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + grvwTiles + + + DevExpress.XtraGrid.Views.Tile.TileView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tslblWindreamView + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripDropDownButton2 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + KonfigurationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader1 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grvwGridPos + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + tsButtonAdd + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonSave + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonDelete + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonEditMode + + + System.Windows.Forms.ToolStripButton, 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 + + + WindreamsucheNeuLadenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, 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 + + + WorkflowTasksNeuErstellenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + OfficeVorlagenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VerknüpfungenAnzeigenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator4 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + RecordKopierenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ZeigeRecordLogsToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, 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 + + + AnwendungscacheFreigebenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonShowTaskOverview + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonShowWorkflowTasks + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GridViewParent + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TileNavCategory1 + + + DevExpress.XtraBars.Navigation.TileNavCategory, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + NavButtonHome + + + DevExpress.XtraBars.Navigation.NavButton, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + NavButtonRefresh + + + DevExpress.XtraBars.Navigation.NavButton, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tsslblStatus + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsslblRecord + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsslblWorkflowstate + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingSource_Entity + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_ECMAdmin + + + DD_Record_Organiser.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ImageCollection1 + + + DevExpress.Utils.ImageCollection, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ttToolTip + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WF_USER_ACTIVEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WF_USER_ACTIVETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_USER_ACTIVETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FILES_USERTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FILES_USERTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WF_ACTIVEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WF_ACTIVETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_ACTIVETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FILES_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmForm_Constructor_Main_2 + + + 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-Record-Organiser/frmForm_Constructor_Main_2.vb b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.vb index 872b628..d69955d 100644 --- a/app/DD-Record-Organiser/frmForm_Constructor_Main_2.vb +++ b/app/DD-Record-Organiser/frmForm_Constructor_Main_2.vb @@ -23,7 +23,6 @@ Public Class frmForm_Constructor_Main_2 Private ACT_EBENE_STRING As String Private SELECTED_RECORD_ID As Integer Private PARENT_RECORDID As Integer - Private thisFORMVIEW_ID As Integer Private POS_ENTITY As Integer = 0 Private POS_SQL As String = "" Private POS_RECORD_ID @@ -948,9 +947,10 @@ Public Class frmForm_Constructor_Main_2 #End Region #Region "Controls" - Sub Load_Controls(FORM_VIEW_ID As Integer) - thisFORMVIEW_ID = FORM_VIEW_ID - FORM_ID = ClassDatabase.Execute_Scalar("SELECT FORM_ID FROM TBPMO_FORM_VIEW WHERE GUID = " & FORM_VIEW_ID) + Sub Load_Controls(frmview_id As Integer) + + FORMVIEW_ID = frmview_id + FORM_ID = ClassDatabase.Execute_Scalar("SELECT FORM_ID FROM TBPMO_FORM_VIEW WHERE GUID = " & frmview_id) CtrlBuilder = New ClassControlBuilder(pnlDetails, ttToolTip) 'LoadControls(thisFormId) CtrlCommandUI = New ClassControlCommandsUI(CtrlBuilder, diff --git a/app/DD-Record-Organiser/frmForm_Input.Designer.vb b/app/DD-Record-Organiser/frmForm_Input.Designer.vb index c711f94..5d673ab 100644 --- a/app/DD-Record-Organiser/frmForm_Input.Designer.vb +++ b/app/DD-Record-Organiser/frmForm_Input.Designer.vb @@ -96,19 +96,13 @@ Partial Class frmFormInput 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstat_lbl}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 646) + 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(919, 22) - Me.StatusStrip1.TabIndex = 0 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tsstat_lbl ' Me.tsstat_lbl.Name = "tsstat_lbl" - Me.tsstat_lbl.Size = New System.Drawing.Size(53, 17) - Me.tsstat_lbl.Text = "tsstat_lbl" - Me.tsstat_lbl.Visible = False + resources.ApplyResources(Me.tsstat_lbl, "tsstat_lbl") ' 'DD_DMSDataSet ' @@ -165,16 +159,13 @@ Partial Class frmFormInput Me.VWPMO_CONTROL_SCREENBindingNavigator.CountItemFormat = "von {0} Datensätzen" Me.VWPMO_CONTROL_SCREENBindingNavigator.DeleteItem = Nothing Me.VWPMO_CONTROL_SCREENBindingNavigator.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.tsbtnrefresh, Me.ToolStripDropDownButton1}) - Me.VWPMO_CONTROL_SCREENBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.VWPMO_CONTROL_SCREENBindingNavigator, "VWPMO_CONTROL_SCREENBindingNavigator") Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.VWPMO_CONTROL_SCREENBindingNavigator.Name = "VWPMO_CONTROL_SCREENBindingNavigator" Me.VWPMO_CONTROL_SCREENBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.VWPMO_CONTROL_SCREENBindingNavigator.Size = New System.Drawing.Size(919, 25) - Me.VWPMO_CONTROL_SCREENBindingNavigator.TabIndex = 1 - Me.VWPMO_CONTROL_SCREENBindingNavigator.Text = "BindingNavigator1" ' 'BindingSourceDGV ' @@ -183,102 +174,75 @@ Partial Class frmFormInput '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(58, 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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'tsbtnrefresh ' Me.tsbtnrefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnrefresh, "tsbtnrefresh") Me.tsbtnrefresh.Name = "tsbtnrefresh" - Me.tsbtnrefresh.Size = New System.Drawing.Size(146, 22) - Me.tsbtnrefresh.Text = "Übersicht aktualisieren" ' 'ToolStripDropDownButton1 ' Me.ToolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LäscheAlleFilterEtcToolStripMenuItem}) - Me.ToolStripDropDownButton1.Image = CType(resources.GetObject("ToolStripDropDownButton1.Image"), System.Drawing.Image) - Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripDropDownButton1, "ToolStripDropDownButton1") Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" - Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(65, 22) - Me.ToolStripDropDownButton1.Text = "Datagrid" ' 'LäscheAlleFilterEtcToolStripMenuItem ' Me.LäscheAlleFilterEtcToolStripMenuItem.Name = "LäscheAlleFilterEtcToolStripMenuItem" - Me.LäscheAlleFilterEtcToolStripMenuItem.Size = New System.Drawing.Size(180, 22) - Me.LäscheAlleFilterEtcToolStripMenuItem.Text = "Lösche alle Filter etc" + resources.ApplyResources(Me.LäscheAlleFilterEtcToolStripMenuItem, "LäscheAlleFilterEtcToolStripMenuItem") ' 'SplitContainerMain ' - Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerMain.Location = New System.Drawing.Point(0, 25) - Me.SplitContainerMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain") Me.SplitContainerMain.Name = "SplitContainerMain" - Me.SplitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainerMain.Panel1 ' @@ -287,27 +251,20 @@ Partial Class frmFormInput 'SplitContainerMain.Panel2 ' Me.SplitContainerMain.Panel2.Controls.Add(Me.SplitContainerDetails) - Me.SplitContainerMain.Size = New System.Drawing.Size(919, 621) - Me.SplitContainerMain.SplitterDistance = 248 - Me.SplitContainerMain.SplitterWidth = 5 - Me.SplitContainerMain.TabIndex = 2 Me.SplitContainerMain.TabStop = False ' 'dgvInput ' Me.dgvInput.DataSource = Me.BindingSourceDGV - Me.dgvInput.Dock = System.Windows.Forms.DockStyle.Fill - Me.dgvInput.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.dgvInput, "dgvInput") Me.dgvInput.MainView = Me.gvMainView Me.dgvInput.Name = "dgvInput" - Me.dgvInput.Size = New System.Drawing.Size(919, 248) - Me.dgvInput.TabIndex = 2 Me.dgvInput.TabStop = False Me.dgvInput.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView}) ' 'gvMainView ' - Me.gvMainView.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) + Me.gvMainView.Appearance.OddRow.BackColor = CType(resources.GetObject("gvMainView.Appearance.OddRow.BackColor"), System.Drawing.Color) Me.gvMainView.Appearance.OddRow.Options.UseBackColor = True Me.gvMainView.GridControl = Me.dgvInput Me.gvMainView.Name = "gvMainView" @@ -321,10 +278,8 @@ Partial Class frmFormInput 'SplitContainerDetails ' Me.SplitContainerDetails.AllowDrop = True - Me.SplitContainerDetails.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerDetails.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainerDetails, "SplitContainerDetails") Me.SplitContainerDetails.Name = "SplitContainerDetails" - Me.SplitContainerDetails.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainerDetails.Panel1 ' @@ -335,78 +290,54 @@ Partial Class frmFormInput 'SplitContainerDetails.Panel2 ' Me.SplitContainerDetails.Panel2.Controls.Add(Me.XtraTabControl1) - Me.SplitContainerDetails.Size = New System.Drawing.Size(919, 368) - Me.SplitContainerDetails.SplitterDistance = 100 - Me.SplitContainerDetails.TabIndex = 3 Me.SplitContainerDetails.TabStop = False ' 'pnlView ' - Me.pnlView.AutoSize = True - Me.pnlView.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.pnlView, "pnlView") Me.pnlView.BackColor = System.Drawing.SystemColors.Control - Me.pnlView.Dock = System.Windows.Forms.DockStyle.Fill - Me.pnlView.Location = New System.Drawing.Point(0, 25) Me.pnlView.Name = "pnlView" - Me.pnlView.Size = New System.Drawing.Size(919, 53) - Me.pnlView.TabIndex = 2 ' 'StatusStrip2 ' Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tserstellt_Detail}) - Me.StatusStrip2.Location = New System.Drawing.Point(0, 78) + resources.ApplyResources(Me.StatusStrip2, "StatusStrip2") Me.StatusStrip2.Name = "StatusStrip2" - Me.StatusStrip2.Size = New System.Drawing.Size(919, 22) - Me.StatusStrip2.TabIndex = 1 - Me.StatusStrip2.Text = "StatusStrip2" ' 'tserstellt_Detail ' Me.tserstellt_Detail.Name = "tserstellt_Detail" - Me.tserstellt_Detail.Size = New System.Drawing.Size(121, 17) - Me.tserstellt_Detail.Text = "ToolStripStatusLabel1" + resources.ApplyResources(Me.tserstellt_Detail, "tserstellt_Detail") ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsButtonAdd, Me.tsButtonDelete, Me.tsButtonSave}) - Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip2, "ToolStrip2") Me.ToolStrip2.Name = "ToolStrip2" - Me.ToolStrip2.Size = New System.Drawing.Size(919, 25) - Me.ToolStrip2.TabIndex = 0 - Me.ToolStrip2.Text = "ToolStrip2" ' 'tsButtonAdd ' Me.tsButtonAdd.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.tsButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonAdd, "tsButtonAdd") Me.tsButtonAdd.Name = "tsButtonAdd" - Me.tsButtonAdd.Size = New System.Drawing.Size(89, 22) - Me.tsButtonAdd.Text = "Hinzufügen" ' 'tsButtonDelete ' Me.tsButtonDelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_Cancel_16xLG - Me.tsButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonDelete, "tsButtonDelete") Me.tsButtonDelete.Name = "tsButtonDelete" - Me.tsButtonDelete.Size = New System.Drawing.Size(71, 22) - Me.tsButtonDelete.Text = "Löschen" ' 'tsButtonSave ' Me.tsButtonSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.tsButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonSave, "tsButtonSave") Me.tsButtonSave.Name = "tsButtonSave" - Me.tsButtonSave.Size = New System.Drawing.Size(79, 22) - Me.tsButtonSave.Text = "Speichern" ' 'XtraTabControl1 ' - Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(919, 264) - Me.XtraTabControl1.TabIndex = 4 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1}) ' 'XtraTabPage1 @@ -414,33 +345,24 @@ Partial Class frmFormInput Me.XtraTabPage1.Controls.Add(Me.AxObjectListControl) Me.XtraTabPage1.Controls.Add(Me.ToolStrip1) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(917, 239) - Me.XtraTabPage1.Text = "Windream-Suche" + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") ' 'AxObjectListControl ' - Me.AxObjectListControl.Dock = System.Windows.Forms.DockStyle.Fill - Me.AxObjectListControl.Enabled = True - Me.AxObjectListControl.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.AxObjectListControl, "AxObjectListControl") Me.AxObjectListControl.Name = "AxObjectListControl" Me.AxObjectListControl.OcxState = CType(resources.GetObject("AxObjectListControl.OcxState"), System.Windows.Forms.AxHost.State) - Me.AxObjectListControl.Size = New System.Drawing.Size(917, 214) - Me.AxObjectListControl.TabIndex = 4 ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAnzahl_Dokumente}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(917, 25) - Me.ToolStrip1.TabIndex = 0 - Me.ToolStrip1.Text = "ToolStrip1" ' 'tslblAnzahl_Dokumente ' Me.tslblAnzahl_Dokumente.Name = "tslblAnzahl_Dokumente" - Me.tslblAnzahl_Dokumente.Size = New System.Drawing.Size(89, 22) - Me.tslblAnzahl_Dokumente.Text = "ToolStripLabel1" + resources.ApplyResources(Me.tslblAnzahl_Dokumente, "tslblAnzahl_Dokumente") ' 'TBPMO_RECORDBindingSource ' @@ -455,28 +377,23 @@ Partial Class frmFormInput ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StammdatenEditierenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" - Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 26) + resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1") ' 'StammdatenEditierenToolStripMenuItem ' Me.StammdatenEditierenToolStripMenuItem.Name = "StammdatenEditierenToolStripMenuItem" - Me.StammdatenEditierenToolStripMenuItem.Size = New System.Drawing.Size(191, 22) - Me.StammdatenEditierenToolStripMenuItem.Text = "Stammdaten editieren" + resources.ApplyResources(Me.StammdatenEditierenToolStripMenuItem, "StammdatenEditierenToolStripMenuItem") ' 'frmFormInput ' Me.AllowDrop = True - 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(919, 668) Me.Controls.Add(Me.SplitContainerMain) Me.Controls.Add(Me.VWPMO_CONTROL_SCREENBindingNavigator) Me.Controls.Add(Me.StatusStrip1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.KeyPreview = True - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmFormInput" - Me.Text = "frmForm_Input" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmForm_Input.resx b/app/DD-Record-Organiser/frmForm_Input.resx index eb7aff5..9a5cdad 100644 --- a/app/DD-Record-Organiser/frmForm_Input.resx +++ b/app/DD-Record-Organiser/frmForm_Input.resx @@ -120,6 +120,45 @@ 17, 17 + + + 53, 17 + + + tsstat_lbl + + + + False + + + 0, 646 + + + + 1, 0, 16, 0 + + + 919, 22 + + + 0 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 134, 17 @@ -138,7 +177,15 @@ 1318, 17 - + + 111, 22 + + + von {0} Datensätzen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -150,6 +197,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -159,6 +215,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 58, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -168,6 +254,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -179,6 +274,33 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 146, 22 + + + Übersicht aktualisieren + + + 180, 22 + + + Lösche alle Filter etc + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -194,23 +316,407 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + Magenta + + + 65, 22 + + + Datagrid + + + 0, 0 + + + 919, 25 + + + 1 + + + BindingNavigator1 + + + VWPMO_CONTROL_SCREENBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Fill + + + 0, 25 + + + 3, 4, 3, 4 + + + Horizontal + + + Fill + + + 0, 0 + + + 128, 255, 255 + + + 919, 248 + + + 2 + + + dgvInput + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerMain.Panel1 + + + 0 + + + SplitContainerMain.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain + + + 0 + + + Fill + + + 0, 0 + + + Horizontal + + + True + + + GrowAndShrink + + + Fill + + + 0, 25 + + + 919, 53 + + + 2 + + + pnlView + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerDetails.Panel1 + + + 0 + 802, 56 + + 121, 17 + + + ToolStripStatusLabel1 + + + 0, 78 + + + 919, 22 + + + 1 + + + StatusStrip2 + + + StatusStrip2 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerDetails.Panel1 + + + 1 + 695, 56 + + Magenta + + + 89, 22 + + + Hinzufügen + + + Magenta + + + 71, 22 + + + Löschen + + + Magenta + + + 79, 22 + + + Speichern + + + 0, 0 + + + 919, 25 + + + 0 + + + ToolStrip2 + + + ToolStrip2 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerDetails.Panel1 + + + 2 + + + SplitContainerDetails.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerDetails + + + 0 + + + Fill + + + 0, 0 + + + Fill + + + True + + + 0, 25 + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACFTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5BeEhvc3QrU3RhdGUBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAJQAAAAIB - AAAAAQAAAAAAAAAAAAAAABAAAAAAAAEAxl4AAB4WAAAAAAAACw== + AAAAAQAAAAAAAAAAAAAAABAAAAAAAAEAXF4AAM8VAAAAAAAACw== + + 913, 211 + + + 4 + + + AxObjectListControl + + + AxOBJECTLISTCONTROLLib.AxObjectListControl, AxInterop.OBJECTLISTCONTROLLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + XtraTabPage1 + + + 0 + 588, 56 + + 89, 22 + + + ToolStripLabel1 + + + 0, 0 + + + 913, 25 + + + 0 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + + + 913, 236 + + + Windream-Suche + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 919, 264 + + + 4 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerDetails.Panel2 + + + 0 + + + SplitContainerDetails.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerDetails + + + 1 + + + 919, 368 + + + 100 + + + 3 + + + SplitContainerDetails + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain.Panel2 + + + 0 + + + SplitContainerMain.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain + + + 1 + + + 919, 621 + + + 248 + + + 5 + + + 2 + + + SplitContainerMain + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 148, 56 @@ -226,4 +732,217 @@ 1005, 57 + + 191, 22 + + + Stammdaten editieren + + + 192, 26 + + + ContextMenuStrip1 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 7, 17 + + + 919, 668 + + + Segoe UI, 9.75pt + + + 3, 4, 3, 4 + + + frmForm_Input + + + tsstat_lbl + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_CONTROL_SCREENBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_CONTROL_SCREENTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_CONTROL_SCREENTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingSourceDGV + + + System.Windows.Forms.BindingSource, 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 + + + 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 + + + tsbtnrefresh + + + System.Windows.Forms.ToolStripButton, 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 + + + LäscheAlleFilterEtcToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gvMainView + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tserstellt_Detail + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonAdd + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonDelete + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonSave + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tslblAnzahl_Dokumente + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_RECORDBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_RECORDTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORDTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TooltipControl + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ttTooltip + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + StammdatenEditierenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmFormInput + + + 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-Record-Organiser/frmForm_Overview.Designer.vb b/app/DD-Record-Organiser/frmForm_Overview.Designer.vb index c3b3251..f4e0d9c 100644 --- a/app/DD-Record-Organiser/frmForm_Overview.Designer.vb +++ b/app/DD-Record-Organiser/frmForm_Overview.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmForm_Overview Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim PARENT_IDLabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmForm_Overview)) Dim NAMELabel As System.Windows.Forms.Label Dim LEVELLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label @@ -35,7 +36,6 @@ Partial Class frmForm_Overview Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim Label1 As System.Windows.Forms.Label Dim GUIDLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmForm_Overview)) Me.TBPMO_FORMBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.TBPMO_FORMBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() @@ -98,123 +98,63 @@ Partial Class frmForm_Overview ' 'PARENT_IDLabel ' - PARENT_IDLabel.AutoSize = True - PARENT_IDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - PARENT_IDLabel.Location = New System.Drawing.Point(6, 59) + resources.ApplyResources(PARENT_IDLabel, "PARENT_IDLabel") PARENT_IDLabel.Name = "PARENT_IDLabel" - PARENT_IDLabel.Size = New System.Drawing.Size(100, 17) - PARENT_IDLabel.TabIndex = 2 - PARENT_IDLabel.Text = "Parent-Entity ID:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - NAMELabel.Location = New System.Drawing.Point(6, 90) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(46, 17) - NAMELabel.TabIndex = 4 - NAMELabel.Text = "Name:" ' 'LEVELLabel ' - LEVELLabel.AutoSize = True - LEVELLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - LEVELLabel.Location = New System.Drawing.Point(6, 121) + resources.ApplyResources(LEVELLabel, "LEVELLabel") LEVELLabel.Name = "LEVELLabel" - LEVELLabel.Size = New System.Drawing.Size(80, 17) - LEVELLabel.TabIndex = 6 - LEVELLabel.Text = "Reihenfolge:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(6, 152) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(75, 17) - ADDED_WHOLabel.TabIndex = 8 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(7, 145) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(90, 17) - CHANGED_WHOLabel.TabIndex = 12 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHOLabel1 ' - CHANGED_WHOLabel1.AutoSize = True - CHANGED_WHOLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel1.Location = New System.Drawing.Point(5, 182) + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(90, 17) - CHANGED_WHOLabel1.TabIndex = 14 - CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'ADDED_WHOLabel1 ' - ADDED_WHOLabel1.AutoSize = True - ADDED_WHOLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel1.Location = New System.Drawing.Point(8, 114) + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(75, 17) - ADDED_WHOLabel1.TabIndex = 18 - ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'FORM_IDLabel ' - FORM_IDLabel.AutoSize = True - FORM_IDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - FORM_IDLabel.Location = New System.Drawing.Point(6, 21) + resources.ApplyResources(FORM_IDLabel, "FORM_IDLabel") FORM_IDLabel.Name = "FORM_IDLabel" - FORM_IDLabel.Size = New System.Drawing.Size(58, 17) - FORM_IDLabel.TabIndex = 19 - FORM_IDLabel.Text = "Form-ID:" ' 'FORM_TITLELabel ' - FORM_TITLELabel.AutoSize = True - FORM_TITLELabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - FORM_TITLELabel.Location = New System.Drawing.Point(6, 52) + resources.ApplyResources(FORM_TITLELabel, "FORM_TITLELabel") FORM_TITLELabel.Name = "FORM_TITLELabel" - FORM_TITLELabel.Size = New System.Drawing.Size(99, 17) - FORM_TITLELabel.TabIndex = 20 - FORM_TITLELabel.Text = "Titel der Entität:" ' 'DESCRIPTIONLabel ' - DESCRIPTIONLabel.AutoSize = True - DESCRIPTIONLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DESCRIPTIONLabel.Location = New System.Drawing.Point(6, 83) + resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" - DESCRIPTIONLabel.Size = New System.Drawing.Size(89, 17) - DESCRIPTIONLabel.TabIndex = 21 - DESCRIPTIONLabel.Text = "Beschreibung:" ' 'Label1 ' - Label1.AutoSize = True - Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Label1.Location = New System.Drawing.Point(6, 236) + resources.ApplyResources(Label1, "Label1") Label1.Name = "Label1" - Label1.Size = New System.Drawing.Size(68, 17) - Label1.TabIndex = 18 - Label1.Text = "Entity-Typ:" ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(6, 28) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(59, 17) - GUIDLabel.TabIndex = 22 - GUIDLabel.Text = "Entity-ID:" ' 'TBPMO_FORMBindingNavigator ' @@ -223,16 +163,13 @@ Partial Class frmForm_Overview Me.TBPMO_FORMBindingNavigator.CountItem = Nothing Me.TBPMO_FORMBindingNavigator.DeleteItem = Nothing Me.TBPMO_FORMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2}) - Me.TBPMO_FORMBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_FORMBindingNavigator, "TBPMO_FORMBindingNavigator") Me.TBPMO_FORMBindingNavigator.MoveFirstItem = Nothing Me.TBPMO_FORMBindingNavigator.MoveLastItem = Nothing Me.TBPMO_FORMBindingNavigator.MoveNextItem = Nothing Me.TBPMO_FORMBindingNavigator.MovePreviousItem = Nothing Me.TBPMO_FORMBindingNavigator.Name = "TBPMO_FORMBindingNavigator" Me.TBPMO_FORMBindingNavigator.PositionItem = Nothing - Me.TBPMO_FORMBindingNavigator.Size = New System.Drawing.Size(1046, 25) - Me.TBPMO_FORMBindingNavigator.TabIndex = 0 - Me.TBPMO_FORMBindingNavigator.Text = "BindingNavigator1" ' 'TBPMO_FORMBindingSource ' @@ -247,19 +184,14 @@ Partial Class frmForm_Overview 'ToolStripButton1 ' Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(159, 22) - Me.ToolStripButton1.Text = "Im Form Designer öffnen" ' 'ToolStripButton2 ' Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.Size = New System.Drawing.Size(98, 22) - Me.ToolStripButton2.Text = "Vorschau öffnen" ' 'GroupBox1 ' @@ -273,22 +205,15 @@ Partial Class frmForm_Overview Me.GroupBox1.Controls.Add(Me.ADDED_WHOTextBox1) Me.GroupBox1.Controls.Add(CHANGED_WHOLabel) Me.GroupBox1.Controls.Add(Me.CHANGED_WHOTextBoxPMOFormView) - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(328, 367) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(424, 179) - Me.GroupBox1.TabIndex = 18 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Entity-View Properties:" ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "DESCRIPTION", True)) - Me.DESCRIPTIONTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(125, 80) + resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" - Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(293, 25) - Me.DESCRIPTIONTextBox.TabIndex = 22 ' 'TBPMO_FORM_VIEWBindingSource ' @@ -299,83 +224,55 @@ Partial Class frmForm_Overview 'FORM_TITLETextBox ' Me.FORM_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "FORM_TITLE", True)) - Me.FORM_TITLETextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.FORM_TITLETextBox.Location = New System.Drawing.Point(125, 49) + resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox") Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox" - Me.FORM_TITLETextBox.Size = New System.Drawing.Size(293, 25) - Me.FORM_TITLETextBox.TabIndex = 21 ' 'FORM_IDTextBox ' Me.FORM_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "FORM_ID", True)) - Me.FORM_IDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.FORM_IDTextBox.Location = New System.Drawing.Point(125, 18) + resources.ApplyResources(Me.FORM_IDTextBox, "FORM_IDTextBox") Me.FORM_IDTextBox.Name = "FORM_IDTextBox" Me.FORM_IDTextBox.ReadOnly = True - Me.FORM_IDTextBox.Size = New System.Drawing.Size(69, 25) - Me.FORM_IDTextBox.TabIndex = 20 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox1.Enabled = False - Me.ADDED_WHOTextBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(125, 111) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.ReadOnly = True - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(173, 25) - Me.ADDED_WHOTextBox1.TabIndex = 19 ' 'CHANGED_WHOTextBoxPMOFormView ' Me.CHANGED_WHOTextBoxPMOFormView.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBoxPMOFormView.Enabled = False - Me.CHANGED_WHOTextBoxPMOFormView.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBoxPMOFormView.Location = New System.Drawing.Point(125, 142) + resources.ApplyResources(Me.CHANGED_WHOTextBoxPMOFormView, "CHANGED_WHOTextBoxPMOFormView") Me.CHANGED_WHOTextBoxPMOFormView.Name = "CHANGED_WHOTextBoxPMOFormView" Me.CHANGED_WHOTextBoxPMOFormView.ReadOnly = True - Me.CHANGED_WHOTextBoxPMOFormView.Size = New System.Drawing.Size(173, 25) - Me.CHANGED_WHOTextBoxPMOFormView.TabIndex = 13 ' 'CHANGED_WHOTextBoxPMOForm ' Me.CHANGED_WHOTextBoxPMOForm.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBoxPMOForm.Enabled = False - Me.CHANGED_WHOTextBoxPMOForm.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBoxPMOForm.Location = New System.Drawing.Point(125, 180) + resources.ApplyResources(Me.CHANGED_WHOTextBoxPMOForm, "CHANGED_WHOTextBoxPMOForm") Me.CHANGED_WHOTextBoxPMOForm.Name = "CHANGED_WHOTextBoxPMOForm" Me.CHANGED_WHOTextBoxPMOForm.ReadOnly = True - Me.CHANGED_WHOTextBoxPMOForm.Size = New System.Drawing.Size(173, 25) - Me.CHANGED_WHOTextBoxPMOForm.TabIndex = 15 ' 'PARENT_IDTextBox ' Me.PARENT_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "PARENT_ID", True)) - Me.PARENT_IDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.PARENT_IDTextBox.Location = New System.Drawing.Point(125, 56) + resources.ApplyResources(Me.PARENT_IDTextBox, "PARENT_IDTextBox") Me.PARENT_IDTextBox.Name = "PARENT_IDTextBox" - Me.PARENT_IDTextBox.Size = New System.Drawing.Size(69, 25) - Me.PARENT_IDTextBox.TabIndex = 3 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "NAME", True)) - Me.NAMETextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.NAMETextBox.Location = New System.Drawing.Point(125, 87) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(245, 25) - Me.NAMETextBox.TabIndex = 5 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Enabled = False - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(125, 149) + 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(173, 25) - Me.ADDED_WHOTextBox.TabIndex = 9 ' 'TBPMO_FORMTableAdapter ' @@ -384,6 +281,7 @@ Partial Class frmForm_Overview 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing @@ -391,7 +289,6 @@ Partial Class frmForm_Overview Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing - Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing @@ -403,6 +300,9 @@ Partial Class frmForm_Overview Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -433,65 +333,43 @@ Partial Class frmForm_Overview Me.GroupBox2.Controls.Add(Me.PARENT_IDTextBox) Me.GroupBox2.Controls.Add(Me.CHANGED_WHOTextBoxPMOForm) Me.GroupBox2.Controls.Add(CHANGED_WHOLabel1) - Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox2.Location = New System.Drawing.Point(328, 53) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(424, 308) - Me.GroupBox2.TabIndex = 23 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Entity Properties:" ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label4.Location = New System.Drawing.Point(234, 270) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(148, 26) - Me.Label4.TabIndex = 26 - Me.Label4.Text = "Es kann nur ein Datensatz für" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "diese Entität angelegt werden." ' 'SINGLE_RECORDCheckBox ' Me.SINGLE_RECORDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORMBindingSource, "SINGLE_RECORD", True)) - Me.SINGLE_RECORDCheckBox.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.SINGLE_RECORDCheckBox.Location = New System.Drawing.Point(125, 264) + resources.ApplyResources(Me.SINGLE_RECORDCheckBox, "SINGLE_RECORDCheckBox") Me.SINGLE_RECORDCheckBox.Name = "SINGLE_RECORDCheckBox" - Me.SINGLE_RECORDCheckBox.Size = New System.Drawing.Size(113, 24) - Me.SINGLE_RECORDCheckBox.TabIndex = 25 - Me.SINGLE_RECORDCheckBox.Text = "Single Record" Me.SINGLE_RECORDCheckBox.UseVisualStyleBackColor = True ' 'NumericUpDown1 ' Me.NumericUpDown1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORMBindingSource, "LEVEL", True)) - Me.NumericUpDown1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.NumericUpDown1.Location = New System.Drawing.Point(125, 119) + resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1") Me.NumericUpDown1.Name = "NumericUpDown1" - Me.NumericUpDown1.Size = New System.Drawing.Size(69, 25) - Me.NumericUpDown1.TabIndex = 24 ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "GUID", True)) - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(125, 25) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(69, 25) - Me.GUIDTextBox.TabIndex = 23 ' 'ComboBox1 ' Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FORMBindingSource, "FORM_TYPE_ID", True)) Me.ComboBox1.DataSource = Me.TBPMO_FORM_TYPEBindingSource Me.ComboBox1.DisplayMember = "FORM_TYPE" - Me.ComboBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ComboBox1, "ComboBox1") Me.ComboBox1.FormattingEnabled = True - Me.ComboBox1.Location = New System.Drawing.Point(125, 233) Me.ComboBox1.Name = "ComboBox1" - Me.ComboBox1.Size = New System.Drawing.Size(220, 25) - Me.ComboBox1.TabIndex = 17 Me.ComboBox1.ValueMember = "GUID" ' 'TBPMO_FORM_TYPEBindingSource @@ -502,20 +380,14 @@ Partial Class frmForm_Overview 'SHOW_FORM_CONSTRUCTCheckBox ' Me.SHOW_FORM_CONSTRUCTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORMBindingSource, "SHOW_FORM_CONSTRUCT", True)) - Me.SHOW_FORM_CONSTRUCTCheckBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.SHOW_FORM_CONSTRUCTCheckBox.Location = New System.Drawing.Point(125, 211) + resources.ApplyResources(Me.SHOW_FORM_CONSTRUCTCheckBox, "SHOW_FORM_CONSTRUCTCheckBox") Me.SHOW_FORM_CONSTRUCTCheckBox.Name = "SHOW_FORM_CONSTRUCTCheckBox" - Me.SHOW_FORM_CONSTRUCTCheckBox.Size = New System.Drawing.Size(202, 24) - Me.SHOW_FORM_CONSTRUCTCheckBox.TabIndex = 16 - Me.SHOW_FORM_CONSTRUCTCheckBox.Text = "Show in Form Construct" Me.SHOW_FORM_CONSTRUCTCheckBox.UseVisualStyleBackColor = True ' 'TreeViewEntity ' - Me.TreeViewEntity.Location = New System.Drawing.Point(0, 53) + resources.ApplyResources(Me.TreeViewEntity, "TreeViewEntity") Me.TreeViewEntity.Name = "TreeViewEntity" - Me.TreeViewEntity.Size = New System.Drawing.Size(322, 649) - Me.TreeViewEntity.TabIndex = 20 ' 'TBPMO_FORM_TYPETableAdapter ' @@ -523,104 +395,54 @@ Partial Class frmForm_Overview ' 'btninsert ' - Me.btninsert.Image = CType(resources.GetObject("btninsert.Image"), System.Drawing.Image) - Me.btninsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btninsert.Location = New System.Drawing.Point(758, 53) + resources.ApplyResources(Me.btninsert, "btninsert") Me.btninsert.Name = "btninsert" - Me.btninsert.Size = New System.Drawing.Size(153, 33) - Me.btninsert.TabIndex = 24 - Me.btninsert.Text = "Entität hinzufügen" - Me.btninsert.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btninsert.UseVisualStyleBackColor = True ' 'btndelete ' - Me.btndelete.Image = CType(resources.GetObject("btndelete.Image"), System.Drawing.Image) - Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndelete.Location = New System.Drawing.Point(758, 92) + resources.ApplyResources(Me.btndelete, "btndelete") Me.btndelete.Name = "btndelete" - Me.btndelete.Size = New System.Drawing.Size(153, 30) - Me.btndelete.TabIndex = 25 - Me.btndelete.Text = "Entität löschen" - Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndelete.UseVisualStyleBackColor = True ' 'btnsave ' - Me.btnsave.Image = CType(resources.GetObject("btnsave.Image"), System.Drawing.Image) - Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnsave.Location = New System.Drawing.Point(758, 128) + resources.ApplyResources(Me.btnsave, "btnsave") Me.btnsave.Name = "btnsave" - Me.btnsave.Size = New System.Drawing.Size(153, 30) - Me.btnsave.TabIndex = 26 - Me.btnsave.Text = "Entität speichern" - Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = True ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(-3, 33) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(271, 15) - Me.Label2.TabIndex = 27 - Me.Label2.Text = "Klicken Sie auf eine Entität um diese zu bearbeiten" ' 'btncopy ' - Me.btncopy.Image = CType(resources.GetObject("btncopy.Image"), System.Drawing.Image) - Me.btncopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btncopy.Location = New System.Drawing.Point(758, 164) + resources.ApplyResources(Me.btncopy, "btncopy") Me.btncopy.Name = "btncopy" - Me.btncopy.Size = New System.Drawing.Size(153, 28) - Me.btncopy.TabIndex = 28 - Me.btncopy.Text = "Entität kopieren" - Me.btncopy.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btncopy.UseVisualStyleBackColor = True ' 'lblStatus ' - Me.lblStatus.AutoSize = True + resources.ApplyResources(Me.lblStatus, "lblStatus") Me.lblStatus.BackColor = System.Drawing.Color.Yellow - Me.lblStatus.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.lblStatus.Location = New System.Drawing.Point(758, 202) Me.lblStatus.Name = "lblStatus" - Me.lblStatus.Size = New System.Drawing.Size(45, 17) - Me.lblStatus.TabIndex = 29 - Me.lblStatus.Text = "Label3" - Me.lblStatus.Visible = False ' 'btnGenerate ' - Me.btnGenerate.Image = CType(resources.GetObject("btnGenerate.Image"), System.Drawing.Image) - Me.btnGenerate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnGenerate.Location = New System.Drawing.Point(336, 552) + resources.ApplyResources(Me.btnGenerate, "btnGenerate") Me.btnGenerate.Name = "btnGenerate" - Me.btnGenerate.Size = New System.Drawing.Size(153, 42) - Me.btnGenerate.TabIndex = 30 - Me.btnGenerate.Text = "Kombiformular erzeugen" - Me.btnGenerate.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnGenerate.UseVisualStyleBackColor = True - Me.btnGenerate.Visible = False ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(495, 568) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(272, 26) - Me.Label3.TabIndex = 31 - Me.Label3.Text = "Mit dieser Funktion wird ein Eingabeformular erzeugt, " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "welches die links dargest" & _ - "ellte TreeView-Struktur umsetzt." - Me.Label3.Visible = False ' 'frmForm_Overview ' - 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(1046, 702) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.btnGenerate) Me.Controls.Add(Me.lblStatus) @@ -633,11 +455,7 @@ Partial Class frmForm_Overview Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.TreeViewEntity) Me.Controls.Add(Me.TBPMO_FORMBindingNavigator) - 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 = "frmForm_Overview" - Me.Text = "Entitäten - Designer" CType(Me.TBPMO_FORMBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPMO_FORMBindingNavigator.ResumeLayout(False) Me.TBPMO_FORMBindingNavigator.PerformLayout() diff --git a/app/DD-Record-Organiser/frmForm_Overview.resx b/app/DD-Record-Organiser/frmForm_Overview.resx index 4deadef..c85da92 100644 --- a/app/DD-Record-Organiser/frmForm_Overview.resx +++ b/app/DD-Record-Organiser/frmForm_Overview.resx @@ -120,39 +120,401 @@ False + + + True + + + + Segoe UI, 9.75pt + + + 6, 59 + + + 100, 17 + + + 2 + + + Parent-Entity ID: + + + PARENT_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 8 + False + + True + + + Segoe UI, 9.75pt + + + 6, 90 + + + 46, 17 + + + 4 + + + Name: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 13 + False + + True + + + Segoe UI, 9.75pt + + + 6, 121 + + + 80, 17 + + + 6 + + + Reihenfolge: + + + LEVELLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 11 + False + + True + + + Segoe UI, 9.75pt + + + 6, 152 + + + 75, 17 + + + 8 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 10 + False + + True + + + Segoe UI, 9.75pt + + + 7, 145 + + + 90, 17 + + + 12 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + False + + True + + + Segoe UI, 9.75pt + + + 5, 182 + + + 90, 17 + + + 14 + + + Geändert wer: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 16 + False + + True + + + Segoe UI, 9.75pt + + + 8, 114 + + + 75, 17 + + + 18 + + + Erstellt wer: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + False + + True + + + Segoe UI, 9.75pt + + + 6, 21 + + + 58, 17 + + + 19 + + + Form-ID: + + + FORM_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + False + + True + + + Segoe UI, 9.75pt + + + 6, 52 + + + 99, 17 + + + 20 + + + Titel der Entität: + + + FORM_TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + False + + True + + + Segoe UI, 9.75pt + + + 6, 83 + + + 89, 17 + + + 21 + + + Beschreibung: + + + DESCRIPTIONLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + False + + True + + + Segoe UI, 9.75pt + + + 6, 236 + + + 68, 17 + + + 18 + + + Entity-Typ: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 5 + False + + True + + + Segoe UI, 9.75pt + + + 6, 28 + + + 59, 17 + + + 22 + + + Entity-ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 4 + 17, 56 @@ -162,7 +524,6 @@ 17, 17 - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -174,9 +535,306 @@ X1Vf58ua8BnVhegAAAAASUVORK5CYII= + + Magenta + + + 159, 22 + + + Im Form Designer öffnen + + + Magenta + + + 98, 22 + + + Vorschau öffnen + + + 0, 0 + + + 1046, 25 + + + 0 + + + BindingNavigator1 + + + TBPMO_FORMBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + 244, 56 + + Segoe UI, 9.75pt + + + 125, 80 + + + 293, 25 + + + 22 + + + DESCRIPTIONTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Segoe UI, 9.75pt + + + 125, 49 + + + 293, 25 + + + 21 + + + FORM_TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Segoe UI, 9.75pt + + + 125, 18 + + + 69, 25 + + + 20 + + + FORM_IDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + False + + + Segoe UI, 9.75pt + + + 125, 111 + + + 173, 25 + + + 19 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + False + + + Segoe UI, 9.75pt + + + 125, 142 + + + 173, 25 + + + 13 + + + CHANGED_WHOTextBoxPMOFormView + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + + + Segoe UI, 9.75pt, style=Bold + + + 328, 367 + + + 424, 179 + + + 18 + + + Entity-View Properties: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + False + + + Segoe UI, 9.75pt + + + 125, 180 + + + 173, 25 + + + 15 + + + CHANGED_WHOTextBoxPMOForm + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 15 + + + Segoe UI, 9.75pt + + + 125, 56 + + + 69, 25 + + + 3 + + + PARENT_IDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 14 + + + Segoe UI, 9.75pt + + + 125, 87 + + + 245, 25 + + + 5 + + + NAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 12 + + + False + + + Segoe UI, 9.75pt + + + 125, 149 + + + 173, 25 + + + 9 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 9 + 370, 17 @@ -186,9 +844,214 @@ 488, 56 + + True + + + Segoe UI, 8.25pt, style=Italic + + + 234, 270 + + + 148, 26 + + + 26 + + + Es kann nur ein Datensatz für +diese Entität angelegt werden. + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + Segoe UI Semibold, 9.75pt, style=Bold, Italic + + + 125, 264 + + + 113, 24 + + + 25 + + + Single Record + + + SINGLE_RECORDCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Segoe UI, 9.75pt + + + 125, 119 + + + 69, 25 + + + 24 + + + NumericUpDown1 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + Segoe UI, 9.75pt + + + 125, 25 + + + 69, 25 + + + 23 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 3 + 726, 56 + + Segoe UI, 9.75pt + + + 125, 233 + + + 220, 25 + + + 17 + + + ComboBox1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 6 + + + Segoe UI, 9.75pt + + + 125, 211 + + + 202, 24 + + + 16 + + + Show in Form Construct + + + SHOW_FORM_CONSTRUCTCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 7 + + + Segoe UI, 9.75pt, style=Bold + + + 328, 53 + + + 424, 308 + + + 23 + + + Entity Properties: + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 0, 53 + + + 322, 649 + + + 20 + + + TreeViewEntity + + + System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + 968, 56 @@ -203,6 +1066,36 @@ rQ+E1u/kAAAAAElFTkSuQmCC + + MiddleLeft + + + 758, 53 + + + 153, 33 + + + 24 + + + Entität hinzufügen + + + MiddleRight + + + btninsert + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29m @@ -220,6 +1113,36 @@ RU5ErkJggg== + + MiddleLeft + + + 758, 92 + + + 153, 30 + + + 25 + + + Entität löschen + + + MiddleRight + + + btndelete + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + Qk02BQAAAAAAADYEAAAoAAAAEAAAABAAAAABAAgAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAA/wAA @@ -247,6 +1170,66 @@ BwcHBwcHBwcHBwcHBwc= + + MiddleLeft + + + 758, 128 + + + 153, 30 + + + 26 + + + Entität speichern + + + MiddleRight + + + btnsave + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + Segoe UI, 9pt, style=Italic + + + -3, 33 + + + 271, 15 + + + 27 + + + Klicken Sie auf eine Entität um diese zu bearbeiten + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m @@ -258,6 +1241,69 @@ 3a+sqvIGZodWiQ7ahKIAAAAASUVORK5CYII= + + MiddleLeft + + + 758, 164 + + + 153, 28 + + + 28 + + + Entität kopieren + + + MiddleRight + + + btncopy + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + Segoe UI Semibold, 9.75pt, style=Bold, Italic + + + 758, 202 + + + 45, 17 + + + 29 + + + Label3 + + + False + + + lblStatus + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -267,6 +1313,85 @@ M43dUUZxyG+X6Vwk3rjOSn0Bs2pSjcG3D98AAAAASUVORK5CYII= + + MiddleLeft + + + 336, 552 + + + 153, 42 + + + 30 + + + Kombiformular erzeugen + + + MiddleRight + + + False + + + btnGenerate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 495, 568 + + + 272, 26 + + + 31 + + + Mit dieser Funktion wird ein Eingabeformular erzeugt, +welches die links dargestellte TreeView-Struktur umsetzt. + + + False + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 17 + + + 1046, 702 + + + Segoe UI, 9.75pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -716,4 +1841,77 @@ AAAABwAA4AAAAAAHAADwAAAAAA8AAPgAAAAAHwAA////////AAD///////8AAP///////wAA + + + 3, 4, 3, 4 + + + Entitäten - Designer + + + TBPMO_FORMBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ToolStripButton1 + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_FORM_VIEWBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_VIEWTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_TYPEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FORM_TYPETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmForm_Overview + + + 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-Record-Organiser/frmLevel_Designer.Designer.vb b/app/DD-Record-Organiser/frmLevel_Designer.Designer.vb index 09ce7c1..eed6856 100644 --- a/app/DD-Record-Organiser/frmLevel_Designer.Designer.vb +++ b/app/DD-Record-Organiser/frmLevel_Designer.Designer.vb @@ -23,6 +23,7 @@ Partial Class frmLevel_Designer _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLevel_Designer)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tsstatus = New System.Windows.Forms.ToolStripStatusLabel() Me.pnlDesigner = New SnapPanelControl.SnapPanel() @@ -60,63 +61,47 @@ Partial Class frmLevel_Designer 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 569) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(1092, 22) - Me.StatusStrip1.TabIndex = 0 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tsstatus ' Me.tsstatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.lightbulb Me.tsstatus.Name = "tsstatus" - Me.tsstatus.Size = New System.Drawing.Size(137, 17) - Me.tsstatus.Text = "ToolStripStatusLabel1" - Me.tsstatus.Visible = False + resources.ApplyResources(Me.tsstatus, "tsstatus") ' 'pnlDesigner ' Me.pnlDesigner.AllowDrop = True Me.pnlDesigner.BackColor = System.Drawing.SystemColors.ControlLight Me.pnlDesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - Me.pnlDesigner.Dock = System.Windows.Forms.DockStyle.Fill + resources.ApplyResources(Me.pnlDesigner, "pnlDesigner") Me.pnlDesigner.GridSize = 8 - Me.pnlDesigner.Location = New System.Drawing.Point(0, 0) Me.pnlDesigner.Name = "pnlDesigner" Me.pnlDesigner.ShowGrid = True - Me.pnlDesigner.Size = New System.Drawing.Size(1092, 375) - Me.pnlDesigner.TabIndex = 2 ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblFormName, Me.ToolStripButton1}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(1092, 25) - Me.ToolStrip1.TabIndex = 3 - Me.ToolStrip1.Text = "ToolStrip1" ' 'lblFormName ' Me.lblFormName.Name = "lblFormName" - Me.lblFormName.Size = New System.Drawing.Size(42, 22) - Me.lblFormName.Text = "Name:" + resources.ApplyResources(Me.lblFormName, "lblFormName") ' 'ToolStripButton1 ' Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(170, 22) - Me.ToolStripButton1.Text = "View/Spalten neu erzeugen" ' 'grpbxDocumentView ' - Me.grpbxDocumentView.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.grpbxDocumentView, "grpbxDocumentView") Me.grpbxDocumentView.BackColor = System.Drawing.SystemColors.Control Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern5) Me.grpbxDocumentView.Controls.Add(Me.Label6) @@ -132,168 +117,108 @@ Partial Class frmLevel_Designer Me.grpbxDocumentView.Controls.Add(Me.btnWindreamsuche) Me.grpbxDocumentView.Controls.Add(Me.txtWindreamsuche) Me.grpbxDocumentView.Controls.Add(Me.Label1) - Me.grpbxDocumentView.Location = New System.Drawing.Point(0, 11) Me.grpbxDocumentView.Name = "grpbxDocumentView" - Me.grpbxDocumentView.Size = New System.Drawing.Size(1092, 186) - Me.grpbxDocumentView.TabIndex = 4 Me.grpbxDocumentView.TabStop = False - Me.grpbxDocumentView.Text = "Document View - Eigenschaften" - Me.grpbxDocumentView.Visible = False ' 'cmbSearchPattern5 ' Me.cmbSearchPattern5.FormattingEnabled = True - Me.cmbSearchPattern5.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern5.Location = New System.Drawing.Point(472, 79) + Me.cmbSearchPattern5.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern5.Items"), resources.GetString("cmbSearchPattern5.Items1")}) + resources.ApplyResources(Me.cmbSearchPattern5, "cmbSearchPattern5") Me.cmbSearchPattern5.Name = "cmbSearchPattern5" - Me.cmbSearchPattern5.Size = New System.Drawing.Size(200, 21) - Me.cmbSearchPattern5.TabIndex = 63 ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Location = New System.Drawing.Point(469, 63) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(93, 13) - Me.Label6.TabIndex = 62 - Me.Label6.Text = "Search Pattern 5:" ' 'cmbSearchPattern4 ' Me.cmbSearchPattern4.FormattingEnabled = True - Me.cmbSearchPattern4.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern4.Location = New System.Drawing.Point(235, 123) + Me.cmbSearchPattern4.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern4.Items"), resources.GetString("cmbSearchPattern4.Items1")}) + resources.ApplyResources(Me.cmbSearchPattern4, "cmbSearchPattern4") Me.cmbSearchPattern4.Name = "cmbSearchPattern4" - Me.cmbSearchPattern4.Size = New System.Drawing.Size(200, 21) - Me.cmbSearchPattern4.TabIndex = 61 ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(232, 107) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(93, 13) - Me.Label5.TabIndex = 60 - Me.Label5.Text = "Search Pattern 4:" ' 'cmbSearchPattern3 ' Me.cmbSearchPattern3.FormattingEnabled = True - Me.cmbSearchPattern3.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern3.Location = New System.Drawing.Point(15, 123) + Me.cmbSearchPattern3.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern3.Items"), resources.GetString("cmbSearchPattern3.Items1")}) + resources.ApplyResources(Me.cmbSearchPattern3, "cmbSearchPattern3") Me.cmbSearchPattern3.Name = "cmbSearchPattern3" - Me.cmbSearchPattern3.Size = New System.Drawing.Size(200, 21) - Me.cmbSearchPattern3.TabIndex = 59 ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(12, 107) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(93, 13) - Me.Label4.TabIndex = 58 - Me.Label4.Text = "Search Pattern 3:" ' 'cmbSearchPattern2 ' Me.cmbSearchPattern2.FormattingEnabled = True - Me.cmbSearchPattern2.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern2.Location = New System.Drawing.Point(235, 79) + Me.cmbSearchPattern2.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern2.Items"), resources.GetString("cmbSearchPattern2.Items1")}) + resources.ApplyResources(Me.cmbSearchPattern2, "cmbSearchPattern2") Me.cmbSearchPattern2.Name = "cmbSearchPattern2" - Me.cmbSearchPattern2.Size = New System.Drawing.Size(200, 21) - Me.cmbSearchPattern2.TabIndex = 57 ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(232, 63) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(93, 13) - Me.Label3.TabIndex = 56 - Me.Label3.Text = "Search Pattern 2:" ' 'cmbSearchPattern1 ' Me.cmbSearchPattern1.FormattingEnabled = True - Me.cmbSearchPattern1.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"}) - Me.cmbSearchPattern1.Location = New System.Drawing.Point(15, 79) + Me.cmbSearchPattern1.Items.AddRange(New Object() {resources.GetString("cmbSearchPattern1.Items"), resources.GetString("cmbSearchPattern1.Items1")}) + resources.ApplyResources(Me.cmbSearchPattern1, "cmbSearchPattern1") Me.cmbSearchPattern1.Name = "cmbSearchPattern1" - Me.cmbSearchPattern1.Size = New System.Drawing.Size(200, 21) - Me.cmbSearchPattern1.TabIndex = 55 ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(12, 63) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(93, 13) - Me.Label2.TabIndex = 53 - Me.Label2.Text = "Search Pattern 1:" ' 'btnsavedocView ' - Me.btnsavedocView.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.btnsavedocView, "btnsavedocView") Me.btnsavedocView.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_save - Me.btnsavedocView.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnsavedocView.Location = New System.Drawing.Point(994, 30) Me.btnsavedocView.Name = "btnsavedocView" - Me.btnsavedocView.Size = New System.Drawing.Size(86, 26) - Me.btnsavedocView.TabIndex = 52 - Me.btnsavedocView.Text = "Speichern" - Me.btnsavedocView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnsavedocView.UseVisualStyleBackColor = True ' 'btnWindreamsuche ' - Me.btnWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.btnWindreamsuche.Location = New System.Drawing.Point(546, 33) + resources.ApplyResources(Me.btnWindreamsuche, "btnWindreamsuche") Me.btnWindreamsuche.Name = "btnWindreamsuche" - Me.btnWindreamsuche.Size = New System.Drawing.Size(24, 21) - Me.btnWindreamsuche.TabIndex = 49 - Me.btnWindreamsuche.Text = "..." Me.btnWindreamsuche.UseVisualStyleBackColor = True ' 'txtWindreamsuche ' Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info - Me.txtWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtWindreamsuche.Location = New System.Drawing.Point(15, 34) + resources.ApplyResources(Me.txtWindreamsuche, "txtWindreamsuche") Me.txtWindreamsuche.Name = "txtWindreamsuche" - Me.txtWindreamsuche.Size = New System.Drawing.Size(525, 22) - Me.txtWindreamsuche.TabIndex = 50 ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 18) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(96, 13) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "windream-Suche:" ' 'chkbxdocview ' - Me.chkbxdocview.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.chkbxdocview.AutoSize = True - Me.chkbxdocview.Location = New System.Drawing.Point(922, 10) + resources.ApplyResources(Me.chkbxdocview, "chkbxdocview") Me.chkbxdocview.Name = "chkbxdocview" - Me.chkbxdocview.Size = New System.Drawing.Size(167, 17) - Me.chkbxdocview.TabIndex = 5 - Me.chkbxdocview.Text = "Dokumenten-Ansicht aktiv?" Me.chkbxdocview.UseVisualStyleBackColor = True ' 'OFDWindreamsuche ' - Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" + resources.ApplyResources(Me.OFDWindreamsuche, "OFDWindreamsuche") Me.OFDWindreamsuche.RestoreDirectory = True - Me.OFDWindreamsuche.Title = "windream-Suche wählen" ' 'SplitContainer1 ' - Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer1.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" - Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' @@ -303,23 +228,16 @@ Partial Class frmLevel_Designer ' Me.SplitContainer1.Panel2.Controls.Add(Me.chkbxdocview) Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxDocumentView) - Me.SplitContainer1.Panel2MinSize = 170 - Me.SplitContainer1.Size = New System.Drawing.Size(1092, 544) - Me.SplitContainer1.SplitterDistance = 375 - Me.SplitContainer1.TabIndex = 5 ' 'frmLevel_Designer ' Me.AllowDrop = True - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1092, 591) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.StatusStrip1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmLevel_Designer" - Me.Text = "frmLevel_Designer" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmLevel_Designer.resx b/app/DD-Record-Organiser/frmLevel_Designer.resx index 6fd1337..a81fa02 100644 --- a/app/DD-Record-Organiser/frmLevel_Designer.resx +++ b/app/DD-Record-Organiser/frmLevel_Designer.resx @@ -120,13 +120,667 @@ 17, 17 + + + 137, 17 + + + ToolStripStatusLabel1 + + + + False + + + 0, 569 + + + 1092, 22 + + + 0 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + + Fill + + + 0, 0 + + + 1092, 375 + + + 2 + + + pnlDesigner + + + SnapPanelControl.SnapPanel, SnapPanelControl, Version=1.0.5491.24234, Culture=neutral, PublicKeyToken=null + + + SplitContainer1.Panel1 + + + 0 + 134, 17 + + 42, 22 + + + Name: + + + Magenta + + + 170, 22 + + + View/Spalten neu erzeugen + + + 0, 0 + + + 1092, 25 + + + 3 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Top, Bottom, Left, Right + + + Form-ID (Entity) + + + Record-ID + + + 472, 79 + + + 200, 21 + + + 63 + + + cmbSearchPattern5 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 0 + + + True + + + 469, 63 + + + 93, 13 + + + 62 + + + Search Pattern 5: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 1 + + + Form-ID (Entity) + + + Record-ID + + + 235, 123 + + + 200, 21 + + + 61 + + + cmbSearchPattern4 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 2 + + + True + + + 232, 107 + + + 93, 13 + + + 60 + + + Search Pattern 4: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 3 + + + Form-ID (Entity) + + + Record-ID + + + 15, 123 + + + 200, 21 + + + 59 + + + cmbSearchPattern3 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 4 + + + True + + + 12, 107 + + + 93, 13 + + + 58 + + + Search Pattern 3: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 5 + + + Form-ID (Entity) + + + Record-ID + + + 235, 79 + + + 200, 21 + + + 57 + + + cmbSearchPattern2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 6 + + + True + + + 232, 63 + + + 93, 13 + + + 56 + + + Search Pattern 2: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 7 + + + Form-ID (Entity) + + + Record-ID + + + 15, 79 + + + 200, 21 + + + 55 + + + cmbSearchPattern1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 8 + + + True + + + 12, 63 + + + 93, 13 + + + 53 + + + Search Pattern 1: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 9 + + + Top, Right + + + MiddleRight + + + 994, 30 + + + 86, 26 + + + 52 + + + Speichern + + + MiddleLeft + + + btnsavedocView + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 10 + + + Segoe UI, 8.25pt + + + 546, 33 + + + 24, 21 + + + 49 + + + ... + + + btnWindreamsuche + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 11 + + + Segoe UI, 8.25pt + + + 15, 34 + + + 525, 22 + + + 50 + + + txtWindreamsuche + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 12 + + + True + + + 12, 18 + + + 96, 13 + + + 0 + + + windream-Suche: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpbxDocumentView + + + 13 + + + 0, 11 + + + 1092, 191 + + + 4 + + + Document View - Eigenschaften + + + False + + + grpbxDocumentView + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 1 + + + Top, Right + + + True + + + 922, 10 + + + 167, 17 + + + 5 + + + Dokumenten-Ansicht aktiv? + + + chkbxdocview + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 0 + 241, 17 + + windream-Suche|*.wdf|Alle Dateien|*.* + + + windream-Suche wählen + 404, 17 + + Fill + + + 0, 25 + + + Horizontal + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 170 + + + 1092, 544 + + + 375 + + + 5 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 1092, 591 + + + Segoe UI, 8.25pt + + + frmLevel_Designer + + + tsstatus + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblFormName + + + System.Windows.Forms.ToolStripLabel, 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 + + + OFDWindreamsuche + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ttTooltip + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmLevel_Designer + + + 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-Record-Organiser/frmLicense.designer.vb b/app/DD-Record-Organiser/frmLicense.designer.vb index 84422f7..1311fbc 100644 --- a/app/DD-Record-Organiser/frmLicense.designer.vb +++ b/app/DD-Record-Organiser/frmLicense.designer.vb @@ -22,6 +22,7 @@ Partial Class frmLicense 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + 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() @@ -32,40 +33,29 @@ Partial Class frmLicense Me.Label2 = New System.Windows.Forms.Label() Me.txtlicensekey = New System.Windows.Forms.TextBox() Me.lblReadKey = New System.Windows.Forms.Label() + Me.btnnewLicenses = New System.Windows.Forms.Button() Me.txtNewlicences = New System.Windows.Forms.TextBox() Me.lblnewlicenses = New System.Windows.Forms.Label() Me.lblAktuelleLizenzen = New System.Windows.Forms.Label() - Me.btnnewLicenses = New System.Windows.Forms.Button() - Me.grbBoxlicense.SuspendLayout - Me.SuspendLayout + Me.grbBoxlicense.SuspendLayout() + Me.SuspendLayout() ' 'btnPW_check ' - Me.btnPW_check.Location = New System.Drawing.Point(318, 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(193, 32) - Me.btnPW_check.TabIndex = 29 - Me.btnPW_check.Text = "Open License Manager" - Me.btnPW_check.UseVisualStyleBackColor = true + Me.btnPW_check.UseVisualStyleBackColor = True ' 'txtPW ' - Me.txtPW.Location = New System.Drawing.Point(120, 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(192, 23) - Me.txtPW.TabIndex = 28 - Me.txtPW.UseSystemPasswordChar = true + 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(108, 16) - Me.lblPW.TabIndex = 27 - Me.lblPW.Text = "Master Passwort:" ' 'grbBoxlicense ' @@ -79,128 +69,76 @@ Partial Class frmLicense Me.grbBoxlicense.Controls.Add(Me.txtNewlicences) 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(520, 308) - Me.grbBoxlicense.TabIndex = 26 - Me.grbBoxlicense.TabStop = false - Me.grbBoxlicense.Text = "Lizenzanzahl ändern (nur Administrator):" - Me.grbBoxlicense.Visible = false + Me.grbBoxlicense.TabStop = False ' 'Label5 ' - Me.Label5.AutoSize = true - Me.Label5.Location = New System.Drawing.Point(325, 65) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(65, 16) - Me.Label5.TabIndex = 16 - Me.Label5.Text = "Gültigkeit:" - Me.Label5.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'dtpGueltig_GI ' Me.dtpGueltig_GI.Format = System.Windows.Forms.DateTimePickerFormat.[Short] - Me.dtpGueltig_GI.Location = New System.Drawing.Point(396, 62) + resources.ApplyResources(Me.dtpGueltig_GI, "dtpGueltig_GI") Me.dtpGueltig_GI.Name = "dtpGueltig_GI" - Me.dtpGueltig_GI.Size = New System.Drawing.Size(104, 23) - Me.dtpGueltig_GI.TabIndex = 15 Me.dtpGueltig_GI.Value = New Date(2099, 12, 31, 0, 0, 0, 0) ' 'txtDossierCount ' - Me.txtDossierCount.Location = New System.Drawing.Point(222, 91) - Me.txtDossierCount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txtDossierCount, "txtDossierCount") Me.txtDossierCount.Name = "txtDossierCount" - Me.txtDossierCount.Size = New System.Drawing.Size(31, 23) - Me.txtDossierCount.TabIndex = 11 - Me.txtDossierCount.Text = "5" ' 'Label2 ' - Me.Label2.AutoSize = true - Me.Label2.Location = New System.Drawing.Point(7, 94) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(127, 16) - Me.Label2.TabIndex = 10 - Me.Label2.Text = "Anzahl Aktensichten:" ' 'txtlicensekey ' - Me.txtlicensekey.Location = New System.Drawing.Point(10, 221) - 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(490, 67) - Me.txtlicensekey.TabIndex = 7 ' 'lblReadKey ' - Me.lblReadKey.AutoSize = true - Me.lblReadKey.Location = New System.Drawing.Point(7, 201) + 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_Record_Organiser.My.Resources.Resources.key_go1 + resources.ApplyResources(Me.btnnewLicenses, "btnnewLicenses") + Me.btnnewLicenses.Name = "btnnewLicenses" + Me.btnnewLicenses.UseVisualStyleBackColor = True ' 'txtNewlicences ' - Me.txtNewlicences.Location = New System.Drawing.Point(222, 62) - Me.txtNewlicences.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.txtNewlicences, "txtNewlicences") Me.txtNewlicences.Name = "txtNewlicences" - Me.txtNewlicences.Size = New System.Drawing.Size(31, 23) - Me.txtNewlicences.TabIndex = 4 - Me.txtNewlicences.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(209, 16) - Me.lblnewlicenses.TabIndex = 3 - Me.lblnewlicenses.Text = "Anzahl Record-Organizer 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, 31) + 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" - ' - 'btnnewLicenses - ' - Me.btnnewLicenses.Image = Global.DD_Record_Organiser.My.Resources.Resources.key_go1 - Me.btnnewLicenses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnnewLicenses.Location = New System.Drawing.Point(359, 175) - Me.btnnewLicenses.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) - 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 ' 'frmLicense ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 16!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(542, 363) 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.KeyPreview = True - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmLicense" - Me.Text = "Lizenzmanager" - Me.grbBoxlicense.ResumeLayout(false) + Me.grbBoxlicense.ResumeLayout(False) Me.grbBoxlicense.PerformLayout Me.ResumeLayout(false) Me.PerformLayout diff --git a/app/DD-Record-Organiser/frmLicense.resx b/app/DD-Record-Organiser/frmLicense.resx index 1af7de1..56049f6 100644 --- a/app/DD-Record-Organiser/frmLicense.resx +++ b/app/DD-Record-Organiser/frmLicense.resx @@ -117,4 +117,418 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 318, 2 + + + + 3, 4, 3, 4 + + + 193, 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 + + + 120, 7 + + + 3, 4, 3, 4 + + + 192, 23 + + + 28 + + + txtPW + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 8, 10 + + + 108, 16 + + + 27 + + + Master Passwort: + + + lblPW + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 325, 65 + + + 65, 16 + + + 16 + + + Gültigkeit: + + + TopRight + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 0 + + + 396, 62 + + + 104, 23 + + + 15 + + + dtpGueltig_GI + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 1 + + + 222, 91 + + + 3, 4, 3, 4 + + + 31, 23 + + + 11 + + + 5 + + + txtDossierCount + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 2 + + + True + + + 7, 94 + + + 127, 16 + + + 10 + + + Anzahl Aktensichten: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 3 + + + 10, 221 + + + 3, 4, 3, 4 + + + True + + + 490, 67 + + + 7 + + + txtlicensekey + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 4 + + + True + + + 7, 201 + + + 105, 16 + + + 6 + + + Neuer Lizenzkey: + + + lblReadKey + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 5 + + + MiddleLeft + + + 359, 175 + + + 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 + + + 6 + + + 222, 62 + + + 3, 4, 3, 4 + + + 31, 23 + + + 4 + + + 1 + + + txtNewlicences + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 7 + + + True + + + 7, 65 + + + 209, 16 + + + 3 + + + Anzahl Record-Organizer Lizenzen: + + + lblnewlicenses + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 8 + + + True + + + Verdana, 9.75pt, style=Bold + + + 7, 31 + + + 65, 16 + + + 2 + + + Label13 + + + lblAktuelleLizenzen + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grbBoxlicense + + + 9 + + + 11, 42 + + + 3, 4, 3, 4 + + + 3, 4, 3, 4 + + + 520, 308 + + + 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 + + + True + + + 7, 16 + + + 542, 363 + + + Tahoma, 9.75pt + + + 3, 4, 3, 4 + + + Lizenzmanager + + + 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-Record-Organiser/frmLicense_Login.Designer.vb b/app/DD-Record-Organiser/frmLicense_Login.Designer.vb index a312e2d..6babd5b 100644 --- a/app/DD-Record-Organiser/frmLicense_Login.Designer.vb +++ b/app/DD-Record-Organiser/frmLicense_Login.Designer.vb @@ -22,60 +22,43 @@ Partial Class frmLicense_Login 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() - Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel - Me.OK_Button = New System.Windows.Forms.Button - Me.Cancel_Button = New System.Windows.Forms.Button + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLicense_Login)) + Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() + Me.OK_Button = New System.Windows.Forms.Button() + Me.Cancel_Button = New System.Windows.Forms.Button() Me.TableLayoutPanel1.SuspendLayout() Me.SuspendLayout() ' 'TableLayoutPanel1 ' - Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.TableLayoutPanel1.ColumnCount = 2 - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) + resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) - Me.TableLayoutPanel1.Location = New System.Drawing.Point(277, 274) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" - Me.TableLayoutPanel1.RowCount = 1 - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29) - Me.TableLayoutPanel1.TabIndex = 0 ' 'OK_Button ' - Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None - Me.OK_Button.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.OK_Button, "OK_Button") Me.OK_Button.Name = "OK_Button" - Me.OK_Button.Size = New System.Drawing.Size(67, 23) - Me.OK_Button.TabIndex = 0 - Me.OK_Button.Text = "OK" ' 'Cancel_Button ' - Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None - Me.Cancel_Button.Location = New System.Drawing.Point(76, 3) + resources.ApplyResources(Me.Cancel_Button, "Cancel_Button") + Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.Name = "Cancel_Button" - Me.Cancel_Button.Size = New System.Drawing.Size(67, 23) - Me.Cancel_Button.TabIndex = 1 - Me.Cancel_Button.Text = "Abbrechen" ' 'frmLicense_Login ' Me.AcceptButton = Me.OK_Button - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button - Me.ClientSize = New System.Drawing.Size(435, 315) Me.Controls.Add(Me.TableLayoutPanel1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmLicense_Login" Me.ShowInTaskbar = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "frmLicense_Login" Me.TableLayoutPanel1.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmLicense_Login.resx b/app/DD-Record-Organiser/frmLicense_Login.resx new file mode 100644 index 0000000..fda6690 --- /dev/null +++ b/app/DD-Record-Organiser/frmLicense_Login.resx @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Bottom, Right + + + + 2 + + + None + + + + 3, 3 + + + 67, 23 + + + 0 + + + OK + + + OK_Button + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 0 + + + None + + + 76, 3 + + + 67, 23 + + + 1 + + + Abbrechen + + + Cancel_Button + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 1 + + + 277, 274 + + + 1 + + + 146, 29 + + + 0 + + + TableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="OK_Button" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="Cancel_Button" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings> + + + True + + + 6, 13 + + + 435, 315 + + + CenterParent + + + frmLicense_Login + + + frmLicense_Login + + + 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-Record-Organiser/frmLogRecord.Designer.vb b/app/DD-Record-Organiser/frmLogRecord.Designer.vb index e178bf9..a624eb0 100644 --- a/app/DD-Record-Organiser/frmLogRecord.Designer.vb +++ b/app/DD-Record-Organiser/frmLogRecord.Designer.vb @@ -24,14 +24,15 @@ Partial Class frmLogRecord 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(frmLogRecord)) Dim CONTROL_IDLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim FORM_IDLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogRecord)) Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() + Me.Label1 = New System.Windows.Forms.Label() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.TBPMO_RECORD_LOG_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() @@ -60,7 +61,6 @@ Partial Class frmLogRecord Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() Me.TBPMO_RECORD_LOG_CONFIGTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORD_LOG_CONFIGTableAdapter() Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() - Me.Label1 = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() CONTROL_IDLabel = New System.Windows.Forms.Label() ADDED_WHENLabel = New System.Windows.Forms.Label() @@ -78,75 +78,44 @@ Partial Class frmLogRecord ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(12, 58) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(20, 13) - GUIDLabel.TabIndex = 0 - GUIDLabel.Text = "ID:" ' 'CONTROL_IDLabel ' - CONTROL_IDLabel.AutoSize = True - CONTROL_IDLabel.Location = New System.Drawing.Point(209, 58) + resources.ApplyResources(CONTROL_IDLabel, "CONTROL_IDLabel") CONTROL_IDLabel.Name = "CONTROL_IDLabel" - CONTROL_IDLabel.Size = New System.Drawing.Size(120, 13) - CONTROL_IDLabel.TabIndex = 3 - CONTROL_IDLabel.Text = "Control-Bezeichnung:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(71, 128) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(70, 13) - ADDED_WHENLabel.TabIndex = 13 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(71, 169) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(73, 13) - CHANGED_WHOLabel.TabIndex = 15 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(209, 169) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(82, 13) - CHANGED_WHENLabel.TabIndex = 17 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'FORM_IDLabel ' - FORM_IDLabel.AutoSize = True - FORM_IDLabel.Location = New System.Drawing.Point(71, 58) + resources.ApplyResources(FORM_IDLabel, "FORM_IDLabel") FORM_IDLabel.Name = "FORM_IDLabel" - FORM_IDLabel.Size = New System.Drawing.Size(44, 13) - FORM_IDLabel.TabIndex = 79 - FORM_IDLabel.Text = "Entität:" ' 'XtraTabControl1 ' - Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(721, 261) - Me.XtraTabControl1.TabIndex = 0 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' - Me.XtraTabPage1.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") Me.XtraTabPage1.Controls.Add(Me.Label1) Me.XtraTabPage1.Controls.Add(Me.ListBox1) Me.XtraTabPage1.Controls.Add(FORM_IDLabel) @@ -166,18 +135,19 @@ Partial Class frmLogRecord Me.XtraTabPage1.Controls.Add(GUIDLabel) Me.XtraTabPage1.Controls.Add(Me.GUIDTextBox) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(719, 236) - Me.XtraTabPage1.Text = "Logged Controls" + ' + 'Label1 + ' + resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.Name = "Label1" ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBPMO_RECORD_LOG_CONFIGBindingSource Me.ListBox1.DisplayMember = "String" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(494, 25) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(207, 186) - Me.ListBox1.TabIndex = 81 Me.ListBox1.ValueMember = "GUID" ' 'TBPMO_RECORD_LOG_CONFIGBindingSource @@ -194,81 +164,56 @@ Partial Class frmLogRecord ' Me.FORM_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "FORM_ID", True)) Me.FORM_IDComboBox.FormattingEnabled = True - Me.FORM_IDComboBox.Location = New System.Drawing.Point(74, 74) + resources.ApplyResources(Me.FORM_IDComboBox, "FORM_IDComboBox") Me.FORM_IDComboBox.Name = "FORM_IDComboBox" - Me.FORM_IDComboBox.Size = New System.Drawing.Size(132, 21) - Me.FORM_IDComboBox.TabIndex = 80 ' 'lblSaveWVEmail ' - Me.lblSaveWVEmail.AutoSize = True + resources.ApplyResources(Me.lblSaveWVEmail, "lblSaveWVEmail") Me.lblSaveWVEmail.BackColor = System.Drawing.Color.Yellow - Me.lblSaveWVEmail.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveWVEmail.Location = New System.Drawing.Point(71, 210) Me.lblSaveWVEmail.Name = "lblSaveWVEmail" - Me.lblSaveWVEmail.Size = New System.Drawing.Size(219, 17) - Me.lblSaveWVEmail.TabIndex = 79 - Me.lblSaveWVEmail.Text = "Datensatz erfolgreich gespeichert!" - Me.lblSaveWVEmail.Visible = False ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(212, 185) + 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(116, 22) - Me.CHANGED_WHENTextBox.TabIndex = 18 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(74, 185) + 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(132, 22) - Me.CHANGED_WHOTextBox.TabIndex = 16 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(74, 144) + 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(132, 22) - Me.ADDED_WHENTextBox.TabIndex = 14 ' 'LOG_UPDATECheckBox ' Me.LOG_UPDATECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "LOG_UPDATE", True)) - Me.LOG_UPDATECheckBox.Location = New System.Drawing.Point(74, 101) + resources.ApplyResources(Me.LOG_UPDATECheckBox, "LOG_UPDATECheckBox") Me.LOG_UPDATECheckBox.Name = "LOG_UPDATECheckBox" - Me.LOG_UPDATECheckBox.Size = New System.Drawing.Size(254, 24) - Me.LOG_UPDATECheckBox.TabIndex = 12 - Me.LOG_UPDATECheckBox.Text = "Änderungen (Update) nachverfolgen" Me.LOG_UPDATECheckBox.UseVisualStyleBackColor = True ' 'LOG_DELETECheckBox ' Me.LOG_DELETECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "LOG_DELETE", True)) - Me.LOG_DELETECheckBox.Location = New System.Drawing.Point(334, 101) + resources.ApplyResources(Me.LOG_DELETECheckBox, "LOG_DELETECheckBox") Me.LOG_DELETECheckBox.Name = "LOG_DELETECheckBox" - Me.LOG_DELETECheckBox.Size = New System.Drawing.Size(154, 24) - Me.LOG_DELETECheckBox.TabIndex = 10 - Me.LOG_DELETECheckBox.Text = "Löschen nachverfolgen" Me.LOG_DELETECheckBox.UseVisualStyleBackColor = True ' 'CONTROL_IDComboBox ' Me.CONTROL_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "CONTROL_ID", True)) Me.CONTROL_IDComboBox.FormattingEnabled = True - Me.CONTROL_IDComboBox.Location = New System.Drawing.Point(212, 74) + resources.ApplyResources(Me.CONTROL_IDComboBox, "CONTROL_IDComboBox") Me.CONTROL_IDComboBox.Name = "CONTROL_IDComboBox" - Me.CONTROL_IDComboBox.Size = New System.Drawing.Size(116, 21) - Me.CONTROL_IDComboBox.TabIndex = 4 ' 'TBPMO_RECORD_LOG_CONFIGBindingNavigator ' @@ -278,125 +223,92 @@ Partial Class frmLogRecord Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.CountItemFormat = "von {0} logged Controls" Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem}) - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator, "TBPMO_RECORD_LOG_CONFIGBindingNavigator") Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.Name = "TBPMO_RECORD_LOG_CONFIGBindingNavigator" Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.Size = New System.Drawing.Size(719, 25) - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.TabIndex = 1 - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(132, 22) - Me.BindingNavigatorCountItem.Text = "von {0} logged Controls" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem ' Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem, "TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem") Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.Name = "TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem" - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem.Text = "Daten speichern" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_RECORD_LOG_CONFIGBindingSource, "GUID", True)) - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(15, 74) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(48, 22) - Me.GUIDTextBox.TabIndex = 1 ' 'XtraTabPage2 ' Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(763, 236) - Me.XtraTabPage2.Text = "XtraTabPage2" + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") ' 'TBPMO_RECORD_LOG_CONFIGTableAdapter ' @@ -405,8 +317,10 @@ Partial Class frmLogRecord 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing @@ -414,6 +328,7 @@ Partial Class frmLogRecord Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing @@ -421,32 +336,22 @@ Partial Class frmLogRecord Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Me.TBPMO_RECORD_LOG_CONFIGTableAdapter Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete - ' - 'Label1 - ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 25) - Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(457, 26) - Me.Label1.TabIndex = 82 - Me.Label1.Text = "Für die hier ausgewählten Controls wird ein Change-Log geführt." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "D.h. der alte un" & _ - "d der Neue Wert werden gespeichert und können nachverfolgt werden." ' 'frmLogRecord ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(721, 261) Me.Controls.Add(Me.XtraTabControl1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmLogRecord" - Me.Text = "Konfiguration - Record-Änderungen" CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmLogRecord.resx b/app/DD-Record-Organiser/frmLogRecord.resx index 3449394..385ca9d 100644 --- a/app/DD-Record-Organiser/frmLogRecord.resx +++ b/app/DD-Record-Organiser/frmLogRecord.resx @@ -120,40 +120,460 @@ False + + + True + + + + Segoe UI, 8.25pt, style=Italic + + + 12, 58 + + + 20, 13 + + + 0 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 16 + False + + True + + + 209, 58 + + + 110, 13 + + + 3 + + + Control-Bezeichnung: + + + CONTROL_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 13 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 71, 128 + + + 70, 13 + + + 13 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 9 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 71, 169 + + + 73, 13 + + + 15 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 7 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 209, 169 + + + 82, 13 + + + 17 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 5 + False - - 929, 17 - - - 160, 17 - + + True + + + 71, 58 + + + 43, 13 + + + 79 + + + Entität: + + + FORM_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 2 + + + + Fill + + + 0, 0 + + + True + + + True + + + 12, 25 + + + 427, 26 + + + 82 + + + Für die hier ausgewählten Controls wird ein Change-Log geführt. +D.h. der alte und der Neue Wert werden gespeichert und können nachverfolgt werden. + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + 160, 17 17, 17 - - 17, 17 - + + 494, 25 + + + 207, 186 + + + 81 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + + + 74, 74 + + + 132, 21 + + + 80 + + + FORM_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 3 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 71, 210 + + + 219, 17 + + + 79 + + + Datensatz erfolgreich gespeichert! + + + False + + + lblSaveWVEmail + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 4 + + + Segoe UI, 8.25pt, style=Italic + + + 212, 185 + + + 116, 22 + + + 18 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 6 + + + Segoe UI, 8.25pt, style=Italic + + + 74, 185 + + + 132, 22 + + + 16 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 8 + + + Segoe UI, 8.25pt, style=Italic + + + 74, 144 + + + 132, 22 + + + 14 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 10 + + + 74, 101 + + + 254, 24 + + + 12 + + + Änderungen (Update) nachverfolgen + + + LOG_UPDATECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 11 + + + 334, 101 + + + 154, 24 + + + 10 + + + Löschen nachverfolgen + + + LOG_DELETECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 12 + + + 212, 74 + + + 116, 21 + + + 4 + + + CONTROL_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 14 + 929, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -166,6 +586,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 132, 22 + + + von {0} logged Controls + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -178,6 +616,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -189,6 +636,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -198,6 +654,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -207,6 +693,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -218,6 +713,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -225,10 +732,235 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 715, 25 + + + 1 + + + BindingNavigator1 + + + TBPMO_RECORD_LOG_CONFIGBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 15 + + + Segoe UI, 8.25pt, style=Italic + + + 15, 74 + + + 48, 22 + + + 1 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 17 + + + 715, 233 + + + Logged Controls + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 721, 261 + + + 0 + + + 715, 233 + + + XtraTabPage2 + + + XtraTabPage2 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + 461, 17 756, 17 + + True + + + 6, 13 + + + 721, 261 + + + Segoe UI, 8.25pt + + + Konfiguration - Record-Änderungen + + + TBPMO_RECORD_LOG_CONFIGBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_RECORD_LOG_CONFIGBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_RECORD_LOG_CONFIGTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORD_LOG_CONFIGTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmLogRecord + + + 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-Record-Organiser/frmLogin.Designer.vb b/app/DD-Record-Organiser/frmLogin.Designer.vb index d638ed9..778a52e 100644 --- a/app/DD-Record-Organiser/frmLogin.Designer.vb +++ b/app/DD-Record-Organiser/frmLogin.Designer.vb @@ -29,6 +29,7 @@ Partial Class frmLogin 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin)) Me.UsernameLabel = New System.Windows.Forms.Label() Me.PasswordLabel = New System.Windows.Forms.Label() Me.UsernameTextBox = New System.Windows.Forms.TextBox() @@ -40,73 +41,46 @@ Partial Class frmLogin ' 'UsernameLabel ' - Me.UsernameLabel.Location = New System.Drawing.Point(12, 40) + resources.ApplyResources(Me.UsernameLabel, "UsernameLabel") Me.UsernameLabel.Name = "UsernameLabel" - Me.UsernameLabel.Size = New System.Drawing.Size(220, 23) - Me.UsernameLabel.TabIndex = 0 - Me.UsernameLabel.Text = "&Benutzername" - Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'PasswordLabel ' - Me.PasswordLabel.Location = New System.Drawing.Point(13, 86) + resources.ApplyResources(Me.PasswordLabel, "PasswordLabel") Me.PasswordLabel.Name = "PasswordLabel" - Me.PasswordLabel.Size = New System.Drawing.Size(220, 23) - Me.PasswordLabel.TabIndex = 2 - Me.PasswordLabel.Text = "&Kennwort" - Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'UsernameTextBox ' - Me.UsernameTextBox.Location = New System.Drawing.Point(14, 60) + resources.ApplyResources(Me.UsernameTextBox, "UsernameTextBox") Me.UsernameTextBox.Name = "UsernameTextBox" - Me.UsernameTextBox.Size = New System.Drawing.Size(220, 22) - Me.UsernameTextBox.TabIndex = 1 ' 'PasswordTextBox ' - Me.PasswordTextBox.Location = New System.Drawing.Point(15, 106) + resources.ApplyResources(Me.PasswordTextBox, "PasswordTextBox") Me.PasswordTextBox.Name = "PasswordTextBox" - Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) - Me.PasswordTextBox.Size = New System.Drawing.Size(220, 22) - Me.PasswordTextBox.TabIndex = 3 ' 'OK ' - Me.OK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.OK.Location = New System.Drawing.Point(162, 161) + resources.ApplyResources(Me.OK, "OK") Me.OK.Name = "OK" - Me.OK.Size = New System.Drawing.Size(94, 23) - Me.OK.TabIndex = 4 - Me.OK.Text = "&OK" ' 'Cancel ' - Me.Cancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Cancel, "Cancel") Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.Cancel.Location = New System.Drawing.Point(265, 161) Me.Cancel.Name = "Cancel" - Me.Cancel.Size = New System.Drawing.Size(94, 23) - Me.Cancel.TabIndex = 5 - Me.Cancel.Text = "&Abbrechen" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(11, 9) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(249, 13) - Me.Label1.TabIndex = 6 - Me.Label1.Text = "Willkomen - Bitte melden Sie sich am System an" ' 'frmLogin ' Me.AcceptButton = Me.OK - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel - Me.ClientSize = New System.Drawing.Size(366, 192) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Cancel) Me.Controls.Add(Me.OK) @@ -114,14 +88,11 @@ Partial Class frmLogin Me.Controls.Add(Me.UsernameTextBox) Me.Controls.Add(Me.PasswordLabel) Me.Controls.Add(Me.UsernameLabel) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmLogin" Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "Login" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD-Record-Organiser/frmLogin.resx b/app/DD-Record-Organiser/frmLogin.resx index 1af7de1..480ba4d 100644 --- a/app/DD-Record-Organiser/frmLogin.resx +++ b/app/DD-Record-Organiser/frmLogin.resx @@ -117,4 +117,214 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12, 40 + + + 220, 23 + + + + 0 + + + &Benutzername + + + MiddleLeft + + + UsernameLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 13, 86 + + + 220, 23 + + + 2 + + + &Kennwort + + + MiddleLeft + + + PasswordLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 14, 60 + + + 220, 22 + + + 1 + + + UsernameTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 15, 106 + + + * + + + 220, 22 + + + 3 + + + PasswordTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + + Bottom, Right + + + 162, 161 + + + 94, 23 + + + 4 + + + &OK + + + OK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Bottom, Right + + + 265, 161 + + + 94, 23 + + + 5 + + + &Abbrechen + + + Cancel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI Semibold, 8.25pt, style=Bold, Italic + + + 11, 9 + + + 249, 13 + + + 6 + + + Willkomen - Bitte melden Sie sich am System an + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 366, 192 + + + Segoe UI, 8.25pt + + + CenterParent + + + Login + + + frmLogin + + + 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-Record-Organiser/frmMain.Designer.vb b/app/DD-Record-Organiser/frmMain.Designer.vb index 905dd7e..7f869fa 100644 --- a/app/DD-Record-Organiser/frmMain.Designer.vb +++ b/app/DD-Record-Organiser/frmMain.Designer.vb @@ -78,9 +78,7 @@ Partial Class frmMain 'NotifyIcon1 ' Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info - Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon) - Me.NotifyIcon1.Text = "Workflow und Taskmanagement" - Me.NotifyIcon1.Visible = True + resources.ApplyResources(Me.NotifyIcon1, "NotifyIcon1") ' 'Timer1 ' @@ -139,12 +137,11 @@ Partial Class frmMain Me.ribbonMain.BackColor = System.Drawing.Color.DarkGray Me.ribbonMain.ExpandCollapseItem.Id = 0 Me.ribbonMain.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.ribbonMain.ExpandCollapseItem, Me.LabelMachine, Me.LabelUser, Me.LabelLoggedIn, Me.LabelVersion, Me.itemInfo, Me.itemExit, Me.BarButtonItem1, Me.BarButtonItem3, Me.BarButtonItem4, Me.BarButtonItem5, Me.BarButtonItem6, Me.BarButtonItem7, Me.BarButtonItem8, Me.BarButtonItem9, Me.itemSettings, Me.BarButtonItem2, Me.BarButtonItem10, Me.BarButtonItem12, Me.BarButtonItem13, Me.BarButtonItem14, Me.BarButtonItem15, Me.BarButtonItem16, Me.BarButtonItem17}) - Me.ribbonMain.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ribbonMain, "ribbonMain") Me.ribbonMain.MaxItemId = 31 Me.ribbonMain.Name = "ribbonMain" Me.ribbonMain.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.pageHome, Me.pageForms, Me.pageAdmin}) Me.ribbonMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013 - Me.ribbonMain.Size = New System.Drawing.Size(1498, 150) Me.ribbonMain.StatusBar = Me.RibbonStatusBar1 Me.ribbonMain.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden ' @@ -158,31 +155,28 @@ Partial Class frmMain ' 'itemInfo ' - Me.itemInfo.Caption = "Hilfe" - Me.itemInfo.Description = "Zeigt Informationen über das Programm an" + resources.ApplyResources(Me.itemInfo, "itemInfo") Me.itemInfo.Glyph = CType(resources.GetObject("itemInfo.Glyph"), System.Drawing.Image) Me.itemInfo.Id = 9 Me.itemInfo.Name = "itemInfo" ' 'itemSettings ' - Me.itemSettings.Caption = "Grundeinstellungen" - Me.itemSettings.Description = "Zeigt die Grundeinstellungen des Programms an" + resources.ApplyResources(Me.itemSettings, "itemSettings") Me.itemSettings.Glyph = CType(resources.GetObject("itemSettings.Glyph"), System.Drawing.Image) Me.itemSettings.Id = 21 Me.itemSettings.Name = "itemSettings" ' 'itemExit ' - Me.itemExit.Caption = "Beenden" - Me.itemExit.Description = "Beendet das Programm" + resources.ApplyResources(Me.itemExit, "itemExit") Me.itemExit.Glyph = CType(resources.GetObject("itemExit.Glyph"), System.Drawing.Image) Me.itemExit.Id = 10 Me.itemExit.Name = "itemExit" ' 'LabelMachine ' - Me.LabelMachine.Caption = "StatusMachine" + resources.ApplyResources(Me.LabelMachine, "LabelMachine") Me.LabelMachine.Glyph = Global.DD_Record_Organiser.My.Resources.Resources.Monitor_Screen_16xLG Me.LabelMachine.Id = 3 Me.LabelMachine.Name = "LabelMachine" @@ -190,7 +184,7 @@ Partial Class frmMain ' 'LabelUser ' - Me.LabelUser.Caption = "StatusUser" + resources.ApplyResources(Me.LabelUser, "LabelUser") Me.LabelUser.Glyph = Global.DD_Record_Organiser.My.Resources.Resources.user_16xLG Me.LabelUser.Id = 4 Me.LabelUser.Name = "LabelUser" @@ -198,7 +192,7 @@ Partial Class frmMain ' 'LabelLoggedIn ' - Me.LabelLoggedIn.Caption = "StatusLoggedIn" + resources.ApplyResources(Me.LabelLoggedIn, "LabelLoggedIn") Me.LabelLoggedIn.Glyph = Global.DD_Record_Organiser.My.Resources.Resources.UserInterfaceEditor_5845 Me.LabelLoggedIn.Id = 5 Me.LabelLoggedIn.Name = "LabelLoggedIn" @@ -206,14 +200,14 @@ Partial Class frmMain ' 'LabelVersion ' - Me.LabelVersion.Caption = "StatusVersion" + resources.ApplyResources(Me.LabelVersion, "LabelVersion") Me.LabelVersion.Id = 6 Me.LabelVersion.Name = "LabelVersion" Me.LabelVersion.TextAlignment = System.Drawing.StringAlignment.Near ' 'BarButtonItem1 ' - Me.BarButtonItem1.Caption = "Kalender" + resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1") Me.BarButtonItem1.Glyph = CType(resources.GetObject("BarButtonItem1.Glyph"), System.Drawing.Image) Me.BarButtonItem1.Id = 11 Me.BarButtonItem1.Name = "BarButtonItem1" @@ -221,7 +215,7 @@ Partial Class frmMain ' 'BarButtonItem3 ' - Me.BarButtonItem3.Caption = "Entitäten Designer" + resources.ApplyResources(Me.BarButtonItem3, "BarButtonItem3") Me.BarButtonItem3.Glyph = CType(resources.GetObject("BarButtonItem3.Glyph"), System.Drawing.Image) Me.BarButtonItem3.Id = 13 Me.BarButtonItem3.Name = "BarButtonItem3" @@ -229,7 +223,7 @@ Partial Class frmMain ' 'BarButtonItem4 ' - Me.BarButtonItem4.Caption = "Task " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Konfiguration" + resources.ApplyResources(Me.BarButtonItem4, "BarButtonItem4") Me.BarButtonItem4.Glyph = CType(resources.GetObject("BarButtonItem4.Glyph"), System.Drawing.Image) Me.BarButtonItem4.Id = 14 Me.BarButtonItem4.Name = "BarButtonItem4" @@ -237,7 +231,7 @@ Partial Class frmMain ' 'BarButtonItem5 ' - Me.BarButtonItem5.Caption = "User und Gruppen" + resources.ApplyResources(Me.BarButtonItem5, "BarButtonItem5") Me.BarButtonItem5.Glyph = CType(resources.GetObject("BarButtonItem5.Glyph"), System.Drawing.Image) Me.BarButtonItem5.Id = 15 Me.BarButtonItem5.Name = "BarButtonItem5" @@ -245,7 +239,7 @@ Partial Class frmMain ' 'BarButtonItem6 ' - Me.BarButtonItem6.Caption = "Menü" + resources.ApplyResources(Me.BarButtonItem6, "BarButtonItem6") Me.BarButtonItem6.Glyph = CType(resources.GetObject("BarButtonItem6.Glyph"), System.Drawing.Image) Me.BarButtonItem6.Id = 16 Me.BarButtonItem6.Name = "BarButtonItem6" @@ -253,7 +247,7 @@ Partial Class frmMain ' 'BarButtonItem7 ' - Me.BarButtonItem7.Caption = "Schnellstart" + resources.ApplyResources(Me.BarButtonItem7, "BarButtonItem7") Me.BarButtonItem7.Glyph = CType(resources.GetObject("BarButtonItem7.Glyph"), System.Drawing.Image) Me.BarButtonItem7.Id = 17 Me.BarButtonItem7.Name = "BarButtonItem7" @@ -261,7 +255,7 @@ Partial Class frmMain ' 'BarButtonItem8 ' - Me.BarButtonItem8.Caption = "Dokumentart Konfiguration" + resources.ApplyResources(Me.BarButtonItem8, "BarButtonItem8") Me.BarButtonItem8.Glyph = CType(resources.GetObject("BarButtonItem8.Glyph"), System.Drawing.Image) Me.BarButtonItem8.Id = 18 Me.BarButtonItem8.Name = "BarButtonItem8" @@ -269,7 +263,7 @@ Partial Class frmMain ' 'BarButtonItem9 ' - Me.BarButtonItem9.Caption = "Objekttyp Einstellungen" + resources.ApplyResources(Me.BarButtonItem9, "BarButtonItem9") Me.BarButtonItem9.Glyph = CType(resources.GetObject("BarButtonItem9.Glyph"), System.Drawing.Image) Me.BarButtonItem9.Id = 19 Me.BarButtonItem9.Name = "BarButtonItem9" @@ -277,7 +271,7 @@ Partial Class frmMain ' 'BarButtonItem2 ' - Me.BarButtonItem2.Caption = "Basiseinstellungen RecordOrganizer" + resources.ApplyResources(Me.BarButtonItem2, "BarButtonItem2") Me.BarButtonItem2.Glyph = Global.DD_Record_Organiser.My.Resources.Resources.Einstellungen5 Me.BarButtonItem2.Id = 22 Me.BarButtonItem2.Name = "BarButtonItem2" @@ -285,7 +279,7 @@ Partial Class frmMain ' 'BarButtonItem10 ' - Me.BarButtonItem10.Caption = "Grundeinstellungen" + resources.ApplyResources(Me.BarButtonItem10, "BarButtonItem10") Me.BarButtonItem10.Glyph = Global.DD_Record_Organiser.My.Resources.Resources.Einstellungen3 Me.BarButtonItem10.Id = 23 Me.BarButtonItem10.Name = "BarButtonItem10" @@ -293,7 +287,7 @@ Partial Class frmMain ' 'BarButtonItem12 ' - Me.BarButtonItem12.Caption = "Wiedervorlagen Email" + resources.ApplyResources(Me.BarButtonItem12, "BarButtonItem12") Me.BarButtonItem12.Glyph = CType(resources.GetObject("BarButtonItem12.Glyph"), System.Drawing.Image) Me.BarButtonItem12.Id = 24 Me.BarButtonItem12.Name = "BarButtonItem12" @@ -301,7 +295,7 @@ Partial Class frmMain ' 'BarButtonItem13 ' - Me.BarButtonItem13.Caption = "Log Record Changes" + resources.ApplyResources(Me.BarButtonItem13, "BarButtonItem13") Me.BarButtonItem13.Glyph = CType(resources.GetObject("BarButtonItem13.Glyph"), System.Drawing.Image) Me.BarButtonItem13.Id = 25 Me.BarButtonItem13.Name = "BarButtonItem13" @@ -309,7 +303,7 @@ Partial Class frmMain ' 'BarButtonItem14 ' - Me.BarButtonItem14.Caption = "Datenbank Verbindungen Verwaltung" + resources.ApplyResources(Me.BarButtonItem14, "BarButtonItem14") Me.BarButtonItem14.Glyph = CType(resources.GetObject("BarButtonItem14.Glyph"), System.Drawing.Image) Me.BarButtonItem14.Id = 26 Me.BarButtonItem14.Name = "BarButtonItem14" @@ -317,14 +311,14 @@ Partial Class frmMain ' 'BarButtonItem15 ' - Me.BarButtonItem15.Caption = "BarButtonItem15" + resources.ApplyResources(Me.BarButtonItem15, "BarButtonItem15") Me.BarButtonItem15.CategoryGuid = New System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537") Me.BarButtonItem15.Id = 27 Me.BarButtonItem15.Name = "BarButtonItem15" ' 'BarButtonItem16 ' - Me.BarButtonItem16.Caption = "Constructor Designer" + resources.ApplyResources(Me.BarButtonItem16, "BarButtonItem16") Me.BarButtonItem16.Glyph = CType(resources.GetObject("BarButtonItem16.Glyph"), System.Drawing.Image) Me.BarButtonItem16.Id = 28 Me.BarButtonItem16.Name = "BarButtonItem16" @@ -332,7 +326,7 @@ Partial Class frmMain ' 'BarButtonItem17 ' - Me.BarButtonItem17.Caption = "Vorlagenmanagement" + resources.ApplyResources(Me.BarButtonItem17, "BarButtonItem17") Me.BarButtonItem17.Glyph = CType(resources.GetObject("BarButtonItem17.Glyph"), System.Drawing.Image) Me.BarButtonItem17.Id = 29 Me.BarButtonItem17.Name = "BarButtonItem17" @@ -343,7 +337,7 @@ Partial Class frmMain Me.pageHome.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup2, Me.groupQuickAccessForm}) Me.pageHome.Image = Global.DD_Record_Organiser.My.Resources.Resources.HomeHS Me.pageHome.Name = "pageHome" - Me.pageHome.Text = "Home" + resources.ApplyResources(Me.pageHome, "pageHome") ' 'RibbonPageGroup2 ' @@ -351,27 +345,27 @@ Partial Class frmMain Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem1, True) Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.ShowCaptionButton = False - Me.RibbonPageGroup2.Text = "Kalender" + resources.ApplyResources(Me.RibbonPageGroup2, "RibbonPageGroup2") ' 'groupQuickAccessForm ' Me.groupQuickAccessForm.Name = "groupQuickAccessForm" - Me.groupQuickAccessForm.Text = "Schnellstart " + resources.ApplyResources(Me.groupQuickAccessForm, "groupQuickAccessForm") ' 'pageForms ' - Me.pageForms.Appearance.BackColor = System.Drawing.Color.Yellow + Me.pageForms.Appearance.BackColor = CType(resources.GetObject("pageForms.Appearance.BackColor"), System.Drawing.Color) Me.pageForms.Appearance.Options.UseBackColor = True Me.pageForms.Image = Global.DD_Record_Organiser.My.Resources.Resources.application_form Me.pageForms.Name = "pageForms" - Me.pageForms.Text = "Formulare" + resources.ApplyResources(Me.pageForms, "pageForms") ' 'pageAdmin ' Me.pageAdmin.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroupProgram, Me.RibbonPageGroupTask, Me.RibbonPageGroupMenue, Me.RibbonPageGroupWindream, Me.RibbonPageGroup1}) Me.pageAdmin.Image = Global.DD_Record_Organiser.My.Resources.Resources.Property_501 Me.pageAdmin.Name = "pageAdmin" - Me.pageAdmin.Text = "Administration" + resources.ApplyResources(Me.pageAdmin, "pageAdmin") Me.pageAdmin.Visible = False ' 'RibbonPageGroupProgram @@ -382,7 +376,7 @@ Partial Class frmMain Me.RibbonPageGroupProgram.ItemLinks.Add(Me.BarButtonItem13) Me.RibbonPageGroupProgram.ItemLinks.Add(Me.BarButtonItem16) Me.RibbonPageGroupProgram.Name = "RibbonPageGroupProgram" - Me.RibbonPageGroupProgram.Text = "Programm Konfiguration" + resources.ApplyResources(Me.RibbonPageGroupProgram, "RibbonPageGroupProgram") ' 'RibbonPageGroupTask ' @@ -391,7 +385,7 @@ Partial Class frmMain Me.RibbonPageGroupTask.ItemLinks.Add(Me.BarButtonItem12) Me.RibbonPageGroupTask.ItemLinks.Add(Me.BarButtonItem17) Me.RibbonPageGroupTask.Name = "RibbonPageGroupTask" - Me.RibbonPageGroupTask.Text = "Tasks und Wiedervorlagen" + resources.ApplyResources(Me.RibbonPageGroupTask, "RibbonPageGroupTask") ' 'RibbonPageGroupMenue ' @@ -399,7 +393,7 @@ Partial Class frmMain Me.RibbonPageGroupMenue.ItemLinks.Add(Me.BarButtonItem6) Me.RibbonPageGroupMenue.ItemLinks.Add(Me.BarButtonItem7) Me.RibbonPageGroupMenue.Name = "RibbonPageGroupMenue" - Me.RibbonPageGroupMenue.Text = "Menü Konfiguration" + resources.ApplyResources(Me.RibbonPageGroupMenue, "RibbonPageGroupMenue") ' 'RibbonPageGroupWindream ' @@ -407,14 +401,14 @@ Partial Class frmMain Me.RibbonPageGroupWindream.ItemLinks.Add(Me.BarButtonItem8) Me.RibbonPageGroupWindream.ItemLinks.Add(Me.BarButtonItem9) Me.RibbonPageGroupWindream.Name = "RibbonPageGroupWindream" - Me.RibbonPageGroupWindream.Text = "Windream Konfiguration" + resources.ApplyResources(Me.RibbonPageGroupWindream, "RibbonPageGroupWindream") ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.AllowTextClipping = False Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem14) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" - Me.RibbonPageGroup1.Text = "SQL Konfiguration" + resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1") ' 'RibbonStatusBar1 ' @@ -422,10 +416,9 @@ Partial Class frmMain Me.RibbonStatusBar1.ItemLinks.Add(Me.LabelUser) Me.RibbonStatusBar1.ItemLinks.Add(Me.LabelLoggedIn) Me.RibbonStatusBar1.ItemLinks.Add(Me.LabelVersion) - Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 655) + resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1") Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.ribbonMain - Me.RibbonStatusBar1.Size = New System.Drawing.Size(1498, 23) ' 'DefaultLookAndFeel1 ' @@ -433,7 +426,7 @@ Partial Class frmMain ' 'BarButtonItem11 ' - Me.BarButtonItem11.Caption = "Workflow/Tasks" + resources.ApplyResources(Me.BarButtonItem11, "BarButtonItem11") Me.BarButtonItem11.Glyph = Global.DD_Record_Organiser.My.Resources.Resources._005_Task_32x42_72 Me.BarButtonItem11.Id = 14 Me.BarButtonItem11.Name = "BarButtonItem11" @@ -445,22 +438,18 @@ Partial Class frmMain ' 'frmMain ' - Me.Appearance.BackColor = System.Drawing.Color.White + Me.Appearance.BackColor = CType(resources.GetObject("frmMain.Appearance.BackColor"), System.Drawing.Color) Me.Appearance.Options.UseBackColor = True Me.Appearance.Options.UseFont = True - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1498, 678) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.ribbonMain) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.IsMdiContainer = True Me.KeyPreview = True Me.Name = "frmMain" Me.Ribbon = Me.ribbonMain Me.StatusBar = Me.RibbonStatusBar1 - Me.Text = "Form1" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.VWPMO_WF_USER_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ribbonMain, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmMain.resx b/app/DD-Record-Organiser/frmMain.resx index f643e87..90cbfd1 100644 --- a/app/DD-Record-Organiser/frmMain.resx +++ b/app/DD-Record-Organiser/frmMain.resx @@ -1013,6 +1013,13 @@ /////////////wA///////////////////8f//////////////////// + + Workflow und Taskmanagement + + + + True + 1276, 17 @@ -1031,6 +1038,12 @@ 132, 17 + + Hilfe + + + Zeigt Informationen über das Programm an + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACF0RVh0VGl0 @@ -1081,6 +1094,12 @@ Yx8G+/8H09D4N5NlWbdRYGV2AAAAAElFTkSuQmCC + + Grundeinstellungen + + + Zeigt die Grundeinstellungen des Programms an + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACt0RVh0VGl0 @@ -1132,6 +1151,12 @@ UVnFoWBr+TznI5VPNdUJyXP+R5GkfwMPT3OfchuhBQAAAABJRU5ErkJggg== + + Beenden + + + Beendet das Programm + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0 @@ -1176,6 +1201,21 @@ yfvkPPhE1Ql+k9vzOv3/P/ifoPoeVeUDAqiG6o3/Nb1j0KB/AMYUfCkDw9hpAAAAAElFTkSuQmCC + + StatusMachine + + + StatusUser + + + StatusLoggedIn + + + StatusVersion + + + Kalender + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0 @@ -1218,6 +1258,9 @@ LyAMut4SBqhSAAAAAElFTkSuQmCC + + Entitäten Designer + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACx0RVh0VGl0 @@ -1247,6 +1290,10 @@ /Icr4Y2B/6Xqr4H77OciWcOvjR46Hn9oO1b373+CTeTvDpvI3x0ySfoLXBkamf6BV/AAAAAASUVORK5C YII= + + + Task +Konfiguration @@ -1295,6 +1342,9 @@ AAAASUVORK5CYII= + + User und Gruppen + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAADJ0RVh0VGl0 @@ -1344,6 +1394,9 @@ YzbnA2IOwfwxv8w/S5gS57g/AGl5Af+OTEZOAAAAAElFTkSuQmCC + + Menü + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABp0RVh0VGl0 @@ -1372,6 +1425,9 @@ RU5ErkJggg== + + Schnellstart + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAC50RVh0VGl0 @@ -1412,6 +1468,9 @@ vO9TB2/OKz//HxUwg/FB4bs6dcXEezuDPRt0NszY+f8DJv8Eh52mfnp1TP0AAAAASUVORK5CYII= + + Dokumentart Konfiguration + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAD10RVh0VGl0 @@ -1445,6 +1504,9 @@ AABJRU5ErkJggg== + + Objekttyp Einstellungen + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACt0RVh0VGl0 @@ -1485,6 +1547,15 @@ 10epGPqvk9+a++N+AfqT34tuf3x8QPYTe6ndyZod4FAAAAAASUVORK5CYII= + + Basiseinstellungen RecordOrganizer + + + Grundeinstellungen + + + Wiedervorlagen Email + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACh0RVh0VGl0 @@ -1522,6 +1593,9 @@ 6qMifaxeVuRJ4CPGHguDwbDq340j4jYtOeG+AAAAAElFTkSuQmCC + + Log Record Changes + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAA90RVh0VGl0 @@ -1565,6 +1639,9 @@ vEpWbXyVrNr46gDzDwm9y+evWey0AAAAAElFTkSuQmCC + + Datenbank Verbindungen Verwaltung + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAC10RVh0VGl0 @@ -1609,6 +1686,12 @@ aV3TJKNJSVsYzQ361myTOaI2lBk8Q5nfAK6UO7kYFLMOAAAAAElFTkSuQmCC + + BarButtonItem15 + + + Constructor Designer + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAADp0RVh0VGl0 @@ -1647,6 +1730,9 @@ DkE1/yB5PNR9tJv+78GYfwPiYK7C4w/SeAAAAABJRU5ErkJggg== + + Vorlagenmanagement + iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACp0RVh0VGl0 @@ -1684,15 +1770,102 @@ UB6PzdlD/hkZHYBM/wcBo+LeK778qgAAAABJRU5ErkJggg== + + 0, 0 + + + Kalender + + + Schnellstart + + + Home + + + Yellow + + + Formulare + + + Programm Konfiguration + + + Tasks und Wiedervorlagen + + + Menü Konfiguration + + + Windream Konfiguration + + + SQL Konfiguration + + + Administration + + + 1498, 150 + + + 0, 655 + + + 1498, 23 + + + RibbonStatusBar1 + + + DevExpress.XtraBars.Ribbon.RibbonStatusBar, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + + + ribbonMain + + + DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 2 + 242, 17 + + Workflow/Tasks + 1365, 17 + + True + 195 + + White + + + 6, 13 + + + 1498, 678 + + + Segoe UI, 8.25pt + AAABAAEAgIUAAAEAGAD4zwAAFgAAACgAAACAAAAACgEAAAEAGAAAAAAAAAAAAEgAAABIAAAAAAAAAAAA @@ -2585,4 +2758,271 @@ /////////////wA///////////////////8f//////////////////// + + Form1 + + + NotifyIcon1 + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Timer1 + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WF_USER_ACTIVEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WF_USER_ACTIVETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_USER_ACTIVETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + MainMenu + + + DevExpress.XtraBars.Ribbon.ApplicationMenu, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + itemInfo + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + itemSettings + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + itemExit + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LabelMachine + + + DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LabelUser + + + DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LabelLoggedIn + + + DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LabelVersion + + + DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem1 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem3 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem4 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem5 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem6 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem7 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem8 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem9 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem2 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem10 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem12 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem13 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem14 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem15 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem16 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem17 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pageHome + + + DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroup2 + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + groupQuickAccessForm + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pageForms + + + DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + pageAdmin + + + DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroupProgram + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroupTask + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroupMenue + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroupWindream + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + RibbonPageGroup1 + + + DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DefaultLookAndFeel1 + + + DevExpress.LookAndFeel.DefaultLookAndFeel, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + BarButtonItem11 + + + DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + TimerClose3Minutes + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmMain + + + DevExpress.XtraBars.Ribbon.RibbonForm, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + \ No newline at end of file diff --git a/app/DD-Record-Organiser/frmMenuDesigner.Designer.vb b/app/DD-Record-Organiser/frmMenuDesigner.Designer.vb index 4a091d6..4242050 100644 --- a/app/DD-Record-Organiser/frmMenuDesigner.Designer.vb +++ b/app/DD-Record-Organiser/frmMenuDesigner.Designer.vb @@ -117,8 +117,7 @@ Partial Class frmMenuDesigner ' 'MainSplitContainer ' - Me.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill - Me.MainSplitContainer.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.MainSplitContainer, "MainSplitContainer") Me.MainSplitContainer.Name = "MainSplitContainer" ' 'MainSplitContainer.Panel1 @@ -129,9 +128,6 @@ Partial Class frmMenuDesigner 'MainSplitContainer.Panel2 ' Me.MainSplitContainer.Panel2.Controls.Add(Me.MenuEntriesSplitContainer) - Me.MainSplitContainer.Size = New System.Drawing.Size(1098, 561) - Me.MainSplitContainer.SplitterDistance = 366 - Me.MainSplitContainer.TabIndex = 0 ' 'dgvForm ' @@ -141,67 +137,64 @@ Partial Class frmMenuDesigner Me.dgvForm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvForm.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn2, Me.PARENTIDDataGridViewTextBoxColumn, Me.NAMEDataGridViewTextBoxColumn, Me.LEVELDataGridViewTextBoxColumn, Me.ADDEDWHODataGridViewTextBoxColumn2, Me.ADDEDWHENDataGridViewTextBoxColumn2, Me.CHANGEDWHODataGridViewTextBoxColumn2, Me.CHANGEDWHENDataGridViewTextBoxColumn2}) Me.dgvForm.DataSource = Me.FormBindingSource - Me.dgvForm.Dock = System.Windows.Forms.DockStyle.Fill - Me.dgvForm.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.dgvForm, "dgvForm") Me.dgvForm.Name = "dgvForm" Me.dgvForm.ReadOnly = True Me.dgvForm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvForm.Size = New System.Drawing.Size(366, 536) - Me.dgvForm.TabIndex = 1 ' 'GUIDDataGridViewTextBoxColumn2 ' Me.GUIDDataGridViewTextBoxColumn2.DataPropertyName = "GUID" - Me.GUIDDataGridViewTextBoxColumn2.HeaderText = "GUID" + resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn2, "GUIDDataGridViewTextBoxColumn2") Me.GUIDDataGridViewTextBoxColumn2.Name = "GUIDDataGridViewTextBoxColumn2" Me.GUIDDataGridViewTextBoxColumn2.ReadOnly = True ' 'PARENTIDDataGridViewTextBoxColumn ' Me.PARENTIDDataGridViewTextBoxColumn.DataPropertyName = "PARENT_ID" - Me.PARENTIDDataGridViewTextBoxColumn.HeaderText = "PARENT_ID" + resources.ApplyResources(Me.PARENTIDDataGridViewTextBoxColumn, "PARENTIDDataGridViewTextBoxColumn") Me.PARENTIDDataGridViewTextBoxColumn.Name = "PARENTIDDataGridViewTextBoxColumn" Me.PARENTIDDataGridViewTextBoxColumn.ReadOnly = True ' 'NAMEDataGridViewTextBoxColumn ' Me.NAMEDataGridViewTextBoxColumn.DataPropertyName = "NAME" - Me.NAMEDataGridViewTextBoxColumn.HeaderText = "NAME" + resources.ApplyResources(Me.NAMEDataGridViewTextBoxColumn, "NAMEDataGridViewTextBoxColumn") Me.NAMEDataGridViewTextBoxColumn.Name = "NAMEDataGridViewTextBoxColumn" Me.NAMEDataGridViewTextBoxColumn.ReadOnly = True ' 'LEVELDataGridViewTextBoxColumn ' Me.LEVELDataGridViewTextBoxColumn.DataPropertyName = "LEVEL" - Me.LEVELDataGridViewTextBoxColumn.HeaderText = "LEVEL" + resources.ApplyResources(Me.LEVELDataGridViewTextBoxColumn, "LEVELDataGridViewTextBoxColumn") Me.LEVELDataGridViewTextBoxColumn.Name = "LEVELDataGridViewTextBoxColumn" Me.LEVELDataGridViewTextBoxColumn.ReadOnly = True ' 'ADDEDWHODataGridViewTextBoxColumn2 ' Me.ADDEDWHODataGridViewTextBoxColumn2.DataPropertyName = "ADDED_WHO" - Me.ADDEDWHODataGridViewTextBoxColumn2.HeaderText = "ADDED_WHO" + resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn2, "ADDEDWHODataGridViewTextBoxColumn2") Me.ADDEDWHODataGridViewTextBoxColumn2.Name = "ADDEDWHODataGridViewTextBoxColumn2" Me.ADDEDWHODataGridViewTextBoxColumn2.ReadOnly = True ' 'ADDEDWHENDataGridViewTextBoxColumn2 ' Me.ADDEDWHENDataGridViewTextBoxColumn2.DataPropertyName = "ADDED_WHEN" - Me.ADDEDWHENDataGridViewTextBoxColumn2.HeaderText = "ADDED_WHEN" + resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn2, "ADDEDWHENDataGridViewTextBoxColumn2") Me.ADDEDWHENDataGridViewTextBoxColumn2.Name = "ADDEDWHENDataGridViewTextBoxColumn2" Me.ADDEDWHENDataGridViewTextBoxColumn2.ReadOnly = True ' 'CHANGEDWHODataGridViewTextBoxColumn2 ' Me.CHANGEDWHODataGridViewTextBoxColumn2.DataPropertyName = "CHANGED_WHO" - Me.CHANGEDWHODataGridViewTextBoxColumn2.HeaderText = "CHANGED_WHO" + resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn2, "CHANGEDWHODataGridViewTextBoxColumn2") Me.CHANGEDWHODataGridViewTextBoxColumn2.Name = "CHANGEDWHODataGridViewTextBoxColumn2" Me.CHANGEDWHODataGridViewTextBoxColumn2.ReadOnly = True ' 'CHANGEDWHENDataGridViewTextBoxColumn2 ' Me.CHANGEDWHENDataGridViewTextBoxColumn2.DataPropertyName = "CHANGED_WHEN" - Me.CHANGEDWHENDataGridViewTextBoxColumn2.HeaderText = "CHANGED_WHEN" + resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn2, "CHANGEDWHENDataGridViewTextBoxColumn2") Me.CHANGEDWHENDataGridViewTextBoxColumn2.Name = "CHANGEDWHENDataGridViewTextBoxColumn2" Me.CHANGEDWHENDataGridViewTextBoxColumn2.ReadOnly = True ' @@ -219,25 +212,18 @@ Partial Class frmMenuDesigner ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(366, 25) - Me.ToolStrip1.TabIndex = 0 - Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripLabel1 ' - Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1") Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(125, 22) - Me.ToolStripLabel1.Text = "Verfügbare Formulare:" ' 'MenuEntriesSplitContainer ' - Me.MenuEntriesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill - Me.MenuEntriesSplitContainer.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.MenuEntriesSplitContainer, "MenuEntriesSplitContainer") Me.MenuEntriesSplitContainer.Name = "MenuEntriesSplitContainer" - Me.MenuEntriesSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'MenuEntriesSplitContainer.Panel1 ' @@ -248,9 +234,6 @@ Partial Class frmMenuDesigner ' Me.MenuEntriesSplitContainer.Panel2.Controls.Add(Me.dgvMenuEntry) Me.MenuEntriesSplitContainer.Panel2.Controls.Add(Me.MenuEntrybindingNavigator) - Me.MenuEntriesSplitContainer.Size = New System.Drawing.Size(728, 561) - Me.MenuEntriesSplitContainer.SplitterDistance = 240 - Me.MenuEntriesSplitContainer.TabIndex = 0 ' 'dgvMenu ' @@ -258,60 +241,57 @@ Partial Class frmMenuDesigner Me.dgvMenu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvMenu.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn, Me.MENUENTRYDataGridViewTextBoxColumn, Me.ICONPATHDataGridViewTextBoxColumn, Me.SEQUENCEDataGridViewTextBoxColumn, Me.ADDEDWHODataGridViewTextBoxColumn, Me.ADDEDWHENDataGridViewTextBoxColumn, Me.CHANGEDWHODataGridViewTextBoxColumn, Me.CHANGEDWHENDataGridViewTextBoxColumn}) Me.dgvMenu.DataSource = Me.MenuBindingSource - Me.dgvMenu.Dock = System.Windows.Forms.DockStyle.Fill - Me.dgvMenu.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.dgvMenu, "dgvMenu") Me.dgvMenu.Name = "dgvMenu" Me.dgvMenu.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvMenu.Size = New System.Drawing.Size(728, 215) - Me.dgvMenu.TabIndex = 1 ' 'GUIDDataGridViewTextBoxColumn ' Me.GUIDDataGridViewTextBoxColumn.DataPropertyName = "GUID" - Me.GUIDDataGridViewTextBoxColumn.HeaderText = "GUID" + resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn, "GUIDDataGridViewTextBoxColumn") Me.GUIDDataGridViewTextBoxColumn.Name = "GUIDDataGridViewTextBoxColumn" Me.GUIDDataGridViewTextBoxColumn.ReadOnly = True ' 'MENUENTRYDataGridViewTextBoxColumn ' Me.MENUENTRYDataGridViewTextBoxColumn.DataPropertyName = "MENU_ENTRY" - Me.MENUENTRYDataGridViewTextBoxColumn.HeaderText = "MENU_ENTRY" + resources.ApplyResources(Me.MENUENTRYDataGridViewTextBoxColumn, "MENUENTRYDataGridViewTextBoxColumn") Me.MENUENTRYDataGridViewTextBoxColumn.Name = "MENUENTRYDataGridViewTextBoxColumn" ' 'ICONPATHDataGridViewTextBoxColumn ' Me.ICONPATHDataGridViewTextBoxColumn.DataPropertyName = "ICON_PATH" - Me.ICONPATHDataGridViewTextBoxColumn.HeaderText = "ICON_PATH" + resources.ApplyResources(Me.ICONPATHDataGridViewTextBoxColumn, "ICONPATHDataGridViewTextBoxColumn") Me.ICONPATHDataGridViewTextBoxColumn.Name = "ICONPATHDataGridViewTextBoxColumn" ' 'SEQUENCEDataGridViewTextBoxColumn ' Me.SEQUENCEDataGridViewTextBoxColumn.DataPropertyName = "SEQUENCE" - Me.SEQUENCEDataGridViewTextBoxColumn.HeaderText = "SEQUENCE" + resources.ApplyResources(Me.SEQUENCEDataGridViewTextBoxColumn, "SEQUENCEDataGridViewTextBoxColumn") Me.SEQUENCEDataGridViewTextBoxColumn.Name = "SEQUENCEDataGridViewTextBoxColumn" ' 'ADDEDWHODataGridViewTextBoxColumn ' Me.ADDEDWHODataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHO" - Me.ADDEDWHODataGridViewTextBoxColumn.HeaderText = "ADDED_WHO" + resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn, "ADDEDWHODataGridViewTextBoxColumn") Me.ADDEDWHODataGridViewTextBoxColumn.Name = "ADDEDWHODataGridViewTextBoxColumn" ' 'ADDEDWHENDataGridViewTextBoxColumn ' Me.ADDEDWHENDataGridViewTextBoxColumn.DataPropertyName = "ADDED_WHEN" - Me.ADDEDWHENDataGridViewTextBoxColumn.HeaderText = "ADDED_WHEN" + resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn, "ADDEDWHENDataGridViewTextBoxColumn") Me.ADDEDWHENDataGridViewTextBoxColumn.Name = "ADDEDWHENDataGridViewTextBoxColumn" ' 'CHANGEDWHODataGridViewTextBoxColumn ' Me.CHANGEDWHODataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHO" - Me.CHANGEDWHODataGridViewTextBoxColumn.HeaderText = "CHANGED_WHO" + resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn, "CHANGEDWHODataGridViewTextBoxColumn") Me.CHANGEDWHODataGridViewTextBoxColumn.Name = "CHANGEDWHODataGridViewTextBoxColumn" ' 'CHANGEDWHENDataGridViewTextBoxColumn ' Me.CHANGEDWHENDataGridViewTextBoxColumn.DataPropertyName = "CHANGED_WHEN" - Me.CHANGEDWHENDataGridViewTextBoxColumn.HeaderText = "CHANGED_WHEN" + resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn, "CHANGEDWHENDataGridViewTextBoxColumn") Me.CHANGEDWHENDataGridViewTextBoxColumn.Name = "CHANGEDWHENDataGridViewTextBoxColumn" ' 'MenuBindingSource @@ -332,110 +312,81 @@ Partial Class frmMenuDesigner Me.MenuBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.MenuBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.MenuBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.ToolStripButton1}) - Me.MenuBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.MenuBindingNavigator, "MenuBindingNavigator") Me.MenuBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.MenuBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.MenuBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.MenuBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.MenuBindingNavigator.Name = "MenuBindingNavigator" Me.MenuBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.MenuBindingNavigator.Size = New System.Drawing.Size(728, 25) - Me.MenuBindingNavigator.TabIndex = 0 - Me.MenuBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton1.Text = "ToolStripButton1" ' 'dgvMenuEntry ' @@ -444,72 +395,69 @@ Partial Class frmMenuDesigner Me.dgvMenuEntry.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvMenuEntry.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.GUIDDataGridViewTextBoxColumn1, Me.MENUFORMIDDataGridViewTextBoxColumn, Me.FORMIDDataGridViewTextBoxColumn, Me.ICONPATHDataGridViewTextBoxColumn1, Me.MENUENTRYDataGridViewTextBoxColumn1, Me.SEQUENCEDataGridViewTextBoxColumn1, Me.ADDEDWHODataGridViewTextBoxColumn1, Me.ADDEDWHENDataGridViewTextBoxColumn1, Me.CHANGEDWHODataGridViewTextBoxColumn1, Me.CHANGEDWHENDataGridViewTextBoxColumn1}) Me.dgvMenuEntry.DataSource = Me.MenuEntryBindingSource - Me.dgvMenuEntry.Dock = System.Windows.Forms.DockStyle.Fill - Me.dgvMenuEntry.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.dgvMenuEntry, "dgvMenuEntry") Me.dgvMenuEntry.Name = "dgvMenuEntry" Me.dgvMenuEntry.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect - Me.dgvMenuEntry.Size = New System.Drawing.Size(728, 292) - Me.dgvMenuEntry.TabIndex = 1 ' 'GUIDDataGridViewTextBoxColumn1 ' Me.GUIDDataGridViewTextBoxColumn1.DataPropertyName = "GUID" - Me.GUIDDataGridViewTextBoxColumn1.HeaderText = "GUID" + resources.ApplyResources(Me.GUIDDataGridViewTextBoxColumn1, "GUIDDataGridViewTextBoxColumn1") Me.GUIDDataGridViewTextBoxColumn1.Name = "GUIDDataGridViewTextBoxColumn1" Me.GUIDDataGridViewTextBoxColumn1.ReadOnly = True ' 'MENUFORMIDDataGridViewTextBoxColumn ' Me.MENUFORMIDDataGridViewTextBoxColumn.DataPropertyName = "MENU_FORM_ID" - Me.MENUFORMIDDataGridViewTextBoxColumn.HeaderText = "MENU_FORM_ID" + resources.ApplyResources(Me.MENUFORMIDDataGridViewTextBoxColumn, "MENUFORMIDDataGridViewTextBoxColumn") Me.MENUFORMIDDataGridViewTextBoxColumn.Name = "MENUFORMIDDataGridViewTextBoxColumn" ' 'FORMIDDataGridViewTextBoxColumn ' Me.FORMIDDataGridViewTextBoxColumn.DataPropertyName = "FORM_ID" - Me.FORMIDDataGridViewTextBoxColumn.HeaderText = "FORM_ID" + resources.ApplyResources(Me.FORMIDDataGridViewTextBoxColumn, "FORMIDDataGridViewTextBoxColumn") Me.FORMIDDataGridViewTextBoxColumn.Name = "FORMIDDataGridViewTextBoxColumn" ' 'ICONPATHDataGridViewTextBoxColumn1 ' Me.ICONPATHDataGridViewTextBoxColumn1.DataPropertyName = "ICON_PATH" - Me.ICONPATHDataGridViewTextBoxColumn1.HeaderText = "ICON_PATH" + resources.ApplyResources(Me.ICONPATHDataGridViewTextBoxColumn1, "ICONPATHDataGridViewTextBoxColumn1") Me.ICONPATHDataGridViewTextBoxColumn1.Name = "ICONPATHDataGridViewTextBoxColumn1" ' 'MENUENTRYDataGridViewTextBoxColumn1 ' Me.MENUENTRYDataGridViewTextBoxColumn1.DataPropertyName = "MENU_ENTRY" - Me.MENUENTRYDataGridViewTextBoxColumn1.HeaderText = "MENU_ENTRY" + resources.ApplyResources(Me.MENUENTRYDataGridViewTextBoxColumn1, "MENUENTRYDataGridViewTextBoxColumn1") Me.MENUENTRYDataGridViewTextBoxColumn1.Name = "MENUENTRYDataGridViewTextBoxColumn1" ' 'SEQUENCEDataGridViewTextBoxColumn1 ' Me.SEQUENCEDataGridViewTextBoxColumn1.DataPropertyName = "SEQUENCE" - Me.SEQUENCEDataGridViewTextBoxColumn1.HeaderText = "SEQUENCE" + resources.ApplyResources(Me.SEQUENCEDataGridViewTextBoxColumn1, "SEQUENCEDataGridViewTextBoxColumn1") Me.SEQUENCEDataGridViewTextBoxColumn1.Name = "SEQUENCEDataGridViewTextBoxColumn1" ' 'ADDEDWHODataGridViewTextBoxColumn1 ' Me.ADDEDWHODataGridViewTextBoxColumn1.DataPropertyName = "ADDED_WHO" - Me.ADDEDWHODataGridViewTextBoxColumn1.HeaderText = "ADDED_WHO" + resources.ApplyResources(Me.ADDEDWHODataGridViewTextBoxColumn1, "ADDEDWHODataGridViewTextBoxColumn1") Me.ADDEDWHODataGridViewTextBoxColumn1.Name = "ADDEDWHODataGridViewTextBoxColumn1" ' 'ADDEDWHENDataGridViewTextBoxColumn1 ' Me.ADDEDWHENDataGridViewTextBoxColumn1.DataPropertyName = "ADDED_WHEN" - Me.ADDEDWHENDataGridViewTextBoxColumn1.HeaderText = "ADDED_WHEN" + resources.ApplyResources(Me.ADDEDWHENDataGridViewTextBoxColumn1, "ADDEDWHENDataGridViewTextBoxColumn1") Me.ADDEDWHENDataGridViewTextBoxColumn1.Name = "ADDEDWHENDataGridViewTextBoxColumn1" ' 'CHANGEDWHODataGridViewTextBoxColumn1 ' Me.CHANGEDWHODataGridViewTextBoxColumn1.DataPropertyName = "CHANGED_WHO" - Me.CHANGEDWHODataGridViewTextBoxColumn1.HeaderText = "CHANGED_WHO" + resources.ApplyResources(Me.CHANGEDWHODataGridViewTextBoxColumn1, "CHANGEDWHODataGridViewTextBoxColumn1") Me.CHANGEDWHODataGridViewTextBoxColumn1.Name = "CHANGEDWHODataGridViewTextBoxColumn1" ' 'CHANGEDWHENDataGridViewTextBoxColumn1 ' Me.CHANGEDWHENDataGridViewTextBoxColumn1.DataPropertyName = "CHANGED_WHEN" - Me.CHANGEDWHENDataGridViewTextBoxColumn1.HeaderText = "CHANGED_WHEN" + resources.ApplyResources(Me.CHANGEDWHENDataGridViewTextBoxColumn1, "CHANGEDWHENDataGridViewTextBoxColumn1") Me.CHANGEDWHENDataGridViewTextBoxColumn1.Name = "CHANGEDWHENDataGridViewTextBoxColumn1" ' 'MenuEntryBindingSource @@ -525,118 +473,87 @@ Partial Class frmMenuDesigner Me.MenuEntrybindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem1 Me.MenuEntrybindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.MenuEntrybindingNavigator.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.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1, Me.ToolStripButton2, Me.ToolStripLabel2}) - Me.MenuEntrybindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.MenuEntrybindingNavigator, "MenuEntrybindingNavigator") Me.MenuEntrybindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 Me.MenuEntrybindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1 Me.MenuEntrybindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem1 Me.MenuEntrybindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 Me.MenuEntrybindingNavigator.Name = "MenuEntrybindingNavigator" Me.MenuEntrybindingNavigator.PositionItem = Me.BindingNavigatorPositionItem1 - Me.MenuEntrybindingNavigator.Size = New System.Drawing.Size(728, 25) - Me.MenuEntrybindingNavigator.TabIndex = 0 - Me.MenuEntrybindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem1 ' Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem1, "BindingNavigatorAddNewItem1") Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1" - Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" - Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem1.Text = "von {0}" - Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1") ' 'BindingNavigatorDeleteItem1 ' Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - 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(23, 22) - Me.BindingNavigatorDeleteItem1.Text = "Löschen" ' '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") ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton2.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton2.Text = "ToolStripButton2" ' 'ToolStripLabel2 ' - Me.ToolStripLabel2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") Me.ToolStripLabel2.ForeColor = System.Drawing.Color.Crimson Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(360, 22) - Me.ToolStripLabel2.Text = "Ziehen Sie neue Menüeinträge per DragDrop in diese Übersicht" ' 'TBPMO_FORMTableAdapter ' @@ -652,12 +569,10 @@ Partial Class frmMenuDesigner ' 'frmMenuDesigner ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1098, 561) Me.Controls.Add(Me.MainSplitContainer) Me.Name = "frmMenuDesigner" - Me.Text = "frmMenuDesigner" Me.MainSplitContainer.Panel1.ResumeLayout(False) Me.MainSplitContainer.Panel1.PerformLayout() Me.MainSplitContainer.Panel2.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmMenuDesigner.resx b/app/DD-Record-Organiser/frmMenuDesigner.resx index d59b7dc..a9fd93e 100644 --- a/app/DD-Record-Organiser/frmMenuDesigner.resx +++ b/app/DD-Record-Organiser/frmMenuDesigner.resx @@ -117,25 +117,183 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + + 0, 0 + + + GUID + + + PARENT_ID + + + NAME + + + LEVEL + + + ADDED_WHO + + + ADDED_WHEN + + + CHANGED_WHO + + + CHANGED_WHEN + 1659, 17 1516, 17 + + Fill + + + 0, 25 + + + 366, 536 + + + + 1 + + + dgvForm + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainSplitContainer.Panel1 + + + 0 + 222, 56 + + Segoe UI Semibold, 9pt, style=Bold + + + 125, 22 + + + Verfügbare Formulare: + + + 0, 0 + + + 366, 25 + + + 0 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainSplitContainer.Panel1 + + + 1 + + + MainSplitContainer.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainSplitContainer + + + 0 + + + Fill + + + 0, 0 + + + Horizontal + + + GUID + + + MENU_ENTRY + + + ICON_PATH + + + SEQUENCE + + + ADDED_WHO + + + ADDED_WHEN + + + CHANGED_WHO + + + CHANGED_WHEN + 17, 17 357, 17 + + Fill + + + 0, 25 + + + 728, 215 + + + 1 + + + dgvMenu + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer.Panel1 + + + 0 + 179, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -148,6 +306,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -160,6 +336,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -171,6 +356,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -180,6 +374,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -189,6 +413,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -200,9 +433,120 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 23, 22 + + + ToolStripButton1 + + + 0, 0 + + + 728, 25 + + + 0 + + + BindingNavigator1 + + + MenuBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer.Panel1 + + + 1 + + + MenuEntriesSplitContainer.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer + + + 0 + + + GUID + + + MENU_FORM_ID + + + FORM_ID + + + ICON_PATH + + + MENU_ENTRY + + + SEQUENCE + + + ADDED_WHO + + + ADDED_WHEN + + + CHANGED_WHO + + + CHANGED_WHEN + 825, 17 + + Fill + + + 0, 25 + + + 728, 292 + + + 1 + + + dgvMenuEntry + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer.Panel2 + + + 0 + 1015, 17 @@ -218,6 +562,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -230,6 +592,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -241,6 +612,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -250,6 +630,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -259,6 +669,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -270,6 +689,126 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 23, 22 + + + ToolStripButton2 + + + Segoe UI, 9pt, style=Bold + + + 360, 22 + + + Ziehen Sie neue Menüeinträge per DragDrop in diese Übersicht + + + 0, 0 + + + 728, 25 + + + 0 + + + BindingNavigator1 + + + MenuEntrybindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer.Panel2 + + + 1 + + + MenuEntriesSplitContainer.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntriesSplitContainer + + + 1 + + + 728, 561 + + + 240 + + + 0 + + + MenuEntriesSplitContainer + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainSplitContainer.Panel2 + + + 0 + + + MainSplitContainer.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainSplitContainer + + + 1 + + + 1098, 561 + + + 366 + + + 0 + + + MainSplitContainer + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 17, 56 @@ -279,4 +818,382 @@ 1221, 17 + + True + + + 6, 13 + + + 1098, 561 + + + frmMenuDesigner + + + GUIDDataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PARENTIDDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NAMEDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + LEVELDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHODataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHENDataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHODataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHENDataGridViewTextBoxColumn2 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FormBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ToolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GUIDDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MENUENTRYDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ICONPATHDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SEQUENCEDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHODataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHENDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHODataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHENDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSetMenuDesigner + + + DD_Record_Organiser.DD_DMSDataSetMenuDesigner, DD_DMSDataSetMenuDesigner.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripButton1 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GUIDDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MENUFORMIDDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FORMIDDataGridViewTextBoxColumn + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ICONPATHDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MENUENTRYDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SEQUENCEDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHODataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ADDEDWHENDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHODataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CHANGEDWHENDataGridViewTextBoxColumn1 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MenuEntryBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorAddNewItem1 + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem1 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripButton2 + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_FORMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_MENU_FORMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetMenuDesignerTableAdapters.TBPMO_MENU_FORMTableAdapter, DD_DMSDataSetMenuDesigner.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_MENU_FORM_ENTRIESTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetMenuDesignerTableAdapters.TBPMO_MENU_FORM_ENTRIESTableAdapter, DD_DMSDataSetMenuDesigner.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmMenuDesigner + + + 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-Record-Organiser/frmObjecttypeConfig.Designer.vb b/app/DD-Record-Organiser/frmObjecttypeConfig.Designer.vb index c1c7166..b7b8bca 100644 --- a/app/DD-Record-Organiser/frmObjecttypeConfig.Designer.vb +++ b/app/DD-Record-Organiser/frmObjecttypeConfig.Designer.vb @@ -24,13 +24,13 @@ Partial Class frmObjecttypeConfig 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(frmObjecttypeConfig)) Dim OBJECT_TYPELabel As System.Windows.Forms.Label Dim IDXNAME_ENTITYIDLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmObjecttypeConfig)) Dim IDXNAME_PARENTIDLabel As System.Windows.Forms.Label Me.Label1 = New System.Windows.Forms.Label() Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() @@ -76,82 +76,48 @@ Partial Class frmObjecttypeConfig ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(12, 54) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(23, 17) - GUIDLabel.TabIndex = 2 - GUIDLabel.Text = "ID:" ' 'OBJECT_TYPELabel ' - OBJECT_TYPELabel.AutoSize = True - OBJECT_TYPELabel.Location = New System.Drawing.Point(62, 54) + resources.ApplyResources(OBJECT_TYPELabel, "OBJECT_TYPELabel") OBJECT_TYPELabel.Name = "OBJECT_TYPELabel" - OBJECT_TYPELabel.Size = New System.Drawing.Size(67, 17) - OBJECT_TYPELabel.TabIndex = 4 - OBJECT_TYPELabel.Text = "Objekttyp:" ' 'IDXNAME_ENTITYIDLabel ' - IDXNAME_ENTITYIDLabel.AutoSize = True - IDXNAME_ENTITYIDLabel.Location = New System.Drawing.Point(62, 102) + resources.ApplyResources(IDXNAME_ENTITYIDLabel, "IDXNAME_ENTITYIDLabel") IDXNAME_ENTITYIDLabel.Name = "IDXNAME_ENTITYIDLabel" - IDXNAME_ENTITYIDLabel.Size = New System.Drawing.Size(157, 17) - IDXNAME_ENTITYIDLabel.TabIndex = 6 - IDXNAME_ENTITYIDLabel.Text = "Indexname für Entitäts-ID:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(61, 155) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(71, 17) - ADDED_WHOLabel.TabIndex = 8 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(231, 155) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(81, 17) - ADDED_WHENLabel.TabIndex = 10 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(62, 201) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(86, 17) - CHANGED_WHOLabel.TabIndex = 12 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(231, 201) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(96, 17) - CHANGED_WHENLabel.TabIndex = 14 - CHANGED_WHENLabel.Text = "Geändert wann:" + ' + 'IDXNAME_PARENTIDLabel + ' + resources.ApplyResources(IDXNAME_PARENTIDLabel, "IDXNAME_PARENTIDLabel") + IDXNAME_PARENTIDLabel.Name = "IDXNAME_PARENTIDLabel" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(12, 25) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(573, 17) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "In diesem Formular werden alle Konfigurationen vorgenommen die den jeweiligen Obj" & _ - "ekttyp betreffen." ' 'DD_DMSDataSet ' @@ -170,18 +136,28 @@ Partial Class frmObjecttypeConfig 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Me.TBPMO_WD_OBJECTTYPETableAdapter Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -197,227 +173,152 @@ Partial Class frmObjecttypeConfig Me.TBPMO_WD_OBJECTTYPEBindingNavigator.CountItemFormat = "von {0} Objekttypen" Me.TBPMO_WD_OBJECTTYPEBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_WD_OBJECTTYPEBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem}) - Me.TBPMO_WD_OBJECTTYPEBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_WD_OBJECTTYPEBindingNavigator, "TBPMO_WD_OBJECTTYPEBindingNavigator") Me.TBPMO_WD_OBJECTTYPEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_WD_OBJECTTYPEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_WD_OBJECTTYPEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_WD_OBJECTTYPEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_WD_OBJECTTYPEBindingNavigator.Name = "TBPMO_WD_OBJECTTYPEBindingNavigator" Me.TBPMO_WD_OBJECTTYPEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_WD_OBJECTTYPEBindingNavigator.Size = New System.Drawing.Size(781, 25) - Me.TBPMO_WD_OBJECTTYPEBindingNavigator.TabIndex = 1 - Me.TBPMO_WD_OBJECTTYPEBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(112, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Objekttypen" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem ' Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem, "TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem") Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.Name = "TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem" - Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem.Text = "Daten speichern" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "GUID", True)) - Me.GUIDTextBox.Enabled = False - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(15, 74) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(38, 25) - Me.GUIDTextBox.TabIndex = 3 ' 'OBJECT_TYPEComboBox ' Me.OBJECT_TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "OBJECT_TYPE", True)) Me.OBJECT_TYPEComboBox.FormattingEnabled = True - Me.OBJECT_TYPEComboBox.Location = New System.Drawing.Point(65, 74) + resources.ApplyResources(Me.OBJECT_TYPEComboBox, "OBJECT_TYPEComboBox") Me.OBJECT_TYPEComboBox.Name = "OBJECT_TYPEComboBox" - Me.OBJECT_TYPEComboBox.Size = New System.Drawing.Size(426, 25) - Me.OBJECT_TYPEComboBox.TabIndex = 5 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Enabled = False - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(64, 173) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(154, 25) - Me.ADDED_WHOTextBox.TabIndex = 9 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Enabled = False - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(234, 173) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(169, 25) - Me.ADDED_WHENTextBox.TabIndex = 11 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Enabled = False - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(64, 221) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(154, 25) - Me.CHANGED_WHOTextBox.TabIndex = 13 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Enabled = False - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(234, 221) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(169, 25) - Me.CHANGED_WHENTextBox.TabIndex = 15 ' 'IDXNAME_ENTITYIDComboBox ' Me.IDXNAME_ENTITYIDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "IDXNAME_ENTITYID", True)) Me.IDXNAME_ENTITYIDComboBox.FormattingEnabled = True - Me.IDXNAME_ENTITYIDComboBox.Location = New System.Drawing.Point(65, 122) + resources.ApplyResources(Me.IDXNAME_ENTITYIDComboBox, "IDXNAME_ENTITYIDComboBox") Me.IDXNAME_ENTITYIDComboBox.Name = "IDXNAME_ENTITYIDComboBox" - Me.IDXNAME_ENTITYIDComboBox.Size = New System.Drawing.Size(206, 25) - Me.IDXNAME_ENTITYIDComboBox.TabIndex = 16 ' 'lblSaveDokart ' - Me.lblSaveDokart.AutoSize = True + resources.ApplyResources(Me.lblSaveDokart, "lblSaveDokart") Me.lblSaveDokart.BackColor = System.Drawing.Color.Yellow - Me.lblSaveDokart.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveDokart.Location = New System.Drawing.Point(62, 260) Me.lblSaveDokart.Name = "lblSaveDokart" - Me.lblSaveDokart.Size = New System.Drawing.Size(261, 17) - Me.lblSaveDokart.TabIndex = 78 - Me.lblSaveDokart.Text = "Objekttyp-Daten erfolgreich gespeichert!" - Me.lblSaveDokart.Visible = False - ' - 'IDXNAME_PARENTIDLabel - ' - IDXNAME_PARENTIDLabel.AutoSize = True - IDXNAME_PARENTIDLabel.Location = New System.Drawing.Point(283, 102) - IDXNAME_PARENTIDLabel.Name = "IDXNAME_PARENTIDLabel" - IDXNAME_PARENTIDLabel.Size = New System.Drawing.Size(152, 17) - IDXNAME_PARENTIDLabel.TabIndex = 78 - IDXNAME_PARENTIDLabel.Text = "Indexname für Parent-ID:" ' 'IDXNAME_PARENTIDComboBox ' Me.IDXNAME_PARENTIDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WD_OBJECTTYPEBindingSource, "IDXNAME_PARENTID", True)) Me.IDXNAME_PARENTIDComboBox.FormattingEnabled = True - Me.IDXNAME_PARENTIDComboBox.Location = New System.Drawing.Point(286, 122) + resources.ApplyResources(Me.IDXNAME_PARENTIDComboBox, "IDXNAME_PARENTIDComboBox") Me.IDXNAME_PARENTIDComboBox.Name = "IDXNAME_PARENTIDComboBox" - Me.IDXNAME_PARENTIDComboBox.Size = New System.Drawing.Size(205, 25) - Me.IDXNAME_PARENTIDComboBox.TabIndex = 79 ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBPMO_WD_OBJECTTYPEBindingSource Me.ListBox1.DisplayMember = "OBJECT_TYPE" - Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.FormattingEnabled = True - Me.ListBox1.ItemHeight = 17 - Me.ListBox1.Location = New System.Drawing.Point(525, 74) Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(242, 174) - Me.ListBox1.TabIndex = 80 Me.ListBox1.ValueMember = "GUID" ' 'frmObjecttypeConfig ' - 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(781, 356) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(IDXNAME_PARENTIDLabel) Me.Controls.Add(Me.IDXNAME_PARENTIDComboBox) @@ -438,10 +339,7 @@ Partial Class frmObjecttypeConfig Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(Me.TBPMO_WD_OBJECTTYPEBindingNavigator) 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.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmObjecttypeConfig" - Me.Text = "Grundeinstellungen Objekttypen" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_WD_OBJECTTYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_WD_OBJECTTYPEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmObjecttypeConfig.resx b/app/DD-Record-Organiser/frmObjecttypeConfig.resx index 1d9db06..25872d9 100644 --- a/app/DD-Record-Organiser/frmObjecttypeConfig.resx +++ b/app/DD-Record-Organiser/frmObjecttypeConfig.resx @@ -120,24 +120,290 @@ False + + + True + + + + Segoe UI, 9.75pt, style=Italic + + + 12, 54 + + + 23, 17 + + + 2 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + False + + True + + + 62, 54 + + + 67, 17 + + + 4 + + + Objekttyp: + + + OBJECT_TYPELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + False + + True + + + 62, 102 + + + 157, 17 + + + 6 + + + Indexname für Entitäts-ID: + + + IDXNAME_ENTITYIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + False + + True + + + Segoe UI, 9.75pt, style=Italic + + + 61, 155 + + + 71, 17 + + + 8 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + False + + True + + + Segoe UI, 9.75pt, style=Italic + + + 231, 155 + + + 81, 17 + + + 10 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + False + + True + + + Segoe UI, 9.75pt, style=Italic + + + 62, 201 + + + 86, 17 + + + 12 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + False + + True + + + Segoe UI, 9.75pt, style=Italic + + + 231, 201 + + + 96, 17 + + + 14 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + False + + + True + + + 283, 102 + + + 152, 17 + + + 78 + + + Indexname für Parent-ID: + + + IDXNAME_PARENTIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 9.75pt, style=Italic + + + 12, 25 + + + 573, 17 + + + 0 + + + In diesem Formular werden alle Konfigurationen vorgenommen die den jeweiligen Objekttyp betreffen. + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + 17, 17 @@ -153,7 +419,6 @@ 190, 56 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -166,6 +431,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 112, 22 + + + von {0} Objekttypen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -178,6 +461,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -189,6 +481,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -198,6 +499,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -207,6 +538,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -218,6 +558,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -225,7 +577,413 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 781, 25 + + + 1 + + + BindingNavigator1 + + + TBPMO_WD_OBJECTTYPEBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + + + False + + + Segoe UI, 9.75pt, style=Italic + + + 15, 74 + + + 38, 25 + + + 3 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 65, 74 + + + 426, 25 + + + 5 + + + OBJECT_TYPEComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + False + + + Segoe UI, 9.75pt, style=Italic + + + 64, 173 + + + 154, 25 + + + 9 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + False + + + Segoe UI, 9.75pt, style=Italic + + + 234, 173 + + + 169, 25 + + + 11 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + False + + + Segoe UI, 9.75pt, style=Italic + + + 64, 221 + + + 154, 25 + + + 13 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + False + + + Segoe UI, 9.75pt, style=Italic + + + 234, 221 + + + 169, 25 + + + 15 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + 65, 122 + + + 206, 25 + + + 16 + + + IDXNAME_ENTITYIDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 62, 260 + + + 261, 17 + + + 78 + + + Objekttyp-Daten erfolgreich gespeichert! + + + False + + + lblSaveDokart + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 286, 122 + + + 205, 25 + + + 79 + + + IDXNAME_PARENTIDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Segoe UI, 9.75pt, style=Italic + + + 17 + + + 525, 74 + + + 242, 174 + + + 80 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + 7, 17 + + + 781, 356 + + + Segoe UI, 9.75pt + + + + 3, 4, 3, 4 + + + Grundeinstellungen Objekttypen + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WD_OBJECTTYPEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WD_OBJECTTYPETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WD_OBJECTTYPETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_WD_OBJECTTYPEBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmObjecttypeConfig + + + 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-Record-Organiser/frmQuickAccessManager.Designer.vb b/app/DD-Record-Organiser/frmQuickAccessManager.Designer.vb index 916790d..7fd9a2a 100644 --- a/app/DD-Record-Organiser/frmQuickAccessManager.Designer.vb +++ b/app/DD-Record-Organiser/frmQuickAccessManager.Designer.vb @@ -23,6 +23,7 @@ Partial Class frmQuickAccessManager _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuickAccessManager)) Me.btnDeleteImage = New System.Windows.Forms.Button() Me.btnSelectImage = New System.Windows.Forms.Button() Me.ImageBindingSource = New System.Windows.Forms.BindingSource(Me.components) @@ -55,21 +56,14 @@ Partial Class frmQuickAccessManager ' 'btnDeleteImage ' - Me.btnDeleteImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnDeleteImage.Location = New System.Drawing.Point(424, 450) + resources.ApplyResources(Me.btnDeleteImage, "btnDeleteImage") Me.btnDeleteImage.Name = "btnDeleteImage" - Me.btnDeleteImage.Size = New System.Drawing.Size(138, 23) - Me.btnDeleteImage.TabIndex = 3 - Me.btnDeleteImage.Text = "Bild löschen" Me.btnDeleteImage.UseVisualStyleBackColor = True ' 'btnSelectImage ' - Me.btnSelectImage.Location = New System.Drawing.Point(12, 450) + resources.ApplyResources(Me.btnSelectImage, "btnSelectImage") Me.btnSelectImage.Name = "btnSelectImage" - Me.btnSelectImage.Size = New System.Drawing.Size(200, 23) - Me.btnSelectImage.TabIndex = 4 - Me.btnSelectImage.Text = "Bild auswählen / ersetzen.." Me.btnSelectImage.UseVisualStyleBackColor = True ' 'ImageBindingSource @@ -88,42 +82,29 @@ Partial Class frmQuickAccessManager ' 'btnSaveImage ' - Me.btnSaveImage.Enabled = False - Me.btnSaveImage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnSaveImage.Location = New System.Drawing.Point(218, 450) + resources.ApplyResources(Me.btnSaveImage, "btnSaveImage") Me.btnSaveImage.Name = "btnSaveImage" - Me.btnSaveImage.Size = New System.Drawing.Size(200, 23) - Me.btnSaveImage.TabIndex = 7 - Me.btnSaveImage.Text = "Bild speichern" Me.btnSaveImage.UseVisualStyleBackColor = True ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnRefresh}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(574, 25) - Me.ToolStrip1.TabIndex = 8 - Me.ToolStrip1.Text = "ToolStrip1" ' 'btnRefresh ' Me.btnRefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.btnRefresh, "btnRefresh") Me.btnRefresh.Name = "btnRefresh" - Me.btnRefresh.Size = New System.Drawing.Size(95, 22) - Me.btnRefresh.Text = "Aktualisieren" ' 'GridControl1 ' Me.GridControl1.DataSource = Me.ImageBindingSource - Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Top - Me.GridControl1.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.GridControl1, "GridControl1") Me.GridControl1.MainView = Me.gvMainView Me.GridControl1.Name = "GridControl1" - Me.GridControl1.Size = New System.Drawing.Size(574, 200) - Me.GridControl1.TabIndex = 9 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView}) ' 'gvMainView @@ -136,50 +117,38 @@ Partial Class frmQuickAccessManager ' Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" - Me.colGUID.Visible = True - Me.colGUID.VisibleIndex = 0 + resources.ApplyResources(Me.colGUID, "colGUID") ' 'colFORM_TITLE ' - Me.colFORM_TITLE.Caption = "Titel der Entität" + resources.ApplyResources(Me.colFORM_TITLE, "colFORM_TITLE") Me.colFORM_TITLE.FieldName = "FORM_TITLE" Me.colFORM_TITLE.Name = "colFORM_TITLE" - Me.colFORM_TITLE.Visible = True - Me.colFORM_TITLE.VisibleIndex = 1 ' 'colSHORT_TITLE ' - Me.colSHORT_TITLE.Caption = "Kurztitel" + resources.ApplyResources(Me.colSHORT_TITLE, "colSHORT_TITLE") Me.colSHORT_TITLE.FieldName = "SHORT_TITLE" Me.colSHORT_TITLE.Name = "colSHORT_TITLE" - Me.colSHORT_TITLE.Visible = True - Me.colSHORT_TITLE.VisibleIndex = 4 ' 'colSEQUENCE_MENU ' - Me.colSEQUENCE_MENU.Caption = "Reihenfolge" + resources.ApplyResources(Me.colSEQUENCE_MENU, "colSEQUENCE_MENU") Me.colSEQUENCE_MENU.FieldName = "SEQUENCE_MENU" Me.colSEQUENCE_MENU.Name = "colSEQUENCE_MENU" - Me.colSEQUENCE_MENU.Visible = True - Me.colSEQUENCE_MENU.VisibleIndex = 2 ' 'colMENU_IMG ' - Me.colMENU_IMG.Caption = "Schnellstart Icon" + resources.ApplyResources(Me.colMENU_IMG, "colMENU_IMG") Me.colMENU_IMG.FieldName = "MENU_IMG" Me.colMENU_IMG.Name = "colMENU_IMG" - Me.colMENU_IMG.Visible = True - Me.colMENU_IMG.VisibleIndex = 3 ' 'pbCurrent ' Me.pbCurrent.BackColor = System.Drawing.SystemColors.ControlDark Me.pbCurrent.DataBindings.Add(New System.Windows.Forms.Binding("Image", Me.ImageBindingSource, "MENU_IMG", True)) - Me.pbCurrent.Location = New System.Drawing.Point(12, 244) + resources.ApplyResources(Me.pbCurrent, "pbCurrent") Me.pbCurrent.Name = "pbCurrent" - Me.pbCurrent.Size = New System.Drawing.Size(200, 200) - Me.pbCurrent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage - Me.pbCurrent.TabIndex = 10 Me.pbCurrent.TabStop = False ' 'ImageTableAdapter @@ -188,45 +157,30 @@ Partial Class frmQuickAccessManager ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(215, 228) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(55, 13) - Me.Label2.TabIndex = 13 - Me.Label2.Text = "Vorschau:" ' 'pbNew ' Me.pbNew.BackColor = System.Drawing.SystemColors.ControlDark - Me.pbNew.Location = New System.Drawing.Point(218, 244) + resources.ApplyResources(Me.pbNew, "pbNew") Me.pbNew.Name = "pbNew" - Me.pbNew.Size = New System.Drawing.Size(200, 200) - Me.pbNew.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage - Me.pbNew.TabIndex = 12 Me.pbNew.TabStop = False ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 228) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(77, 13) - Me.Label1.TabIndex = 11 - Me.Label1.Text = "Aktuelles Icon:" ' 'StatusStrip1 ' - Me.StatusStrip1.Location = New System.Drawing.Point(0, 482) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(574, 22) - Me.StatusStrip1.TabIndex = 13 - Me.StatusStrip1.Text = "StatusStrip1" ' 'frmQuickAccessManager ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(574, 504) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.pbNew) @@ -238,7 +192,6 @@ Partial Class frmQuickAccessManager Me.Controls.Add(Me.btnSelectImage) Me.Controls.Add(Me.btnSaveImage) Me.Name = "frmQuickAccessManager" - Me.Text = "Schnellstart Manager" CType(Me.ImageBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmQuickAccessManager.resx b/app/DD-Record-Organiser/frmQuickAccessManager.resx index c2c7b4b..1be9f37 100644 --- a/app/DD-Record-Organiser/frmQuickAccessManager.resx +++ b/app/DD-Record-Organiser/frmQuickAccessManager.resx @@ -117,25 +117,415 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + 424, 450 + + + 138, 23 + + + + 3 + + + Bild löschen + + + btnDeleteImage + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 12, 450 + + + 200, 23 + + + 4 + + + Bild auswählen / ersetzen.. + + + btnSelectImage + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + 15, 26 593, 23 - - 593, 23 - 344, 23 + + False + + + MiddleLeft + + + 218, 450 + + + 200, 23 + + + 7 + + + Bild speichern + + + btnSaveImage + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + 486, 23 + + Magenta + + + 95, 22 + + + Aktualisieren + + + 0, 0 + + + 574, 25 + + + 8 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + + Top + + + 0, 25 + + + True + + + 0 + + + Titel der Entität + + + True + + + 1 + + + Kurztitel + + + True + + + 4 + + + Reihenfolge + + + True + + + 2 + + + Schnellstart Icon + + + True + + + 3 + + + 574, 200 + + + 9 + + + GridControl1 + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 4 + + + 12, 244 + + + 200, 200 + + + CenterImage + + + 10 + + + pbCurrent + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + 196, 26 + + True + + + 215, 228 + + + 55, 13 + + + 13 + + + Vorschau: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + 218, 244 + + + 200, 200 + + + CenterImage + + + 12 + + + pbNew + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + 12, 228 + + + 77, 13 + + + 11 + + + Aktuelles Icon: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 736, 23 + + 0, 482 + + + 574, 22 + + + 13 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 6, 13 + + + 574, 504 + + + Schnellstart Manager + + + ImageBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnRefresh + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gvMainView + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colGUID + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colFORM_TITLE + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colSHORT_TITLE + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colSEQUENCE_MENU + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colMENU_IMG + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ImageTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmQuickAccessManager + + + 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-Record-Organiser/frmQuickEdit.Designer.vb b/app/DD-Record-Organiser/frmQuickEdit.Designer.vb index 159928d..2446c94 100644 --- a/app/DD-Record-Organiser/frmQuickEdit.Designer.vb +++ b/app/DD-Record-Organiser/frmQuickEdit.Designer.vb @@ -80,20 +80,14 @@ Partial Class frmQuickEdit 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstat_lbl}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 482) + 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(919, 22) - Me.StatusStrip1.TabIndex = 0 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tsstat_lbl ' Me.tsstat_lbl.Image = Global.DD_Record_Organiser.My.Resources.Resources.flag_green Me.tsstat_lbl.Name = "tsstat_lbl" - Me.tsstat_lbl.Size = New System.Drawing.Size(69, 17) - Me.tsstat_lbl.Text = "tsstat_lbl" - Me.tsstat_lbl.Visible = False + resources.ApplyResources(Me.tsstat_lbl, "tsstat_lbl") ' 'DD_DMSDataSet ' @@ -113,14 +107,30 @@ Partial Class frmQuickEdit ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing + Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing + Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing @@ -134,16 +144,13 @@ Partial Class frmQuickEdit Me.VWPMO_CONTROL_SCREENBindingNavigator.CountItemFormat = "von {0} Datensätzen" Me.VWPMO_CONTROL_SCREENBindingNavigator.DeleteItem = Nothing Me.VWPMO_CONTROL_SCREENBindingNavigator.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.tsbtnrefresh}) - Me.VWPMO_CONTROL_SCREENBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.VWPMO_CONTROL_SCREENBindingNavigator, "VWPMO_CONTROL_SCREENBindingNavigator") Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.VWPMO_CONTROL_SCREENBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.VWPMO_CONTROL_SCREENBindingNavigator.Name = "VWPMO_CONTROL_SCREENBindingNavigator" Me.VWPMO_CONTROL_SCREENBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.VWPMO_CONTROL_SCREENBindingNavigator.Size = New System.Drawing.Size(919, 25) - Me.VWPMO_CONTROL_SCREENBindingNavigator.TabIndex = 1 - Me.VWPMO_CONTROL_SCREENBindingNavigator.Text = "BindingNavigator1" ' 'BindingSourceDGV ' @@ -152,85 +159,62 @@ Partial Class frmQuickEdit '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(58, 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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'tsbtnrefresh ' Me.tsbtnrefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnrefresh, "tsbtnrefresh") Me.tsbtnrefresh.Name = "tsbtnrefresh" - Me.tsbtnrefresh.Size = New System.Drawing.Size(146, 22) - Me.tsbtnrefresh.Text = "Übersicht aktualisieren" ' 'SplitContainerMain ' - Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainerMain.Location = New System.Drawing.Point(0, 25) - Me.SplitContainerMain.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) + resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain") Me.SplitContainerMain.Name = "SplitContainerMain" - Me.SplitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainerMain.Panel1 ' @@ -241,27 +225,20 @@ Partial Class frmQuickEdit Me.SplitContainerMain.Panel2.Controls.Add(Me.pnlView) Me.SplitContainerMain.Panel2.Controls.Add(Me.StatusStrip2) Me.SplitContainerMain.Panel2.Controls.Add(Me.ToolStrip2) - Me.SplitContainerMain.Size = New System.Drawing.Size(919, 457) - Me.SplitContainerMain.SplitterDistance = 195 - Me.SplitContainerMain.SplitterWidth = 5 - Me.SplitContainerMain.TabIndex = 2 Me.SplitContainerMain.TabStop = False ' 'dgvInput ' Me.dgvInput.DataSource = Me.BindingSourceDGV - Me.dgvInput.Dock = System.Windows.Forms.DockStyle.Fill - Me.dgvInput.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.dgvInput, "dgvInput") Me.dgvInput.MainView = Me.gvMainView Me.dgvInput.Name = "dgvInput" - Me.dgvInput.Size = New System.Drawing.Size(919, 195) - Me.dgvInput.TabIndex = 2 Me.dgvInput.TabStop = False Me.dgvInput.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvMainView}) ' 'gvMainView ' - Me.gvMainView.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) + Me.gvMainView.Appearance.OddRow.BackColor = CType(resources.GetObject("gvMainView.Appearance.OddRow.BackColor"), System.Drawing.Color) Me.gvMainView.Appearance.OddRow.Options.UseBackColor = True Me.gvMainView.GridControl = Me.dgvInput Me.gvMainView.Name = "gvMainView" @@ -274,64 +251,47 @@ Partial Class frmQuickEdit ' 'pnlView ' - Me.pnlView.Dock = System.Windows.Forms.DockStyle.Fill - Me.pnlView.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.pnlView, "pnlView") Me.pnlView.Name = "pnlView" - Me.pnlView.Size = New System.Drawing.Size(919, 210) - Me.pnlView.TabIndex = 4 ' 'StatusStrip2 ' Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tserstellt_Detail}) - Me.StatusStrip2.Location = New System.Drawing.Point(0, 235) + resources.ApplyResources(Me.StatusStrip2, "StatusStrip2") Me.StatusStrip2.Name = "StatusStrip2" - Me.StatusStrip2.Size = New System.Drawing.Size(919, 22) - Me.StatusStrip2.TabIndex = 1 - Me.StatusStrip2.Text = "StatusStrip2" ' 'tserstellt_Detail ' Me.tserstellt_Detail.Name = "tserstellt_Detail" - Me.tserstellt_Detail.Size = New System.Drawing.Size(121, 17) - Me.tserstellt_Detail.Text = "ToolStripStatusLabel1" + resources.ApplyResources(Me.tserstellt_Detail, "tserstellt_Detail") ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblDetail_Eingabe, Me.tsButtonAdd, Me.tsButtonDelete, Me.tsButtonSave}) - Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip2, "ToolStrip2") Me.ToolStrip2.Name = "ToolStrip2" - Me.ToolStrip2.Size = New System.Drawing.Size(919, 25) - Me.ToolStrip2.TabIndex = 0 - Me.ToolStrip2.Text = "ToolStrip2" ' 'tslblDetail_Eingabe ' Me.tslblDetail_Eingabe.Name = "tslblDetail_Eingabe" - Me.tslblDetail_Eingabe.Size = New System.Drawing.Size(89, 22) - Me.tslblDetail_Eingabe.Text = "ToolStripLabel1" + resources.ApplyResources(Me.tslblDetail_Eingabe, "tslblDetail_Eingabe") ' 'tsButtonAdd ' Me.tsButtonAdd.Image = Global.DD_Record_Organiser.My.Resources.Resources.add - Me.tsButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonAdd, "tsButtonAdd") Me.tsButtonAdd.Name = "tsButtonAdd" - Me.tsButtonAdd.Size = New System.Drawing.Size(89, 22) - Me.tsButtonAdd.Text = "Hinzufügen" ' 'tsButtonDelete ' - Me.tsButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonDelete, "tsButtonDelete") Me.tsButtonDelete.Name = "tsButtonDelete" - Me.tsButtonDelete.Size = New System.Drawing.Size(71, 22) - Me.tsButtonDelete.Text = "Löschen" ' 'tsButtonSave ' Me.tsButtonSave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.tsButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsButtonSave, "tsButtonSave") Me.tsButtonSave.Name = "tsButtonSave" - Me.tsButtonSave.Size = New System.Drawing.Size(79, 22) - Me.tsButtonSave.Text = "Speichern" ' 'TBPMO_RECORDBindingSource ' @@ -346,28 +306,23 @@ Partial Class frmQuickEdit ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StammdatenEditierenToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" - Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 26) + resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1") ' 'StammdatenEditierenToolStripMenuItem ' Me.StammdatenEditierenToolStripMenuItem.Name = "StammdatenEditierenToolStripMenuItem" - Me.StammdatenEditierenToolStripMenuItem.Size = New System.Drawing.Size(191, 22) - Me.StammdatenEditierenToolStripMenuItem.Text = "Stammdaten editieren" + resources.ApplyResources(Me.StammdatenEditierenToolStripMenuItem, "StammdatenEditierenToolStripMenuItem") ' 'frmQuickEdit ' Me.AllowDrop = True - 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(919, 504) Me.Controls.Add(Me.SplitContainerMain) Me.Controls.Add(Me.VWPMO_CONTROL_SCREENBindingNavigator) Me.Controls.Add(Me.StatusStrip1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.KeyPreview = True - Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmQuickEdit" - Me.Text = "frmForm_Input" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmQuickEdit.resx b/app/DD-Record-Organiser/frmQuickEdit.resx index ab8d418..dc66864 100644 --- a/app/DD-Record-Organiser/frmQuickEdit.resx +++ b/app/DD-Record-Organiser/frmQuickEdit.resx @@ -120,6 +120,45 @@ 17, 17 + + + 69, 17 + + + tsstat_lbl + + + + False + + + 0, 482 + + + + 1, 0, 16, 0 + + + 919, 22 + + + 0 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 134, 17 @@ -138,7 +177,15 @@ 1318, 17 - + + 111, 22 + + + von {0} Datensätzen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -150,6 +197,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -159,6 +215,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 58, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -168,6 +254,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -179,12 +274,255 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 146, 22 + + + Übersicht aktualisieren + + + 0, 0 + + + 919, 25 + + + 1 + + + BindingNavigator1 + + + VWPMO_CONTROL_SCREENBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Fill + + + 0, 25 + + + 3, 4, 3, 4 + + + Horizontal + + + Fill + + + 0, 0 + + + 128, 255, 255 + + + 919, 195 + + + 2 + + + dgvInput + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainerMain.Panel1 + + + 0 + + + SplitContainerMain.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain + + + 0 + + + Fill + + + 0, 25 + + + 919, 210 + + + 4 + + + pnlView + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain.Panel2 + + + 0 + 802, 56 + + 121, 17 + + + ToolStripStatusLabel1 + + + 0, 235 + + + 919, 22 + + + 1 + + + StatusStrip2 + + + StatusStrip2 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain.Panel2 + + + 1 + 695, 56 + + 89, 22 + + + ToolStripLabel1 + + + Magenta + + + 89, 22 + + + Hinzufügen + + + Magenta + + + 55, 22 + + + Löschen + + + Magenta + + + 79, 22 + + + Speichern + + + 0, 0 + + + 919, 25 + + + 0 + + + ToolStrip2 + + + ToolStrip2 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain.Panel2 + + + 2 + + + SplitContainerMain.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainerMain + + + 1 + + + 919, 457 + + + 195 + + + 5 + + + 2 + + + SplitContainerMain + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 148, 56 @@ -200,4 +538,205 @@ 1005, 57 + + 191, 22 + + + Stammdaten editieren + + + 192, 26 + + + ContextMenuStrip1 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 7, 17 + + + 919, 504 + + + Segoe UI, 9.75pt + + + 3, 4, 3, 4 + + + frmForm_Input + + + tsstat_lbl + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_CONTROL_SCREENBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_CONTROL_SCREENTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_CONTROL_SCREENTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingSourceDGV + + + System.Windows.Forms.BindingSource, 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 + + + 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 + + + tsbtnrefresh + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gvMainView + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + tserstellt_Detail + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tslblDetail_Eingabe + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonAdd + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonDelete + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsButtonSave + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_RECORDBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_RECORDTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_RECORDTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TooltipControl + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ttTooltip + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + StammdatenEditierenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmQuickEdit + + + 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-Record-Organiser/frmQuickInput.Designer.vb b/app/DD-Record-Organiser/frmQuickInput.Designer.vb index 68b9578..4357531 100644 --- a/app/DD-Record-Organiser/frmQuickInput.Designer.vb +++ b/app/DD-Record-Organiser/frmQuickInput.Designer.vb @@ -38,8 +38,8 @@ Partial Class frmQuickInput Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnsave = New System.Windows.Forms.ToolStripButton() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() - Me.vGridQuickInput = New DevExpress.XtraVerticalGrid.VGridControl() Me.tsStatus = New System.Windows.Forms.ToolStripStatusLabel() + Me.vGridQuickInput = New DevExpress.XtraVerticalGrid.VGridControl() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.BindingSourceQuickInput, System.ComponentModel.ISupportInitialize).BeginInit() @@ -54,25 +54,19 @@ Partial Class frmQuickInput Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem 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.BindingNavigatorAddNewItem, Me.tsbtnsave}) - 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(467, 25) - Me.BindingNavigator1.TabIndex = 0 - Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingSourceQuickInput ' @@ -80,117 +74,87 @@ Partial Class frmQuickInput 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - 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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'tsbtnsave ' Me.tsbtnsave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save - Me.tsbtnsave.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnsave, "tsbtnsave") Me.tsbtnsave.Name = "tsbtnsave" - Me.tsbtnsave.Size = New System.Drawing.Size(23, 22) - Me.tsbtnsave.Text = "ToolStripButton1" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsStatus}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 412) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(467, 22) - Me.StatusStrip1.TabIndex = 1 - Me.StatusStrip1.Text = "StatusStrip1" + ' + 'tsStatus + ' + Me.tsStatus.Name = "tsStatus" + resources.ApplyResources(Me.tsStatus, "tsStatus") ' 'vGridQuickInput ' - Me.vGridQuickInput.Appearance.FocusedRecord.BackColor = System.Drawing.SystemColors.ActiveCaption + Me.vGridQuickInput.Appearance.FocusedRecord.BackColor = CType(resources.GetObject("vGridQuickInput.Appearance.FocusedRecord.BackColor"), System.Drawing.Color) Me.vGridQuickInput.Appearance.FocusedRecord.Options.UseBackColor = True - Me.vGridQuickInput.Appearance.FocusedRow.BackColor = System.Drawing.Color.Cyan + Me.vGridQuickInput.Appearance.FocusedRow.BackColor = CType(resources.GetObject("vGridQuickInput.Appearance.FocusedRow.BackColor"), System.Drawing.Color) Me.vGridQuickInput.Appearance.FocusedRow.Options.UseBackColor = True - Me.vGridQuickInput.Dock = System.Windows.Forms.DockStyle.Fill - Me.vGridQuickInput.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.vGridQuickInput, "vGridQuickInput") Me.vGridQuickInput.Name = "vGridQuickInput" - Me.vGridQuickInput.Size = New System.Drawing.Size(467, 387) - Me.vGridQuickInput.TabIndex = 2 - ' - 'tsStatus - ' - Me.tsStatus.Name = "tsStatus" - Me.tsStatus.Size = New System.Drawing.Size(39, 17) - Me.tsStatus.Text = "Status" ' 'frmQuickInput ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(467, 434) Me.Controls.Add(Me.vGridQuickInput) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.BindingNavigator1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmQuickInput" - Me.Text = "Quick-Edit" CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() diff --git a/app/DD-Record-Organiser/frmQuickInput.resx b/app/DD-Record-Organiser/frmQuickInput.resx index 1685ad2..342cfeb 100644 --- a/app/DD-Record-Organiser/frmQuickInput.resx +++ b/app/DD-Record-Organiser/frmQuickInput.resx @@ -133,9 +133,28 @@ rkJggg== + + + True + + + 23, 22 + + + Neu hinzufügen + 288, 17 + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -147,6 +166,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -156,6 +184,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -165,6 +223,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -176,7 +243,212 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + Magenta + + + 23, 22 + + + ToolStripButton1 + + + 0, 0 + + + 467, 25 + + + 0 + + + BindingNavigator1 + + + BindingNavigator1 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 171, 17 + + 39, 17 + + + Status + + + 0, 412 + + + 467, 22 + + + 1 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + ActiveCaption + + + Cyan + + + + Fill + + + 0, 25 + + + 467, 387 + + + 2 + + + vGridQuickInput + + + DevExpress.XtraVerticalGrid.VGridControl, DevExpress.XtraVerticalGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + + + True + + + 6, 13 + + + 467, 434 + + + Segoe UI, 8.25pt + + + Quick-Edit + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingSourceQuickInput + + + System.Windows.Forms.BindingSource, 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 + + + 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 + + + tsbtnsave + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsStatus + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmQuickInput + + + 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-Record-Organiser/frmRecord_Changes.Designer.vb b/app/DD-Record-Organiser/frmRecord_Changes.Designer.vb index a2355b2..5764175 100644 --- a/app/DD-Record-Organiser/frmRecord_Changes.Designer.vb +++ b/app/DD-Record-Organiser/frmRecord_Changes.Designer.vb @@ -23,11 +23,18 @@ Partial Class frmRecord_Changes _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecord_Changes)) + Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode() Me.grvwCarousel = New DevExpress.XtraGrid.Views.Layout.LayoutView() Me.GridControlSelection = New DevExpress.XtraGrid.GridControl() + Me.VWPMO_RECORD_CHANGESBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.grvwSelection = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.colID = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() + Me.colAddedwho = New DevExpress.XtraGrid.Columns.GridColumn() + Me.colAddedWhen = New DevExpress.XtraGrid.Columns.GridColumn() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() @@ -39,23 +46,16 @@ Partial Class frmRecord_Changes Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components) - Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() - Me.VWPMO_RECORD_CHANGESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWPMO_RECORD_CHANGESTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_RECORD_CHANGESTableAdapter() Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() - Me.colID = New DevExpress.XtraGrid.Columns.GridColumn() - Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() - Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() - Me.colAddedwho = New DevExpress.XtraGrid.Columns.GridColumn() - Me.colAddedWhen = New DevExpress.XtraGrid.Columns.GridColumn() CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlSelection, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.VWPMO_RECORD_CHANGESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grvwSelection, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.VWPMO_RECORD_CHANGESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'grvwCarousel @@ -67,31 +67,37 @@ Partial Class frmRecord_Changes 'GridControlSelection ' Me.GridControlSelection.DataSource = Me.VWPMO_RECORD_CHANGESBindingSource - Me.GridControlSelection.Dock = System.Windows.Forms.DockStyle.Fill + resources.ApplyResources(Me.GridControlSelection, "GridControlSelection") GridLevelNode1.LevelTemplate = Me.grvwCarousel GridLevelNode1.RelationName = "Level1" Me.GridControlSelection.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode1}) - Me.GridControlSelection.Location = New System.Drawing.Point(0, 25) Me.GridControlSelection.MainView = Me.grvwSelection Me.GridControlSelection.Name = "GridControlSelection" - Me.GridControlSelection.Size = New System.Drawing.Size(863, 296) - Me.GridControlSelection.TabIndex = 14 Me.GridControlSelection.TabStop = False Me.GridControlSelection.UseEmbeddedNavigator = True Me.GridControlSelection.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwSelection, Me.grvwCarousel}) ' + 'VWPMO_RECORD_CHANGESBindingSource + ' + Me.VWPMO_RECORD_CHANGESBindingSource.DataMember = "VWPMO_RECORD_CHANGES" + Me.VWPMO_RECORD_CHANGESBindingSource.DataSource = Me.DD_DMSDataSet + ' + 'DD_DMSDataSet + ' + Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" + Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' 'grvwSelection ' - Me.grvwSelection.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan + Me.grvwSelection.Appearance.EvenRow.BackColor = CType(resources.GetObject("grvwSelection.Appearance.EvenRow.BackColor"), System.Drawing.Color) Me.grvwSelection.Appearance.EvenRow.Options.UseBackColor = True - Me.grvwSelection.Appearance.SelectedRow.BackColor = System.Drawing.Color.Salmon - Me.grvwSelection.Appearance.SelectedRow.BackColor2 = System.Drawing.Color.SeaShell + Me.grvwSelection.Appearance.SelectedRow.BackColor = CType(resources.GetObject("grvwSelection.Appearance.SelectedRow.BackColor"), System.Drawing.Color) + Me.grvwSelection.Appearance.SelectedRow.BackColor2 = CType(resources.GetObject("grvwSelection.Appearance.SelectedRow.BackColor2"), System.Drawing.Color) Me.grvwSelection.Appearance.SelectedRow.Options.UseBackColor = True Me.grvwSelection.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D Me.grvwSelection.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colID, Me.GridColumn1, Me.GridColumn2, Me.colAddedwho, Me.colAddedWhen}) Me.grvwSelection.GridControl = Me.GridControlSelection - Me.grvwSelection.GroupPanelText = "Ziehen Sie Spaltenüberschriften in diesen Bereich um nach diesen gruppieren zu la" & _ - "ssen" + resources.ApplyResources(Me.grvwSelection, "grvwSelection") Me.grvwSelection.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always Me.grvwSelection.Name = "grvwSelection" Me.grvwSelection.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] @@ -103,6 +109,36 @@ Partial Class frmRecord_Changes Me.grvwSelection.OptionsView.EnableAppearanceOddRow = True Me.grvwSelection.OptionsView.ShowAutoFilterRow = True ' + 'colID + ' + Me.colID.FieldName = "ID" + Me.colID.Name = "colID" + resources.ApplyResources(Me.colID, "colID") + ' + 'GridColumn1 + ' + Me.GridColumn1.FieldName = "Control-Name" + Me.GridColumn1.Name = "GridColumn1" + resources.ApplyResources(Me.GridColumn1, "GridColumn1") + ' + 'GridColumn2 + ' + Me.GridColumn2.FieldName = "Log-Description" + Me.GridColumn2.Name = "GridColumn2" + resources.ApplyResources(Me.GridColumn2, "GridColumn2") + ' + 'colAddedwho + ' + Me.colAddedwho.FieldName = "Added who" + Me.colAddedwho.Name = "colAddedwho" + resources.ApplyResources(Me.colAddedwho, "colAddedwho") + ' + 'colAddedWhen + ' + Me.colAddedWhen.FieldName = "Added When" + Me.colAddedWhen.Name = "colAddedWhen" + resources.ApplyResources(Me.colAddedWhen, "colAddedWhen") + ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Nothing @@ -111,93 +147,62 @@ Partial Class frmRecord_Changes Me.BindingNavigator1.CountItemFormat = "von {0} verfolgten Record-Änderungen" 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(863, 25) - Me.BindingNavigator1.TabIndex = 0 - Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(212, 22) - Me.BindingNavigatorCountItem.Text = "von {0} verfolgten Record-Änderungen" - 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(58, 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) - ' - 'DD_DMSDataSet - ' - Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" - Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema - ' - 'VWPMO_RECORD_CHANGESBindingSource - ' - Me.VWPMO_RECORD_CHANGESBindingSource.DataMember = "VWPMO_RECORD_CHANGES" - Me.VWPMO_RECORD_CHANGESBindingSource.DataSource = Me.DD_DMSDataSet + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'VWPMO_RECORD_CHANGESTableAdapter ' @@ -207,8 +212,10 @@ Partial Class frmRecord_Changes ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing @@ -216,6 +223,7 @@ Partial Class frmRecord_Changes Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing @@ -223,6 +231,9 @@ Partial Class frmRecord_Changes Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -230,64 +241,22 @@ Partial Class frmRecord_Changes Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' - 'colID - ' - Me.colID.FieldName = "ID" - Me.colID.Name = "colID" - Me.colID.Visible = True - Me.colID.VisibleIndex = 0 - Me.colID.Width = 60 - ' - 'GridColumn1 - ' - Me.GridColumn1.FieldName = "Control-Name" - Me.GridColumn1.Name = "GridColumn1" - Me.GridColumn1.Visible = True - Me.GridColumn1.VisibleIndex = 1 - Me.GridColumn1.Width = 100 - ' - 'GridColumn2 - ' - Me.GridColumn2.FieldName = "Log-Description" - Me.GridColumn2.Name = "GridColumn2" - Me.GridColumn2.Visible = True - Me.GridColumn2.VisibleIndex = 2 - Me.GridColumn2.Width = 400 - ' - 'colAddedwho - ' - Me.colAddedwho.FieldName = "Added who" - Me.colAddedwho.Name = "colAddedwho" - Me.colAddedwho.Visible = True - Me.colAddedwho.VisibleIndex = 3 - ' - 'colAddedWhen - ' - Me.colAddedWhen.FieldName = "Added When" - Me.colAddedWhen.Name = "colAddedWhen" - Me.colAddedWhen.Visible = True - Me.colAddedWhen.VisibleIndex = 4 - ' 'frmRecord_Changes ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(863, 321) Me.Controls.Add(Me.GridControlSelection) Me.Controls.Add(Me.BindingNavigator1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmRecord_Changes" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Record-Änderungen" CType(Me.grvwCarousel, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlSelection, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.VWPMO_RECORD_CHANGESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grvwSelection, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.VWPMO_RECORD_CHANGESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD-Record-Organiser/frmRecord_Changes.resx b/app/DD-Record-Organiser/frmRecord_Changes.resx index c7fdd99..13e9499 100644 --- a/app/DD-Record-Organiser/frmRecord_Changes.resx +++ b/app/DD-Record-Organiser/frmRecord_Changes.resx @@ -123,10 +123,96 @@ 308, 17 + + + Fill + + + + 0, 25 + + + Cyan + + + Salmon + + + SeaShell + + + + True + + + 0 + + + 60 + + + True + + + 1 + + + 100 + + + True + + + 2 + + + 400 + + + True + + + 3 + + + True + + + 4 + + + Ziehen Sie Spaltenüberschriften in diesen Bereich um nach diesen gruppieren zu lassen + + + 863, 296 + + + 14 + + + GridControlSelection + + + DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + 17, 17 - + + 212, 22 + + + von {0} verfolgten Record-Änderungen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -138,6 +224,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -147,6 +242,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 58, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -156,6 +281,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -167,6 +301,42 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 0, 0 + + + 863, 25 + + + 0 + + + BindingNavigator1 + + + BindingNavigator1 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 171, 17 @@ -176,4 +346,154 @@ 1023, 17 + + True + + + 7, 15 + + + 863, 321 + + + Segoe UI, 9pt + + + CenterScreen + + + Record-Änderungen + + + grvwCarousel + + + DevExpress.XtraGrid.Views.Layout.LayoutView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + VWPMO_RECORD_CHANGESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + grvwSelection + + + DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colID + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn1 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + GridColumn2 + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colAddedwho + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + colAddedWhen + + + DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v15.1, Version=15.1.7.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 + + + BindingSource1 + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_RECORD_CHANGESTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_RECORD_CHANGESTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmRecord_Changes + + + 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-Record-Organiser/frmSQLEditor.Designer.vb b/app/DD-Record-Organiser/frmSQLEditor.Designer.vb index ac94edb..8aa1ebb 100644 --- a/app/DD-Record-Organiser/frmSQLEditor.Designer.vb +++ b/app/DD-Record-Organiser/frmSQLEditor.Designer.vb @@ -23,13 +23,13 @@ Partial Class frmSQLEditor _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQLEditor)) 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() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSQLEditor)) Me.Button1 = New System.Windows.Forms.Button() Me.txtValue = New System.Windows.Forms.TextBox() Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() @@ -75,30 +75,17 @@ Partial Class frmSQLEditor ' 'Button1 ' - Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK - Me.Button1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(954, 517) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(266, 33) - Me.Button1.TabIndex = 1 - Me.Button1.Text = "Speichern" Me.Button1.UseVisualStyleBackColor = True ' 'txtValue ' Me.txtValue.AcceptsTab = True - Me.txtValue.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.txtValue.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtValue.Location = New System.Drawing.Point(12, 181) - Me.txtValue.Multiline = True + resources.ApplyResources(Me.txtValue, "txtValue") Me.txtValue.Name = "txtValue" - Me.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.Both - Me.txtValue.Size = New System.Drawing.Size(1208, 137) - Me.txtValue.TabIndex = 2 ' 'DD_DMSDataSet ' @@ -151,64 +138,43 @@ Partial Class frmSQLEditor Me.cmbConnection.DataSource = Me.TBDD_CONNECTIONBindingSource Me.cmbConnection.DisplayMember = "BEZEICHNUNG" Me.cmbConnection.FormattingEnabled = True - Me.cmbConnection.Location = New System.Drawing.Point(6, 19) + resources.ApplyResources(Me.cmbConnection, "cmbConnection") Me.cmbConnection.Name = "cmbConnection" - Me.cmbConnection.Size = New System.Drawing.Size(317, 23) - Me.cmbConnection.TabIndex = 3 Me.cmbConnection.ValueMember = "GUID" ' 'Button2 ' Me.Button2.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_connect - Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button2.Location = New System.Drawing.Point(329, 19) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(153, 23) - Me.Button2.TabIndex = 4 - Me.Button2.Text = "SQL-Connections" Me.Button2.UseVisualStyleBackColor = True ' 'btnTestSQL ' - Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.btnTestSQL.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)) + resources.ApplyResources(Me.btnTestSQL, "btnTestSQL") Me.btnTestSQL.Image = Global.DD_Record_Organiser.My.Resources.Resources.Go - Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnTestSQL.Location = New System.Drawing.Point(954, 324) Me.btnTestSQL.Name = "btnTestSQL" - Me.btnTestSQL.Size = New System.Drawing.Size(266, 29) - Me.btnTestSQL.TabIndex = 7 - Me.btnTestSQL.Text = "SQL Befehl testen" - Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTestSQL.UseVisualStyleBackColor = True ' 'cmbPlaceholder ' Me.cmbPlaceholder.FormattingEnabled = True - Me.cmbPlaceholder.Items.AddRange(New Object() {"@RECORD_ID", "@PARENTRECORD_ID", "@FORM_ID"}) - Me.cmbPlaceholder.Location = New System.Drawing.Point(6, 19) + Me.cmbPlaceholder.Items.AddRange(New Object() {resources.GetString("cmbPlaceholder.Items"), resources.GetString("cmbPlaceholder.Items1"), resources.GetString("cmbPlaceholder.Items2")}) + resources.ApplyResources(Me.cmbPlaceholder, "cmbPlaceholder") Me.cmbPlaceholder.Name = "cmbPlaceholder" - Me.cmbPlaceholder.Size = New System.Drawing.Size(169, 23) - Me.cmbPlaceholder.TabIndex = 10 ' 'btnAddPlaceholder ' Me.btnAddPlaceholder.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.btnAddPlaceholder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddPlaceholder.Location = New System.Drawing.Point(181, 17) + resources.ApplyResources(Me.btnAddPlaceholder, "btnAddPlaceholder") Me.btnAddPlaceholder.Name = "btnAddPlaceholder" - Me.btnAddPlaceholder.Size = New System.Drawing.Size(163, 23) - Me.btnAddPlaceholder.TabIndex = 11 - Me.btnAddPlaceholder.Text = "Platzhalter hinzufügen" Me.btnAddPlaceholder.UseVisualStyleBackColor = True ' 'btnRefreshConnections ' Me.btnRefreshConnections.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.btnRefreshConnections.Location = New System.Drawing.Point(488, 19) + resources.ApplyResources(Me.btnRefreshConnections, "btnRefreshConnections") Me.btnRefreshConnections.Name = "btnRefreshConnections" - Me.btnRefreshConnections.Size = New System.Drawing.Size(35, 23) - Me.btnRefreshConnections.TabIndex = 13 Me.btnRefreshConnections.UseVisualStyleBackColor = True ' 'dgvPlaceholders @@ -217,7 +183,7 @@ Partial Class frmSQLEditor Me.dgvPlaceholders.AllowUserToDeleteRows = False DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 - Me.dgvPlaceholders.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders") DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -236,21 +202,17 @@ Partial Class frmSQLEditor DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvPlaceholders.DefaultCellStyle = DataGridViewCellStyle3 - Me.dgvPlaceholders.Enabled = False - Me.dgvPlaceholders.Location = New System.Drawing.Point(9, 361) Me.dgvPlaceholders.Name = "dgvPlaceholders" - Me.dgvPlaceholders.Size = New System.Drawing.Size(349, 150) - Me.dgvPlaceholders.TabIndex = 16 ' 'colPlaceholder ' - Me.colPlaceholder.HeaderText = "Platzhalter" + resources.ApplyResources(Me.colPlaceholder, "colPlaceholder") Me.colPlaceholder.Name = "colPlaceholder" Me.colPlaceholder.ReadOnly = True ' 'colReplace ' - Me.colReplace.HeaderText = "Ersetzung" + resources.ApplyResources(Me.colReplace, "colReplace") Me.colReplace.Name = "colReplace" ' 'dgvResult @@ -259,7 +221,7 @@ Partial Class frmSQLEditor Me.dgvResult.AllowUserToDeleteRows = False DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 - Me.dgvResult.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.dgvResult, "dgvResult") DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) @@ -277,151 +239,96 @@ Partial Class frmSQLEditor DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvResult.DefaultCellStyle = DataGridViewCellStyle6 - Me.dgvResult.Location = New System.Drawing.Point(365, 361) Me.dgvResult.Name = "dgvResult" Me.dgvResult.ReadOnly = True - Me.dgvResult.Size = New System.Drawing.Size(854, 150) - Me.dgvResult.TabIndex = 17 ' 'Label5 ' - Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.Label5.AutoSize = True - Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.Label5.Location = New System.Drawing.Point(362, 343) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(55, 15) - Me.Label5.TabIndex = 18 - Me.Label5.Text = "Ergebnis:" ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label6.Location = New System.Drawing.Point(6, 26) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(56, 18) - Me.Label6.TabIndex = 19 - Me.Label6.Text = "SELECT" ' 'cmbSelectColumns ' Me.cmbSelectColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbSelectColumns.Enabled = False + resources.ApplyResources(Me.cmbSelectColumns, "cmbSelectColumns") Me.cmbSelectColumns.FormattingEnabled = True - Me.cmbSelectColumns.Location = New System.Drawing.Point(68, 25) Me.cmbSelectColumns.Name = "cmbSelectColumns" - Me.cmbSelectColumns.Size = New System.Drawing.Size(233, 23) - Me.cmbSelectColumns.TabIndex = 20 ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label7.Location = New System.Drawing.Point(307, 25) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(40, 18) - Me.Label7.TabIndex = 21 - Me.Label7.Text = "FROM" ' 'cmbFromTables ' Me.cmbFromTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbFromTables.Enabled = False + resources.ApplyResources(Me.cmbFromTables, "cmbFromTables") Me.cmbFromTables.FormattingEnabled = True - Me.cmbFromTables.Location = New System.Drawing.Point(353, 25) Me.cmbFromTables.Name = "cmbFromTables" - Me.cmbFromTables.Size = New System.Drawing.Size(234, 23) - Me.cmbFromTables.TabIndex = 22 ' 'Label8 ' - Me.Label8.AutoSize = True - Me.Label8.Font = New System.Drawing.Font("Consolas", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label8.Location = New System.Drawing.Point(593, 25) + resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(48, 18) - Me.Label8.TabIndex = 23 - Me.Label8.Text = "WHERE" ' 'radioTable ' - Me.radioTable.AutoSize = True - Me.radioTable.Location = New System.Drawing.Point(15, 24) + resources.ApplyResources(Me.radioTable, "radioTable") Me.radioTable.Name = "radioTable" - Me.radioTable.Size = New System.Drawing.Size(70, 19) - Me.radioTable.TabIndex = 24 Me.radioTable.TabStop = True - Me.radioTable.Text = "Tabellen" Me.radioTable.UseVisualStyleBackColor = True ' 'radioView ' - Me.radioView.AutoSize = True - Me.radioView.Location = New System.Drawing.Point(87, 24) + resources.ApplyResources(Me.radioView, "radioView") Me.radioView.Name = "radioView" - Me.radioView.Size = New System.Drawing.Size(55, 19) - Me.radioView.TabIndex = 25 Me.radioView.TabStop = True - Me.radioView.Text = "Views" Me.radioView.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.radioTable) Me.GroupBox1.Controls.Add(Me.radioView) - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.GroupBox1.Location = New System.Drawing.Point(644, 12) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(226, 69) - Me.GroupBox1.TabIndex = 26 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Tabellenart auswählen" ' 'cmbWhereColumns ' Me.cmbWhereColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cmbWhereColumns.Enabled = False + resources.ApplyResources(Me.cmbWhereColumns, "cmbWhereColumns") Me.cmbWhereColumns.FormattingEnabled = True - Me.cmbWhereColumns.Location = New System.Drawing.Point(647, 24) Me.cmbWhereColumns.Name = "cmbWhereColumns" - Me.cmbWhereColumns.Size = New System.Drawing.Size(247, 23) - Me.cmbWhereColumns.TabIndex = 27 ' 'cmbWhereOperator ' Me.cmbWhereOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbWhereOperator.FormattingEnabled = True - Me.cmbWhereOperator.Items.AddRange(New Object() {"=", "<>", "<", ">"}) - Me.cmbWhereOperator.Location = New System.Drawing.Point(900, 24) + Me.cmbWhereOperator.Items.AddRange(New Object() {resources.GetString("cmbWhereOperator.Items"), resources.GetString("cmbWhereOperator.Items1"), resources.GetString("cmbWhereOperator.Items2"), resources.GetString("cmbWhereOperator.Items3")}) + resources.ApplyResources(Me.cmbWhereOperator, "cmbWhereOperator") Me.cmbWhereOperator.Name = "cmbWhereOperator" - Me.cmbWhereOperator.Size = New System.Drawing.Size(47, 23) - Me.cmbWhereOperator.TabIndex = 28 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.cmbConnection) Me.GroupBox2.Controls.Add(Me.Button2) Me.GroupBox2.Controls.Add(Me.btnRefreshConnections) - Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.GroupBox2.Location = New System.Drawing.Point(12, 12) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(626, 69) - Me.GroupBox2.TabIndex = 29 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "SQL-Connection" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.cmbPlaceholder) Me.GroupBox3.Controls.Add(Me.btnAddPlaceholder) - Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.GroupBox3.Location = New System.Drawing.Point(876, 12) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(350, 69) - Me.GroupBox3.TabIndex = 30 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Platzhalter" ' 'GroupBox4 ' @@ -433,47 +340,29 @@ Partial Class frmSQLEditor Me.GroupBox4.Controls.Add(Me.cmbFromTables) Me.GroupBox4.Controls.Add(Me.cmbWhereColumns) Me.GroupBox4.Controls.Add(Me.Label8) - Me.GroupBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox4.Location = New System.Drawing.Point(12, 87) + resources.ApplyResources(Me.GroupBox4, "GroupBox4") Me.GroupBox4.Name = "GroupBox4" - Me.GroupBox4.Size = New System.Drawing.Size(1208, 66) - Me.GroupBox4.TabIndex = 31 Me.GroupBox4.TabStop = False - Me.GroupBox4.Text = "SQL-Befehl generieren" ' 'txtCondition ' - Me.txtCondition.Location = New System.Drawing.Point(953, 24) + resources.ApplyResources(Me.txtCondition, "txtCondition") Me.txtCondition.Name = "txtCondition" - Me.txtCondition.Size = New System.Drawing.Size(218, 23) - Me.txtCondition.TabIndex = 29 ' 'Label1 ' - Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.Label1.Location = New System.Drawing.Point(9, 343) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(132, 15) - Me.Label1.TabIndex = 32 - Me.Label1.Text = "Platzhalter Ersetzungen:" ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!) - Me.Label2.Location = New System.Drawing.Point(9, 163) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(69, 15) - Me.Label2.TabIndex = 33 - Me.Label2.Text = "SQL-Befehl:" ' 'frmSQLEditor ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1241, 549) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.GroupBox4) @@ -486,9 +375,7 @@ Partial Class frmSQLEditor Me.Controls.Add(Me.btnTestSQL) Me.Controls.Add(Me.txtValue) Me.Controls.Add(Me.Button1) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSQLEditor" - Me.Text = "SQL-Editor" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmSQLEditor.resx b/app/DD-Record-Organiser/frmSQLEditor.resx index fd0cdf8..5cc16c0 100644 --- a/app/DD-Record-Organiser/frmSQLEditor.resx +++ b/app/DD-Record-Organiser/frmSQLEditor.resx @@ -117,6 +117,75 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + + Segoe UI Semibold, 9.75pt, style=Bold + + + MiddleLeft + + + 954, 517 + + + 266, 33 + + + + 1 + + + Speichern + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + Top, Bottom, Left + + + Consolas, 9.75pt, style=Bold + + + 12, 181 + + + True + + + Both + + + 1208, 137 + + + 2 + + + txtValue + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + 499, 17 @@ -129,13 +198,714 @@ 642, 17 + + 6, 19 + + + 317, 23 + + + 3 + + + cmbConnection + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + MiddleLeft + + + 329, 19 + + + 153, 23 + + + 4 + + + SQL-Connections + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Bottom, Left + + + Segoe UI Semibold, 9.75pt, style=Bold, Italic + + + MiddleLeft + + + 954, 324 + + + 266, 29 + + + 7 + + + SQL Befehl testen + + + MiddleRight + + + btnTestSQL + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + @RECORD_ID + + + @PARENTRECORD_ID + + + @FORM_ID + + + 6, 19 + + + 169, 23 + + + 10 + + + cmbPlaceholder + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + MiddleLeft + + + 181, 17 + + + 163, 23 + + + 11 + + + Platzhalter hinzufügen + + + btnAddPlaceholder + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + 488, 19 + + + 35, 23 + + + 13 + + + btnRefreshConnections + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + Bottom, Left + True + + Platzhalter + True - + + Ersetzung + + + False + + + 9, 361 + + + 349, 150 + + + 16 + + + dgvPlaceholders + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + Bottom, Left + + + 365, 361 + + + 854, 150 + + + 17 + + + dgvResult + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + Bottom, Left + + + True + + + Segoe UI, 9pt + + + 362, 343 + + + 55, 15 + + + 18 + + + Ergebnis: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + Consolas, 11.25pt + + + 6, 26 + + + 56, 18 + + + 19 + + + SELECT + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 1 + + + False + + + 68, 25 + + + 233, 23 + + + 20 + + + cmbSelectColumns + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 2 + + + True + + + Consolas, 11.25pt + + + 307, 25 + + + 40, 18 + + + 21 + + + FROM + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 3 + + + False + + + 353, 25 + + + 234, 23 + + + 22 + + + cmbFromTables + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 5 + + + True + + + Consolas, 11.25pt + + + 593, 25 + + + 48, 18 + + + 23 + + + WHERE + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 7 + + + True + + + 15, 24 + + + 70, 19 + + + 24 + + + Tabellen + + + radioTable + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + 87, 24 + + + 55, 19 + + + 25 + + + Views + + + radioView + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Segoe UI, 9pt + + + 644, 12 + + + 226, 69 + + + 26 + + + Tabellenart auswählen + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + False + + + 647, 24 + + + 247, 23 + + + 27 + + + cmbWhereColumns + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 6 + + + = + + + <> + + + < + + + > + + + 900, 24 + + + 47, 23 + + + 28 + + + cmbWhereOperator + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 4 + + + Segoe UI, 9pt + + + 12, 12 + + + 626, 69 + + + 29 + + + SQL-Connection + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + Segoe UI, 9pt + + + 876, 12 + + + 350, 69 + + + 30 + + + Platzhalter + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 953, 24 + + + 218, 23 + + + 29 + + + txtCondition + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + Segoe UI, 9pt + + + 12, 87 + + + 1208, 66 + + + 31 + + + SQL-Befehl generieren + + + GroupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Bottom, Left + + + True + + + Segoe UI, 9pt + + + 9, 343 + + + 132, 15 + + + 32 + + + Platzhalter Ersetzungen: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 9pt + + + 9, 163 + + + 69, 15 + + + 33 + + + SQL-Befehl: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 1241, 549 + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -585,4 +1355,49 @@ AAAAAQAAgAAAAAABAADAAAAAAAMAAP///////wAA////////AAD///////8AAP///////wAA + + SQL-Editor + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_CONNECTIONBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_CONNECTIONTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_CONNECTIONTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + colPlaceholder + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + colReplace + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmSQLEditor + + + 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-Record-Organiser/frmScanFiles.Designer.vb b/app/DD-Record-Organiser/frmScanFiles.Designer.vb index 2fd03f1..07f55ba 100644 --- a/app/DD-Record-Organiser/frmScanFiles.Designer.vb +++ b/app/DD-Record-Organiser/frmScanFiles.Designer.vb @@ -79,24 +79,20 @@ Partial Class frmScanFiles 'ListView1 ' Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader2}) - Me.ListView1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListView1, "ListView1") Me.ListView1.FullRowSelect = True Me.ListView1.GridLines = True Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.ListView1.LargeImageList = Me.ImageList1 - Me.ListView1.Location = New System.Drawing.Point(12, 12) Me.ListView1.MultiSelect = False Me.ListView1.Name = "ListView1" - Me.ListView1.Size = New System.Drawing.Size(319, 209) Me.ListView1.SmallImageList = Me.ImageList1 - Me.ListView1.TabIndex = 0 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Scandatei - Drag and Drop fähig" - Me.ColumnHeader2.Width = 315 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'ImageList1 ' @@ -106,60 +102,44 @@ Partial Class frmScanFiles ' 'Panel1 ' - Me.Panel1.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.Panel1, "Panel1") Me.Panel1.Controls.Add(Me.PdfViewer1) Me.Panel1.Controls.Add(Me.StatusStrip2) Me.Panel1.Controls.Add(Me.RibbonControl1) - Me.Panel1.Location = New System.Drawing.Point(337, 12) Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(591, 553) - Me.Panel1.TabIndex = 3 ' 'PdfViewer1 ' - Me.PdfViewer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.PdfViewer1.Location = New System.Drawing.Point(0, 140) + resources.ApplyResources(Me.PdfViewer1, "PdfViewer1") Me.PdfViewer1.Name = "PdfViewer1" - Me.PdfViewer1.Size = New System.Drawing.Size(591, 391) - Me.PdfViewer1.TabIndex = 5 ' 'StatusStrip2 ' Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.pdfstatuslblPageNumber, Me.ToolStripDropDownButton1}) - Me.StatusStrip2.Location = New System.Drawing.Point(0, 531) + resources.ApplyResources(Me.StatusStrip2, "StatusStrip2") Me.StatusStrip2.Name = "StatusStrip2" - Me.StatusStrip2.Size = New System.Drawing.Size(591, 22) - Me.StatusStrip2.TabIndex = 3 - 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_Record_Organiser.My.Resources.Resources.page_red Me.pdfstatuslblPageNumber.Name = "pdfstatuslblPageNumber" - Me.pdfstatuslblPageNumber.Size = New System.Drawing.Size(50, 17) - Me.pdfstatuslblPageNumber.Text = "Page" ' 'ToolStripDropDownButton1 ' Me.ToolStripDropDownButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.magifier_zoom_out - 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.PdfFileOpenBarItem1, Me.PdfFileSaveAsBarItem1, 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.PdfExportFormDataBarItem1, Me.PdfImportFormDataBarItem1}) - 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.PdfFormDataRibbonPage1}) Me.RibbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010 - Me.RibbonControl1.Size = New System.Drawing.Size(591, 140) Me.RibbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above ' 'PdfFileOpenBarItem1 @@ -334,13 +314,8 @@ Partial Class frmScanFiles 'btnrefresh ' Me.btnrefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.btnrefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnrefresh.Location = New System.Drawing.Point(12, 227) + resources.ApplyResources(Me.btnrefresh, "btnrefresh") Me.btnrefresh.Name = "btnrefresh" - Me.btnrefresh.Size = New System.Drawing.Size(98, 23) - Me.btnrefresh.TabIndex = 1 - Me.btnrefresh.Text = "Aktualisieren" - Me.btnrefresh.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnrefresh.UseVisualStyleBackColor = True ' 'PdfBarController2 @@ -375,42 +350,29 @@ Partial Class frmScanFiles 'btndelete ' Me.btndelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btndelete.Location = New System.Drawing.Point(116, 227) + resources.ApplyResources(Me.btndelete, "btndelete") Me.btndelete.Name = "btndelete" - Me.btndelete.Size = New System.Drawing.Size(75, 23) - Me.btndelete.TabIndex = 4 - Me.btndelete.Text = "Löschen" - Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndelete.UseVisualStyleBackColor = True ' 'chkInFront ' - Me.chkInFront.AutoSize = True + resources.ApplyResources(Me.chkInFront, "chkInFront") Me.chkInFront.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_InBoxScan_NotinFront Me.chkInFront.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_InBoxScan_NotinFront", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.chkInFront.Location = New System.Drawing.Point(12, 256) Me.chkInFront.Name = "chkInFront" - Me.chkInFront.Size = New System.Drawing.Size(193, 17) - Me.chkInFront.TabIndex = 5 - Me.chkInFront.Text = "Inaktiviere ""In den Vordergrund""" Me.chkInFront.UseVisualStyleBackColor = True ' 'frmScanFiles ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(934, 577) Me.Controls.Add(Me.chkInFront) Me.Controls.Add(Me.btndelete) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.btnrefresh) Me.Controls.Add(Me.ListView1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.Name = "frmScanFiles" - Me.Text = "Inbox - Scan" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.StatusStrip2.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmScanFiles.resx b/app/DD-Record-Organiser/frmScanFiles.resx index 8635dc1..27454c5 100644 --- a/app/DD-Record-Organiser/frmScanFiles.resx +++ b/app/DD-Record-Organiser/frmScanFiles.resx @@ -117,6 +117,17 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Scandatei - Drag and Drop fähig + + + + 315 + + + + Segoe UI, 8.25pt + 17, 17 @@ -125,7 +136,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADm - BwAAAk1TRnQBSQFMAwEBAAHAAQABwAEAARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA + BwAAAk1TRnQBSQFMAwEBAAHIAQAByAEAARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA AUADAAEQAwABAQEAAQgGAAEEGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEA AfABygGmAQABMwUAATMBAAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEA AYABfAH/AQACUAH/AQABkwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFm @@ -161,16 +172,244 @@ AQABAQUAAYAXAAP/AQABwAcAAcBXAAHAAQEGAAHAAQMGAAHAAQcGAAHAAQ8GAAs= + + 12, 12 + + + 319, 209 + + + 0 + + + ListView1 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + + Top, Bottom, Left, Right + + + Fill + + + 0, 140 + + + 591, 391 + + + 5 + + + PdfViewer1 + + + DevExpress.XtraPdfViewer.PdfViewer, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + Panel1 + + + 0 + 1212, 173 + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + 50, 17 + + + Page + + + Magenta + + + 153, 20 + + + Seitenansicht Minimal + + + 0, 531 + + + 591, 22 + + + 3 + + + StatusStrip2 + + + StatusStrip2 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 1 + + + 0, 0 + + + 591, 140 + + + RibbonControl1 + + + DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + Panel1 + + + 2 + + + 337, 12 + + + 591, 553 + + + 3 + + + Panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + MiddleRight + + + 12, 227 + + + 98, 23 + + + 1 + + + Aktualisieren + + + MiddleLeft + + + btnrefresh + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + 17, 212 165, 212 - + + MiddleRight + + + 116, 227 + + + 75, 23 + + + 4 + + + Löschen + + + MiddleLeft + + + btndelete + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 12, 256 + + + 193, 17 + + + 5 + + + Inaktiviere "In den Vordergrund" + + + chkInFront + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 934, 577 + + + Segoe UI, 8.25pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -620,4 +859,235 @@ AD///wAA/wAH////AAD/AP////8AAP/f/////wAA////////AAD///////8AAP///////wAA + + Inbox - Scan + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ImageList1 + + + System.Windows.Forms.ImageList, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 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 + + + PdfFileOpenBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileOpenBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFileSaveAsBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileSaveAsBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFilePrintBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFilePrintBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfPreviousPageBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfPreviousPageBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfNextPageBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfNextPageBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFindTextBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfFindTextBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomOutBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomOutBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomInBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomInBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfExactZoomListBarSubItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfExactZoomListBarSubItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom10CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom10CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom25CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom25CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom50CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom50CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom75CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom75CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom100CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom100CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom125CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom125CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom150CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom150CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom200CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom200CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom400CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom400CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoom500CheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoom500CheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetActualSizeZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetActualSizeZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetPageLevelZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetPageLevelZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitWidthZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitWidthZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfSetFitVisibleZoomModeCheckItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfSetFitVisibleZoomModeCheckItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfExportFormDataBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfExportFormDataBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfImportFormDataBarItem1 + + + DevExpress.XtraPdfViewer.Bars.PdfImportFormDataBarItem, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfRibbonPage1 + + + DevExpress.XtraPdfViewer.Bars.PdfRibbonPage, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFileRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfFileRibbonPageGroup, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfNavigationRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfNavigationRibbonPageGroup, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfZoomRibbonPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfZoomRibbonPageGroup, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFormDataRibbonPage1 + + + DevExpress.XtraPdfViewer.Bars.PdfFormDataRibbonPage, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfFormDataBarPageGroup1 + + + DevExpress.XtraPdfViewer.Bars.PdfFormDataBarPageGroup, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfBarController1 + + + DevExpress.XtraPdfViewer.Bars.PdfBarController, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + PdfBarController2 + + + DevExpress.XtraPdfViewer.Bars.PdfBarController, DevExpress.XtraPdfViewer.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + frmScanFiles + + + 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-Record-Organiser/frmSplash.Designer.vb b/app/DD-Record-Organiser/frmSplash.Designer.vb index 566e418..21f4b09 100644 --- a/app/DD-Record-Organiser/frmSplash.Designer.vb +++ b/app/DD-Record-Organiser/frmSplash.Designer.vb @@ -25,6 +25,7 @@ Partial Class frmSplash 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash)) Me.Version = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() Me.ApplicationTitle = New System.Windows.Forms.Label() @@ -42,110 +43,62 @@ Partial Class frmSplash 'Version ' Me.Version.BackColor = System.Drawing.Color.Transparent - Me.Version.Dock = System.Windows.Forms.DockStyle.Fill - Me.Version.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Version.Location = New System.Drawing.Point(3, 0) + resources.ApplyResources(Me.Version, "Version") Me.Version.Name = "Version" - Me.Version.Size = New System.Drawing.Size(241, 21) - Me.Version.TabIndex = 1 - Me.Version.Text = "Version {0}.{1:00}" - Me.Version.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Copyright ' Me.Copyright.BackColor = System.Drawing.Color.Transparent - Me.Copyright.Dock = System.Windows.Forms.DockStyle.Fill - Me.Copyright.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Copyright.Location = New System.Drawing.Point(3, 21) + resources.ApplyResources(Me.Copyright, "Copyright") Me.Copyright.Name = "Copyright" - Me.Copyright.Size = New System.Drawing.Size(241, 21) - Me.Copyright.TabIndex = 2 - Me.Copyright.Text = "Copyright" - Me.Copyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ApplicationTitle ' - Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None + resources.ApplyResources(Me.ApplicationTitle, "ApplicationTitle") Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent - Me.ApplicationTitle.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ApplicationTitle.Location = New System.Drawing.Point(298, 222) Me.ApplicationTitle.Name = "ApplicationTitle" - Me.ApplicationTitle.Size = New System.Drawing.Size(264, 33) - Me.ApplicationTitle.TabIndex = 0 - Me.ApplicationTitle.Text = "Anwendungstitel" - Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft ' 'lblStatus ' - Me.lblStatus.AutoSize = True + resources.ApplyResources(Me.lblStatus, "lblStatus") Me.lblStatus.BackColor = System.Drawing.SystemColors.Control - Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblStatus.Location = New System.Drawing.Point(4, 376) Me.lblStatus.Name = "lblStatus" - Me.lblStatus.Size = New System.Drawing.Size(79, 15) - Me.lblStatus.TabIndex = 1 - Me.lblStatus.Text = "Statusanzeige" - Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'pbStatus ' - Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom - Me.pbStatus.Location = New System.Drawing.Point(0, 394) + resources.ApplyResources(Me.pbStatus, "pbStatus") Me.pbStatus.Name = "pbStatus" - Me.pbStatus.Size = New System.Drawing.Size(574, 23) - Me.pbStatus.TabIndex = 0 ' 'TableLayoutPanel1 ' - Me.TableLayoutPanel1.ColumnCount = 1 - Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) + resources.ApplyResources(Me.TableLayoutPanel1, "TableLayoutPanel1") Me.TableLayoutPanel1.Controls.Add(Me.Copyright, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.Version, 0, 0) - Me.TableLayoutPanel1.Location = New System.Drawing.Point(304, 258) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" - Me.TableLayoutPanel1.RowCount = 2 - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) - Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) - Me.TableLayoutPanel1.Size = New System.Drawing.Size(219, 42) - Me.TableLayoutPanel1.TabIndex = 2 ' 'PictureBox1 ' Me.PictureBox1.Image = Global.DD_Record_Organiser.My.Resources.Resources.windream_Logo_transparent - Me.PictureBox1.Location = New System.Drawing.Point(303, 322) + resources.ApplyResources(Me.PictureBox1, "PictureBox1") Me.PictureBox1.Name = "PictureBox1" - Me.PictureBox1.Size = New System.Drawing.Size(112, 52) - Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'PictureBox2 ' Me.PictureBox2.Image = Global.DD_Record_Organiser.My.Resources.Resources.DD_Icons_ADDI - Me.PictureBox2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.PictureBox2, "PictureBox2") Me.PictureBox2.Name = "PictureBox2" - Me.PictureBox2.Size = New System.Drawing.Size(481, 417) - Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(301, 306) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(222, 13) - Me.Label1.TabIndex = 5 - Me.Label1.Text = "Diese Software nutzt für ECM-Funktionen" ' 'frmSplash ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center - Me.ClientSize = New System.Drawing.Size(574, 417) Me.ControlBox = False Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ApplicationTitle) @@ -160,7 +113,6 @@ Partial Class frmSplash Me.MinimizeBox = False Me.Name = "frmSplash" Me.ShowInTaskbar = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.TransparencyKey = System.Drawing.Color.White Me.TableLayoutPanel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmSplash.resx b/app/DD-Record-Organiser/frmSplash.resx index 1af7de1..35c349c 100644 --- a/app/DD-Record-Organiser/frmSplash.resx +++ b/app/DD-Record-Organiser/frmSplash.resx @@ -117,4 +117,292 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + + Segoe UI, 9pt + + + 3, 0 + + + 241, 21 + + + + 1 + + + Version {0}.{1:00} + + + MiddleLeft + + + Version + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 1 + + + Fill + + + Segoe UI, 9pt + + + 3, 21 + + + 241, 21 + + + 2 + + + Copyright + + + MiddleLeft + + + Copyright + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TableLayoutPanel1 + + + 0 + + + None + + + Segoe UI, 18pt + + + 298, 222 + + + 264, 33 + + + 0 + + + Anwendungstitel + + + BottomLeft + + + ApplicationTitle + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 9pt + + + 4, 376 + + + 79, 15 + + + 1 + + + Statusanzeige + + + MiddleCenter + + + lblStatus + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + Bottom + + + 0, 394 + + + 574, 23 + + + 0 + + + pbStatus + + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 1 + + + 304, 258 + + + 2 + + + 219, 42 + + + 2 + + + TableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="Copyright" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="Version" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50,Absolute,20" /></TableLayoutSettings> + + + 304, 337 + + + 109, 38 + + + Zoom + + + 3 + + + PictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 0, 0 + + + 481, 417 + + + Zoom + + + 4 + + + PictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + Segoe UI, 8.25pt + + + 299, 321 + + + 182, 13 + + + 5 + + + This software is in parts based on: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + Center + + + 574, 417 + + + CenterScreen + + + frmSplash + + + 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-Record-Organiser/frmSplash.vb b/app/DD-Record-Organiser/frmSplash.vb index 7cc6985..aef1751 100644 --- a/app/DD-Record-Organiser/frmSplash.vb +++ b/app/DD-Record-Organiser/frmSplash.vb @@ -59,26 +59,26 @@ Public NotInheritable Class frmSplash Private Sub bw_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Dim Init = New ClassInit() - bw.ReportProgress(CalcProgress(1), "Initialisiere Logger") + bw.ReportProgress(CalcProgress(1), "Initializing Logger") Init.InitLogger() System.Threading.Thread.Sleep(500) - bw.ReportProgress(CalcProgress(2), "Initialisiere Datenbank") + bw.ReportProgress(CalcProgress(2), "Initializing Database") If Init.InitDatabase() = True Then System.Threading.Thread.Sleep(500) - bw.ReportProgress(CalcProgress(3), "Initialisiere Windream-Einstellungen") + bw.ReportProgress(CalcProgress(3), "Initializing Windream-Configuration") Init.InitWindream() System.Threading.Thread.Sleep(500) - bw.ReportProgress(CalcProgress(4), "Initialisiere Benutzer") + bw.ReportProgress(CalcProgress(4), "Initializing User-Configuration") Init.InitUserLogin() System.Threading.Thread.Sleep(500) - bw.ReportProgress(CalcProgress(5), "Initialisiere Oberfläche") + bw.ReportProgress(CalcProgress(5), "Initializing Frontend") Init.InitInterface(mainForm) System.Threading.Thread.Sleep(500) @@ -97,7 +97,7 @@ Public NotInheritable Class frmSplash Private Sub bw_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs) ' Bei Fehler MsgBox anzeigen und Programm beenden If e.Error IsNot Nothing Then - MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Fehler beim Initialisieren") + MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Unexpected Error in frmSplash") Application.Exit() End If diff --git a/app/DD-Record-Organiser/frmTaskOverview.designer.vb b/app/DD-Record-Organiser/frmTaskOverview.designer.vb index f12c59e..6ade53b 100644 --- a/app/DD-Record-Organiser/frmTaskOverview.designer.vb +++ b/app/DD-Record-Organiser/frmTaskOverview.designer.vb @@ -23,6 +23,7 @@ Partial Class frmTaskOverview _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTaskOverview)) Me.Panel1 = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.chkinFront = New System.Windows.Forms.CheckBox() @@ -57,69 +58,44 @@ Partial Class frmTaskOverview ' Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.chkinFront) - Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top - Me.Panel1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(631, 53) - Me.Panel1.TabIndex = 2 ' '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_Record_Organiser.My.Resources.Resources.bricks - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(494, 7) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(134, 38) - Me.Button1.TabIndex = 1 - Me.Button1.Text = "Taskmanagement" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "öffnen" - Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'chkinFront ' - Me.chkinFront.Appearance = System.Windows.Forms.Appearance.Button - Me.chkinFront.AutoSize = True - Me.chkinFront.Dock = System.Windows.Forms.DockStyle.Left + resources.ApplyResources(Me.chkinFront, "chkinFront") Me.chkinFront.Image = Global.DD_Record_Organiser.My.Resources.Resources._138_PushPin_32x42_72 - Me.chkinFront.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.chkinFront.Location = New System.Drawing.Point(0, 0) Me.chkinFront.Name = "chkinFront" - Me.chkinFront.Size = New System.Drawing.Size(84, 53) - Me.chkinFront.TabIndex = 0 - Me.chkinFront.Text = "Tasks pinnen" - Me.chkinFront.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.chkinFront.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage - Me.ToolTip1.SetToolTip(Me.chkinFront, "Keep in front") + Me.ToolTip1.SetToolTip(Me.chkinFront, resources.GetString("chkinFront.ToolTip")) Me.chkinFront.UseVisualStyleBackColor = True ' 'ListViewActive ' Me.ListViewActive.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3}) - Me.ListViewActive.Dock = System.Windows.Forms.DockStyle.Fill - Me.ListViewActive.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ListViewActive.Location = New System.Drawing.Point(3, 21) + resources.ApplyResources(Me.ListViewActive, "ListViewActive") Me.ListViewActive.Name = "ListViewActive" - Me.ListViewActive.Size = New System.Drawing.Size(625, 188) - Me.ListViewActive.TabIndex = 3 Me.ListViewActive.TabStop = False Me.ListViewActive.UseCompatibleStateImageBehavior = False Me.ListViewActive.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' - Me.ColumnHeader1.Text = "Task-Beschreibung" - Me.ColumnHeader1.Width = 270 + resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1") ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Date" - Me.ColumnHeader2.Width = 120 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'ColumnHeader3 ' - Me.ColumnHeader3.Text = "User" - Me.ColumnHeader3.Width = 80 + resources.ApplyResources(Me.ColumnHeader3, "ColumnHeader3") ' 'VWPMO_WF_OVERVIEW_AUTHORITYBindingSource ' @@ -139,8 +115,10 @@ Partial Class frmTaskOverview ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing @@ -148,6 +126,7 @@ Partial Class frmTaskOverview Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing @@ -155,6 +134,9 @@ Partial Class frmTaskOverview Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -165,63 +147,44 @@ Partial Class frmTaskOverview 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.ListViewActive) - Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.ForeColor = System.Drawing.Color.Magenta - Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(631, 212) - Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Aktive Tasks" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.ListViewDone) - Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill - Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.ForeColor = System.Drawing.Color.DarkTurquoise - Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(631, 205) - Me.GroupBox2.TabIndex = 6 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Erledigte Tasks" ' 'ListViewDone ' Me.ListViewDone.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader4, Me.ColumnHeader5, Me.ColumnHeader6}) - Me.ListViewDone.Dock = System.Windows.Forms.DockStyle.Fill - Me.ListViewDone.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ListViewDone.Location = New System.Drawing.Point(3, 21) + resources.ApplyResources(Me.ListViewDone, "ListViewDone") Me.ListViewDone.Name = "ListViewDone" - Me.ListViewDone.Size = New System.Drawing.Size(625, 181) - Me.ListViewDone.TabIndex = 3 Me.ListViewDone.TabStop = False Me.ListViewDone.UseCompatibleStateImageBehavior = False Me.ListViewDone.View = System.Windows.Forms.View.Details ' 'ColumnHeader4 ' - Me.ColumnHeader4.Text = "Task-Beschreibung" - Me.ColumnHeader4.Width = 270 + resources.ApplyResources(Me.ColumnHeader4, "ColumnHeader4") ' 'ColumnHeader5 ' - Me.ColumnHeader5.Text = "Date" - Me.ColumnHeader5.Width = 120 + resources.ApplyResources(Me.ColumnHeader5, "ColumnHeader5") ' 'ColumnHeader6 ' - Me.ColumnHeader6.Text = "User" - Me.ColumnHeader6.Width = 80 + resources.ApplyResources(Me.ColumnHeader6, "ColumnHeader6") ' 'SplitContainer1 ' - Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer1.Location = New System.Drawing.Point(0, 53) + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" - Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' @@ -230,24 +193,18 @@ Partial Class frmTaskOverview 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox2) - Me.SplitContainer1.Size = New System.Drawing.Size(631, 421) - Me.SplitContainer1.SplitterDistance = 212 - Me.SplitContainer1.TabIndex = 7 ' 'frmTaskOverview ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(631, 474) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.Panel1) - 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.Name = "frmTaskOverview" Me.ShowIcon = False Me.ShowInTaskbar = False - Me.Text = "Übersicht Workflow-Tasks" Me.TopMost = True Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() diff --git a/app/DD-Record-Organiser/frmTaskOverview.resx b/app/DD-Record-Organiser/frmTaskOverview.resx index aeb2fe8..6c0260c 100644 --- a/app/DD-Record-Organiser/frmTaskOverview.resx +++ b/app/DD-Record-Organiser/frmTaskOverview.resx @@ -117,25 +117,416 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Right + + + + MiddleLeft + + + 494, 7 + + + 134, 38 + + + + 1 + + + Taskmanagement +öffnen + + + MiddleRight + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 0 + + + Button + + + True + + + Left + + + MiddleLeft + + + 0, 0 + + + 84, 53 + + + 0 + + + Tasks pinnen + + + MiddleRight + + + TextAboveImage + 17, 17 - - 17, 17 - + + Keep in front + + + chkinFront + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 1 + + + Top + + + 0, 0 + + + 631, 53 + + + 2 + + + Panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Task-Beschreibung + + + 270 + + + Date + + + 120 + + + User + + + 80 + + + Fill + + + Segoe UI, 8.25pt + + + 3, 21 + + + 625, 188 + + + 3 + + + ListViewActive + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + 259, 17 116, 17 - - 116, 17 - 478, 17 691, 17 + + Fill + + + Segoe UI, 9.75pt + + + 0, 0 + + + 631, 212 + + + 5 + + + Aktive Tasks + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 0 + + + Task-Beschreibung + + + 270 + + + Date + + + 120 + + + User + + + 80 + + + Fill + + + Segoe UI, 8.25pt + + + 3, 21 + + + 625, 181 + + + 3 + + + ListViewDone + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + Fill + + + Segoe UI, 9.75pt + + + 0, 0 + + + 631, 205 + + + 6 + + + Erledigte Tasks + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 0 + + + Fill + + + 0, 53 + + + Horizontal + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 631, 421 + + + 212 + + + 7 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 631, 474 + + + Segoe UI, 8.25pt + + + Übersicht Workflow-Tasks + + + ToolTip1 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader1 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader3 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WF_OVERVIEW_AUTHORITYBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WF_OVERVIEW_AUTHORITYTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_OVERVIEW_AUTHORITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ColumnHeader4 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader5 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader6 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmTaskOverview + + + 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-Record-Organiser/frmTaskmanagement.designer.vb b/app/DD-Record-Organiser/frmTaskmanagement.designer.vb index b3ca74d..db2ed8d 100644 --- a/app/DD-Record-Organiser/frmTaskmanagement.designer.vb +++ b/app/DD-Record-Organiser/frmTaskmanagement.designer.vb @@ -24,6 +24,7 @@ Partial Class frmTaskmanagement 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(frmTaskmanagement)) Dim STATE_DESCLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label @@ -37,10 +38,8 @@ Partial Class frmTaskmanagement Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim ADDED_WHENLabel1 As System.Windows.Forms.Label Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTaskmanagement)) - Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tslbl = New System.Windows.Forms.ToolStripStatusLabel() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() @@ -195,163 +194,94 @@ Partial Class frmTaskmanagement ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(231, 39) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(21, 15) - GUIDLabel.TabIndex = 0 - GUIDLabel.Text = "ID:" ' 'STATE_DESCLabel ' - STATE_DESCLabel.AutoSize = True - STATE_DESCLabel.Location = New System.Drawing.Point(312, 39) + resources.ApplyResources(STATE_DESCLabel, "STATE_DESCLabel") STATE_DESCLabel.Name = "STATE_DESCLabel" - STATE_DESCLabel.Size = New System.Drawing.Size(70, 15) - STATE_DESCLabel.TabIndex = 2 - STATE_DESCLabel.Text = "Description:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(231, 135) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(71, 15) - ADDED_WHOLabel.TabIndex = 4 - ADDED_WHOLabel.Text = "Added who:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(394, 135) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(39, 15) - ADDED_WHENLabel.TabIndex = 6 - ADDED_WHENLabel.Text = "when:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(231, 183) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(84, 15) - CHANGED_WHOLabel.TabIndex = 8 - CHANGED_WHOLabel.Text = "Changed who:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(394, 183) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(39, 15) - CHANGED_WHENLabel.TabIndex = 10 - CHANGED_WHENLabel.Text = "when:" ' 'COLORLabel ' - COLORLabel.AutoSize = True - COLORLabel.Location = New System.Drawing.Point(231, 83) + resources.ApplyResources(COLORLabel, "COLORLabel") COLORLabel.Name = "COLORLabel" - COLORLabel.Size = New System.Drawing.Size(39, 15) - COLORLabel.TabIndex = 12 - COLORLabel.Text = "Color:" ' 'TITLELabel ' - TITLELabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - TITLELabel.AutoSize = True - TITLELabel.Location = New System.Drawing.Point(76, 209) + resources.ApplyResources(TITLELabel, "TITLELabel") TITLELabel.Name = "TITLELabel" - TITLELabel.Size = New System.Drawing.Size(33, 15) - TITLELabel.TabIndex = 3 - TITLELabel.Text = "Title:" ' 'DESCRIPTIONLabel ' - DESCRIPTIONLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - DESCRIPTIONLabel.AutoSize = True - DESCRIPTIONLabel.Location = New System.Drawing.Point(12, 253) + resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" - DESCRIPTIONLabel.Size = New System.Drawing.Size(82, 15) - DESCRIPTIONLabel.TabIndex = 5 - DESCRIPTIONLabel.Text = "Beschreibung:" ' 'GUIDLabel1 ' - GUIDLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - GUIDLabel1.AutoSize = True - GUIDLabel1.Location = New System.Drawing.Point(12, 209) + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(50, 15) - GUIDLabel1.TabIndex = 8 - GUIDLabel1.Text = "Task-ID:" ' 'ADDED_WHOLabel1 ' - ADDED_WHOLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - ADDED_WHOLabel1.AutoSize = True - ADDED_WHOLabel1.Location = New System.Drawing.Point(15, 303) + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(71, 15) - ADDED_WHOLabel1.TabIndex = 9 - ADDED_WHOLabel1.Text = "Added who:" ' 'CHANGED_WHOLabel1 ' - CHANGED_WHOLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - CHANGED_WHOLabel1.AutoSize = True - CHANGED_WHOLabel1.Location = New System.Drawing.Point(185, 303) + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(84, 15) - CHANGED_WHOLabel1.TabIndex = 10 - CHANGED_WHOLabel1.Text = "Changed who:" ' 'ADDED_WHENLabel1 ' - ADDED_WHENLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - ADDED_WHENLabel1.AutoSize = True - ADDED_WHENLabel1.Location = New System.Drawing.Point(12, 347) + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ADDED_WHENLabel1.Size = New System.Drawing.Size(71, 15) - ADDED_WHENLabel1.TabIndex = 12 - ADDED_WHENLabel1.Text = "Added who:" ' 'CHANGED_WHENLabel1 ' - CHANGED_WHENLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - CHANGED_WHENLabel1.AutoSize = True - CHANGED_WHENLabel1.Location = New System.Drawing.Point(185, 347) + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - CHANGED_WHENLabel1.Size = New System.Drawing.Size(77, 15) - CHANGED_WHENLabel1.TabIndex = 14 - CHANGED_WHENLabel1.Text = "Added when:" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslbl}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 466) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(1143, 22) - Me.StatusStrip1.TabIndex = 0 - Me.StatusStrip1.Text = "StatusStrip1" ' 'tslbl ' Me.tslbl.Image = Global.DD_Record_Organiser.My.Resources.Resources.lightbulb Me.tslbl.Name = "tslbl" - Me.tslbl.Size = New System.Drawing.Size(84, 17) - Me.tslbl.Text = "gespeichert" - Me.tslbl.Visible = False + resources.ApplyResources(Me.tslbl, "tslbl") ' 'SplitContainer1 ' - Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' - Me.SplitContainer1.Panel1.AutoScroll = True + resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1") Me.SplitContainer1.Panel1.Controls.Add(Me.ListBox1) Me.SplitContainer1.Panel1.Controls.Add(Me.btnAddTask2Entity) Me.SplitContainer1.Panel1.Controls.Add(CHANGED_WHENLabel1) @@ -373,9 +303,6 @@ Partial Class frmTaskmanagement 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.XtraTabControl1) - Me.SplitContainer1.Size = New System.Drawing.Size(1143, 466) - Me.SplitContainer1.SplitterDistance = 393 - Me.SplitContainer1.TabIndex = 1 ' 'ListBox1 ' @@ -383,11 +310,8 @@ Partial Class frmTaskmanagement Me.ListBox1.DataSource = Me.TBPMO_WORKFLOWBindingSource Me.ListBox1.DisplayMember = "TITLE" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.ItemHeight = 15 - Me.ListBox1.Location = New System.Drawing.Point(12, 28) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(367, 169) - Me.ListBox1.TabIndex = 17 Me.ListBox1.ValueMember = "GUID" ' 'TBPMO_WORKFLOWBindingSource @@ -402,81 +326,53 @@ Partial Class frmTaskmanagement ' 'btnAddTask2Entity ' - Me.btnAddTask2Entity.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.btnAddTask2Entity.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.btnAddTask2Entity, "btnAddTask2Entity") Me.btnAddTask2Entity.ForeColor = System.Drawing.Color.Fuchsia Me.btnAddTask2Entity.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_Forward_16xLG - Me.btnAddTask2Entity.ImageAlign = System.Drawing.ContentAlignment.MiddleRight - Me.btnAddTask2Entity.Location = New System.Drawing.Point(15, 394) Me.btnAddTask2Entity.Name = "btnAddTask2Entity" - Me.btnAddTask2Entity.Size = New System.Drawing.Size(364, 43) - Me.btnAddTask2Entity.TabIndex = 16 - Me.btnAddTask2Entity.Text = "Task zu Entität hinzufügen" - Me.btnAddTask2Entity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddTask2Entity.UseVisualStyleBackColor = True ' 'CHANGED_WHENTextBox1 ' - Me.CHANGED_WHENTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(188, 365) Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" - Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(148, 23) - Me.CHANGED_WHENTextBox1.TabIndex = 15 ' 'ADDED_WHENTextBox1 ' - Me.ADDED_WHENTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(15, 365) Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" - Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(152, 23) - Me.ADDED_WHENTextBox1.TabIndex = 13 ' 'CHANGED_WHOTextBox1 ' - Me.CHANGED_WHOTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(188, 321) Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" - Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(148, 23) - Me.CHANGED_WHOTextBox1.TabIndex = 11 ' 'ADDED_WHOTextBox1 ' - Me.ADDED_WHOTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(15, 321) Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(152, 23) - Me.ADDED_WHOTextBox1.TabIndex = 10 ' 'GUIDTextBox1 ' - Me.GUIDTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1") Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "GUID", True)) - Me.GUIDTextBox1.Location = New System.Drawing.Point(15, 227) Me.GUIDTextBox1.Name = "GUIDTextBox1" - Me.GUIDTextBox1.Size = New System.Drawing.Size(53, 23) - Me.GUIDTextBox1.TabIndex = 9 ' 'DESCRIPTIONTextBox ' - Me.DESCRIPTIONTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "DESCRIPTION", True)) - Me.DESCRIPTIONTextBox.Location = New System.Drawing.Point(15, 271) Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" - Me.DESCRIPTIONTextBox.Size = New System.Drawing.Size(364, 23) - Me.DESCRIPTIONTextBox.TabIndex = 6 ' 'TITLETextBox ' - Me.TITLETextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOWBindingSource, "TITLE", True)) - Me.TITLETextBox.Location = New System.Drawing.Point(79, 227) Me.TITLETextBox.Name = "TITLETextBox" - Me.TITLETextBox.Size = New System.Drawing.Size(300, 23) - Me.TITLETextBox.TabIndex = 4 ' 'TBPMO_WORKFLOWBindingNavigator ' @@ -486,203 +382,148 @@ Partial Class frmTaskmanagement Me.TBPMO_WORKFLOWBindingNavigator.CountItemFormat = "von {0} Workflow-Tasks" Me.TBPMO_WORKFLOWBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_WORKFLOWBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_WORKFLOWBindingNavigatorSaveItem}) - Me.TBPMO_WORKFLOWBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_WORKFLOWBindingNavigator, "TBPMO_WORKFLOWBindingNavigator") Me.TBPMO_WORKFLOWBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_WORKFLOWBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_WORKFLOWBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_WORKFLOWBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_WORKFLOWBindingNavigator.Name = "TBPMO_WORKFLOWBindingNavigator" Me.TBPMO_WORKFLOWBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_WORKFLOWBindingNavigator.Size = New System.Drawing.Size(393, 25) - Me.TBPMO_WORKFLOWBindingNavigator.TabIndex = 2 - Me.TBPMO_WORKFLOWBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(132, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Workflow-Tasks" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_WORKFLOWBindingNavigatorSaveItem ' Me.TBPMO_WORKFLOWBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_WORKFLOWBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_WORKFLOWBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_WORKFLOWBindingNavigatorSaveItem, "TBPMO_WORKFLOWBindingNavigatorSaveItem") Me.TBPMO_WORKFLOWBindingNavigatorSaveItem.Name = "TBPMO_WORKFLOWBindingNavigatorSaveItem" - Me.TBPMO_WORKFLOWBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_WORKFLOWBindingNavigatorSaveItem.Text = "Daten speichern" ' 'XtraTabControl1 ' - Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(746, 466) - Me.XtraTabControl1.TabIndex = 1 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) ' 'XtraTabPage1 ' - Me.XtraTabPage1.Appearance.Header.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XtraTabPage1.Appearance.Header.Font = CType(resources.GetObject("XtraTabPage1.Appearance.Header.Font"), System.Drawing.Font) Me.XtraTabPage1.Appearance.Header.Options.UseFont = True Me.XtraTabPage1.Controls.Add(Me.SplitContainer2) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(740, 437) - Me.XtraTabPage1.Text = "Task zu Entität zuordnen" - Me.XtraTabPage1.Tooltip = "Ordnen Sie in diesem Bereich die Workflows zu den Entitäten zu" - Me.XtraTabPage1.TooltipIconType = DevExpress.Utils.ToolTipIconType.Information - Me.XtraTabPage1.TooltipTitle = "Konfiguration" + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") ' 'SplitContainer2 ' - Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainer2, "SplitContainer2") Me.SplitContainer2.Name = "SplitContainer2" - Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' - Me.SplitContainer2.Panel1.AutoScroll = True + resources.ApplyResources(Me.SplitContainer2.Panel1, "SplitContainer2.Panel1") Me.SplitContainer2.Panel1.Controls.Add(Me.WH_FormsDataGridView) Me.SplitContainer2.Panel1.Controls.Add(Me.WH_FormsBindingNavigator) ' 'SplitContainer2.Panel2 ' - Me.SplitContainer2.Panel2.AutoScroll = True + resources.ApplyResources(Me.SplitContainer2.Panel2, "SplitContainer2.Panel2") Me.SplitContainer2.Panel2.Controls.Add(Me.VWPMO_WORKFLOW_FORMDataGridView) Me.SplitContainer2.Panel2.Controls.Add(Me.TBPMO_WORKFLOW_FORMBindingNavigator) - Me.SplitContainer2.Size = New System.Drawing.Size(740, 437) - Me.SplitContainer2.SplitterDistance = 249 - Me.SplitContainer2.TabIndex = 0 ' 'WH_FormsDataGridView ' Me.WH_FormsDataGridView.AllowUserToAddRows = False Me.WH_FormsDataGridView.AllowUserToDeleteRows = False - DataGridViewCellStyle4.BackColor = System.Drawing.Color.Yellow - Me.WH_FormsDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 + DataGridViewCellStyle1.BackColor = System.Drawing.Color.Yellow + Me.WH_FormsDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.WH_FormsDataGridView.AutoGenerateColumns = False Me.WH_FormsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells Me.WH_FormsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.WH_FormsDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn16, Me.ColName, Me.DataGridViewTextBoxColumn18}) Me.WH_FormsDataGridView.DataSource = Me.VWPMO_GUI_ENTITYBindingSource - DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(32, Byte), Integer), CType(CType(31, Byte), Integer), CType(CType(53, Byte), Integer)) - DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.WH_FormsDataGridView.DefaultCellStyle = DataGridViewCellStyle5 - Me.WH_FormsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.WH_FormsDataGridView.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.WH_FormsDataGridView, "WH_FormsDataGridView") Me.WH_FormsDataGridView.Name = "WH_FormsDataGridView" Me.WH_FormsDataGridView.ReadOnly = True - Me.WH_FormsDataGridView.Size = New System.Drawing.Size(740, 224) - Me.WH_FormsDataGridView.TabIndex = 3 ' 'DataGridViewTextBoxColumn16 ' Me.DataGridViewTextBoxColumn16.DataPropertyName = "ID" - Me.DataGridViewTextBoxColumn16.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn16, "DataGridViewTextBoxColumn16") Me.DataGridViewTextBoxColumn16.Name = "DataGridViewTextBoxColumn16" Me.DataGridViewTextBoxColumn16.ReadOnly = True - Me.DataGridViewTextBoxColumn16.Width = 43 ' 'ColName ' Me.ColName.DataPropertyName = "Name" - Me.ColName.HeaderText = "Name" + resources.ApplyResources(Me.ColName, "ColName") Me.ColName.Name = "ColName" Me.ColName.ReadOnly = True - Me.ColName.Width = 64 ' 'DataGridViewTextBoxColumn18 ' Me.DataGridViewTextBoxColumn18.DataPropertyName = "Title" - Me.DataGridViewTextBoxColumn18.HeaderText = "Title" + resources.ApplyResources(Me.DataGridViewTextBoxColumn18, "DataGridViewTextBoxColumn18") Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" Me.DataGridViewTextBoxColumn18.ReadOnly = True - Me.DataGridViewTextBoxColumn18.Width = 55 ' 'VWPMO_GUI_ENTITYBindingSource ' @@ -697,148 +538,124 @@ Partial Class frmTaskmanagement Me.WH_FormsBindingNavigator.CountItemFormat = "von {0} Entitäten" Me.WH_FormsBindingNavigator.DeleteItem = Nothing Me.WH_FormsBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripSeparator3}) - Me.WH_FormsBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.WH_FormsBindingNavigator, "WH_FormsBindingNavigator") Me.WH_FormsBindingNavigator.MoveFirstItem = Me.ToolStripButton3 Me.WH_FormsBindingNavigator.MoveLastItem = Me.ToolStripButton6 Me.WH_FormsBindingNavigator.MoveNextItem = Me.ToolStripButton5 Me.WH_FormsBindingNavigator.MovePreviousItem = Me.ToolStripButton4 Me.WH_FormsBindingNavigator.Name = "WH_FormsBindingNavigator" Me.WH_FormsBindingNavigator.PositionItem = Me.ToolStripTextBox1 - Me.WH_FormsBindingNavigator.Size = New System.Drawing.Size(740, 25) - Me.WH_FormsBindingNavigator.TabIndex = 3 - Me.WH_FormsBindingNavigator.Text = "BindingNavigator1" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(94, 22) - Me.ToolStripLabel1.Text = "von {0} Entitäten" - Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1") ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") Me.ToolStripButton3.Name = "ToolStripButton3" - Me.ToolStripButton3.RightToLeftAutoMirrorImage = True - Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton3.Text = "Erste verschieben" ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4") Me.ToolStripButton4.Name = "ToolStripButton4" - Me.ToolStripButton4.RightToLeftAutoMirrorImage = True - Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton4.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'ToolStripTextBox1 ' - Me.ToolStripTextBox1.AccessibleName = "Position" - Me.ToolStripTextBox1.AutoSize = False + resources.ApplyResources(Me.ToolStripTextBox1, "ToolStripTextBox1") Me.ToolStripTextBox1.Name = "ToolStripTextBox1" - Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23) - Me.ToolStripTextBox1.Text = "0" - Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' '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 = "Nächste verschieben" ' '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 = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' 'VWPMO_WORKFLOW_FORMDataGridView ' Me.VWPMO_WORKFLOW_FORMDataGridView.AllowUserToAddRows = False Me.VWPMO_WORKFLOW_FORMDataGridView.AllowUserToDeleteRows = False - DataGridViewCellStyle6.BackColor = System.Drawing.Color.Fuchsia - DataGridViewCellStyle6.ForeColor = System.Drawing.Color.White - Me.VWPMO_WORKFLOW_FORMDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6 + DataGridViewCellStyle2.BackColor = System.Drawing.Color.Fuchsia + DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White + Me.VWPMO_WORKFLOW_FORMDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.VWPMO_WORKFLOW_FORMDataGridView.AutoGenerateColumns = False Me.VWPMO_WORKFLOW_FORMDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.VWPMO_WORKFLOW_FORMDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10}) Me.VWPMO_WORKFLOW_FORMDataGridView.DataSource = Me.VWPMO_WORKFLOW_FORMBindingSource - Me.VWPMO_WORKFLOW_FORMDataGridView.Dock = System.Windows.Forms.DockStyle.Fill - Me.VWPMO_WORKFLOW_FORMDataGridView.Location = New System.Drawing.Point(0, 25) + resources.ApplyResources(Me.VWPMO_WORKFLOW_FORMDataGridView, "VWPMO_WORKFLOW_FORMDataGridView") Me.VWPMO_WORKFLOW_FORMDataGridView.Name = "VWPMO_WORKFLOW_FORMDataGridView" Me.VWPMO_WORKFLOW_FORMDataGridView.ReadOnly = True - Me.VWPMO_WORKFLOW_FORMDataGridView.Size = New System.Drawing.Size(740, 159) - Me.VWPMO_WORKFLOW_FORMDataGridView.TabIndex = 3 ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID" - Me.DataGridViewTextBoxColumn1.HeaderText = "ID" + resources.ApplyResources(Me.DataGridViewTextBoxColumn1, "DataGridViewTextBoxColumn1") Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.ReadOnly = True ' 'DataGridViewTextBoxColumn3 ' Me.DataGridViewTextBoxColumn3.DataPropertyName = "FORM_NAME" - Me.DataGridViewTextBoxColumn3.HeaderText = "Entität" + resources.ApplyResources(Me.DataGridViewTextBoxColumn3, "DataGridViewTextBoxColumn3") Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" Me.DataGridViewTextBoxColumn3.ReadOnly = True ' 'DataGridViewTextBoxColumn5 ' Me.DataGridViewTextBoxColumn5.DataPropertyName = "WORKFLOW" - Me.DataGridViewTextBoxColumn5.HeaderText = "Workflow" + resources.ApplyResources(Me.DataGridViewTextBoxColumn5, "DataGridViewTextBoxColumn5") Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" Me.DataGridViewTextBoxColumn5.ReadOnly = True ' 'DataGridViewTextBoxColumn7 ' Me.DataGridViewTextBoxColumn7.DataPropertyName = "ADDED_WHO" - Me.DataGridViewTextBoxColumn7.HeaderText = "Added who" + resources.ApplyResources(Me.DataGridViewTextBoxColumn7, "DataGridViewTextBoxColumn7") Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" Me.DataGridViewTextBoxColumn7.ReadOnly = True ' 'DataGridViewTextBoxColumn8 ' Me.DataGridViewTextBoxColumn8.DataPropertyName = "ADDED_WHEN" - Me.DataGridViewTextBoxColumn8.HeaderText = "Add. when" + resources.ApplyResources(Me.DataGridViewTextBoxColumn8, "DataGridViewTextBoxColumn8") Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" Me.DataGridViewTextBoxColumn8.ReadOnly = True ' 'DataGridViewTextBoxColumn9 ' Me.DataGridViewTextBoxColumn9.DataPropertyName = "CHANGED_WHO" - Me.DataGridViewTextBoxColumn9.HeaderText = "Changed who" + resources.ApplyResources(Me.DataGridViewTextBoxColumn9, "DataGridViewTextBoxColumn9") Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" Me.DataGridViewTextBoxColumn9.ReadOnly = True ' 'DataGridViewTextBoxColumn10 ' Me.DataGridViewTextBoxColumn10.DataPropertyName = "CHANGED_WHEN" - Me.DataGridViewTextBoxColumn10.HeaderText = "Changed when" + resources.ApplyResources(Me.DataGridViewTextBoxColumn10, "DataGridViewTextBoxColumn10") Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" Me.DataGridViewTextBoxColumn10.ReadOnly = True ' @@ -855,125 +672,92 @@ Partial Class frmTaskmanagement Me.TBPMO_WORKFLOW_FORMBindingNavigator.CountItemFormat = "von {0} Zuordnungen" Me.TBPMO_WORKFLOW_FORMBindingNavigator.DeleteItem = Me.ToolStripButton9 Me.TBPMO_WORKFLOW_FORMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton10, Me.ToolStripButton11, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton12, Me.ToolStripButton13, Me.ToolStripSeparator6, Me.ToolStripButton8, Me.ToolStripButton9, Me.ToolStripButton14}) - Me.TBPMO_WORKFLOW_FORMBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_WORKFLOW_FORMBindingNavigator, "TBPMO_WORKFLOW_FORMBindingNavigator") Me.TBPMO_WORKFLOW_FORMBindingNavigator.MoveFirstItem = Me.ToolStripButton10 Me.TBPMO_WORKFLOW_FORMBindingNavigator.MoveLastItem = Me.ToolStripButton13 Me.TBPMO_WORKFLOW_FORMBindingNavigator.MoveNextItem = Me.ToolStripButton12 Me.TBPMO_WORKFLOW_FORMBindingNavigator.MovePreviousItem = Me.ToolStripButton11 Me.TBPMO_WORKFLOW_FORMBindingNavigator.Name = "TBPMO_WORKFLOW_FORMBindingNavigator" Me.TBPMO_WORKFLOW_FORMBindingNavigator.PositionItem = Me.ToolStripTextBox2 - Me.TBPMO_WORKFLOW_FORMBindingNavigator.Size = New System.Drawing.Size(740, 25) - Me.TBPMO_WORKFLOW_FORMBindingNavigator.TabIndex = 3 - Me.TBPMO_WORKFLOW_FORMBindingNavigator.Text = "BindingNavigator1" ' '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 = "Neu hinzufügen" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(120, 22) - Me.ToolStripLabel2.Text = "von {0} Zuordnungen" - Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") ' '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 = "Löschen" ' '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 = "Erste verschieben" ' 'ToolStripButton11 ' Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") Me.ToolStripButton11.Name = "ToolStripButton11" - Me.ToolStripButton11.RightToLeftAutoMirrorImage = True - Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton11.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4") ' '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" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' 'ToolStripButton12 ' Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") Me.ToolStripButton12.Name = "ToolStripButton12" - Me.ToolStripButton12.RightToLeftAutoMirrorImage = True - Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton12.Text = "Nächste verschieben" ' 'ToolStripButton13 ' Me.ToolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton13, "ToolStripButton13") Me.ToolStripButton13.Name = "ToolStripButton13" - Me.ToolStripButton13.RightToLeftAutoMirrorImage = True - Me.ToolStripButton13.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton13.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") ' 'ToolStripButton14 ' Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton14, "ToolStripButton14") Me.ToolStripButton14.Name = "ToolStripButton14" - Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton14.Text = "Daten speichern" ' 'XtraTabPage2 ' Me.XtraTabPage2.Controls.Add(Me.XtraTabControl2) Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(740, 437) - Me.XtraTabPage2.Text = "Weitere Einstellungen" + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") ' 'XtraTabControl2 ' - Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.XtraTabControl2, "XtraTabControl2") Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPage3 - Me.XtraTabControl2.Size = New System.Drawing.Size(740, 437) - Me.XtraTabControl2.TabIndex = 0 Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage3, Me.XtraTabPage4}) ' 'XtraTabPage3 @@ -996,19 +780,13 @@ Partial Class frmTaskmanagement Me.XtraTabPage3.Controls.Add(COLORLabel) Me.XtraTabPage3.Controls.Add(Me.COLORTextBox) Me.XtraTabPage3.Name = "XtraTabPage3" - Me.XtraTabPage3.Size = New System.Drawing.Size(734, 409) - Me.XtraTabPage3.Text = "Stati der Tasks" + resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3") ' 'btncolordialog ' Me.btncolordialog.Image = Global.DD_Record_Organiser.My.Resources.Resources.color_wheel - Me.btncolordialog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btncolordialog.Location = New System.Drawing.Point(388, 99) + resources.ApplyResources(Me.btncolordialog, "btncolordialog") Me.btncolordialog.Name = "btncolordialog" - Me.btncolordialog.Size = New System.Drawing.Size(106, 24) - Me.btncolordialog.TabIndex = 16 - Me.btncolordialog.Text = "ColorDialog" - Me.btncolordialog.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btncolordialog.UseVisualStyleBackColor = True ' 'ListBox2 @@ -1017,11 +795,8 @@ Partial Class frmTaskmanagement Me.ListBox2.DataSource = Me.TBPMO_WORKFLOW_TASK_STATEBindingSource Me.ListBox2.DisplayMember = "STATE_DESC" Me.ListBox2.FormattingEnabled = True - Me.ListBox2.ItemHeight = 15 - Me.ListBox2.Location = New System.Drawing.Point(12, 31) + resources.ApplyResources(Me.ListBox2, "ListBox2") Me.ListBox2.Name = "ListBox2" - Me.ListBox2.Size = New System.Drawing.Size(201, 199) - Me.ListBox2.TabIndex = 15 Me.ListBox2.ValueMember = "GUID" ' 'TBPMO_WORKFLOW_TASK_STATEBindingSource @@ -1037,174 +812,131 @@ Partial Class frmTaskmanagement Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.CountItemFormat = "von {0} Stati" Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.DeleteItem = Me.ToolStripButton2 Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton7, Me.ToolStripButton15, Me.ToolStripSeparator7, Me.ToolStripTextBox3, Me.ToolStripLabel4, Me.ToolStripSeparator8, Me.ToolStripButton16, Me.ToolStripButton17, Me.ToolStripSeparator9, Me.ToolStripButton1, Me.ToolStripButton2, Me.ToolStripButton18}) - Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator, "TBPMO_WORKFLOW_TASK_STATEBindingNavigator") Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.MoveFirstItem = Me.ToolStripButton7 Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.MoveLastItem = Me.ToolStripButton17 Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.MoveNextItem = Me.ToolStripButton16 Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.MovePreviousItem = Me.ToolStripButton15 Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.Name = "TBPMO_WORKFLOW_TASK_STATEBindingNavigator" Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.PositionItem = Me.ToolStripTextBox3 - Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.Size = New System.Drawing.Size(734, 25) - Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.TabIndex = 14 - Me.TBPMO_WORKFLOW_TASK_STATEBindingNavigator.Text = "BindingNavigator1" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.RightToLeftAutoMirrorImage = True - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton1.Text = "Neu hinzufügen" ' 'ToolStripLabel4 ' Me.ToolStripLabel4.Name = "ToolStripLabel4" - Me.ToolStripLabel4.Size = New System.Drawing.Size(70, 22) - Me.ToolStripLabel4.Text = "von {0} Stati" - Me.ToolStripLabel4.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel4, "ToolStripLabel4") ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.RightToLeftAutoMirrorImage = True - Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton2.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" ' 'ToolStripButton15 ' Me.ToolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton15, "ToolStripButton15") Me.ToolStripButton15.Name = "ToolStripButton15" - Me.ToolStripButton15.RightToLeftAutoMirrorImage = True - Me.ToolStripButton15.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton15.Text = "Vorherige verschieben" ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") ' 'ToolStripTextBox3 ' - Me.ToolStripTextBox3.AccessibleName = "Position" - Me.ToolStripTextBox3.AutoSize = False + resources.ApplyResources(Me.ToolStripTextBox3, "ToolStripTextBox3") Me.ToolStripTextBox3.Name = "ToolStripTextBox3" - Me.ToolStripTextBox3.Size = New System.Drawing.Size(50, 23) - Me.ToolStripTextBox3.Text = "0" - Me.ToolStripTextBox3.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") ' 'ToolStripButton16 ' Me.ToolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton16.Image = CType(resources.GetObject("ToolStripButton16.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton16, "ToolStripButton16") Me.ToolStripButton16.Name = "ToolStripButton16" - Me.ToolStripButton16.RightToLeftAutoMirrorImage = True - Me.ToolStripButton16.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton16.Text = "Nächste verschieben" ' 'ToolStripButton17 ' Me.ToolStripButton17.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton17.Image = CType(resources.GetObject("ToolStripButton17.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton17, "ToolStripButton17") Me.ToolStripButton17.Name = "ToolStripButton17" - Me.ToolStripButton17.RightToLeftAutoMirrorImage = True - Me.ToolStripButton17.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton17.Text = "Letzte verschieben" ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" - Me.ToolStripSeparator9.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator9, "ToolStripSeparator9") ' 'ToolStripButton18 ' Me.ToolStripButton18.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton18.Image = CType(resources.GetObject("ToolStripButton18.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton18, "ToolStripButton18") Me.ToolStripButton18.Name = "ToolStripButton18" - Me.ToolStripButton18.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton18.Text = "Daten speichern" ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "GUID", True)) - Me.GUIDTextBox.Location = New System.Drawing.Point(234, 57) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(66, 23) - Me.GUIDTextBox.TabIndex = 1 ' 'STATE_DESCTextBox ' Me.STATE_DESCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "STATE_DESC", True)) - Me.STATE_DESCTextBox.Location = New System.Drawing.Point(315, 57) + resources.ApplyResources(Me.STATE_DESCTextBox, "STATE_DESCTextBox") Me.STATE_DESCTextBox.Name = "STATE_DESCTextBox" - Me.STATE_DESCTextBox.Size = New System.Drawing.Size(337, 23) - Me.STATE_DESCTextBox.TabIndex = 3 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(234, 153) + 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(148, 23) - Me.ADDED_WHOTextBox.TabIndex = 5 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(397, 153) + 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(160, 23) - Me.ADDED_WHENTextBox.TabIndex = 7 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(234, 203) + 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(148, 23) - Me.CHANGED_WHOTextBox.TabIndex = 9 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(397, 203) + 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(160, 23) - Me.CHANGED_WHENTextBox.TabIndex = 11 ' 'COLORTextBox ' Me.COLORTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_WORKFLOW_TASK_STATEBindingSource, "COLOR", True)) - Me.COLORTextBox.Location = New System.Drawing.Point(234, 101) + resources.ApplyResources(Me.COLORTextBox, "COLORTextBox") Me.COLORTextBox.Name = "COLORTextBox" - Me.COLORTextBox.Size = New System.Drawing.Size(148, 23) - Me.COLORTextBox.TabIndex = 13 ' 'XtraTabPage4 ' Me.XtraTabPage4.Name = "XtraTabPage4" - Me.XtraTabPage4.Size = New System.Drawing.Size(734, 409) + resources.ApplyResources(Me.XtraTabPage4, "XtraTabPage4") ' 'TBPMO_WORKFLOW_FORMBindingSource ' @@ -1218,6 +950,7 @@ Partial Class frmTaskmanagement 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing @@ -1228,6 +961,7 @@ Partial Class frmTaskmanagement Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing @@ -1235,6 +969,9 @@ Partial Class frmTaskmanagement Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -1278,14 +1015,11 @@ Partial Class frmTaskmanagement ' 'frmTaskmanagement ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1143, 488) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.StatusStrip1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmTaskmanagement" - Me.Text = "Taskmanagement" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmTaskmanagement.resx b/app/DD-Record-Organiser/frmTaskmanagement.resx index dcfeb11..176115b 100644 --- a/app/DD-Record-Organiser/frmTaskmanagement.resx +++ b/app/DD-Record-Organiser/frmTaskmanagement.resx @@ -120,55 +120,729 @@ False + + + True + + + + 231, 39 + + + 22, 13 + + + 0 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 3 + False + + True + + + 312, 39 + + + 64, 13 + + + 2 + + + Description: + + + STATE_DESCLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 5 + False + + True + + + 231, 135 + + + 65, 13 + + + 4 + + + Added who: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 7 + False + + True + + + 394, 135 + + + 37, 13 + + + 6 + + + when: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 9 + False + + True + + + 231, 183 + + + 77, 13 + + + 8 + + + Changed who: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 11 + False + + True + + + 394, 183 + + + 37, 13 + + + 10 + + + when: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 13 + False + + True + + + 231, 83 + + + 36, 13 + + + 12 + + + Color: + + + COLORLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 15 + False + + + Bottom, Left + + + True + + + 76, 209 + + + 33, 15 + + + 3 + + + Title: + + + TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 14 + False + + Bottom, Left + + + True + + + 12, 253 + + + 82, 15 + + + 5 + + + Beschreibung: + + + DESCRIPTIONLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 12 + False + + Bottom, Left + + + True + + + 12, 209 + + + 50, 15 + + + 8 + + + Task-ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 10 + False + + Bottom, Left + + + True + + + 15, 303 + + + 71, 15 + + + 9 + + + Added who: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 8 + False + + Bottom, Left + + + True + + + 185, 303 + + + 84, 15 + + + 10 + + + Changed who: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 6 + False + + Bottom, Left + + + True + + + 12, 347 + + + 71, 15 + + + 12 + + + Added who: + + + ADDED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 4 + False + + Bottom, Left + + + True + + + 185, 347 + + + 77, 15 + + + 14 + + + Added when: + + + CHANGED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 2 + 17, 17 + + 84, 17 + + + gespeichert + + + False + + + 0, 466 + + + 1143, 22 + + + 0 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Fill + + + 0, 0 + + + True + 277, 17 + + 134, 17 + + + 15 + + + 12, 28 + + + 367, 169 + + + 17 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 0 + + + Bottom, Left + + + Segoe UI Semibold, 9pt, style=Bold, Italic + + + MiddleRight + + + 15, 394 + + + 364, 43 + + + 16 + + + Task zu Entität hinzufügen + + + MiddleLeft + + + btnAddTask2Entity + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 1 + + + Bottom, Left + + + 188, 365 + + + 148, 23 + + + 15 + + + CHANGED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 3 + + + Bottom, Left + + + 15, 365 + + + 152, 23 + + + 13 + + + ADDED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 5 + + + Bottom, Left + + + 188, 321 + + + 148, 23 + + + 11 + + + CHANGED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 7 + + + Bottom, Left + + + 15, 321 + + + 152, 23 + + + 10 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 9 + + + Bottom, Left + + + 15, 227 + + + 53, 23 + + + 9 + + + GUIDTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 11 + + + Bottom, Left + + + 15, 271 + + + 364, 23 + + + 6 + + + DESCRIPTIONTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 13 + + + Bottom, Left + + + 79, 227 + + + 300, 23 + + + 4 + + + TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 15 + 934, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -181,12 +855,24 @@ rkJggg== - - 277, 17 - - - 134, 17 - + + True + + + 23, 22 + + + Neu hinzufügen + + + 132, 22 + + + von {0} Workflow-Tasks + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -199,6 +885,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -210,6 +905,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -219,16 +923,55 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + True - + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/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 wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// @@ -239,6 +982,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -246,15 +1001,126 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - - 134, 17 - + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 393, 25 + + + 2 + + + BindingNavigator1 + + + TBPMO_WORKFLOWBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 16 + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + Fill + + + 0, 0 + + + Tahoma, 9pt, style=Bold + + + Fill + + + 0, 0 + + + Horizontal + + + True + + + ID + + + 43 + + + Name + + + 59 + + + Title + + + 52 + 1212, 56 + + Fill + + + 0, 25 + + + 744, 225 + + + 3 + + + WH_FormsDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2.Panel1 + + + 0 + 1195, 17 + + 94, 22 + + + von {0} Entitäten + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -266,6 +1132,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -275,6 +1150,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -284,6 +1189,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -295,9 +1209,105 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + + + 0, 0 + + + 744, 25 + + + 3 + + + BindingNavigator1 + + + WH_FormsBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2.Panel1 + + + 1 + + + SplitContainer2.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2 + + + 0 + + + True + + + ID + + + Entität + + + Workflow + + + Added who + + + Add. when + + + Changed who + + + Changed when + 17, 134 + + Fill + + + 0, 25 + + + 744, 161 + + + 3 + + + VWPMO_WORKFLOW_FORMDataGridView + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2.Panel2 + + + 0 + 17, 56 @@ -313,6 +1323,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 120, 22 + + + von {0} Zuordnungen + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -325,6 +1353,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -336,6 +1373,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -345,6 +1391,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -354,6 +1430,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -365,6 +1450,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -372,15 +1469,163 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - - 317, 56 - - - 495, 95 - + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 744, 25 + + + 3 + + + BindingNavigator1 + + + TBPMO_WORKFLOW_FORMBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2.Panel2 + + + 1 + + + SplitContainer2.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer2 + + + 1 + + + 744, 440 + + + 250 + + + 0 + + + SplitContainer2 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + + + 744, 440 + + + Task zu Entität zuordnen + + + Ordnen Sie in diesem Bereich die Workflows zu den Entitäten zu + + + + Information + + + Konfiguration + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 746, 466 + + + 1 + + + Fill + + + 0, 0 + + + MiddleLeft + + + 388, 99 + + + 106, 24 + + + 16 + + + ColorDialog + + + MiddleRight + + + btncolordialog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 0 + 495, 95 + + 12, 31 + + + 201, 199 + + + 15 + + + ListBox2 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 1 + 317, 56 @@ -396,6 +1641,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 70, 22 + + + von {0} Stati + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -408,6 +1671,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -419,6 +1691,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -428,6 +1709,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -437,6 +1748,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -448,6 +1768,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -455,6 +1787,297 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 742, 25 + + + 14 + + + BindingNavigator1 + + + TBPMO_WORKFLOW_TASK_STATEBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 2 + + + 234, 57 + + + 66, 21 + + + 1 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 4 + + + 315, 57 + + + 337, 21 + + + 3 + + + STATE_DESCTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 6 + + + 234, 153 + + + 148, 21 + + + 5 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 8 + + + 397, 153 + + + 160, 21 + + + 7 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 10 + + + 234, 203 + + + 148, 21 + + + 9 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 12 + + + 397, 203 + + + 160, 21 + + + 11 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 14 + + + 234, 101 + + + 148, 21 + + + 13 + + + COLORTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 16 + + + 742, 415 + + + Stati der Tasks + + + XtraTabPage3 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl2 + + + 0 + + + 744, 440 + + + 0 + + + 742, 415 + + + XtraTabPage4 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl2 + + + 1 + + + XtraTabControl2 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabPage2 + + + 0 + + + 744, 440 + + + Weitere Einstellungen + + + XtraTabPage2 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + SplitContainer1.Panel2 + + + 0 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 1143, 466 + + + 393 + + + 1 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 650, 56 @@ -485,7 +2108,454 @@ 590, 134 + + True + 174 + + 7, 15 + + + 1143, 488 + + + Segoe UI, 9pt + + + Taskmanagement + + + tslbl + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOWBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_WORKFLOWBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DataGridViewTextBoxColumn16 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColName + + + 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 + + + VWPMO_GUI_ENTITYBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton4 + + + 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 + + + ToolStripTextBox1 + + + System.Windows.Forms.ToolStripTextBox, 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 + + + ToolStripButton5 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + DataGridViewTextBoxColumn3 + + + 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 + + + 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 + + + DataGridViewTextBoxColumn10 + + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WORKFLOW_FORMBindingSource + + + System.Windows.Forms.BindingSource, 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 + + + ToolStripLabel2 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton11 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator4 + + + 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 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + ToolStripButton13 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripButton14 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOW_TASK_STATEBindingSource + + + System.Windows.Forms.BindingSource, 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 + + + ToolStripLabel4 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton7 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton15 + + + 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 + + + ToolStripTextBox3 + + + System.Windows.Forms.ToolStripTextBox, 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 + + + ToolStripButton16 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton17 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator9 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton18 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOW_FORMBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOWTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOWTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WORKFLOW_FORMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_FORMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_GUI_ENTITYTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_GUI_ENTITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TbpmO_WD_FVIEW_DT_INDEXTableAdapter1 + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WD_FVIEW_DT_INDEXTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager1 + + + DD_Record_Organiser.DD_DMSDataSetCalendarTableAdapters.TableAdapterManager, DD_DMSDataSetCalendar.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WORKFLOW_TASK_STATETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WORKFLOW_FORMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WORKFLOW_FORMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ColorDialog1 + + + System.Windows.Forms.ColorDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmTaskmanagement + + + 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-Record-Organiser/frmTemplates.Designer.vb b/app/DD-Record-Organiser/frmTemplates.Designer.vb index f18e95b..8560a58 100644 --- a/app/DD-Record-Organiser/frmTemplates.Designer.vb +++ b/app/DD-Record-Organiser/frmTemplates.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmTemplates 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(frmTemplates)) Dim NAMELabel As System.Windows.Forms.Label Dim TEMPLATE_PATHLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label @@ -38,7 +39,6 @@ Partial Class frmTemplates Dim CONNECTION_IDLabel As System.Windows.Forms.Label Dim SQL_COMMANDLabel As System.Windows.Forms.Label Dim Label5 As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTemplates)) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.TBPMO_TEMPLATEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPMO_TEMPLATETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_TEMPLATETableAdapter() @@ -151,139 +151,78 @@ Partial Class frmTemplates ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(186, 28) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(21, 15) - GUIDLabel.TabIndex = 1 - GUIDLabel.Text = "ID:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Location = New System.Drawing.Point(238, 28) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(86, 15) - NAMELabel.TabIndex = 8 - NAMELabel.Text = "Interner Name:" ' 'TEMPLATE_PATHLabel ' - TEMPLATE_PATHLabel.AutoSize = True - TEMPLATE_PATHLabel.Location = New System.Drawing.Point(186, 87) + resources.ApplyResources(TEMPLATE_PATHLabel, "TEMPLATE_PATHLabel") TEMPLATE_PATHLabel.Name = "TEMPLATE_PATHLabel" - TEMPLATE_PATHLabel.Size = New System.Drawing.Size(159, 15) - TEMPLATE_PATHLabel.TabIndex = 10 - TEMPLATE_PATHLabel.Text = "Speicherort der Vorlagedatei:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Location = New System.Drawing.Point(186, 141) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(67, 15) - ADDED_WHOLabel.TabIndex = 13 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(347, 141) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 15) - ADDED_WHENLabel.TabIndex = 15 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(493, 141) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 15) - CHANGED_WHOLabel.TabIndex = 17 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(663, 141) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 15) - CHANGED_WHENLabel.TabIndex = 19 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'ENTITY_IDLabel ' - ENTITY_IDLabel.AutoSize = True - ENTITY_IDLabel.Location = New System.Drawing.Point(6, 19) + resources.ApplyResources(ENTITY_IDLabel, "ENTITY_IDLabel") ENTITY_IDLabel.Name = "ENTITY_IDLabel" - ENTITY_IDLabel.Size = New System.Drawing.Size(115, 15) - ENTITY_IDLabel.TabIndex = 21 - ENTITY_IDLabel.Text = "1. Entität auswählen:" ' 'DOCTYPE_IDLabel ' - DOCTYPE_IDLabel.AutoSize = True - DOCTYPE_IDLabel.Location = New System.Drawing.Point(583, 28) + resources.ApplyResources(DOCTYPE_IDLabel, "DOCTYPE_IDLabel") DOCTYPE_IDLabel.Name = "DOCTYPE_IDLabel" - DOCTYPE_IDLabel.Size = New System.Drawing.Size(80, 15) - DOCTYPE_IDLabel.TabIndex = 23 - DOCTYPE_IDLabel.Text = "Dokumentart:" ' 'GUIDLabel2 ' - GUIDLabel2.AutoSize = True - GUIDLabel2.Location = New System.Drawing.Point(299, 435) + resources.ApplyResources(GUIDLabel2, "GUIDLabel2") GUIDLabel2.Name = "GUIDLabel2" - GUIDLabel2.Size = New System.Drawing.Size(21, 15) - GUIDLabel2.TabIndex = 32 - GUIDLabel2.Text = "ID:" ' 'NAME_PATTERNLabel ' - NAME_PATTERNLabel.AutoSize = True - NAME_PATTERNLabel.Location = New System.Drawing.Point(348, 435) + resources.ApplyResources(NAME_PATTERNLabel, "NAME_PATTERNLabel") NAME_PATTERNLabel.Name = "NAME_PATTERNLabel" - NAME_PATTERNLabel.Size = New System.Drawing.Size(157, 15) - NAME_PATTERNLabel.TabIndex = 34 - NAME_PATTERNLabel.Text = "Platzhaltername OfficeDatei:" ' 'FIXED_VALUELabel ' - FIXED_VALUELabel.AutoSize = True - FIXED_VALUELabel.Location = New System.Drawing.Point(586, 435) + resources.ApplyResources(FIXED_VALUELabel, "FIXED_VALUELabel") FIXED_VALUELabel.Name = "FIXED_VALUELabel" - FIXED_VALUELabel.Size = New System.Drawing.Size(102, 15) - FIXED_VALUELabel.TabIndex = 36 - FIXED_VALUELabel.Text = "Platzhalter Entität:" ' 'CONNECTION_IDLabel ' - CONNECTION_IDLabel.AutoSize = True - CONNECTION_IDLabel.Location = New System.Drawing.Point(299, 503) + resources.ApplyResources(CONNECTION_IDLabel, "CONNECTION_IDLabel") CONNECTION_IDLabel.Name = "CONNECTION_IDLabel" - CONNECTION_IDLabel.Size = New System.Drawing.Size(101, 15) - CONNECTION_IDLabel.TabIndex = 38 - CONNECTION_IDLabel.Text = "CONNECTION ID:" ' 'SQL_COMMANDLabel ' - SQL_COMMANDLabel.AutoSize = True - SQL_COMMANDLabel.Location = New System.Drawing.Point(407, 503) + resources.ApplyResources(SQL_COMMANDLabel, "SQL_COMMANDLabel") SQL_COMMANDLabel.Name = "SQL_COMMANDLabel" - SQL_COMMANDLabel.Size = New System.Drawing.Size(98, 15) - SQL_COMMANDLabel.TabIndex = 40 - SQL_COMMANDLabel.Text = "SQL COMMAND:" ' 'Label5 ' - Label5.AutoSize = True - Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Label5.Location = New System.Drawing.Point(1185, 436) + resources.ApplyResources(Label5, "Label5") Label5.Name = "Label5" - Label5.Size = New System.Drawing.Size(90, 13) - Label5.TabIndex = 87 - Label5.Text = "Vorschau/Inhalte:" ' 'DD_DMSDataSet ' @@ -338,140 +277,100 @@ Partial Class frmTemplates Me.TBPMO_TEMPLATEBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBPMO_TEMPLATEBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_TEMPLATEBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel3, Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_TEMPLATEBindingNavigatorSaveItem}) - Me.TBPMO_TEMPLATEBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_TEMPLATEBindingNavigator, "TBPMO_TEMPLATEBindingNavigator") Me.TBPMO_TEMPLATEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_TEMPLATEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_TEMPLATEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_TEMPLATEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_TEMPLATEBindingNavigator.Name = "TBPMO_TEMPLATEBindingNavigator" Me.TBPMO_TEMPLATEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_TEMPLATEBindingNavigator.Size = New System.Drawing.Size(1426, 25) - Me.TBPMO_TEMPLATEBindingNavigator.TabIndex = 0 - Me.TBPMO_TEMPLATEBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' 'ToolStripLabel3 ' - Me.ToolStripLabel3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStripLabel3, "ToolStripLabel3") Me.ToolStripLabel3.Name = "ToolStripLabel3" - Me.ToolStripLabel3.Size = New System.Drawing.Size(137, 22) - Me.ToolStripLabel3.Text = "Hinterlegte Vorlagen" - Me.ToolStripLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_TEMPLATEBindingNavigatorSaveItem ' Me.TBPMO_TEMPLATEBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_TEMPLATEBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_TEMPLATEBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_TEMPLATEBindingNavigatorSaveItem, "TBPMO_TEMPLATEBindingNavigatorSaveItem") Me.TBPMO_TEMPLATEBindingNavigatorSaveItem.Name = "TBPMO_TEMPLATEBindingNavigatorSaveItem" - Me.TBPMO_TEMPLATEBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_TEMPLATEBindingNavigatorSaveItem.Text = "Daten speichern" ' 'GUIDTextBox ' Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "GUID", True)) - Me.GUIDTextBox.Enabled = False - Me.GUIDTextBox.Location = New System.Drawing.Point(189, 61) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" - Me.GUIDTextBox.Size = New System.Drawing.Size(43, 23) - Me.GUIDTextBox.TabIndex = 2 ' 'ListBox1 ' - Me.ListBox1.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.ListBox1, "ListBox1") Me.ListBox1.DataSource = Me.TBPMO_TEMPLATEBindingSource Me.ListBox1.DisplayMember = "NAME" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.ItemHeight = 15 - Me.ListBox1.Location = New System.Drawing.Point(3, 28) Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(177, 154) - Me.ListBox1.TabIndex = 3 Me.ListBox1.ValueMember = "GUID" ' 'TBPMO_TEMPLATE_ENTITYBindingSource @@ -495,78 +394,57 @@ Partial Class frmTemplates 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(241, 61) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(339, 23) - Me.NAMETextBox.TabIndex = 9 ' 'TEMPLATE_PATHTextBox ' Me.TEMPLATE_PATHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "TEMPLATE_PATH", True)) - Me.TEMPLATE_PATHTextBox.Location = New System.Drawing.Point(189, 105) + resources.ApplyResources(Me.TEMPLATE_PATHTextBox, "TEMPLATE_PATHTextBox") Me.TEMPLATE_PATHTextBox.Name = "TEMPLATE_PATHTextBox" - Me.TEMPLATE_PATHTextBox.Size = New System.Drawing.Size(617, 23) - Me.TEMPLATE_PATHTextBox.TabIndex = 11 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_TEMPLATEBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(857, 104) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(59, 24) - Me.ACTIVECheckBox.TabIndex = 13 - Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Enabled = False - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(189, 159) + resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" - Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(155, 23) - Me.ADDED_WHOTextBox.TabIndex = 14 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Enabled = False - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(350, 159) + resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" - Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(140, 23) - Me.ADDED_WHENTextBox.TabIndex = 16 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Enabled = False - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(496, 159) + resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" - Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(161, 23) - Me.CHANGED_WHOTextBox.TabIndex = 18 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATEBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Enabled = False - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(666, 159) + resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" - Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(140, 23) - Me.CHANGED_WHENTextBox.TabIndex = 20 ' 'cmbEntities ' Me.cmbEntities.DataSource = Me.VWPMO_GUI_ENTITYBindingSource Me.cmbEntities.DisplayMember = "Title" Me.cmbEntities.FormattingEnabled = True - Me.cmbEntities.Location = New System.Drawing.Point(9, 40) + resources.ApplyResources(Me.cmbEntities, "cmbEntities") Me.cmbEntities.Name = "cmbEntities" - Me.cmbEntities.Size = New System.Drawing.Size(241, 23) - Me.cmbEntities.TabIndex = 22 Me.cmbEntities.ValueMember = "ID" ' 'VWPMO_GUI_ENTITYBindingSource @@ -580,10 +458,8 @@ Partial Class frmTemplates Me.DOCTYPE_IDComboBox.DataSource = Me.VWPMO_DOKUMENTTYPESBindingSource Me.DOCTYPE_IDComboBox.DisplayMember = "DOKUMENTTYPE" Me.DOCTYPE_IDComboBox.FormattingEnabled = True - Me.DOCTYPE_IDComboBox.Location = New System.Drawing.Point(586, 61) + resources.ApplyResources(Me.DOCTYPE_IDComboBox, "DOCTYPE_IDComboBox") Me.DOCTYPE_IDComboBox.Name = "DOCTYPE_IDComboBox" - Me.DOCTYPE_IDComboBox.Size = New System.Drawing.Size(330, 23) - Me.DOCTYPE_IDComboBox.TabIndex = 24 Me.DOCTYPE_IDComboBox.ValueMember = "DOKUMENTTYPE_ID" ' 'VWPMO_DOKUMENTTYPESBindingSource @@ -603,11 +479,8 @@ Partial Class frmTemplates ' Me.ListBox_Entity.DisplayMember = "GUID" Me.ListBox_Entity.FormattingEnabled = True - Me.ListBox_Entity.ItemHeight = 15 - Me.ListBox_Entity.Location = New System.Drawing.Point(6, 23) + resources.ApplyResources(Me.ListBox_Entity, "ListBox_Entity") Me.ListBox_Entity.Name = "ListBox_Entity" - Me.ListBox_Entity.Size = New System.Drawing.Size(262, 139) - Me.ListBox_Entity.TabIndex = 31 Me.ListBox_Entity.ValueMember = "GUID" ' 'BindingNavigator2 @@ -617,172 +490,128 @@ Partial Class frmTemplates Me.BindingNavigator2.CountItem = Me.ToolStripLabel2 Me.BindingNavigator2.CountItemFormat = "von {0} Patterns" Me.BindingNavigator2.DeleteItem = Me.ToolStripButton10 - Me.BindingNavigator2.Dock = System.Windows.Forms.DockStyle.None + resources.ApplyResources(Me.BindingNavigator2, "BindingNavigator2") Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton11, Me.ToolStripButton12, Me.ToolStripSeparator4, Me.ToolStripTextBox2, Me.ToolStripLabel2, Me.ToolStripSeparator5, Me.ToolStripButton13, Me.ToolStripButton14, Me.ToolStripSeparator6, Me.ToolStripButton10, Me.ToolStripButton15, Me.ToolStripButton16, Me.ToolStripSeparator1, Me.tsbtnGetPatterns}) - Me.BindingNavigator2.Location = New System.Drawing.Point(293, 405) Me.BindingNavigator2.MoveFirstItem = Me.ToolStripButton11 Me.BindingNavigator2.MoveLastItem = Me.ToolStripButton14 Me.BindingNavigator2.MoveNextItem = Me.ToolStripButton13 Me.BindingNavigator2.MovePreviousItem = Me.ToolStripButton12 Me.BindingNavigator2.Name = "BindingNavigator2" Me.BindingNavigator2.PositionItem = Me.ToolStripTextBox2 - Me.BindingNavigator2.Size = New System.Drawing.Size(540, 25) - Me.BindingNavigator2.TabIndex = 32 - Me.BindingNavigator2.Text = "BindingNavigator2" ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(90, 22) - Me.ToolStripLabel2.Text = "von {0} Patterns" - Me.ToolStripLabel2.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") ' '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 = "Löschen" ' 'ToolStripButton11 ' Me.ToolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton11.Image = CType(resources.GetObject("ToolStripButton11.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton11, "ToolStripButton11") Me.ToolStripButton11.Name = "ToolStripButton11" - Me.ToolStripButton11.RightToLeftAutoMirrorImage = True - Me.ToolStripButton11.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton11.Text = "Erste verschieben" ' 'ToolStripButton12 ' Me.ToolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton12.Image = CType(resources.GetObject("ToolStripButton12.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton12, "ToolStripButton12") Me.ToolStripButton12.Name = "ToolStripButton12" - Me.ToolStripButton12.RightToLeftAutoMirrorImage = True - Me.ToolStripButton12.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton12.Text = "Vorherige verschieben" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4") ' '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" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") ' 'ToolStripButton13 ' Me.ToolStripButton13.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton13.Image = CType(resources.GetObject("ToolStripButton13.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton13, "ToolStripButton13") Me.ToolStripButton13.Name = "ToolStripButton13" - Me.ToolStripButton13.RightToLeftAutoMirrorImage = True - Me.ToolStripButton13.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton13.Text = "Nächste verschieben" ' 'ToolStripButton14 ' Me.ToolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton14.Image = CType(resources.GetObject("ToolStripButton14.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton14, "ToolStripButton14") Me.ToolStripButton14.Name = "ToolStripButton14" - Me.ToolStripButton14.RightToLeftAutoMirrorImage = True - Me.ToolStripButton14.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton14.Text = "Letzte verschieben" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") ' 'ToolStripButton15 ' Me.ToolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton15.Image = CType(resources.GetObject("ToolStripButton15.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton15, "ToolStripButton15") Me.ToolStripButton15.Name = "ToolStripButton15" - Me.ToolStripButton15.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton15.Text = "Daten speichern" ' 'ToolStripButton16 ' Me.ToolStripButton16.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton16.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton16, "ToolStripButton16") Me.ToolStripButton16.Name = "ToolStripButton16" - Me.ToolStripButton16.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton16.Text = "ToolStripButton8" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'tsbtnGetPatterns ' Me.tsbtnGetPatterns.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_Forward_16xLG - Me.tsbtnGetPatterns.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsbtnGetPatterns, "tsbtnGetPatterns") Me.tsbtnGetPatterns.Name = "tsbtnGetPatterns" - Me.tsbtnGetPatterns.Size = New System.Drawing.Size(201, 22) - Me.tsbtnGetPatterns.Text = "Platzhalter aus Vorlage neu laden" ' 'GUIDTextBox2 ' Me.GUIDTextBox2.BackColor = System.Drawing.Color.WhiteSmoke Me.GUIDTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "GUID", True)) - Me.GUIDTextBox2.Location = New System.Drawing.Point(302, 453) + resources.ApplyResources(Me.GUIDTextBox2, "GUIDTextBox2") Me.GUIDTextBox2.Name = "GUIDTextBox2" Me.GUIDTextBox2.ReadOnly = True - Me.GUIDTextBox2.Size = New System.Drawing.Size(42, 23) - Me.GUIDTextBox2.TabIndex = 33 Me.GUIDTextBox2.TabStop = False ' 'NAME_PATTERNTextBox ' Me.NAME_PATTERNTextBox.BackColor = System.Drawing.Color.MistyRose Me.NAME_PATTERNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "NAME_PATTERN", True)) - Me.NAME_PATTERNTextBox.Location = New System.Drawing.Point(350, 453) + resources.ApplyResources(Me.NAME_PATTERNTextBox, "NAME_PATTERNTextBox") Me.NAME_PATTERNTextBox.Name = "NAME_PATTERNTextBox" Me.NAME_PATTERNTextBox.ReadOnly = True - Me.NAME_PATTERNTextBox.Size = New System.Drawing.Size(230, 23) - Me.NAME_PATTERNTextBox.TabIndex = 35 ' 'CONNECTION_IDComboBox ' Me.CONNECTION_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "CONNECTION_ID", True)) Me.CONNECTION_IDComboBox.FormattingEnabled = True - Me.CONNECTION_IDComboBox.Location = New System.Drawing.Point(302, 521) + resources.ApplyResources(Me.CONNECTION_IDComboBox, "CONNECTION_IDComboBox") Me.CONNECTION_IDComboBox.Name = "CONNECTION_IDComboBox" - Me.CONNECTION_IDComboBox.Size = New System.Drawing.Size(98, 23) - Me.CONNECTION_IDComboBox.TabIndex = 39 ' 'SQL_COMMANDTextBox ' Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "SQL_COMMAND", True)) - Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(410, 521) + resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox") Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" - Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(100, 23) - Me.SQL_COMMANDTextBox.TabIndex = 41 ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(3, 3) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(151, 17) - Me.Label2.TabIndex = 44 - Me.Label2.Text = "Zugeordnete Entitäten:" ' 'Panel1 ' @@ -809,53 +638,30 @@ Partial Class frmTemplates Me.Panel1.Controls.Add(CHANGED_WHENLabel) Me.Panel1.Controls.Add(Me.DOCTYPE_IDComboBox) Me.Panel1.Controls.Add(DOCTYPE_IDLabel) - Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top - Me.Panel1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" - Me.Panel1.Size = New System.Drawing.Size(1426, 199) - Me.Panel1.TabIndex = 45 ' 'btnAddTemplate ' - Me.btnAddTemplate.Location = New System.Drawing.Point(812, 104) + resources.ApplyResources(Me.btnAddTemplate, "btnAddTemplate") Me.btnAddTemplate.Name = "btnAddTemplate" - Me.btnAddTemplate.Size = New System.Drawing.Size(39, 23) - Me.btnAddTemplate.TabIndex = 79 - Me.btnAddTemplate.Text = "..." Me.btnAddTemplate.UseVisualStyleBackColor = True ' 'lblSaveTemplate ' - Me.lblSaveTemplate.AutoSize = True + resources.ApplyResources(Me.lblSaveTemplate, "lblSaveTemplate") Me.lblSaveTemplate.BackColor = System.Drawing.Color.Yellow - Me.lblSaveTemplate.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveTemplate.Location = New System.Drawing.Point(812, 160) Me.lblSaveTemplate.Name = "lblSaveTemplate" - Me.lblSaveTemplate.Size = New System.Drawing.Size(197, 15) - Me.lblSaveTemplate.TabIndex = 78 - Me.lblSaveTemplate.Text = "Template erfolgreich gespeichert!" - Me.lblSaveTemplate.Visible = False ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label4.Location = New System.Drawing.Point(238, 43) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(173, 13) - Me.Label4.TabIndex = 26 - Me.Label4.Text = "(Verweis für Menüzuordnungen etc)" ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(583, 43) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(424, 13) - Me.Label3.TabIndex = 25 - Me.Label3.Text = "(Die Dokumentart definiert den Ablageort, die Indexierung und die Benennung der D" & _ - "atei)" ' 'OpenFileDialog1 ' @@ -866,45 +672,28 @@ Partial Class frmTemplates Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.cmbEntities) Me.GroupBox1.Controls.Add(ENTITY_IDLabel) - Me.GroupBox1.Location = New System.Drawing.Point(293, 23) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(266, 100) - Me.GroupBox1.TabIndex = 46 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Zu weiterer Entität zuordnen:" ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button1.Location = New System.Drawing.Point(9, 71) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(241, 23) - Me.Button1.TabIndex = 23 - Me.Button1.Text = "2. Hinzufügen" Me.Button1.UseVisualStyleBackColor = True ' 'lblSaveEntity ' - Me.lblSaveEntity.AutoSize = True + resources.ApplyResources(Me.lblSaveEntity, "lblSaveEntity") Me.lblSaveEntity.BackColor = System.Drawing.Color.Yellow - Me.lblSaveEntity.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveEntity.Location = New System.Drawing.Point(299, 126) Me.lblSaveEntity.Name = "lblSaveEntity" - Me.lblSaveEntity.Size = New System.Drawing.Size(206, 15) - Me.lblSaveEntity.TabIndex = 79 - Me.lblSaveEntity.Text = "Zuordnung erfolgreich gespeichert!" - Me.lblSaveEntity.Visible = False ' 'btndeleteEntityZO ' Me.btndeleteEntityZO.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btndeleteEntityZO.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndeleteEntityZO.Location = New System.Drawing.Point(302, 144) + resources.ApplyResources(Me.btndeleteEntityZO, "btndeleteEntityZO") Me.btndeleteEntityZO.Name = "btndeleteEntityZO" - Me.btndeleteEntityZO.Size = New System.Drawing.Size(241, 23) - Me.btndeleteEntityZO.TabIndex = 80 - Me.btndeleteEntityZO.Text = "Zuordnung löschen" Me.btndeleteEntityZO.UseVisualStyleBackColor = True ' 'ListBoxPatterns @@ -912,11 +701,8 @@ Partial Class frmTemplates Me.ListBoxPatterns.DataSource = Me.TBPMO_TEMPLATE_PATTERNBindingSource Me.ListBoxPatterns.DisplayMember = "NAME_PATTERN" Me.ListBoxPatterns.FormattingEnabled = True - Me.ListBoxPatterns.ItemHeight = 15 - Me.ListBoxPatterns.Location = New System.Drawing.Point(6, 405) + resources.ApplyResources(Me.ListBoxPatterns, "ListBoxPatterns") Me.ListBoxPatterns.Name = "ListBoxPatterns" - Me.ListBoxPatterns.Size = New System.Drawing.Size(262, 139) - Me.ListBoxPatterns.TabIndex = 81 Me.ListBoxPatterns.ValueMember = "GUID" ' 'Panel2 @@ -927,29 +713,19 @@ Partial Class frmTemplates Me.Panel2.Controls.Add(Me.btndeleteEntityZO) Me.Panel2.Controls.Add(Me.GroupBox1) Me.Panel2.Controls.Add(Me.lblSaveEntity) - Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top - Me.Panel2.Location = New System.Drawing.Point(0, 199) + resources.ApplyResources(Me.Panel2, "Panel2") Me.Panel2.Name = "Panel2" - Me.Panel2.Size = New System.Drawing.Size(1426, 174) - Me.Panel2.TabIndex = 82 ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(3, 376) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(262, 17) - Me.Label1.TabIndex = 83 - Me.Label1.Text = "Pattern-Defition zu ausgewählter Entität:" ' 'cmbControls ' Me.cmbControls.FormattingEnabled = True - Me.cmbControls.Location = New System.Drawing.Point(589, 453) + resources.ApplyResources(Me.cmbControls, "cmbControls") Me.cmbControls.Name = "cmbControls" - Me.cmbControls.Size = New System.Drawing.Size(253, 23) - Me.cmbControls.TabIndex = 85 ' 'DD_ECMAdmin ' @@ -963,60 +739,40 @@ Partial Class frmTemplates ' 'ListBoxVorschau ' - Me.ListBoxVorschau.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.ListBoxVorschau, "ListBoxVorschau") Me.ListBoxVorschau.DataSource = Me.TBPMO_TEMPLATE_PATTERNBindingSource Me.ListBoxVorschau.DisplayMember = "NAME_PATTERN" - Me.ListBoxVorschau.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBoxVorschau.FormattingEnabled = True - Me.ListBoxVorschau.Location = New System.Drawing.Point(1188, 452) Me.ListBoxVorschau.Name = "ListBoxVorschau" - Me.ListBoxVorschau.Size = New System.Drawing.Size(176, 121) - Me.ListBoxVorschau.TabIndex = 86 Me.ListBoxVorschau.TabStop = False Me.ListBoxVorschau.ValueMember = "GUID" ' 'FIXED_VALUETextBox ' Me.FIXED_VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_TEMPLATE_PATTERNBindingSource, "FIXED_VALUE", True)) - Me.FIXED_VALUETextBox.Location = New System.Drawing.Point(848, 453) + resources.ApplyResources(Me.FIXED_VALUETextBox, "FIXED_VALUETextBox") Me.FIXED_VALUETextBox.Name = "FIXED_VALUETextBox" Me.FIXED_VALUETextBox.ReadOnly = True - Me.FIXED_VALUETextBox.Size = New System.Drawing.Size(35, 23) - Me.FIXED_VALUETextBox.TabIndex = 37 Me.FIXED_VALUETextBox.TabStop = False ' 'btnRefreshControlPattern ' Me.btnRefreshControlPattern.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG - Me.btnRefreshControlPattern.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnRefreshControlPattern.Location = New System.Drawing.Point(589, 482) + resources.ApplyResources(Me.btnRefreshControlPattern, "btnRefreshControlPattern") Me.btnRefreshControlPattern.Name = "btnRefreshControlPattern" - Me.btnRefreshControlPattern.Size = New System.Drawing.Size(166, 23) - Me.btnRefreshControlPattern.TabIndex = 88 - Me.btnRefreshControlPattern.Text = "Platzhalter aktualisieren" - Me.btnRefreshControlPattern.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnRefreshControlPattern.UseVisualStyleBackColor = True - Me.btnRefreshControlPattern.Visible = False ' 'lblSavePattern ' - Me.lblSavePattern.AutoSize = True + resources.ApplyResources(Me.lblSavePattern, "lblSavePattern") Me.lblSavePattern.BackColor = System.Drawing.Color.Yellow - Me.lblSavePattern.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSavePattern.Location = New System.Drawing.Point(586, 524) Me.lblSavePattern.Name = "lblSavePattern" - Me.lblSavePattern.Size = New System.Drawing.Size(187, 15) - Me.lblSavePattern.TabIndex = 90 - Me.lblSavePattern.Text = "Pattern erfolgreich gespeichert!" - Me.lblSavePattern.Visible = False ' 'frmTemplates ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption - Me.ClientSize = New System.Drawing.Size(1426, 595) Me.Controls.Add(Me.lblSavePattern) Me.Controls.Add(Me.btnRefreshControlPattern) Me.Controls.Add(Label5) @@ -1037,9 +793,7 @@ Partial Class frmTemplates Me.Controls.Add(GUIDLabel2) Me.Controls.Add(Me.GUIDTextBox2) Me.Controls.Add(Me.BindingNavigator2) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "frmTemplates" - Me.Text = "Vorlagenverwaltung Office" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_TEMPLATEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_TEMPLATEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmTemplates.resx b/app/DD-Record-Organiser/frmTemplates.resx index 9158ccc..e562d21 100644 --- a/app/DD-Record-Organiser/frmTemplates.resx +++ b/app/DD-Record-Organiser/frmTemplates.resx @@ -120,48 +120,458 @@ False + + + True + + + + 186, 28 + + + 21, 15 + + + 1 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 6 + False + + True + + + 238, 28 + + + 86, 15 + + + 8 + + + Interner Name: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 8 + False + + True + + + 186, 87 + + + 159, 15 + + + 10 + + + Speicherort der Vorlagedatei: + + + TEMPLATE_PATHLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 10 + False + + True + + + 186, 141 + + + 67, 15 + + + 13 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 14 + False + + True + + + 347, 141 + + + 77, 15 + + + 15 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 16 + False + + True + + + 493, 141 + + + 80, 15 + + + 17 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 18 + False + + True + + + 663, 141 + + + 90, 15 + + + 19 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 20 + False + + True + + + 6, 19 + + + 115, 15 + + + 21 + + + 1. Entität auswählen: + + + ENTITY_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + False + + True + + + 583, 28 + + + 80, 15 + + + 23 + + + Dokumentart: + + + DOCTYPE_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 22 + False + + True + + + 299, 435 + + + 21, 15 + + + 32 + + + ID: + + + GUIDLabel2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + False + + True + + + 348, 435 + + + 157, 15 + + + 34 + + + Platzhaltername OfficeDatei: + + + NAME_PATTERNLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + False + + True + + + 586, 435 + + + 102, 15 + + + 36 + + + Platzhalter Entität: + + + FIXED_VALUELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + False + + True + + + 299, 503 + + + 101, 15 + + + 38 + + + CONNECTION ID: + + + CONNECTION_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + False + + True + + + 407, 503 + + + 98, 15 + + + 40 + + + SQL COMMAND: + + + SQL_COMMANDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 1185, 436 + + + 90, 13 + + + 87 + + + Vorschau/Inhalte: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 17, 17 @@ -177,7 +587,6 @@ 795, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -190,6 +599,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -202,6 +629,27 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + + + Segoe UI, 9.75pt, style=Bold + + + 137, 22 + + + Hinterlegte Vorlagen + + + MiddleLeft + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -213,6 +661,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -222,6 +679,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -231,6 +718,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -242,6 +738,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -249,6 +757,88 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 1426, 25 + + + 0 + + + BindingNavigator1 + + + TBPMO_TEMPLATEBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 5 + + + False + + + 189, 61 + + + 43, 23 + + + 2 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 7 + + + + Top, Bottom, Left + + + 15 + + + 3, 28 + + + 177, 154 + + + 3 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 4 + 1045, 17 @@ -261,66 +851,363 @@ 17, 56 - - 859, 56 - - - 301, 56 - - - 583, 56 - - - 1105, 56 - - - 1345, 56 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC - DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC - rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV - i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG - 86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG - QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX - bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - + + 241, 61 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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= - + + 339, 23 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 - + + 9 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + NAMETextBox - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+// + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 9 + + + 189, 105 + + + 617, 23 + + + 11 + + + TEMPLATE_PATHTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 11 + + + 857, 104 + + + 59, 24 + + + 13 + + + Aktiv + + + ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 12 + + + False + + + 189, 159 + + + 155, 23 + + + 14 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 13 + + + False + + + 350, 159 + + + 140, 23 + + + 16 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 15 + + + False + + + 496, 159 + + + 161, 23 + + + 18 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 17 + + + False + + + 666, 159 + + + 140, 23 + + + 20 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 19 + + + 859, 56 + + + 9, 40 + + + 241, 23 + + + 22 + + + cmbEntities + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + 301, 56 + + + 586, 61 + + + 330, 23 + + + 24 + + + DOCTYPE_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 21 + + + 583, 56 + + + 1105, 56 + + + 15 + + + 6, 23 + + + 262, 139 + + + 31 + + + ListBox_Entity + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 1 + + + 1345, 56 + + + 90, 22 + + + von {0} Patterns + + + Die Gesamtanzahl der Elemente. + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAW9JREFUOE+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 + + + None + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 + wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/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 + wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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 @@ -328,6 +1215,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -335,13 +1234,916 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + ToolStripButton8 + + + 6, 25 + + + Magenta + + + 201, 22 + + + Platzhalter aus Vorlage neu laden + + + 293, 405 + + + 540, 25 + + + 32 + + + BindingNavigator2 + + + BindingNavigator2 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + 302, 453 + + + 42, 23 + + + 33 + + + GUIDTextBox2 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + + + 350, 453 + + + 230, 23 + + + 35 + + + NAME_PATTERNTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + 302, 521 + + + 98, 23 + + + 39 + + + CONNECTION_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + 410, 521 + + + 100, 23 + + + 41 + + + SQL_COMMANDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + True + + + Segoe UI, 9.75pt, style=Bold, Underline + + + 3, 3 + + + 151, 17 + + + 44 + + + Zugeordnete Entitäten: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 0 + + + 812, 104 + + + 39, 23 + + + 79 + + + ... + + + btnAddTemplate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 0 + + + True + + + Segoe UI, 9pt, style=Bold + + + 812, 160 + + + 197, 15 + + + 78 + + + Template erfolgreich gespeichert! + + + False + + + lblSaveTemplate + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 1 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 238, 43 + + + 173, 13 + + + 26 + + + (Verweis für Menüzuordnungen etc) + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 2 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 583, 43 + + + 424, 13 + + + 25 + + + (Die Dokumentart definiert den Ablageort, die Indexierung und die Benennung der Datei) + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel1 + + + 3 + + + Top + + + 0, 0 + + + 1426, 199 + + + 45 + + + Panel1 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + 1499, 56 + + MiddleLeft + + + 9, 71 + + + 241, 23 + + + 23 + + + 2. Hinzufügen + + + Button1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + 293, 23 + + + 266, 100 + + + 46 + + + Zu weiterer Entität zuordnen: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 3 + + + True + + + Segoe UI, 9pt, style=Bold + + + 299, 126 + + + 206, 15 + + + 79 + + + Zuordnung erfolgreich gespeichert! + + + False + + + lblSaveEntity + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 4 + + + MiddleLeft + + + 302, 144 + + + 241, 23 + + + 80 + + + Zuordnung löschen + + + btndeleteEntityZO + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Panel2 + + + 2 + + + 15 + + + 6, 405 + + + 262, 139 + + + 81 + + + ListBoxPatterns + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + Top + + + 0, 199 + + + 1426, 174 + + + 82 + + + Panel2 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + Segoe UI, 9.75pt, style=Bold, Underline + + + 3, 376 + + + 262, 17 + + + 83 + + + Pattern-Defition zu ausgewählter Entität: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 589, 453 + + + 253, 23 + + + 85 + + + cmbControls + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 1641, 56 17, 95 + + Top, Bottom, Left + + + Segoe UI, 8.25pt, style=Italic + + + 1188, 452 + + + 176, 121 + + + 86 + + + ListBoxVorschau + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 848, 453 + + + 35, 23 + + + 37 + + + FIXED_VALUETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + MiddleLeft + + + 589, 482 + + + 166, 23 + + + 88 + + + Platzhalter aktualisieren + + + MiddleRight + + + False + + + btnRefreshControlPattern + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Segoe UI, 9pt, style=Bold + + + 586, 524 + + + 187, 15 + + + 90 + + + Pattern erfolgreich gespeichert! + + + False + + + lblSavePattern + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 15 + + + 1426, 595 + + + Segoe UI, 9pt + + + Vorlagenverwaltung Office + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_TEMPLATEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_TEMPLATETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_TEMPLATETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + 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 + + + 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 + + + TBPMO_TEMPLATEBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_TEMPLATE_ENTITYBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_TEMPLATE_ENTITYTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_TEMPLATE_ENTITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_TEMPLATE_PATTERNBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_TEMPLATE_PATTERNTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_TEMPLATE_PATTERNTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_GUI_ENTITYBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_DOKUMENTTYPESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_DOKUMENTTYPESTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_DOKUMENTTYPESTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_GUI_ENTITYTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_GUI_ENTITYTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ToolStripLabel2 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton11 + + + 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 + + + ToolStripSeparator4 + + + 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 + + + ToolStripSeparator5 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton13 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton14 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripButton15 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripButton16 + + + 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 + + + tsbtnGetPatterns + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + OpenFileDialog1 + + + System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_ECMAdmin + + + DD_Record_Organiser.DD_ECMAdmin, DD_ECMAdmin.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + DT_VORSCHAUBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmTemplates + + + 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-Record-Organiser/frmTool_ControlDesigner.Designer.vb b/app/DD-Record-Organiser/frmTool_ControlDesigner.Designer.vb index a959be6..c3808db 100644 --- a/app/DD-Record-Organiser/frmTool_ControlDesigner.Designer.vb +++ b/app/DD-Record-Organiser/frmTool_ControlDesigner.Designer.vb @@ -22,6 +22,7 @@ Partial Class frmTool_ControlDesigner 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTool_ControlDesigner)) Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnListBox = New System.Windows.Forms.Button() Me.btnListBoxCheckable = New System.Windows.Forms.Button() @@ -54,218 +55,129 @@ Partial Class frmTool_ControlDesigner Me.GroupBox1.Controls.Add(Me.btncmb) Me.GroupBox1.Controls.Add(Me.btntextbox) Me.GroupBox1.Controls.Add(Me.btnlabel) - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(12, 12) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(295, 237) - Me.GroupBox1.TabIndex = 3 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Control-Types (Drag and Drop)" ' 'btnListBox ' - Me.btnListBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnListBox, "btnListBox") Me.btnListBox.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24 - Me.btnListBox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnListBox.Location = New System.Drawing.Point(12, 200) Me.btnListBox.Name = "btnListBox" - Me.btnListBox.Size = New System.Drawing.Size(134, 31) - Me.btnListBox.TabIndex = 10 - Me.btnListBox.Text = "ListBox" - Me.btnListBox.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnListBox.UseVisualStyleBackColor = True ' 'btnListBoxCheckable ' - Me.btnListBoxCheckable.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnListBoxCheckable, "btnListBoxCheckable") Me.btnListBoxCheckable.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24 - Me.btnListBoxCheckable.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnListBoxCheckable.Location = New System.Drawing.Point(12, 164) Me.btnListBoxCheckable.Name = "btnListBoxCheckable" - Me.btnListBoxCheckable.Size = New System.Drawing.Size(134, 31) - Me.btnListBoxCheckable.TabIndex = 9 - Me.btnListBoxCheckable.Text = "ListBox Checkable" - Me.btnListBoxCheckable.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnListBoxCheckable.UseVisualStyleBackColor = True ' 'btnRadioButton ' - Me.btnRadioButton.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnRadioButton, "btnRadioButton") Me.btnRadioButton.Image = Global.DD_Record_Organiser.My.Resources.Resources.RadioButton_701 - Me.btnRadioButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnRadioButton.Location = New System.Drawing.Point(152, 92) Me.btnRadioButton.Name = "btnRadioButton" - Me.btnRadioButton.Size = New System.Drawing.Size(132, 31) - Me.btnRadioButton.TabIndex = 5 Me.btnRadioButton.TabStop = False - Me.btnRadioButton.Text = "RadioButton" - Me.btnRadioButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnRadioButton.UseVisualStyleBackColor = True ' 'btngb ' - Me.btngb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btngb, "btngb") Me.btngb.Image = Global.DD_Record_Organiser.My.Resources.Resources.GroupBox_680 - Me.btngb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btngb.Location = New System.Drawing.Point(152, 164) Me.btngb.Name = "btngb" - Me.btngb.Size = New System.Drawing.Size(132, 31) - Me.btngb.TabIndex = 8 Me.btngb.TabStop = False - Me.btngb.Text = "GroupBox" - Me.btngb.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btngb.UseVisualStyleBackColor = True ' 'btnpb ' - Me.btnpb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnpb, "btnpb") Me.btnpb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ImageListControl_683 - Me.btnpb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnpb.Location = New System.Drawing.Point(12, 127) Me.btnpb.Name = "btnpb" - Me.btnpb.Size = New System.Drawing.Size(134, 31) - Me.btnpb.TabIndex = 6 Me.btnpb.TabStop = False - Me.btnpb.Text = "PictureBox" - Me.btnpb.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnpb.UseVisualStyleBackColor = True ' 'btnTabelle ' - Me.btnTabelle.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnTabelle, "btnTabelle") Me.btnTabelle.Image = Global.DD_Record_Organiser.My.Resources.Resources.Table_748 - Me.btnTabelle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnTabelle.Location = New System.Drawing.Point(152, 127) Me.btnTabelle.Name = "btnTabelle" - Me.btnTabelle.Size = New System.Drawing.Size(132, 31) - Me.btnTabelle.TabIndex = 7 Me.btnTabelle.TabStop = False - Me.btnTabelle.Text = "Tabelle" - Me.btnTabelle.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnTabelle.UseVisualStyleBackColor = True ' 'btnCheckbox ' - Me.btnCheckbox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnCheckbox, "btnCheckbox") Me.btnCheckbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.CheckBox_669 - Me.btnCheckbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnCheckbox.Location = New System.Drawing.Point(152, 55) Me.btnCheckbox.Name = "btnCheckbox" - Me.btnCheckbox.Size = New System.Drawing.Size(132, 31) - Me.btnCheckbox.TabIndex = 3 Me.btnCheckbox.TabStop = False - Me.btnCheckbox.Text = "CheckBox" - Me.btnCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnCheckbox.UseVisualStyleBackColor = True ' 'btndtp ' - Me.btndtp.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btndtp, "btndtp") Me.btndtp.Image = Global.DD_Record_Organiser.My.Resources.Resources.DateOrTimePicker_675 - Me.btndtp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndtp.Location = New System.Drawing.Point(152, 22) Me.btndtp.Name = "btndtp" - Me.btndtp.Size = New System.Drawing.Size(132, 27) - Me.btndtp.TabIndex = 1 Me.btndtp.TabStop = False - Me.btndtp.Text = "DateTimePicker" - Me.btndtp.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndtp.UseVisualStyleBackColor = True ' 'btncmb ' - Me.btncmb.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btncmb, "btncmb") Me.btncmb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ComboBox_672 - Me.btncmb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btncmb.Location = New System.Drawing.Point(12, 90) Me.btncmb.Name = "btncmb" - Me.btncmb.Size = New System.Drawing.Size(134, 31) - Me.btncmb.TabIndex = 4 Me.btncmb.TabStop = False - Me.btncmb.Text = "ComboBox" - Me.btncmb.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btncmb.UseVisualStyleBackColor = True ' 'btntextbox ' - Me.btntextbox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btntextbox, "btntextbox") Me.btntextbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.TextBox_708 - Me.btntextbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btntextbox.Location = New System.Drawing.Point(13, 55) Me.btntextbox.Name = "btntextbox" - Me.btntextbox.Size = New System.Drawing.Size(133, 29) - Me.btntextbox.TabIndex = 2 Me.btntextbox.TabStop = False - Me.btntextbox.Text = "TextBox" - Me.btntextbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btntextbox.UseVisualStyleBackColor = True ' 'btnlabel ' - Me.btnlabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold) + resources.ApplyResources(Me.btnlabel, "btnlabel") Me.btnlabel.Image = Global.DD_Record_Organiser.My.Resources.Resources.Label_684 - Me.btnlabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnlabel.Location = New System.Drawing.Point(12, 22) Me.btnlabel.Name = "btnlabel" - Me.btnlabel.Size = New System.Drawing.Size(134, 27) - Me.btnlabel.TabIndex = 0 Me.btnlabel.TabStop = False - Me.btnlabel.Text = "Label" - Me.btnlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnlabel.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.btn_addformdata) Me.GroupBox2.Controls.Add(Me.btn_addtocal) - Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold) - Me.GroupBox2.Location = New System.Drawing.Point(12, 255) + resources.ApplyResources(Me.GroupBox2, "GroupBox2") Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(295, 71) - Me.GroupBox2.TabIndex = 4 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Funktionen" ' 'btn_addformdata ' - Me.btn_addformdata.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btn_addformdata, "btn_addformdata") Me.btn_addformdata.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddMark_10580 - Me.btn_addformdata.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btn_addformdata.Location = New System.Drawing.Point(152, 24) Me.btn_addformdata.Name = "btn_addformdata" - Me.btn_addformdata.Size = New System.Drawing.Size(132, 31) - Me.btn_addformdata.TabIndex = 1 Me.btn_addformdata.TabStop = False - Me.btn_addformdata.Text = "Add Form Data" - Me.btn_addformdata.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btn_addformdata.UseVisualStyleBackColor = True ' 'btn_addtocal ' - Me.btn_addtocal.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btn_addtocal, "btn_addtocal") Me.btn_addtocal.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632 - Me.btn_addtocal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btn_addtocal.Location = New System.Drawing.Point(12, 24) Me.btn_addtocal.Name = "btn_addtocal" - Me.btn_addtocal.Size = New System.Drawing.Size(134, 31) - Me.btn_addtocal.TabIndex = 0 Me.btn_addtocal.TabStop = False - Me.btn_addtocal.Text = "Add to Calendar" - Me.btn_addtocal.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btn_addtocal.UseVisualStyleBackColor = True ' 'frmTool_ControlDesigner ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(324, 337) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) - 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.Name = "frmTool_ControlDesigner" - Me.Text = "Werkzeug-Formulardesigner" Me.GroupBox1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmTool_ControlDesigner.resx b/app/DD-Record-Organiser/frmTool_ControlDesigner.resx index 1af7de1..7388323 100644 --- a/app/DD-Record-Organiser/frmTool_ControlDesigner.resx +++ b/app/DD-Record-Organiser/frmTool_ControlDesigner.resx @@ -117,4 +117,510 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 200 + + + 134, 31 + + + + 10 + + + ListBox + + + MiddleRight + + + btnListBox + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 164 + + + 134, 31 + + + 9 + + + ListBox Checkable + + + MiddleRight + + + btnListBoxCheckable + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 92 + + + 132, 31 + + + 5 + + + RadioButton + + + MiddleRight + + + btnRadioButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 164 + + + 132, 31 + + + 8 + + + GroupBox + + + MiddleRight + + + btngb + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 127 + + + 134, 31 + + + 6 + + + PictureBox + + + MiddleRight + + + btnpb + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 127 + + + 132, 31 + + + 7 + + + Tabelle + + + MiddleRight + + + btnTabelle + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 55 + + + 132, 31 + + + 3 + + + CheckBox + + + MiddleRight + + + btnCheckbox + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 22 + + + 132, 27 + + + 1 + + + DateTimePicker + + + MiddleRight + + + btndtp + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 90 + + + 134, 31 + + + 4 + + + ComboBox + + + MiddleRight + + + btncmb + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 13, 55 + + + 133, 29 + + + 2 + + + TextBox + + + MiddleRight + + + btntextbox + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 22 + + + 134, 27 + + + 0 + + + Label + + + MiddleRight + + + btnlabel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 10 + + + Segoe UI, 9.75pt, style=Bold + + + 12, 12 + + + 295, 237 + + + 3 + + + Control-Types (Drag and Drop) + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 152, 24 + + + 132, 31 + + + 1 + + + Add Form Data + + + MiddleRight + + + btn_addformdata + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + Segoe UI, 8.25pt, style=Bold + + + MiddleLeft + + + 12, 24 + + + 134, 31 + + + 0 + + + Add to Calendar + + + MiddleRight + + + btn_addtocal + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Segoe UI, 9.75pt, style=Bold + + + 12, 255 + + + 295, 71 + + + 4 + + + Funktionen + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 324, 337 + + + Segoe UI, 8.25pt + + + Werkzeug-Formulardesigner + + + frmTool_ControlDesigner + + + 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-Record-Organiser/frmTool_ControlProperties.Designer.vb b/app/DD-Record-Organiser/frmTool_ControlProperties.Designer.vb index dd23c75..a99a57e 100644 --- a/app/DD-Record-Organiser/frmTool_ControlProperties.Designer.vb +++ b/app/DD-Record-Organiser/frmTool_ControlProperties.Designer.vb @@ -22,6 +22,7 @@ Partial Class frmTool_ControlProperties 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTool_ControlProperties)) Me.pgControlProperties = New System.Windows.Forms.PropertyGrid() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.btnSaveControl = New System.Windows.Forms.ToolStripButton() @@ -34,70 +35,49 @@ Partial Class frmTool_ControlProperties ' 'pgControlProperties ' - Me.pgControlProperties.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.pgControlProperties.Enabled = False - Me.pgControlProperties.Location = New System.Drawing.Point(0, 28) + resources.ApplyResources(Me.pgControlProperties, "pgControlProperties") Me.pgControlProperties.Name = "pgControlProperties" - Me.pgControlProperties.Size = New System.Drawing.Size(384, 322) - Me.pgControlProperties.TabIndex = 0 ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSaveControl, Me.ToolStripButton1}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(384, 25) - Me.ToolStrip1.TabIndex = 1 - Me.ToolStrip1.Text = "ToolStrip1" ' 'btnSaveControl ' Me.btnSaveControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG - Me.btnSaveControl.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.btnSaveControl, "btnSaveControl") Me.btnSaveControl.Name = "btnSaveControl" - Me.btnSaveControl.Size = New System.Drawing.Size(79, 22) - Me.btnSaveControl.Text = "Speichern" ' 'ToolStripButton1 ' Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_Cancel_16xLG - Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.Size = New System.Drawing.Size(71, 22) - Me.ToolStripButton1.Text = "Löschen" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus}) - Me.StatusStrip1.Location = New System.Drawing.Point(0, 353) + resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" - Me.StatusStrip1.Size = New System.Drawing.Size(384, 22) - Me.StatusStrip1.TabIndex = 2 - Me.StatusStrip1.Text = "StatusStrip1" ' 'lblStatus ' Me.lblStatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.flag_green Me.lblStatus.Name = "lblStatus" - Me.lblStatus.Size = New System.Drawing.Size(80, 17) - Me.lblStatus.Text = "erfolgreich" - Me.lblStatus.Visible = False + resources.ApplyResources(Me.lblStatus, "lblStatus") ' 'frmTool_ControlProperties ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(384, 375) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.pgControlProperties) - 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.Name = "frmTool_ControlProperties" - Me.Text = "Eigenschaften" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmTool_ControlProperties.resx b/app/DD-Record-Organiser/frmTool_ControlProperties.resx index 2b7c922..f353460 100644 --- a/app/DD-Record-Organiser/frmTool_ControlProperties.resx +++ b/app/DD-Record-Organiser/frmTool_ControlProperties.resx @@ -117,10 +117,154 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + + False + + + + 0, 28 + + + 384, 322 + + + 0 + + + pgControlProperties + + + System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 17, 17 + + Magenta + + + 79, 22 + + + Speichern + + + Magenta + + + 71, 22 + + + Löschen + + + 0, 0 + + + 384, 25 + + + 1 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 124, 17 + + 80, 17 + + + erfolgreich + + + False + + + 0, 353 + + + 384, 22 + + + 2 + + + StatusStrip1 + + + StatusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 384, 375 + + + Segoe UI, 8.25pt + + + Eigenschaften + + + btnSaveControl + + + 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 + + + lblStatus + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmTool_ControlProperties + + + 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-Record-Organiser/frmUserKonfig.Designer.vb b/app/DD-Record-Organiser/frmUserKonfig.Designer.vb index c809e56..bba6a1a 100644 --- a/app/DD-Record-Organiser/frmUserKonfig.Designer.vb +++ b/app/DD-Record-Organiser/frmUserKonfig.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmUserKonfig 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(frmUserKonfig)) Dim PRENAMELabel As System.Windows.Forms.Label Dim NAMELabel As System.Windows.Forms.Label Dim USERNAMELabel As System.Windows.Forms.Label @@ -41,7 +42,6 @@ Partial Class frmUserKonfig Dim ADDED_WHENLabel1 As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmUserKonfig)) Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBDD_USERTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter() @@ -146,172 +146,93 @@ Partial Class frmUserKonfig ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(12, 39) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(21, 13) - GUIDLabel.TabIndex = 1 - GUIDLabel.Text = "ID:" ' 'PRENAMELabel ' - PRENAMELabel.AutoSize = True - PRENAMELabel.Location = New System.Drawing.Point(76, 39) + resources.ApplyResources(PRENAMELabel, "PRENAMELabel") PRENAMELabel.Name = "PRENAMELabel" - PRENAMELabel.Size = New System.Drawing.Size(54, 13) - PRENAMELabel.TabIndex = 3 - PRENAMELabel.Text = "Prename:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Location = New System.Drawing.Point(187, 39) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(55, 13) - NAMELabel.TabIndex = 5 - NAMELabel.Text = "Surname:" ' 'USERNAMELabel ' - USERNAMELabel.AutoSize = True - USERNAMELabel.Location = New System.Drawing.Point(375, 39) + resources.ApplyResources(USERNAMELabel, "USERNAMELabel") USERNAMELabel.Name = "USERNAMELabel" - USERNAMELabel.Size = New System.Drawing.Size(61, 13) - USERNAMELabel.TabIndex = 7 - USERNAMELabel.Text = "Username:" ' 'EMAILLabel ' - EMAILLabel.AutoSize = True - EMAILLabel.Location = New System.Drawing.Point(76, 80) + resources.ApplyResources(EMAILLabel, "EMAILLabel") EMAILLabel.Name = "EMAILLabel" - EMAILLabel.Size = New System.Drawing.Size(37, 13) - EMAILLabel.TabIndex = 9 - EMAILLabel.Text = "Email:" ' 'LOGGED_WHERELabel ' - LOGGED_WHERELabel.AutoSize = True - LOGGED_WHERELabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - LOGGED_WHERELabel.Location = New System.Drawing.Point(187, 123) + resources.ApplyResources(LOGGED_WHERELabel, "LOGGED_WHERELabel") LOGGED_WHERELabel.Name = "LOGGED_WHERELabel" - LOGGED_WHERELabel.Size = New System.Drawing.Size(74, 13) - LOGGED_WHERELabel.TabIndex = 13 - LOGGED_WHERELabel.Text = "Logged where:" ' 'LOG_IN_WHENLabel ' - LOG_IN_WHENLabel.AutoSize = True - LOG_IN_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - LOG_IN_WHENLabel.Location = New System.Drawing.Point(375, 123) + resources.ApplyResources(LOG_IN_WHENLabel, "LOG_IN_WHENLabel") LOG_IN_WHENLabel.Name = "LOG_IN_WHENLabel" - LOG_IN_WHENLabel.Size = New System.Drawing.Size(63, 13) - LOG_IN_WHENLabel.TabIndex = 15 - LOG_IN_WHENLabel.Text = "Login when:" ' 'LOG_OUT_WHENLabel ' - LOG_OUT_WHENLabel.AutoSize = True - LOG_OUT_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - LOG_OUT_WHENLabel.Location = New System.Drawing.Point(375, 164) + resources.ApplyResources(LOG_OUT_WHENLabel, "LOG_OUT_WHENLabel") LOG_OUT_WHENLabel.Name = "LOG_OUT_WHENLabel" - LOG_OUT_WHENLabel.Size = New System.Drawing.Size(72, 13) - LOG_OUT_WHENLabel.TabIndex = 17 - LOG_OUT_WHENLabel.Text = "LogOut when:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(187, 205) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(62, 13) - ADDED_WHOLabel.TabIndex = 21 - ADDED_WHOLabel.Text = "Added who:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(375, 205) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(67, 13) - ADDED_WHENLabel.TabIndex = 23 - ADDED_WHENLabel.Text = "Added when:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(187, 246) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(74, 13) - CHANGED_WHOLabel.TabIndex = 25 - CHANGED_WHOLabel.Text = "Changed who:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(375, 246) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(79, 13) - CHANGED_WHENLabel.TabIndex = 27 - CHANGED_WHENLabel.Text = "Changed when:" ' 'GUIDLabel1 ' - GUIDLabel1.AutoSize = True - GUIDLabel1.Location = New System.Drawing.Point(135, 38) + resources.ApplyResources(GUIDLabel1, "GUIDLabel1") GUIDLabel1.Name = "GUIDLabel1" - GUIDLabel1.Size = New System.Drawing.Size(21, 13) - GUIDLabel1.TabIndex = 1 - GUIDLabel1.Text = "ID:" ' 'NAMELabel1 ' - NAMELabel1.AutoSize = True - NAMELabel1.Location = New System.Drawing.Point(200, 38) + resources.ApplyResources(NAMELabel1, "NAMELabel1") NAMELabel1.Name = "NAMELabel1" - NAMELabel1.Size = New System.Drawing.Size(77, 13) - NAMELabel1.TabIndex = 3 - NAMELabel1.Text = "Gruppename:" ' 'ADDED_WHOLabel1 ' - ADDED_WHOLabel1.AutoSize = True - ADDED_WHOLabel1.Location = New System.Drawing.Point(135, 79) + resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ADDED_WHOLabel1.Size = New System.Drawing.Size(67, 13) - ADDED_WHOLabel1.TabIndex = 5 - ADDED_WHOLabel1.Text = "Erstellt wer:" ' 'ADDED_WHENLabel1 ' - ADDED_WHENLabel1.AutoSize = True - ADDED_WHENLabel1.Location = New System.Drawing.Point(304, 79) + resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ADDED_WHENLabel1.Size = New System.Drawing.Size(77, 13) - ADDED_WHENLabel1.TabIndex = 7 - ADDED_WHENLabel1.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel1 ' - CHANGED_WHOLabel1.AutoSize = True - CHANGED_WHOLabel1.Location = New System.Drawing.Point(135, 120) + resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - CHANGED_WHOLabel1.Size = New System.Drawing.Size(80, 13) - CHANGED_WHOLabel1.TabIndex = 9 - CHANGED_WHOLabel1.Text = "Geändert wer:" ' 'CHANGED_WHENLabel1 ' - CHANGED_WHENLabel1.AutoSize = True - CHANGED_WHENLabel1.Location = New System.Drawing.Point(304, 120) + resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - CHANGED_WHENLabel1.Size = New System.Drawing.Size(90, 13) - CHANGED_WHENLabel1.TabIndex = 11 - CHANGED_WHENLabel1.Text = "Geändert wann:" ' 'DD_DMSDataSet ' @@ -330,6 +251,7 @@ Partial Class frmUserKonfig 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing @@ -337,7 +259,6 @@ Partial Class frmUserKonfig Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Me.TBDD_USERTableAdapter - Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing @@ -349,6 +270,9 @@ Partial Class frmUserKonfig Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -363,298 +287,217 @@ Partial Class frmUserKonfig Me.TBDD_USERBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBDD_USERBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBDD_USERBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBDD_USERBindingNavigatorSaveItem, Me.tbRefreshUsers, Me.tsAddUser}) - Me.TBDD_USERBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBDD_USERBindingNavigator, "TBDD_USERBindingNavigator") Me.TBDD_USERBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBDD_USERBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBDD_USERBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBDD_USERBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBDD_USERBindingNavigator.Name = "TBDD_USERBindingNavigator" Me.TBDD_USERBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBDD_USERBindingNavigator.Size = New System.Drawing.Size(801, 25) - Me.TBDD_USERBindingNavigator.TabIndex = 0 - Me.TBDD_USERBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22) - Me.BindingNavigatorCountItem.Text = "von {0}" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBDD_USERBindingNavigatorSaveItem ' Me.TBDD_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBDD_USERBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_USERBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBDD_USERBindingNavigatorSaveItem, "TBDD_USERBindingNavigatorSaveItem") Me.TBDD_USERBindingNavigatorSaveItem.Name = "TBDD_USERBindingNavigatorSaveItem" - Me.TBDD_USERBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBDD_USERBindingNavigatorSaveItem.Text = "Daten speichern" ' 'tbRefreshUsers ' Me.tbRefreshUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tbRefreshUsers.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.tbRefreshUsers.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tbRefreshUsers, "tbRefreshUsers") Me.tbRefreshUsers.Name = "tbRefreshUsers" - Me.tbRefreshUsers.Size = New System.Drawing.Size(23, 22) - Me.tbRefreshUsers.Text = "ToolStripButton1" ' 'tsAddUser ' Me.tsAddUser.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tsAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3 - Me.tsAddUser.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tsAddUser, "tsAddUser") Me.tsAddUser.Name = "tsAddUser" - Me.tsAddUser.Size = New System.Drawing.Size(176, 22) - Me.tsAddUser.Text = "Benutzer aus AD hinzufügen" ' 'GUIDTextBox ' Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "GUID", True)) - Me.GUIDTextBox.Location = New System.Drawing.Point(15, 55) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(54, 22) - Me.GUIDTextBox.TabIndex = 2 ' 'PRENAMETextBox ' Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True)) - Me.PRENAMETextBox.Location = New System.Drawing.Point(79, 55) + resources.ApplyResources(Me.PRENAMETextBox, "PRENAMETextBox") Me.PRENAMETextBox.Name = "PRENAMETextBox" - Me.PRENAMETextBox.Size = New System.Drawing.Size(104, 22) - Me.PRENAMETextBox.TabIndex = 4 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(190, 55) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(182, 22) - Me.NAMETextBox.TabIndex = 6 ' 'USERNAMETextBox ' Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True)) - Me.USERNAMETextBox.Location = New System.Drawing.Point(378, 55) + resources.ApplyResources(Me.USERNAMETextBox, "USERNAMETextBox") Me.USERNAMETextBox.Name = "USERNAMETextBox" - Me.USERNAMETextBox.Size = New System.Drawing.Size(177, 22) - Me.USERNAMETextBox.TabIndex = 8 ' 'EMAILTextBox ' Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True)) - Me.EMAILTextBox.Location = New System.Drawing.Point(79, 96) + resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox") Me.EMAILTextBox.Name = "EMAILTextBox" - Me.EMAILTextBox.Size = New System.Drawing.Size(293, 22) - Me.EMAILTextBox.TabIndex = 10 ' 'LOGGED_INCheckBox ' Me.LOGGED_INCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "LOGGED_IN", True)) - Me.LOGGED_INCheckBox.Enabled = False - Me.LOGGED_INCheckBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.LOGGED_INCheckBox.Location = New System.Drawing.Point(79, 137) + resources.ApplyResources(Me.LOGGED_INCheckBox, "LOGGED_INCheckBox") Me.LOGGED_INCheckBox.Name = "LOGGED_INCheckBox" - Me.LOGGED_INCheckBox.Size = New System.Drawing.Size(80, 24) - Me.LOGGED_INCheckBox.TabIndex = 12 - Me.LOGGED_INCheckBox.Text = "Logged in" Me.LOGGED_INCheckBox.UseVisualStyleBackColor = True ' 'LOGGED_WHERETextBox ' Me.LOGGED_WHERETextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.LOGGED_WHERETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOGGED_WHERE", True)) - Me.LOGGED_WHERETextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.LOGGED_WHERETextBox.Location = New System.Drawing.Point(190, 139) + resources.ApplyResources(Me.LOGGED_WHERETextBox, "LOGGED_WHERETextBox") Me.LOGGED_WHERETextBox.Name = "LOGGED_WHERETextBox" Me.LOGGED_WHERETextBox.ReadOnly = True - Me.LOGGED_WHERETextBox.Size = New System.Drawing.Size(182, 22) - Me.LOGGED_WHERETextBox.TabIndex = 14 ' 'LOG_IN_WHENTextBox ' Me.LOG_IN_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.LOG_IN_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_IN_WHEN", True)) - Me.LOG_IN_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.LOG_IN_WHENTextBox.Location = New System.Drawing.Point(378, 139) + resources.ApplyResources(Me.LOG_IN_WHENTextBox, "LOG_IN_WHENTextBox") Me.LOG_IN_WHENTextBox.Name = "LOG_IN_WHENTextBox" Me.LOG_IN_WHENTextBox.ReadOnly = True - Me.LOG_IN_WHENTextBox.Size = New System.Drawing.Size(177, 22) - Me.LOG_IN_WHENTextBox.TabIndex = 16 ' 'LOG_OUT_WHENTextBox ' Me.LOG_OUT_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.LOG_OUT_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_OUT_WHEN", True)) - Me.LOG_OUT_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.LOG_OUT_WHENTextBox.Location = New System.Drawing.Point(378, 180) + resources.ApplyResources(Me.LOG_OUT_WHENTextBox, "LOG_OUT_WHENTextBox") Me.LOG_OUT_WHENTextBox.Name = "LOG_OUT_WHENTextBox" Me.LOG_OUT_WHENTextBox.ReadOnly = True - Me.LOG_OUT_WHENTextBox.Size = New System.Drawing.Size(177, 22) - Me.LOG_OUT_WHENTextBox.TabIndex = 18 ' 'RECORG_ADMINCheckBox ' Me.RECORG_ADMINCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "RECORD_ADMIN", True)) - Me.RECORG_ADMINCheckBox.Location = New System.Drawing.Point(378, 94) + resources.ApplyResources(Me.RECORG_ADMINCheckBox, "RECORG_ADMINCheckBox") Me.RECORG_ADMINCheckBox.Name = "RECORG_ADMINCheckBox" - Me.RECORG_ADMINCheckBox.Size = New System.Drawing.Size(104, 24) - Me.RECORG_ADMINCheckBox.TabIndex = 20 - Me.RECORG_ADMINCheckBox.Text = "Admin?" Me.RECORG_ADMINCheckBox.UseVisualStyleBackColor = True ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(190, 221) + 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(182, 22) - Me.ADDED_WHOTextBox.TabIndex = 22 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(378, 218) + 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(177, 22) - Me.ADDED_WHENTextBox.TabIndex = 24 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(190, 262) + 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(182, 22) - Me.CHANGED_WHOTextBox.TabIndex = 26 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(378, 262) + 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(177, 22) - Me.CHANGED_WHENTextBox.TabIndex = 28 ' 'lbUsers ' - Me.lbUsers.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.lbUsers, "lbUsers") Me.lbUsers.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.lbUsers.DataSource = Me.TBDD_USERBindingSource Me.lbUsers.DisplayMember = "USERNAME" Me.lbUsers.FormattingEnabled = True - Me.lbUsers.Location = New System.Drawing.Point(561, 55) Me.lbUsers.Name = "lbUsers" - Me.lbUsers.Size = New System.Drawing.Size(228, 225) - Me.lbUsers.TabIndex = 29 Me.lbUsers.ValueMember = "GUID" ' '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(0, 290) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(789, 195) - Me.XtraTabControl1.TabIndex = 30 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.TabGruppendefinition}) ' 'XtraTabPage1 ' - Me.XtraTabPage1.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") Me.XtraTabPage1.Controls.Add(Me.btnRemoveUserFromGroup) Me.XtraTabPage1.Controls.Add(Me.Label2) Me.XtraTabPage1.Controls.Add(Me.lbGroups) @@ -662,58 +505,36 @@ Partial Class frmUserKonfig Me.XtraTabPage1.Controls.Add(Me.btnAddUserToGroup) Me.XtraTabPage1.Controls.Add(Me.cmbGroup) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(787, 170) - Me.XtraTabPage1.Text = "User-Gruppenzuordnung" ' 'btnRemoveUserFromGroup ' Me.btnRemoveUserFromGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btnRemoveUserFromGroup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnRemoveUserFromGroup.Location = New System.Drawing.Point(387, 45) + resources.ApplyResources(Me.btnRemoveUserFromGroup, "btnRemoveUserFromGroup") Me.btnRemoveUserFromGroup.Name = "btnRemoveUserFromGroup" - Me.btnRemoveUserFromGroup.Size = New System.Drawing.Size(321, 23) - Me.btnRemoveUserFromGroup.TabIndex = 5 - Me.btnRemoveUserFromGroup.Text = "Benutzer aus Gruppe entfernen" Me.btnRemoveUserFromGroup.UseVisualStyleBackColor = True ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(11, 48) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(127, 13) - Me.Label2.TabIndex = 4 - Me.Label2.Text = "Zugewiesene Gruppen:" ' 'lbGroups ' - Me.lbGroups.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.lbGroups, "lbGroups") Me.lbGroups.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.lbGroups.FormattingEnabled = True - Me.lbGroups.Location = New System.Drawing.Point(145, 45) Me.lbGroups.Name = "lbGroups" - Me.lbGroups.Size = New System.Drawing.Size(236, 108) - Me.lbGroups.TabIndex = 3 ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(11, 21) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(117, 13) - Me.Label1.TabIndex = 2 - Me.Label1.Text = "Verfügbare Gruppen:" ' 'btnAddUserToGroup ' Me.btnAddUserToGroup.Image = Global.DD_Record_Organiser.My.Resources.Resources.add1 - Me.btnAddUserToGroup.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddUserToGroup.Location = New System.Drawing.Point(387, 16) + resources.ApplyResources(Me.btnAddUserToGroup, "btnAddUserToGroup") Me.btnAddUserToGroup.Name = "btnAddUserToGroup" - Me.btnAddUserToGroup.Size = New System.Drawing.Size(321, 23) - Me.btnAddUserToGroup.TabIndex = 1 - Me.btnAddUserToGroup.Text = "Ausgewählten Benutzer zu Gruppe hinzufügen" Me.btnAddUserToGroup.UseVisualStyleBackColor = True ' 'cmbGroup @@ -721,10 +542,8 @@ Partial Class frmUserKonfig Me.cmbGroup.DataSource = Me.TBDD_USER_GROUPSBindingSource Me.cmbGroup.DisplayMember = "NAME" Me.cmbGroup.FormattingEnabled = True - Me.cmbGroup.Location = New System.Drawing.Point(145, 18) + resources.ApplyResources(Me.cmbGroup, "cmbGroup") Me.cmbGroup.Name = "cmbGroup" - Me.cmbGroup.Size = New System.Drawing.Size(236, 21) - Me.cmbGroup.TabIndex = 0 Me.cmbGroup.ValueMember = "GUID" ' 'TBDD_USER_GROUPSBindingSource @@ -749,67 +568,52 @@ Partial Class frmUserKonfig Me.TabGruppendefinition.Controls.Add(Me.CHANGED_WHENTextBox1) Me.TabGruppendefinition.Controls.Add(Me.BindingNavigator1) Me.TabGruppendefinition.Name = "TabGruppendefinition" - Me.TabGruppendefinition.Size = New System.Drawing.Size(787, 170) - Me.TabGruppendefinition.Text = "Gruppendefinition" + resources.ApplyResources(Me.TabGruppendefinition, "TabGruppendefinition") ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBDD_USER_GROUPSBindingSource Me.ListBox1.DisplayMember = "NAME" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(9, 38) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(120, 121) - Me.ListBox1.TabIndex = 13 Me.ListBox1.ValueMember = "GUID" ' 'GUIDTextBox1 ' Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "GUID", True)) - Me.GUIDTextBox1.Location = New System.Drawing.Point(138, 54) + resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1") Me.GUIDTextBox1.Name = "GUIDTextBox1" - Me.GUIDTextBox1.Size = New System.Drawing.Size(54, 22) - Me.GUIDTextBox1.TabIndex = 2 ' 'NAMETextBox1 ' Me.NAMETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "NAME", True)) - Me.NAMETextBox1.Location = New System.Drawing.Point(203, 54) + resources.ApplyResources(Me.NAMETextBox1, "NAMETextBox1") Me.NAMETextBox1.Name = "NAMETextBox1" - Me.NAMETextBox1.Size = New System.Drawing.Size(278, 22) - Me.NAMETextBox1.TabIndex = 4 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(138, 95) + resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" - Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(163, 22) - Me.ADDED_WHOTextBox1.TabIndex = 6 ' 'ADDED_WHENTextBox1 ' Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(307, 95) + resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" - Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(174, 22) - Me.ADDED_WHENTextBox1.TabIndex = 8 ' 'CHANGED_WHOTextBox1 ' Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(138, 137) + resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" - Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(163, 22) - Me.CHANGED_WHOTextBox1.TabIndex = 10 ' 'CHANGED_WHENTextBox1 ' Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USER_GROUPSBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(307, 137) + resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" - Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(174, 22) - Me.CHANGED_WHENTextBox1.TabIndex = 12 ' 'BindingNavigator1 ' @@ -818,127 +622,94 @@ Partial Class frmUserKonfig Me.BindingNavigator1.CountItem = Me.ToolStripLabel1 Me.BindingNavigator1.DeleteItem = Me.ToolStripButton2 Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripSeparator3, Me.ToolStripButton1, Me.ToolStripButton2, Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripButton9}) - Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1") Me.BindingNavigator1.MoveFirstItem = Me.ToolStripButton3 Me.BindingNavigator1.MoveLastItem = Me.ToolStripButton6 Me.BindingNavigator1.MoveNextItem = Me.ToolStripButton5 Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton4 Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.ToolStripTextBox1 - Me.BindingNavigator1.Size = New System.Drawing.Size(787, 25) - Me.BindingNavigator1.TabIndex = 1 - Me.BindingNavigator1.Text = "BindingNavigator1" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1") Me.ToolStripButton1.Name = "ToolStripButton1" - Me.ToolStripButton1.RightToLeftAutoMirrorImage = True - Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton1.Text = "Neu hinzufügen" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(44, 22) - Me.ToolStripLabel1.Text = "von {0}" - Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1") ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2") Me.ToolStripButton2.Name = "ToolStripButton2" - Me.ToolStripButton2.RightToLeftAutoMirrorImage = True - Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton2.Text = "Löschen" ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton3, "ToolStripButton3") Me.ToolStripButton3.Name = "ToolStripButton3" - Me.ToolStripButton3.RightToLeftAutoMirrorImage = True - Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton3.Text = "Erste verschieben" ' 'ToolStripButton4 ' Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) + resources.ApplyResources(Me.ToolStripButton4, "ToolStripButton4") Me.ToolStripButton4.Name = "ToolStripButton4" - Me.ToolStripButton4.RightToLeftAutoMirrorImage = True - Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton4.Text = "Vorherige verschieben" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'ToolStripTextBox1 ' - Me.ToolStripTextBox1.AccessibleName = "Position" - Me.ToolStripTextBox1.AutoSize = False + resources.ApplyResources(Me.ToolStripTextBox1, "ToolStripTextBox1") Me.ToolStripTextBox1.Name = "ToolStripTextBox1" - Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23) - Me.ToolStripTextBox1.Text = "0" - Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' '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 = "Nächste verschieben" ' '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 = "Letzte verschieben" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) + resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' '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.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton7.Text = "Daten speichern" ' 'ToolStripButton8 ' Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton8.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG - Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton8, "ToolStripButton8") Me.ToolStripButton8.Name = "ToolStripButton8" - Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) - Me.ToolStripButton8.Text = "ToolStripButton1" ' 'ToolStripButton9 ' Me.ToolStripButton9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton9.Image = Global.DD_Record_Organiser.My.Resources.Resources.benutzer3 - Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.ToolStripButton9, "ToolStripButton9") Me.ToolStripButton9.Name = "ToolStripButton9" - Me.ToolStripButton9.Size = New System.Drawing.Size(176, 22) - Me.ToolStripButton9.Text = "Benutzer aus AD hinzufügen" ' 'VWPMO_USERS_GROUPSBindingSource ' @@ -955,21 +726,14 @@ Partial Class frmUserKonfig ' 'lblsave ' - Me.lblsave.AutoSize = True + resources.ApplyResources(Me.lblsave, "lblsave") Me.lblsave.BackColor = System.Drawing.Color.Yellow - Me.lblsave.Location = New System.Drawing.Point(12, 265) Me.lblsave.Name = "lblsave" - Me.lblsave.Size = New System.Drawing.Size(163, 13) - Me.lblsave.TabIndex = 31 - Me.lblsave.Text = "Daten erfolgreich gespeichert!" - Me.lblsave.Visible = False ' 'frmUserKonfig ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoScroll = True - Me.ClientSize = New System.Drawing.Size(801, 489) Me.Controls.Add(Me.lblsave) Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.lbUsers) @@ -1000,10 +764,7 @@ Partial Class frmUserKonfig Me.Controls.Add(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(Me.TBDD_USERBindingNavigator) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmUserKonfig" - Me.Text = "Benutzer Konfiguration" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/app/DD-Record-Organiser/frmUserKonfig.resx b/app/DD-Record-Organiser/frmUserKonfig.resx index e3421e7..7e90251 100644 --- a/app/DD-Record-Organiser/frmUserKonfig.resx +++ b/app/DD-Record-Organiser/frmUserKonfig.resx @@ -120,57 +120,566 @@ False + + + True + + + + 12, 39 + + + 21, 13 + + + 1 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + False + + True + + + 76, 39 + + + 54, 13 + + + 3 + + + Prename: + + + PRENAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + False + + True + + + 187, 39 + + + 55, 13 + + + 5 + + + Surname: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + False + + True + + + 375, 39 + + + 61, 13 + + + 7 + + + Username: + + + USERNAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + False + + True + + + 76, 80 + + + 37, 13 + + + 9 + + + Email: + + + EMAILLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 187, 123 + + + 74, 13 + + + 13 + + + Logged where: + + + LOGGED_WHERELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 375, 123 + + + 63, 13 + + + 15 + + + Login when: + + + LOG_IN_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 375, 164 + + + 72, 13 + + + 17 + + + LogOut when: + + + LOG_OUT_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 187, 205 + + + 62, 13 + + + 21 + + + Added who: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 21 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 375, 205 + + + 67, 13 + + + 23 + + + Added when: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 187, 246 + + + 74, 13 + + + 25 + + + Changed who: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 25 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 375, 246 + + + 79, 13 + + + 27 + + + Changed when: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 27 + False + + True + + + 135, 38 + + + 22, 13 + + + 1 + + + ID: + + + GUIDLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 1 + False + + True + + + 200, 38 + + + 72, 13 + + + 3 + + + Gruppename: + + + NAMELabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 3 + False + + True + + + 135, 79 + + + 65, 13 + + + 5 + + + Erstellt wer: + + + ADDED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 5 + False + + True + + + 304, 79 + + + 73, 13 + + + 7 + + + Erstellt wann: + + + ADDED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 7 + False + + True + + + 135, 120 + + + 77, 13 + + + 9 + + + Geändert wer: + + + CHANGED_WHOLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 9 + False + + True + + + 304, 120 + + + 85, 13 + + + 11 + + + Geändert wann: + + + CHANGED_WHENLabel1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 11 + 17, 17 @@ -186,7 +695,6 @@ 717, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -199,6 +707,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -211,56 +737,858 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 + + + Löschen + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/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 + wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/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 + wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo + dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + ToolStripButton1 + + + Magenta + + + 176, 22 + + + Benutzer aus AD hinzufügen + + + 0, 0 + + + 801, 25 + + + 0 + + + BindingNavigator1 + + + TBDD_USERBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 29 + + + 15, 55 + + + 54, 22 + + + 2 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 79, 55 + + + 104, 22 + + + 4 + + + PRENAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 190, 55 + + + 182, 22 + + + 6 + + + NAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + 378, 55 + + + 177, 22 + + + 8 + + + USERNAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + 79, 96 + + + 293, 22 + + + 10 + + + EMAILTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + False + + + Segoe UI, 8.25pt, style=Italic + + + 79, 137 + + + 80, 24 + + + 12 + + + Logged in + + + LOGGED_INCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + + Segoe UI, 8.25pt, style=Italic + + + 190, 139 + + + 182, 22 + + + 14 + + + LOGGED_WHERETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + Segoe UI, 8.25pt, style=Italic + + + 378, 139 + + + 177, 22 + + + 16 + + + LOG_IN_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + Segoe UI, 8.25pt, style=Italic + + + 378, 180 + + + 177, 22 + + + 18 + + + LOG_OUT_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + 378, 94 + + + 104, 24 + + + 20 + + + Admin? + + + RECORG_ADMINCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + + + Segoe UI, 8.25pt, style=Italic + + + 190, 221 + + + 182, 22 + + + 22 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 22 + + + Segoe UI, 8.25pt, style=Italic + + + 378, 218 + + + 177, 22 + + + 24 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 24 + + + Segoe UI, 8.25pt, style=Italic + + + 190, 262 + + + 182, 22 + + + 26 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 26 + + + Segoe UI, 8.25pt, style=Italic + + + 378, 262 + + + 177, 22 + + + 28 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 28 + + + + Top, Left, Right + + + 561, 55 + + + 228, 225 + + + 29 + + + lbUsers + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + Top, Bottom, Left, Right + + + 0, 290 + + + True + + + MiddleLeft + + + 387, 45 + + + 321, 23 + + + 5 + + + Benutzer aus Gruppe entfernen + + + btnRemoveUserFromGroup + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + + + True + + + 11, 48 + + + 118, 13 + + + 4 + + + Zugewiesene Gruppen: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + + + Top, Bottom, Left + + + 145, 45 + + + 236, 108 + + + 3 + + + lbGroups + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 2 + + + True + + + 11, 21 + + + 109, 13 + + + 2 + + + Verfügbare Gruppen: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 3 + + + MiddleLeft + + + 387, 16 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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 - + + 321, 23 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 - n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI - N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f - oAc0QjgAAAAASUVORK5CYII= - + + 1 - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/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== - + + Ausgewählten Benutzer zu Gruppe hinzufügen - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo - dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= - + + btnAddUserToGroup + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 4 929, 17 + + 145, 18 + + + 236, 21 + + + 0 + + + cmbGroup + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 5 + + + 787, 170 + + + User-Gruppenzuordnung + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 789, 195 + + + 30 + + + 9, 38 + + + 120, 121 + + + 13 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 0 + + + 138, 54 + + + 54, 21 + + + 2 + + + GUIDTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 2 + + + 203, 54 + + + 278, 21 + + + 4 + + + NAMETextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 4 + + + 138, 95 + + + 163, 21 + + + 6 + + + ADDED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 6 + + + 307, 95 + + + 174, 21 + + + 8 + + + ADDED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 8 + + + 138, 137 + + + 163, 21 + + + 10 + + + CHANGED_WHOTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 10 + + + 307, 137 + + + 174, 21 + + + 12 + + + CHANGED_WHENTextBox1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 12 + 793, 56 @@ -276,6 +1604,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 44, 22 + + + von {0} + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -288,6 +1634,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -299,6 +1654,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -308,6 +1672,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -317,6 +1711,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -328,6 +1731,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -335,6 +1750,84 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + Magenta + + + 23, 22 + + + ToolStripButton1 + + + Magenta + + + 176, 22 + + + Benutzer aus AD hinzufügen + + + 0, 0 + + + 787, 25 + + + 1 + + + BindingNavigator1 + + + BindingNavigator1 + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabGruppendefinition + + + 13 + + + 787, 170 + + + Gruppendefinition + + + TabGruppendefinition + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 1 + 259, 56 @@ -344,9 +1837,54 @@ 529, 56 + + True + + + 12, 265 + + + 163, 13 + + + 31 + + + Daten erfolgreich gespeichert! + + + False + + + lblsave + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + 140 + + 6, 13 + + + True + + + 801, 489 + + + Segoe UI, 8.25pt + AAABAAkAMDAQAAAAAABoBgAAlgAAACAgEAAAAAAA6AIAAP4GAAAQEBAAAAAAACgBAADmCQAAMDAAAAEA @@ -772,4 +2310,229 @@ U/+AAFj//4FT////Qv8= + + Benutzer Konfiguration + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBDD_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_USERTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBDD_USERBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbRefreshUsers + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsAddUser + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_USER_GROUPSBindingSource + + + System.Windows.Forms.BindingSource, 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 + + + ToolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, 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 + + + ToolStripButton4 + + + 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 + + + ToolStripTextBox1 + + + System.Windows.Forms.ToolStripTextBox, 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 + + + ToolStripButton5 + + + System.Windows.Forms.ToolStripButton, 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 + + + ToolStripSeparator3 + + + System.Windows.Forms.ToolStripSeparator, 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 + + + ToolStripButton9 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_USERS_GROUPSBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBDD_USER_GROUPSTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_USER_GROUPSTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_USERS_GROUPSTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_USERS_GROUPSTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmUserKonfig + + + 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-Record-Organiser/frmUserKonfig_AddUsers.Designer.vb b/app/DD-Record-Organiser/frmUserKonfig_AddUsers.Designer.vb index e388205..f4412d1 100644 --- a/app/DD-Record-Organiser/frmUserKonfig_AddUsers.Designer.vb +++ b/app/DD-Record-Organiser/frmUserKonfig_AddUsers.Designer.vb @@ -46,8 +46,7 @@ Partial Class frmUserKonfig_AddUsers ' 'SplitContainer1 ' - Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill - Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 @@ -61,116 +60,79 @@ Partial Class frmUserKonfig_AddUsers Me.SplitContainer1.Panel2.Controls.Add(Me.ToolStrip2) Me.SplitContainer1.Panel2.Controls.Add(Me.btnCancel) Me.SplitContainer1.Panel2.Controls.Add(Me.btnAddUsers) - Me.SplitContainer1.Size = New System.Drawing.Size(618, 457) - Me.SplitContainer1.SplitterDistance = 206 - Me.SplitContainer1.TabIndex = 1 ' 'lbGroups ' Me.lbGroups.BackColor = System.Drawing.SystemColors.GradientInactiveCaption - Me.lbGroups.Dock = System.Windows.Forms.DockStyle.Fill + resources.ApplyResources(Me.lbGroups, "lbGroups") Me.lbGroups.FormattingEnabled = True - Me.lbGroups.Location = New System.Drawing.Point(0, 25) Me.lbGroups.Name = "lbGroups" - Me.lbGroups.Size = New System.Drawing.Size(206, 432) - Me.lbGroups.TabIndex = 2 ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1}) - Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip1, "ToolStrip1") Me.ToolStrip1.Name = "ToolStrip1" - Me.ToolStrip1.Size = New System.Drawing.Size(206, 25) - Me.ToolStrip1.TabIndex = 1 - Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripLabel1 ' - Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1") Me.ToolStripLabel1.Name = "ToolStripLabel1" - Me.ToolStripLabel1.Size = New System.Drawing.Size(125, 22) - Me.ToolStripLabel1.Text = "Verfügbare Gruppen:" ' 'clbUsers ' Me.clbUsers.BackColor = System.Drawing.SystemColors.GradientActiveCaption - Me.clbUsers.Dock = System.Windows.Forms.DockStyle.Top + resources.ApplyResources(Me.clbUsers, "clbUsers") Me.clbUsers.FormattingEnabled = True - Me.clbUsers.Location = New System.Drawing.Point(0, 25) Me.clbUsers.Name = "clbUsers" - Me.clbUsers.Size = New System.Drawing.Size(408, 378) - Me.clbUsers.TabIndex = 6 ' 'ToolStrip2 ' Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.tbSelectEverything, Me.tbSelectNone}) - Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.ToolStrip2, "ToolStrip2") Me.ToolStrip2.Name = "ToolStrip2" - Me.ToolStrip2.Size = New System.Drawing.Size(408, 25) - Me.ToolStrip2.TabIndex = 5 - Me.ToolStrip2.Text = "ToolStrip2" ' 'ToolStripLabel2 ' - Me.ToolStripLabel2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ToolStripLabel2, "ToolStripLabel2") Me.ToolStripLabel2.Name = "ToolStripLabel2" - Me.ToolStripLabel2.Size = New System.Drawing.Size(128, 22) - Me.ToolStripLabel2.Text = "Verfügbare Benutzer:" ' 'tbSelectEverything ' Me.tbSelectEverything.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.tbSelectEverything.ForeColor = System.Drawing.Color.Firebrick - Me.tbSelectEverything.Image = CType(resources.GetObject("tbSelectEverything.Image"), System.Drawing.Image) - Me.tbSelectEverything.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tbSelectEverything, "tbSelectEverything") Me.tbSelectEverything.Name = "tbSelectEverything" - Me.tbSelectEverything.Size = New System.Drawing.Size(90, 22) - Me.tbSelectEverything.Text = "Alle auswählen" ' 'tbSelectNone ' Me.tbSelectNone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text - Me.tbSelectNone.Image = CType(resources.GetObject("tbSelectNone.Image"), System.Drawing.Image) - Me.tbSelectNone.ImageTransparentColor = System.Drawing.Color.Magenta + resources.ApplyResources(Me.tbSelectNone, "tbSelectNone") Me.tbSelectNone.Name = "tbSelectNone" - Me.tbSelectNone.Size = New System.Drawing.Size(104, 22) - Me.tbSelectNone.Text = "Nichts auswählen" ' 'btnCancel ' - Me.btnCancel.Location = New System.Drawing.Point(224, 425) + resources.ApplyResources(Me.btnCancel, "btnCancel") Me.btnCancel.Name = "btnCancel" - Me.btnCancel.Size = New System.Drawing.Size(75, 23) - Me.btnCancel.TabIndex = 4 - Me.btnCancel.Text = "Abbrechen" Me.btnCancel.UseVisualStyleBackColor = True ' 'btnAddUsers ' Me.btnAddUsers.Image = Global.DD_Record_Organiser.My.Resources.Resources.add1 - Me.btnAddUsers.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddUsers.Location = New System.Drawing.Point(305, 425) + resources.ApplyResources(Me.btnAddUsers, "btnAddUsers") Me.btnAddUsers.Name = "btnAddUsers" - Me.btnAddUsers.Size = New System.Drawing.Size(91, 23) - Me.btnAddUsers.TabIndex = 3 - Me.btnAddUsers.Text = "Hinzufügen" - Me.btnAddUsers.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddUsers.UseVisualStyleBackColor = True ' 'frmUserKonfig_AddUsers ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(618, 457) Me.Controls.Add(Me.SplitContainer1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmUserKonfig_AddUsers" - Me.Text = "Add User from AD" Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel1.PerformLayout() Me.SplitContainer1.Panel2.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmUserKonfig_AddUsers.resx b/app/DD-Record-Organiser/frmUserKonfig_AddUsers.resx index f3f9411..4e4af9b 100644 --- a/app/DD-Record-Organiser/frmUserKonfig_AddUsers.resx +++ b/app/DD-Record-Organiser/frmUserKonfig_AddUsers.resx @@ -117,13 +117,123 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + + 0, 0 + + + Fill + + + 0, 25 + + + 206, 432 + + + + 2 + + + lbGroups + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 0 + 17, 17 + + Segoe UI, 9pt, style=Bold + + + 125, 22 + + + Verfügbare Gruppen: + + + 0, 0 + + + 206, 25 + + + 1 + + + ToolStrip1 + + + ToolStrip1 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel1 + + + 1 + + + SplitContainer1.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 0 + + + Top + + + 0, 25 + + + 408, 378 + + + 6 + + + clbUsers + + + System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 0 + 124, 17 - + + Segoe UI, 9pt, style=Bold + + + 128, 22 + + + Verfügbare Benutzer: + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -139,6 +249,15 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + Magenta + + + 90, 22 + + + Alle auswählen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 @@ -154,9 +273,141 @@ TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + Magenta + + + 104, 22 + + + Nichts auswählen + + + 0, 0 + + + 408, 25 + + + 5 + + + ToolStrip2 + + + ToolStrip2 + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 1 + + + 224, 425 + + + 75, 23 + + + 4 + + + Abbrechen + + + btnCancel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 2 + + + MiddleLeft + + + 305, 425 + + + 91, 23 + + + 3 + + + Hinzufügen + + + MiddleRight + + + btnAddUsers + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1.Panel2 + + + 3 + + + SplitContainer1.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SplitContainer1 + + + 1 + + + 618, 457 + + + 206 + + + 1 + + + SplitContainer1 + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 231, 17 + + True + + + 6, 13 + + + 618, 457 + + + Segoe UI, 8.25pt + AAABAAYAMDAAAAEACACoDgAAZgAAACAgAAABAAgAqAgAAA4PAAAQEAAAAQAIAGgFAAC2FwAAMDAAAAEA @@ -536,4 +787,43 @@ L/8AADf/AABG/wAATf8AAEn/AABa/wAA6P8AAP//AAD4/wAAzv8AAav/AAOs/w== + + Add User from AD + + + ToolStripLabel1 + + + System.Windows.Forms.ToolStripLabel, 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 + + + tbSelectEverything + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbSelectNone + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolTipController1 + + + DevExpress.Utils.ToolTipController, DevExpress.Utils.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + frmUserKonfig_AddUsers + + + 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-Record-Organiser/frmWD_EntityImport.Designer.vb b/app/DD-Record-Organiser/frmWD_EntityImport.Designer.vb index 51a9c14..73133fc 100644 --- a/app/DD-Record-Organiser/frmWD_EntityImport.Designer.vb +++ b/app/DD-Record-Organiser/frmWD_EntityImport.Designer.vb @@ -53,263 +53,172 @@ Partial Class frmWD_EntityImport ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(12, 9) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(585, 30) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "Designen Sie hier den Import für Dateien welche zur aktuellen Entität zugeordnet " & _ - "werden sollen." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Beachten Sie dass alle gefundenen Dateien NUR die Entität und NU" & _ - "R die Parent-ID zugeordnet werden." ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(12, 51) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(96, 15) - Me.Label2.TabIndex = 1 - Me.Label2.Text = "Gewählte Entität:" ' 'txtEntityString ' - Me.txtEntityString.Location = New System.Drawing.Point(15, 69) + resources.ApplyResources(Me.txtEntityString, "txtEntityString") Me.txtEntityString.Name = "txtEntityString" Me.txtEntityString.ReadOnly = True - Me.txtEntityString.Size = New System.Drawing.Size(151, 23) - Me.txtEntityString.TabIndex = 2 ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Location = New System.Drawing.Point(12, 168) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(188, 15) - Me.Label3.TabIndex = 3 - Me.Label3.Text = "Wählen Sie hier den Importordner:" ' 'btnopenfolder ' Me.btnopenfolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG - Me.btnopenfolder.Location = New System.Drawing.Point(529, 186) + resources.ApplyResources(Me.btnopenfolder, "btnopenfolder") Me.btnopenfolder.Name = "btnopenfolder" - Me.btnopenfolder.Size = New System.Drawing.Size(40, 23) - Me.btnopenfolder.TabIndex = 5 - Me.btnopenfolder.Text = "..." Me.btnopenfolder.UseVisualStyleBackColor = True ' 'rbSubdirectoriesFolders ' - Me.rbSubdirectoriesFolders.AutoSize = True - Me.rbSubdirectoriesFolders.Location = New System.Drawing.Point(291, 215) + resources.ApplyResources(Me.rbSubdirectoriesFolders, "rbSubdirectoriesFolders") Me.rbSubdirectoriesFolders.Name = "rbSubdirectoriesFolders" - Me.rbSubdirectoriesFolders.Size = New System.Drawing.Size(232, 34) - Me.rbSubdirectoriesFolders.TabIndex = 7 Me.rbSubdirectoriesFolders.TabStop = True - Me.rbSubdirectoriesFolders.Text = "Unterordner incl. Dateien einbeziehen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Unterordnerstruktur wird übernommen" Me.rbSubdirectoriesFolders.UseVisualStyleBackColor = True ' 'rbsubdirectoriesFiles ' - Me.rbsubdirectoriesFiles.AutoSize = True - Me.rbsubdirectoriesFiles.Location = New System.Drawing.Point(15, 215) + resources.ApplyResources(Me.rbsubdirectoriesFiles, "rbsubdirectoriesFiles") Me.rbsubdirectoriesFiles.Name = "rbsubdirectoriesFiles" - Me.rbsubdirectoriesFiles.Size = New System.Drawing.Size(226, 34) - Me.rbsubdirectoriesFiles.TabIndex = 8 Me.rbsubdirectoriesFiles.TabStop = True - Me.rbsubdirectoriesFiles.Text = "Dateien aus Unterordnern einbeziehen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Nur die Dateien werden übernommen" Me.rbsubdirectoriesFiles.UseVisualStyleBackColor = True ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(12, 264) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(240, 15) - Me.Label4.TabIndex = 9 - Me.Label4.Text = "Wählen Sie hier den Zielordner in windream:" ' 'btnpathWD ' Me.btnpathWD.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG - Me.btnpathWD.Location = New System.Drawing.Point(529, 282) + resources.ApplyResources(Me.btnpathWD, "btnpathWD") Me.btnpathWD.Name = "btnpathWD" - Me.btnpathWD.Size = New System.Drawing.Size(40, 23) - Me.btnpathWD.TabIndex = 11 - Me.btnpathWD.Text = "..." Me.btnpathWD.UseVisualStyleBackColor = True ' 'btnrunImport ' - Me.btnrunImport.Font = New System.Drawing.Font("Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnrunImport, "btnrunImport") Me.btnrunImport.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go - Me.btnrunImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnrunImport.Location = New System.Drawing.Point(602, 327) Me.btnrunImport.Name = "btnrunImport" - Me.btnrunImport.Size = New System.Drawing.Size(139, 29) - Me.btnrunImport.TabIndex = 12 - Me.btnrunImport.Text = "Starte Import" - Me.btnrunImport.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnrunImport.UseVisualStyleBackColor = True ' 'btnBackupordner ' - Me.btnBackupordner.Enabled = False - Me.btnBackupordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnBackupordner, "btnBackupordner") Me.btnBackupordner.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG - Me.btnBackupordner.Location = New System.Drawing.Point(529, 332) Me.btnBackupordner.Name = "btnBackupordner" - Me.btnBackupordner.Size = New System.Drawing.Size(40, 23) - Me.btnBackupordner.TabIndex = 17 - Me.btnBackupordner.Text = "..." Me.btnBackupordner.UseVisualStyleBackColor = True ' 'chkImportoptionenBackup ' - Me.chkImportoptionenBackup.AutoSize = True - Me.chkImportoptionenBackup.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.chkImportoptionenBackup.Location = New System.Drawing.Point(15, 311) + resources.ApplyResources(Me.chkImportoptionenBackup, "chkImportoptionenBackup") Me.chkImportoptionenBackup.Name = "chkImportoptionenBackup" - Me.chkImportoptionenBackup.Size = New System.Drawing.Size(279, 17) - Me.chkImportoptionenBackup.TabIndex = 14 - Me.chkImportoptionenBackup.Text = "Sicherheitskopien auf lokalem Rechner speichern" Me.chkImportoptionenBackup.UseVisualStyleBackColor = True ' 'ListBox2 ' - Me.ListBox2.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.ListBox2, "ListBox2") Me.ListBox2.FormattingEnabled = True - Me.ListBox2.ItemHeight = 15 - Me.ListBox2.Location = New System.Drawing.Point(15, 413) Me.ListBox2.Name = "ListBox2" - Me.ListBox2.Size = New System.Drawing.Size(788, 274) - Me.ListBox2.TabIndex = 18 ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Location = New System.Drawing.Point(589, 189) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(347, 15) - Me.Label5.TabIndex = 20 - Me.Label5.Text = "Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu):" ' 'Label6 ' - Me.Label6.AutoSize = True - Me.Label6.Location = New System.Drawing.Point(589, 236) + resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" - Me.Label6.Size = New System.Drawing.Size(410, 15) - Me.Label6.TabIndex = 22 - Me.Label6.Text = "Ausschluss-Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu):" ' 'ListView1 ' Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) - Me.ListView1.Location = New System.Drawing.Point(592, 69) + resources.ApplyResources(Me.ListView1, "ListView1") Me.ListView1.Name = "ListView1" - Me.ListView1.Size = New System.Drawing.Size(350, 114) - Me.ListView1.TabIndex = 24 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' - Me.ColumnHeader1.Text = "Indexname" - Me.ColumnHeader1.Width = 151 + resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1") ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Value" - Me.ColumnHeader2.Width = 120 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Location = New System.Drawing.Point(170, 51) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(103, 15) - Me.Label7.TabIndex = 26 - Me.Label7.Text = "Objekttyp wählen:" ' 'cmbObjekttyp ' Me.cmbObjekttyp.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_OBJECTTYPE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.cmbObjekttyp.FormattingEnabled = True - Me.cmbObjekttyp.Location = New System.Drawing.Point(173, 69) + resources.ApplyResources(Me.cmbObjekttyp, "cmbObjekttyp") Me.cmbObjekttyp.Name = "cmbObjekttyp" - Me.cmbObjekttyp.Size = New System.Drawing.Size(350, 23) - Me.cmbObjekttyp.TabIndex = 25 Me.cmbObjekttyp.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_OBJECTTYPE ' 'txtFilter_exclude ' Me.txtFilter_exclude.BackColor = System.Drawing.SystemColors.Info Me.txtFilter_exclude.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_EXCLUDE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtFilter_exclude.Location = New System.Drawing.Point(592, 254) + resources.ApplyResources(Me.txtFilter_exclude, "txtFilter_exclude") Me.txtFilter_exclude.Name = "txtFilter_exclude" - Me.txtFilter_exclude.Size = New System.Drawing.Size(344, 23) - Me.txtFilter_exclude.TabIndex = 23 Me.txtFilter_exclude.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_EXCLUDE ' 'txtFilter ' Me.txtFilter.BackColor = System.Drawing.SystemColors.Info Me.txtFilter.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_FILTER", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtFilter.Location = New System.Drawing.Point(592, 207) + resources.ApplyResources(Me.txtFilter, "txtFilter") Me.txtFilter.Name = "txtFilter" - Me.txtFilter.Size = New System.Drawing.Size(344, 23) - Me.txtFilter.TabIndex = 21 Me.txtFilter.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_FILTER ' 'txtBackupordner ' Me.txtBackupordner.BackColor = System.Drawing.SystemColors.Info Me.txtBackupordner.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_SAFETYPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtBackupordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.txtBackupordner.Location = New System.Drawing.Point(15, 334) + resources.ApplyResources(Me.txtBackupordner, "txtBackupordner") Me.txtBackupordner.Name = "txtBackupordner" - Me.txtBackupordner.Size = New System.Drawing.Size(508, 22) - Me.txtBackupordner.TabIndex = 15 Me.txtBackupordner.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_SAFETYPATH ' 'txtwindreamPath ' Me.txtwindreamPath.BackColor = System.Drawing.SystemColors.Info Me.txtwindreamPath.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_TARGETPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtwindreamPath.Location = New System.Drawing.Point(15, 282) + resources.ApplyResources(Me.txtwindreamPath, "txtwindreamPath") Me.txtwindreamPath.Name = "txtwindreamPath" - Me.txtwindreamPath.Size = New System.Drawing.Size(508, 23) - Me.txtwindreamPath.TabIndex = 10 Me.txtwindreamPath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_TARGETPATH ' 'txtpath ' Me.txtpath.BackColor = System.Drawing.SystemColors.Info Me.txtpath.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_IMPPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) - Me.txtpath.Location = New System.Drawing.Point(15, 186) + resources.ApplyResources(Me.txtpath, "txtpath") Me.txtpath.Name = "txtpath" - Me.txtpath.Size = New System.Drawing.Size(508, 23) - Me.txtpath.TabIndex = 4 Me.txtpath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_IMPPATH ' 'Label8 ' - Me.Label8.AutoSize = True - Me.Label8.Location = New System.Drawing.Point(589, 51) + resources.ApplyResources(Me.Label8, "Label8") Me.Label8.Name = "Label8" - Me.Label8.Size = New System.Drawing.Size(181, 15) - Me.Label8.TabIndex = 27 - Me.Label8.Text = "Automatisch zu setzende Indizes:" ' 'frmWD_EntityImport ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(1025, 710) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.cmbObjekttyp) @@ -334,10 +243,7 @@ Partial Class frmWD_EntityImport Me.Controls.Add(Me.txtEntityString) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmWD_EntityImport" - Me.Text = "Import-Designer für Entitäts-Dokumente:" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD-Record-Organiser/frmWD_EntityImport.resx b/app/DD-Record-Organiser/frmWD_EntityImport.resx index b24bb3e..4ffabc2 100644 --- a/app/DD-Record-Organiser/frmWD_EntityImport.resx +++ b/app/DD-Record-Organiser/frmWD_EntityImport.resx @@ -117,7 +117,648 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Segoe UI, 9pt, style=Bold, Italic + + + 12, 9 + + + 585, 30 + + + 0 + + + Designen Sie hier den Import für Dateien welche zur aktuellen Entität zugeordnet werden sollen. +Beachten Sie dass alle gefundenen Dateien NUR die Entität und NUR die Parent-ID zugeordnet werden. + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 23 + + + True + + + 12, 51 + + + 96, 15 + + + 1 + + + Gewählte Entität: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 22 + + + 15, 69 + + + 151, 23 + + + 2 + + + txtEntityString + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 21 + + + True + + + 12, 168 + + + 188, 15 + + + 3 + + + Wählen Sie hier den Importordner: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 20 + + + 529, 186 + + + 40, 23 + + + 5 + + + ... + + + btnopenfolder + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 18 + + + True + + + 291, 215 + + + 232, 34 + + + 7 + + + Unterordner incl. Dateien einbeziehen +Unterordnerstruktur wird übernommen + + + rbSubdirectoriesFolders + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + + + True + + + 15, 215 + + + 226, 34 + + + 8 + + + Dateien aus Unterordnern einbeziehen +Nur die Dateien werden übernommen + + + rbsubdirectoriesFiles + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + True + + + 12, 264 + + + 240, 15 + + + 9 + + + Wählen Sie hier den Zielordner in windream: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + 529, 282 + + + 40, 23 + + + 11 + + + ... + + + btnpathWD + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + + Segoe UI Semibold, 12pt, style=Bold + + + MiddleLeft + + + 602, 327 + + + 139, 29 + + + 12 + + + Starte Import + + + MiddleRight + + + btnrunImport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + False + + + Segoe UI, 8.25pt + + + 529, 332 + + + 40, 23 + + + 17 + + + ... + + + btnBackupordner + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + True + + + Segoe UI, 8.25pt + + + 15, 311 + + + 279, 17 + + + 14 + + + Sicherheitskopien auf lokalem Rechner speichern + + + chkImportoptionenBackup + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + + Top, Bottom, Left, Right + + + 15 + + + 15, 413 + + + 788, 274 + + + 18 + + + ListBox2 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + True + + + 589, 189 + + + 347, 15 + + + 20 + + + Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu): + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + True + + + 589, 236 + + + 410, 15 + + + 22 + + + Ausschluss-Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu): + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + Indexname + + + 151 + + + Value + + + 120 + + + 592, 69 + + + 350, 114 + + + 24 + + + ListView1 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + True + + + 170, 51 + + + 103, 15 + + + 26 + + + Objekttyp wählen: + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 173, 69 + + + 350, 23 + + + 25 + + + cmbObjekttyp + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 592, 254 + + + 344, 23 + + + 23 + + + txtFilter_exclude + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 592, 207 + + + 344, 23 + + + 21 + + + txtFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + Segoe UI, 8.25pt + + + 15, 334 + + + 508, 22 + + + 15 + + + txtBackupordner + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + 15, 282 + + + 508, 23 + + + 10 + + + txtwindreamPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + 15, 186 + + + 508, 23 + + + 4 + + + txtpath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 19 + + + True + + + 589, 51 + + + 181, 15 + + + 27 + + + Automatisch zu setzende Indizes: + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 15 + + + 1025, 710 + + + Segoe UI, 9pt + AAABAAMAEBAQAAEABAAoAQAANgAAABAQAAABAAgAaAUAAF4BAAAQEAAAAQAgAGgEAADGBgAAKAAAABAA @@ -170,4 +811,25 @@ AAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAADAAAAAwAAAAP4AAAD/AAAA + + Import-Designer für Entitäts-Dokumente: + + + ColumnHeader1 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + frmWD_EntityImport + + + 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-Record-Organiser/frmWD_Index_Dokart.Designer.vb b/app/DD-Record-Organiser/frmWD_Index_Dokart.Designer.vb index 0e8aac7..74eafa0 100644 --- a/app/DD-Record-Organiser/frmWD_Index_Dokart.Designer.vb +++ b/app/DD-Record-Organiser/frmWD_Index_Dokart.Designer.vb @@ -24,10 +24,10 @@ Partial Class frmWD_Index_Dokart Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim OBJECT_TYPELabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWD_Index_Dokart)) Dim FW_DOCTYPE_IDLabel As System.Windows.Forms.Label Dim PATHLabel As System.Windows.Forms.Label Dim Label3 As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWD_Index_Dokart)) Me.Label1 = New System.Windows.Forms.Label() Me.txtFilepath = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() @@ -64,81 +64,48 @@ Partial Class frmWD_Index_Dokart ' 'OBJECT_TYPELabel ' - OBJECT_TYPELabel.AutoSize = True - OBJECT_TYPELabel.Location = New System.Drawing.Point(6, 25) + resources.ApplyResources(OBJECT_TYPELabel, "OBJECT_TYPELabel") OBJECT_TYPELabel.Name = "OBJECT_TYPELabel" - OBJECT_TYPELabel.Size = New System.Drawing.Size(62, 15) - OBJECT_TYPELabel.TabIndex = 5 - OBJECT_TYPELabel.Text = "Objekttyp:" ' 'FW_DOCTYPE_IDLabel ' - FW_DOCTYPE_IDLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - FW_DOCTYPE_IDLabel.AutoSize = True - FW_DOCTYPE_IDLabel.Location = New System.Drawing.Point(453, 25) + resources.ApplyResources(FW_DOCTYPE_IDLabel, "FW_DOCTYPE_IDLabel") FW_DOCTYPE_IDLabel.Name = "FW_DOCTYPE_IDLabel" - FW_DOCTYPE_IDLabel.Size = New System.Drawing.Size(70, 15) - FW_DOCTYPE_IDLabel.TabIndex = 6 - FW_DOCTYPE_IDLabel.Text = "Doctype-ID:" ' 'PATHLabel ' - PATHLabel.AutoSize = True - PATHLabel.Location = New System.Drawing.Point(6, 54) + resources.ApplyResources(PATHLabel, "PATHLabel") PATHLabel.Name = "PATHLabel" - PATHLabel.Size = New System.Drawing.Size(73, 15) - PATHLabel.TabIndex = 8 - PATHLabel.Text = "Ablagepfad:" ' 'Label3 ' - Label3.AutoSize = True - Label3.Location = New System.Drawing.Point(6, 93) + resources.ApplyResources(Label3, "Label3") Label3.Name = "Label3" - Label3.Size = New System.Drawing.Size(46, 15) - Label3.TabIndex = 10 - Label3.Text = "Indizes:" ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 9) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(61, 15) - Me.Label1.TabIndex = 0 - Me.Label1.Text = "Dateipfad:" ' 'txtFilepath ' - Me.txtFilepath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.txtFilepath.Location = New System.Drawing.Point(15, 27) + resources.ApplyResources(Me.txtFilepath, "txtFilepath") Me.txtFilepath.Name = "txtFilepath" Me.txtFilepath.ReadOnly = True - Me.txtFilepath.Size = New System.Drawing.Size(585, 23) - Me.txtFilepath.TabIndex = 1 ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label2.Location = New System.Drawing.Point(12, 58) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(188, 17) - Me.Label2.TabIndex = 2 - Me.Label2.Text = "Wählen Sie eine Dokumentart" ' 'cmbDokumentart ' Me.cmbDokumentart.DataSource = Me.VWPMO_DOKUMENTTYPESBindingSource Me.cmbDokumentart.DisplayMember = "DOKUMENTTYPE" - Me.cmbDokumentart.Font = New System.Drawing.Font("Segoe UI Semibold", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbDokumentart, "cmbDokumentart") Me.cmbDokumentart.FormattingEnabled = True - Me.cmbDokumentart.Location = New System.Drawing.Point(15, 78) Me.cmbDokumentart.Name = "cmbDokumentart" - Me.cmbDokumentart.Size = New System.Drawing.Size(391, 25) - Me.cmbDokumentart.TabIndex = 3 - Me.ToolTip1.SetToolTip(Me.cmbDokumentart, "Auswahl der Dokumentart - Wird für nächste Eingabe gespeichert") + Me.ToolTip1.SetToolTip(Me.cmbDokumentart, resources.GetString("cmbDokumentart.ToolTip")) Me.cmbDokumentart.ValueMember = "DOKUMENTTYPE_ID" ' 'VWPMO_DOKUMENTTYPESBindingSource @@ -159,6 +126,7 @@ Partial Class frmWD_Index_Dokart ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing @@ -166,7 +134,6 @@ Partial Class frmWD_Index_Dokart Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing - Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing @@ -178,6 +145,9 @@ Partial Class frmWD_Index_Dokart Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -187,33 +157,20 @@ Partial Class frmWD_Index_Dokart ' 'btnindex ' - Me.btnindex.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.btnindex.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnindex, "btnindex") Me.btnindex.Image = Global.DD_Record_Organiser.My.Resources.Resources.key_go - Me.btnindex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnindex.Location = New System.Drawing.Point(442, 396) Me.btnindex.Name = "btnindex" - Me.btnindex.Size = New System.Drawing.Size(158, 28) - Me.btnindex.TabIndex = 4 - Me.btnindex.Text = "Datei indexieren" - Me.btnindex.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnindex.UseVisualStyleBackColor = True ' 'OBJECT_TYPETextBox ' - Me.OBJECT_TYPETextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.OBJECT_TYPETextBox.Location = New System.Drawing.Point(85, 22) + resources.ApplyResources(Me.OBJECT_TYPETextBox, "OBJECT_TYPETextBox") Me.OBJECT_TYPETextBox.Name = "OBJECT_TYPETextBox" Me.OBJECT_TYPETextBox.ReadOnly = True - Me.OBJECT_TYPETextBox.Size = New System.Drawing.Size(306, 23) - Me.OBJECT_TYPETextBox.TabIndex = 6 ' 'GroupBox1 ' - Me.GroupBox1.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.GroupBox1, "GroupBox1") Me.GroupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.GroupBox1.Controls.Add(Label3) Me.GroupBox1.Controls.Add(PATHLabel) @@ -223,81 +180,51 @@ Partial Class frmWD_Index_Dokart Me.GroupBox1.Controls.Add(Me.DOCTYPE_IDTextBox) Me.GroupBox1.Controls.Add(OBJECT_TYPELabel) Me.GroupBox1.Controls.Add(Me.OBJECT_TYPETextBox) - Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox1.Location = New System.Drawing.Point(15, 117) Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(585, 274) - Me.GroupBox1.TabIndex = 7 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Gewählte Indexierungsdaten - Automatik:" ' 'PATHTextBox ' - Me.PATHTextBox.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.PATHTextBox, "PATHTextBox") Me.PATHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_DOKUMENTTYPESBindingSource, "PATH", True)) - Me.PATHTextBox.Location = New System.Drawing.Point(85, 51) Me.PATHTextBox.Name = "PATHTextBox" - Me.PATHTextBox.Size = New System.Drawing.Size(494, 23) - Me.PATHTextBox.TabIndex = 9 ' 'lvwIndices ' - Me.lvwIndices.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.lvwIndices, "lvwIndices") Me.lvwIndices.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) - Me.lvwIndices.Location = New System.Drawing.Point(85, 93) Me.lvwIndices.Name = "lvwIndices" - Me.lvwIndices.Size = New System.Drawing.Size(306, 175) - Me.lvwIndices.TabIndex = 8 Me.lvwIndices.UseCompatibleStateImageBehavior = False Me.lvwIndices.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' - Me.ColumnHeader1.Text = "Indexname" - Me.ColumnHeader1.Width = 100 + resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1") ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Value" - Me.ColumnHeader2.Width = 120 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'DOCTYPE_IDTextBox ' - Me.DOCTYPE_IDTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.DOCTYPE_IDTextBox.Location = New System.Drawing.Point(529, 22) + resources.ApplyResources(Me.DOCTYPE_IDTextBox, "DOCTYPE_IDTextBox") Me.DOCTYPE_IDTextBox.Name = "DOCTYPE_IDTextBox" Me.DOCTYPE_IDTextBox.ReadOnly = True - Me.DOCTYPE_IDTextBox.Size = New System.Drawing.Size(50, 23) - Me.DOCTYPE_IDTextBox.TabIndex = 7 ' 'chkdelete_origin ' - Me.chkdelete_origin.AutoSize = True - Me.chkdelete_origin.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.chkdelete_origin.Location = New System.Drawing.Point(24, 402) + resources.ApplyResources(Me.chkdelete_origin, "chkdelete_origin") Me.chkdelete_origin.Name = "chkdelete_origin" - Me.chkdelete_origin.Size = New System.Drawing.Size(178, 20) - Me.chkdelete_origin.TabIndex = 8 - Me.chkdelete_origin.Text = "Lösche Ursprungsdatei" - Me.ToolTip1.SetToolTip(Me.chkdelete_origin, "Die gedroppte Datei wird nach Ablage in windream gelöscht - Wird für nächste Eing" & _ - "abe gespeichert") + Me.ToolTip1.SetToolTip(Me.chkdelete_origin, resources.GetString("chkdelete_origin.ToolTip")) Me.chkdelete_origin.UseVisualStyleBackColor = True ' 'chkMultiIndexer ' - Me.chkMultiIndexer.AutoSize = True + resources.ApplyResources(Me.chkMultiIndexer, "chkMultiIndexer") Me.chkMultiIndexer.BackColor = System.Drawing.Color.Yellow - Me.chkMultiIndexer.Font = New System.Drawing.Font("Verdana", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.chkMultiIndexer.ForeColor = System.Drawing.Color.Maroon - Me.chkMultiIndexer.Location = New System.Drawing.Point(24, 430) Me.chkMultiIndexer.Name = "chkMultiIndexer" - Me.chkMultiIndexer.Size = New System.Drawing.Size(520, 20) - Me.chkMultiIndexer.TabIndex = 9 - Me.chkMultiIndexer.Text = "Multi-Indexing - Alle nachfolgenden Dateien (0) identisch indexieren" - Me.ToolTip1.SetToolTip(Me.chkMultiIndexer, "Alle nachfolgenden Dateien werden wie angezeigt indexiert") + Me.ToolTip1.SetToolTip(Me.chkMultiIndexer, resources.GetString("chkMultiIndexer.ToolTip")) Me.chkMultiIndexer.UseVisualStyleBackColor = False ' 'TBPMO_FILES_USERBindingSource @@ -320,10 +247,9 @@ Partial Class frmWD_Index_Dokart ' 'frmWD_Index_Dokart ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.ControlLight - Me.ClientSize = New System.Drawing.Size(615, 465) Me.Controls.Add(Me.chkMultiIndexer) Me.Controls.Add(Me.chkdelete_origin) Me.Controls.Add(Me.GroupBox1) @@ -332,12 +258,9 @@ Partial Class frmWD_Index_Dokart Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtFilepath) Me.Controls.Add(Me.Label1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmWD_Index_Dokart" - Me.Text = "Import nach windream:" CType(Me.VWPMO_DOKUMENTTYPESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmWD_Index_Dokart.resx b/app/DD-Record-Organiser/frmWD_Index_Dokart.resx index 4a0db46..1771d7c 100644 --- a/app/DD-Record-Organiser/frmWD_Index_Dokart.resx +++ b/app/DD-Record-Organiser/frmWD_Index_Dokart.resx @@ -120,30 +120,492 @@ False + + + True + + + + 6, 25 + + + 62, 15 + + + 5 + + + Objekttyp: + + + OBJECT_TYPELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + False + + + Top, Right + + + True + + + 453, 25 + + + 70, 15 + + + 6 + + + Doctype-ID: + + + FW_DOCTYPE_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + False + + True + + + 6, 54 + + + 73, 15 + + + 8 + + + Ablagepfad: + + + PATHLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + False + + True + + + 6, 93 + + + 46, 15 + + + 10 + + + Indizes: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + 12, 9 + + + 61, 15 + + + 0 + + + Dateipfad: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + Top, Left, Right + + + 15, 27 + + + 585, 23 + + + 1 + + + txtFilepath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + Segoe UI Semibold, 9.75pt, style=Bold + + + 12, 58 + + + 188, 17 + + + 2 + + + Wählen Sie eine Dokumentart + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + 160, 17 17, 17 + + Segoe UI Semibold, 9.75pt, style=Bold + + + 15, 78 + + + 391, 25 + + + 3 + 891, 17 + + Auswahl der Dokumentart - Wird für nächste Eingabe gespeichert + + + cmbDokumentart + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 442, 17 718, 17 + + Bottom, Right + + + Segoe UI, 9.75pt, style=Bold + + + MiddleLeft + + + 442, 396 + + + 158, 28 + + + 4 + + + Datei indexieren + + + MiddleRight + + + btnindex + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + Top, Left, Right + + + 85, 22 + + + 306, 23 + + + 6 + + + OBJECT_TYPETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + Top, Bottom, Left, Right + + + Top, Left, Right + + + 85, 51 + + + 494, 23 + + + 9 + + + PATHTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + Top, Bottom, Left, Right + + + Indexname + + + 100 + + + Value + + + 120 + + + 85, 93 + + + 306, 175 + + + 8 + + + lvwIndices + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + Top, Right + + + 529, 22 + + + 50, 23 + + + 7 + + + DOCTYPE_IDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + Segoe UI, 9pt, style=Italic + + + 15, 117 + + + 585, 274 + + + 7 + + + Gewählte Indexierungsdaten - Automatik: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + True + + + Verdana, 9.75pt, style=Italic + + + 24, 402 + + + 178, 20 + + + 8 + + + Lösche Ursprungsdatei + + + Die gedroppte Datei wird nach Ablage in windream gelöscht - Wird für nächste Eingabe gespeichert + + + chkdelete_origin + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + Verdana, 9.75pt, style=Bold, Italic + + + 24, 430 + + + 520, 20 + + + 9 + + + Multi-Indexing - Alle nachfolgenden Dateien (0) identisch indexieren + + + Alle nachfolgenden Dateien werden wie angezeigt indexiert + + + chkMultiIndexer + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 990, 17 @@ -156,7 +618,18 @@ 500, 56 - + + True + + + 7, 15 + + + 615, 465 + + + Segoe UI, 9pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -606,4 +1079,79 @@ wAH//wAA///AAf//AAD//8AB//8AAP//wAH//wAA///AD///AAD///H///8AAP///////wAA + + Import nach windream: + + + VWPMO_DOKUMENTTYPESBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_DOKUMENTTYPESTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_DOKUMENTTYPESTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + ColumnHeader1 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolTip1 + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FILES_USERBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FILES_USERTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FILES_USERTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWDDINDEX_AUTOMBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWDDINDEX_AUTOMTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWDDINDEX_AUTOMTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmWD_Index_Dokart + + + 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-Record-Organiser/frmWD_Index_Dokart.vb b/app/DD-Record-Organiser/frmWD_Index_Dokart.vb index f55b07c..a979cb2 100644 --- a/app/DD-Record-Organiser/frmWD_Index_Dokart.vb +++ b/app/DD-Record-Organiser/frmWD_Index_Dokart.vb @@ -211,7 +211,7 @@ Public Class frmWD_Index_Dokart Private Sub btnindex_Click(sender As Object, e As EventArgs) Handles btnindex.Click If CURRENT_RECORD_ID = 0 Then - MsgBox("Kein Datensatz ausgewählt oder die Dokumentart wurde noch nicht gewählt!", MsgBoxStyle.Information) + MsgBox("No Record chosen or the docuemnttype was not chosen!", MsgBoxStyle.Information) Exit Sub End If If lvwIndices.Items.Count = 0 Then @@ -255,7 +255,7 @@ Public Class frmWD_Index_Dokart Next Me.Cursor = Cursors.Default If err = False Then - MsgBox("Alle Dateien wurden mit Multiindexing erfolgreich nach windream übertragen!", MsgBoxStyle.Information, "Erfolgsmeldung:") + MsgBox("All files Alle Dateien wurden mit Multiindexing erfolgreich nach windream übertragen!", MsgBoxStyle.Information, "Erfolgsmeldung:") Me.Close() End If End If diff --git a/app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb b/app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb index 38cbc9f..3865bcd 100644 --- a/app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb +++ b/app/DD-Record-Organiser/frmWF_TaskEditor.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmWF_TaskEditor Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim CHANGED_WHENLabel As System.Windows.Forms.Label + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWF_TaskEditor)) Dim GUIDLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim TITLELabel As System.Windows.Forms.Label @@ -33,7 +34,6 @@ Partial Class frmWF_TaskEditor Dim DUE_DATELabel As System.Windows.Forms.Label Dim Label4 As System.Windows.Forms.Label Dim RECORD_IDLabel As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWF_TaskEditor)) Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet() @@ -42,8 +42,9 @@ Partial Class frmWF_TaskEditor Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.TBPMO_WORKFLOW_TASK_STATETableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter() Me.GroupBox1 = New System.Windows.Forms.GroupBox() - Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() + Me.RECORD_IDTextBox = New System.Windows.Forms.TextBox() Me.VWPMO_WF_USER_ACTIVEBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.btnAddAppointment = New System.Windows.Forms.Button() Me.btndeleteTask = New System.Windows.Forms.Button() Me.GUIDTextBox = New System.Windows.Forms.TextBox() @@ -71,7 +72,6 @@ Partial Class frmWF_TaskEditor Me.VWPMO_FOLLOWING_TASKSTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_FOLLOWING_TASKSTableAdapter() Me.btndelete_following = New System.Windows.Forms.Button() Me.ListBoxFollowing = New System.Windows.Forms.ListBox() - Me.RECORD_IDTextBox = New System.Windows.Forms.TextBox() CHANGED_WHENLabel = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() @@ -93,107 +93,65 @@ Partial Class frmWF_TaskEditor ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Location = New System.Drawing.Point(402, 255) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 15) - CHANGED_WHENLabel.TabIndex = 16 - CHANGED_WHENLabel.Text = "Geändert wann:" ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Location = New System.Drawing.Point(9, 20) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(50, 15) - GUIDLabel.TabIndex = 4 - GUIDLabel.Text = "Task-ID:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Location = New System.Drawing.Point(243, 254) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 15) - CHANGED_WHOLabel.TabIndex = 14 - CHANGED_WHOLabel.Text = "Geändert wer:" ' 'TITLELabel ' - TITLELabel.AutoSize = True - TITLELabel.Location = New System.Drawing.Point(84, 20) + resources.ApplyResources(TITLELabel, "TITLELabel") TITLELabel.Name = "TITLELabel" - TITLELabel.Size = New System.Drawing.Size(34, 15) - TITLELabel.TabIndex = 5 - TITLELabel.Text = "Task:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Location = New System.Drawing.Point(84, 255) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(77, 15) - ADDED_WHENLabel.TabIndex = 12 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'COMMENTLabel ' - COMMENTLabel.AutoSize = True - COMMENTLabel.Location = New System.Drawing.Point(84, 68) + resources.ApplyResources(COMMENTLabel, "COMMENTLabel") COMMENTLabel.Name = "COMMENTLabel" - COMMENTLabel.Size = New System.Drawing.Size(73, 15) - COMMENTLabel.TabIndex = 6 - COMMENTLabel.Text = "Kommentar:" ' 'STATE_IDLabel ' - STATE_IDLabel.AutoSize = True - STATE_IDLabel.Location = New System.Drawing.Point(84, 204) + resources.ApplyResources(STATE_IDLabel, "STATE_IDLabel") STATE_IDLabel.Name = "STATE_IDLabel" - STATE_IDLabel.Size = New System.Drawing.Size(42, 15) - STATE_IDLabel.TabIndex = 10 - STATE_IDLabel.Text = "Status:" ' 'DUE_DATELabel ' - DUE_DATELabel.AutoSize = True - DUE_DATELabel.Location = New System.Drawing.Point(206, 160) + resources.ApplyResources(DUE_DATELabel, "DUE_DATELabel") DUE_DATELabel.Name = "DUE_DATELabel" - DUE_DATELabel.Size = New System.Drawing.Size(57, 15) - DUE_DATELabel.TabIndex = 8 - DUE_DATELabel.Text = "Fälligkeit:" ' 'Label4 ' - Label4.AutoSize = True - Label4.Location = New System.Drawing.Point(84, 160) + resources.ApplyResources(Label4, "Label4") Label4.Name = "Label4" - Label4.Size = New System.Drawing.Size(63, 15) - Label4.TabIndex = 20 - Label4.Text = "Ist-Datum:" + ' + 'RECORD_IDLabel + ' + resources.ApplyResources(RECORD_IDLabel, "RECORD_IDLabel") + RECORD_IDLabel.Name = "RECORD_IDLabel" ' 'OK_Button ' - Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.OK_Button.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.OK_Button, "OK_Button") Me.OK_Button.Image = Global.DD_Record_Organiser.My.Resources.Resources.brick_go - Me.OK_Button.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.OK_Button.Location = New System.Drawing.Point(834, 538) Me.OK_Button.Name = "OK_Button" - Me.OK_Button.Size = New System.Drawing.Size(178, 27) - Me.OK_Button.TabIndex = 0 - Me.OK_Button.Text = "Speichern und Schließen" - Me.OK_Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Cancel_Button ' - Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Cancel_Button, "Cancel_Button") Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.Cancel_Button.Location = New System.Drawing.Point(709, 538) Me.Cancel_Button.Name = "Cancel_Button" - Me.Cancel_Button.Size = New System.Drawing.Size(90, 27) - Me.Cancel_Button.TabIndex = 1 - Me.Cancel_Button.Text = "Abbrechen" ' 'DD_DMSDataSet ' @@ -212,8 +170,10 @@ Partial Class frmWF_TaskEditor 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing + Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing @@ -221,6 +181,7 @@ Partial Class frmWF_TaskEditor Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing @@ -228,6 +189,9 @@ Partial Class frmWF_TaskEditor Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing + Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing @@ -263,113 +227,91 @@ Partial Class frmWF_TaskEditor Me.GroupBox1.Controls.Add(Me.DUE_DATEDateTimePicker) Me.GroupBox1.Controls.Add(Me.STATE_IDComboBox) Me.GroupBox1.Controls.Add(DUE_DATELabel) - Me.GroupBox1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(700, 318) - Me.GroupBox1.TabIndex = 19 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Aktueller Task:" ' - 'DateTimePicker1 + 'RECORD_IDTextBox ' - Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TASK_DATE", True)) - Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] - Me.DateTimePicker1.Location = New System.Drawing.Point(87, 178) - Me.DateTimePicker1.Name = "DateTimePicker1" - Me.DateTimePicker1.Size = New System.Drawing.Size(96, 23) - Me.DateTimePicker1.TabIndex = 21 + Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "RECORD_ID", True)) + resources.ApplyResources(Me.RECORD_IDTextBox, "RECORD_IDTextBox") + Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox" + Me.RECORD_IDTextBox.ReadOnly = True + Me.RECORD_IDTextBox.TabStop = False ' 'VWPMO_WF_USER_ACTIVEBindingSource ' Me.VWPMO_WF_USER_ACTIVEBindingSource.DataMember = "VWPMO_WF_USER_ACTIVE" Me.VWPMO_WF_USER_ACTIVEBindingSource.DataSource = Me.DD_DMSDataSet ' + 'DateTimePicker1 + ' + Me.DateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TASK_DATE", True)) + Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short] + resources.ApplyResources(Me.DateTimePicker1, "DateTimePicker1") + Me.DateTimePicker1.Name = "DateTimePicker1" + ' 'btnAddAppointment ' Me.btnAddAppointment.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632 - Me.btnAddAppointment.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddAppointment.Location = New System.Drawing.Point(504, 184) + resources.ApplyResources(Me.btnAddAppointment, "btnAddAppointment") Me.btnAddAppointment.Name = "btnAddAppointment" - Me.btnAddAppointment.Size = New System.Drawing.Size(176, 23) - Me.btnAddAppointment.TabIndex = 19 - Me.btnAddAppointment.Text = "zum Kalender hinzufügen" - Me.btnAddAppointment.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddAppointment.UseVisualStyleBackColor = True ' 'btndeleteTask ' Me.btndeleteTask.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete - Me.btndeleteTask.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndeleteTask.Location = New System.Drawing.Point(605, 20) + resources.ApplyResources(Me.btndeleteTask, "btndeleteTask") Me.btndeleteTask.Name = "btndeleteTask" - Me.btndeleteTask.Size = New System.Drawing.Size(75, 43) - Me.btndeleteTask.TabIndex = 18 - Me.btndeleteTask.Text = "Löschen" - Me.btndeleteTask.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndeleteTask.UseVisualStyleBackColor = True ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "WF_TASK_ID", True)) - Me.GUIDTextBox.Location = New System.Drawing.Point(12, 40) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(68, 23) - Me.GUIDTextBox.TabIndex = 5 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(405, 275) + 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(160, 23) - Me.CHANGED_WHENTextBox.TabIndex = 17 ' 'TITLETextBox ' Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "TITLE", True)) - Me.TITLETextBox.Location = New System.Drawing.Point(87, 40) + resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") Me.TITLETextBox.Name = "TITLETextBox" Me.TITLETextBox.ReadOnly = True - Me.TITLETextBox.Size = New System.Drawing.Size(512, 23) - Me.TITLETextBox.TabIndex = 6 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(246, 275) + 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(138, 23) - Me.CHANGED_WHOTextBox.TabIndex = 15 ' 'COMMENTTextBox ' Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "COMMENT", True)) - Me.COMMENTTextBox.Location = New System.Drawing.Point(87, 88) - Me.COMMENTTextBox.Multiline = True + resources.ApplyResources(Me.COMMENTTextBox, "COMMENTTextBox") Me.COMMENTTextBox.Name = "COMMENTTextBox" - Me.COMMENTTextBox.Size = New System.Drawing.Size(593, 69) - Me.COMMENTTextBox.TabIndex = 7 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(87, 275) + 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(138, 23) - Me.ADDED_WHENTextBox.TabIndex = 13 ' 'DUE_DATEDateTimePicker ' Me.DUE_DATEDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.VWPMO_WF_USER_ACTIVEBindingSource, "DUE_DATE", True)) Me.DUE_DATEDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.[Short] - Me.DUE_DATEDateTimePicker.Location = New System.Drawing.Point(209, 178) + resources.ApplyResources(Me.DUE_DATEDateTimePicker, "DUE_DATEDateTimePicker") Me.DUE_DATEDateTimePicker.Name = "DUE_DATEDateTimePicker" - Me.DUE_DATEDateTimePicker.Size = New System.Drawing.Size(96, 23) - Me.DUE_DATEDateTimePicker.TabIndex = 9 ' 'STATE_IDComboBox ' @@ -377,10 +319,8 @@ Partial Class frmWF_TaskEditor Me.STATE_IDComboBox.DataSource = Me.TBPMO_WORKFLOW_TASK_STATEBindingSource Me.STATE_IDComboBox.DisplayMember = "STATE_DESC" Me.STATE_IDComboBox.FormattingEnabled = True - Me.STATE_IDComboBox.Location = New System.Drawing.Point(87, 222) + resources.ApplyResources(Me.STATE_IDComboBox, "STATE_IDComboBox") Me.STATE_IDComboBox.Name = "STATE_IDComboBox" - Me.STATE_IDComboBox.Size = New System.Drawing.Size(297, 23) - Me.STATE_IDComboBox.TabIndex = 11 Me.STATE_IDComboBox.ValueMember = "GUID" ' 'TBPMO_WORKFLOW_TASK_STATEBindingSource @@ -395,19 +335,13 @@ Partial Class frmWF_TaskEditor ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.ForeColor = System.Drawing.Color.Crimson - Me.Label1.Location = New System.Drawing.Point(706, 20) Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(115, 15) - Me.Label1.TabIndex = 21 - Me.Label1.Text = "Nacholgende Tasks:" ' 'GroupBox2 ' - Me.GroupBox2.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.GroupBox2, "GroupBox2") Me.GroupBox2.BackColor = System.Drawing.SystemColors.ControlLight Me.GroupBox2.Controls.Add(Me.btnAddUser) Me.GroupBox2.Controls.Add(Me.ListBoxUser) @@ -415,99 +349,62 @@ Partial Class frmWF_TaskEditor Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.btndeleteuser) Me.GroupBox2.Controls.Add(Me.Label2) - Me.GroupBox2.Location = New System.Drawing.Point(0, 329) Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(700, 253) - Me.GroupBox2.TabIndex = 22 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Exklusive Zuordnung von Tasks zu Usern:" ' 'btnAddUser ' Me.btnAddUser.Image = Global.DD_Record_Organiser.My.Resources.Resources.arrow_left - Me.btnAddUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddUser.Location = New System.Drawing.Point(385, 76) + resources.ApplyResources(Me.btnAddUser, "btnAddUser") Me.btnAddUser.Name = "btnAddUser" - Me.btnAddUser.Size = New System.Drawing.Size(112, 40) - Me.btnAddUser.TabIndex = 29 - Me.btnAddUser.Text = "User dem Task" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "zuordnen" - Me.btnAddUser.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddUser.UseVisualStyleBackColor = True ' 'ListBoxUser ' - Me.ListBoxUser.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.ListBoxUser, "ListBoxUser") Me.ListBoxUser.FormattingEnabled = True - Me.ListBoxUser.ItemHeight = 15 - Me.ListBoxUser.Location = New System.Drawing.Point(503, 37) Me.ListBoxUser.Name = "ListBoxUser" - Me.ListBoxUser.Size = New System.Drawing.Size(184, 199) - Me.ListBoxUser.TabIndex = 28 ' 'ListView1 ' Me.ListView1.AllowDrop = True - Me.ListView1.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.ListView1, "ListView1") Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3}) Me.ListView1.FullRowSelect = True - Me.ListView1.Location = New System.Drawing.Point(12, 37) Me.ListView1.Name = "ListView1" - Me.ListView1.Size = New System.Drawing.Size(367, 210) - Me.ListView1.TabIndex = 27 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' - Me.ColumnHeader1.Text = "ID" - Me.ColumnHeader1.Width = 40 + resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1") ' 'ColumnHeader2 ' - Me.ColumnHeader2.Text = "Task" - Me.ColumnHeader2.Width = 200 + resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2") ' 'ColumnHeader3 ' - Me.ColumnHeader3.Text = "User" - Me.ColumnHeader3.Width = 120 + resources.ApplyResources(Me.ColumnHeader3, "ColumnHeader3") ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.ForeColor = System.Drawing.Color.Crimson - Me.Label3.Location = New System.Drawing.Point(500, 19) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(182, 15) - Me.Label3.TabIndex = 26 - Me.Label3.Text = "User zur Zuordnung auswählen:" ' 'btndeleteuser ' Me.btndeleteuser.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete - Me.btndeleteuser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndeleteuser.Location = New System.Drawing.Point(385, 37) + resources.ApplyResources(Me.btndeleteuser, "btndeleteuser") Me.btndeleteuser.Name = "btndeleteuser" - Me.btndeleteuser.Size = New System.Drawing.Size(112, 33) - Me.btndeleteuser.TabIndex = 24 - Me.btndeleteuser.Text = "löschen" - Me.btndeleteuser.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndeleteuser.UseVisualStyleBackColor = True ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.ForeColor = System.Drawing.Color.Crimson - Me.Label2.Location = New System.Drawing.Point(9, 19) Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(112, 15) - Me.Label2.TabIndex = 22 - Me.Label2.Text = "Zugeordnete User:" ' 'VWPMO_WF_USER_ACTIVETableAdapter ' @@ -520,10 +417,8 @@ Partial Class frmWF_TaskEditor 'btndelete_following ' Me.btndelete_following.Image = Global.DD_Record_Organiser.My.Resources.Resources.note_delete - Me.btndelete_following.Location = New System.Drawing.Point(1019, 38) + resources.ApplyResources(Me.btndelete_following, "btndelete_following") Me.btndelete_following.Name = "btndelete_following" - Me.btndelete_following.Size = New System.Drawing.Size(35, 24) - Me.btndelete_following.TabIndex = 23 Me.btndelete_following.UseVisualStyleBackColor = True ' 'ListBoxFollowing @@ -531,39 +426,16 @@ Partial Class frmWF_TaskEditor Me.ListBoxFollowing.DataSource = Me.VWPMO_FOLLOWING_TASKSBindingSource Me.ListBoxFollowing.DisplayMember = "TITLE" Me.ListBoxFollowing.FormattingEnabled = True - Me.ListBoxFollowing.ItemHeight = 15 - Me.ListBoxFollowing.Location = New System.Drawing.Point(709, 38) + resources.ApplyResources(Me.ListBoxFollowing, "ListBoxFollowing") Me.ListBoxFollowing.Name = "ListBoxFollowing" - Me.ListBoxFollowing.Size = New System.Drawing.Size(303, 274) - Me.ListBoxFollowing.TabIndex = 24 Me.ListBoxFollowing.ValueMember = "WF_TASK_ID" ' - 'RECORD_IDLabel - ' - RECORD_IDLabel.AutoSize = True - RECORD_IDLabel.Location = New System.Drawing.Point(12, 68) - RECORD_IDLabel.Name = "RECORD_IDLabel" - RECORD_IDLabel.Size = New System.Drawing.Size(63, 15) - RECORD_IDLabel.TabIndex = 21 - RECORD_IDLabel.Text = "Record-ID:" - ' - 'RECORD_IDTextBox - ' - Me.RECORD_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.VWPMO_WF_USER_ACTIVEBindingSource, "RECORD_ID", True)) - Me.RECORD_IDTextBox.Location = New System.Drawing.Point(12, 88) - Me.RECORD_IDTextBox.Name = "RECORD_IDTextBox" - Me.RECORD_IDTextBox.ReadOnly = True - Me.RECORD_IDTextBox.Size = New System.Drawing.Size(68, 23) - Me.RECORD_IDTextBox.TabIndex = 22 - Me.RECORD_IDTextBox.TabStop = False - ' 'frmWF_TaskEditor ' Me.AcceptButton = Me.OK_Button - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button - Me.ClientSize = New System.Drawing.Size(1066, 594) Me.Controls.Add(Me.OK_Button) Me.Controls.Add(Me.ListBoxFollowing) Me.Controls.Add(Me.Cancel_Button) @@ -571,14 +443,10 @@ Partial Class frmWF_TaskEditor Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.GroupBox1) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmWF_TaskEditor" Me.ShowInTaskbar = False - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent - Me.Text = "Übersicht aller Tasks für diesen Vorgang/Record" CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_WORKFLOW_TASKBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmWF_TaskEditor.resx b/app/DD-Record-Organiser/frmWF_TaskEditor.resx index 5ec146d..3803477 100644 --- a/app/DD-Record-Organiser/frmWF_TaskEditor.resx +++ b/app/DD-Record-Organiser/frmWF_TaskEditor.resx @@ -120,30 +120,369 @@ False + + + True + + + + 402, 255 + + + 90, 15 + + + 16 + + + Geändert wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + False + + True + + + 9, 20 + + + 50, 15 + + + 4 + + + Task-ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 9 + False + + True + + + 243, 254 + + + 80, 15 + + + 14 + + + Geändert wer: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 10 + False + + True + + + 84, 20 + + + 34, 15 + + + 5 + + + Task: + + + TITLELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 13 + False + + True + + + 84, 255 + + + 77, 15 + + + 12 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 14 + False + + True + + + 84, 68 + + + 73, 15 + + + 6 + + + Kommentar: + + + COMMENTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 17 + False + + True + + + 84, 204 + + + 42, 15 + + + 10 + + + Status: + + + STATE_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 18 + False + + True + + + 206, 160 + + + 57, 15 + + + 8 + + + Fälligkeit: + + + DUE_DATELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 21 + False + + True + + + 84, 160 + + + 63, 15 + + + 20 + + + Ist-Datum: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + False + + + True + + + 12, 68 + + + 63, 15 + + + 21 + + + Record-ID: + + + RECORD_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + + Bottom, Right + + + Segoe UI, 9pt, style=Bold + + + MiddleLeft + + + 834, 538 + + + 178, 27 + + + 0 + + + Speichern und Schließen + + + MiddleRight + + + OK_Button + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + Bottom, Right + + + 709, 538 + + + 90, 27 + + + 1 + + + Abbrechen + + + Cancel_Button + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + 17, 17 @@ -159,25 +498,622 @@ 17, 56 - - False - 328, 56 + + 12, 88 + + + 68, 23 + + + 22 + + + RECORD_IDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + 87, 178 + + + 96, 23 + + + 21 + + + DateTimePicker1 + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + MiddleLeft + + + 504, 184 + + + 176, 23 + + + 19 + + + zum Kalender hinzufügen + + + MiddleRight + + + btnAddAppointment + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + MiddleLeft + + + 605, 20 + + + 75, 43 + + + 18 + + + Löschen + + + MiddleRight + + + btndeleteTask + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + 12, 40 + + + 68, 23 + + + 5 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 7 + + + 405, 275 + + + 160, 23 + + + 17 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 8 + + + 87, 40 + + + 512, 23 + + + 6 + + + TITLETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 11 + + + 246, 275 + + + 138, 23 + + + 15 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 12 + + + 87, 88 + + + True + + + 593, 69 + + + 7 + + + COMMENTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 15 + + + 87, 275 + + + 138, 23 + + + 13 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 16 + + + 209, 178 + + + 96, 23 + + + 9 + + + DUE_DATEDateTimePicker + + + System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 19 + 883, 17 + + 87, 222 + + + 297, 23 + + + 11 + + + STATE_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 20 + + + 0, 0 + + + 700, 318 + + + 19 + + + Aktueller Task: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + 878, 56 + + True + + + Segoe UI, 9pt, style=Bold + + + 706, 20 + + + 115, 15 + + + 21 + + + Nacholgende Tasks: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + Top, Bottom, Left + + + MiddleLeft + + + 385, 76 + + + 112, 40 + + + 29 + + + User dem Task +zuordnen + + + MiddleRight + + + btnAddUser + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + Top, Bottom, Left, Right + + + 15 + + + 503, 37 + + + 184, 199 + + + 28 + + + ListBoxUser + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + Top, Bottom, Left + + + ID + + + 40 + + + Task + + + 200 + + + User + + + 120 + + + 12, 37 + + + 367, 210 + + + 27 + + + ListView1 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + True + + + Segoe UI, 9pt, style=Bold + + + 500, 19 + + + 182, 15 + + + 26 + + + User zur Zuordnung auswählen: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 3 + + + MiddleLeft + + + 385, 37 + + + 112, 33 + + + 24 + + + löschen + + + MiddleRight + + + btndeleteuser + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 4 + + + True + + + Segoe UI, 9pt, style=Bold + + + 9, 19 + + + 112, 15 + + + 22 + + + Zugeordnete User: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 5 + + + 0, 329 + + + 700, 253 + + + 22 + + + Exklusive Zuordnung von Tasks zu Usern: + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + 606, 56 1169, 56 - + + 1019, 38 + + + 35, 24 + + + 23 + + + btndelete_following + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 15 + + + 709, 38 + + + 303, 274 + + + 24 + + + ListBoxFollowing + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 7, 15 + + + 1066, 594 + + + Segoe UI, 9pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -627,4 +1563,94 @@ AAAADwAA/gAAAAAPAAD//4AAAB8AAP///8AP/wAA////////AAD///////8AAP///////wAA + + CenterParent + + + Übersicht aller Tasks für diesen Vorgang/Record + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WORKFLOW_TASKBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOW_TASKTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASKTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_WORKFLOW_TASK_STATETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_WORKFLOW_TASK_STATETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_WF_USER_ACTIVEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_WORKFLOW_TASK_STATEBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_FOLLOWING_TASKSBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader1 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader2 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ColumnHeader3 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VWPMO_WF_USER_ACTIVETableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_WF_USER_ACTIVETableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + VWPMO_FOLLOWING_TASKSTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.VWPMO_FOLLOWING_TASKSTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmWF_TaskEditor + + + 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-Record-Organiser/frmWiedervorlage.Designer.vb b/app/DD-Record-Organiser/frmWiedervorlage.Designer.vb index 802665f..265aeb1 100644 --- a/app/DD-Record-Organiser/frmWiedervorlage.Designer.vb +++ b/app/DD-Record-Organiser/frmWiedervorlage.Designer.vb @@ -24,6 +24,7 @@ Partial Class frmWiedervorlage 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(frmWiedervorlage)) Dim FOLLOW_UP_SEQUENCELabel As System.Windows.Forms.Label Dim FOLLOW_UP_TIME_SPANLabel As System.Windows.Forms.Label Dim DEPENDENT_DATE_CTRL_IDLabel As System.Windows.Forms.Label @@ -46,7 +47,6 @@ Partial Class frmWiedervorlage Dim PROCESS_SELECT5Label As System.Windows.Forms.Label Dim Label6 As System.Windows.Forms.Label Dim Label8 As System.Windows.Forms.Label - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWiedervorlage)) Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() Me.cmbConstructor = New System.Windows.Forms.ComboBox() @@ -160,237 +160,136 @@ Partial Class frmWiedervorlage ' 'GUIDLabel ' - GUIDLabel.AutoSize = True - GUIDLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - GUIDLabel.Location = New System.Drawing.Point(11, 59) + resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" - GUIDLabel.Size = New System.Drawing.Size(20, 13) - GUIDLabel.TabIndex = 2 - GUIDLabel.Text = "ID:" ' 'FOLLOW_UP_SEQUENCELabel ' - FOLLOW_UP_SEQUENCELabel.AutoSize = True - FOLLOW_UP_SEQUENCELabel.Location = New System.Drawing.Point(297, 59) + resources.ApplyResources(FOLLOW_UP_SEQUENCELabel, "FOLLOW_UP_SEQUENCELabel") FOLLOW_UP_SEQUENCELabel.Name = "FOLLOW_UP_SEQUENCELabel" - FOLLOW_UP_SEQUENCELabel.Size = New System.Drawing.Size(51, 13) - FOLLOW_UP_SEQUENCELabel.TabIndex = 4 - FOLLOW_UP_SEQUENCELabel.Text = "Intervall:" ' 'FOLLOW_UP_TIME_SPANLabel ' - FOLLOW_UP_TIME_SPANLabel.AutoSize = True - FOLLOW_UP_TIME_SPANLabel.Location = New System.Drawing.Point(620, 99) + resources.ApplyResources(FOLLOW_UP_TIME_SPANLabel, "FOLLOW_UP_TIME_SPANLabel") FOLLOW_UP_TIME_SPANLabel.Name = "FOLLOW_UP_TIME_SPANLabel" - FOLLOW_UP_TIME_SPANLabel.Size = New System.Drawing.Size(57, 13) - FOLLOW_UP_TIME_SPANLabel.TabIndex = 8 - FOLLOW_UP_TIME_SPANLabel.Text = "Uhrzeiten:" ' 'DEPENDENT_DATE_CTRL_IDLabel ' - DEPENDENT_DATE_CTRL_IDLabel.AutoSize = True + resources.ApplyResources(DEPENDENT_DATE_CTRL_IDLabel, "DEPENDENT_DATE_CTRL_IDLabel") DEPENDENT_DATE_CTRL_IDLabel.ForeColor = System.Drawing.Color.OrangeRed - DEPENDENT_DATE_CTRL_IDLabel.Location = New System.Drawing.Point(356, 150) DEPENDENT_DATE_CTRL_IDLabel.Name = "DEPENDENT_DATE_CTRL_IDLabel" - DEPENDENT_DATE_CTRL_IDLabel.Size = New System.Drawing.Size(81, 13) - DEPENDENT_DATE_CTRL_IDLabel.TabIndex = 10 - DEPENDENT_DATE_CTRL_IDLabel.Text = "Datum-Control:" ' 'DEPENDENT_DONE_CTRL_IDLabel ' - DEPENDENT_DONE_CTRL_IDLabel.AutoSize = True + resources.ApplyResources(DEPENDENT_DONE_CTRL_IDLabel, "DEPENDENT_DONE_CTRL_IDLabel") DEPENDENT_DONE_CTRL_IDLabel.ForeColor = System.Drawing.Color.OrangeRed - DEPENDENT_DONE_CTRL_IDLabel.Location = New System.Drawing.Point(551, 148) DEPENDENT_DONE_CTRL_IDLabel.Name = "DEPENDENT_DONE_CTRL_IDLabel" - DEPENDENT_DONE_CTRL_IDLabel.Size = New System.Drawing.Size(85, 13) - DEPENDENT_DONE_CTRL_IDLabel.TabIndex = 12 - DEPENDENT_DONE_CTRL_IDLabel.Text = "Erledigt Control:" ' 'PARENT_IDLabel ' - PARENT_IDLabel.AutoSize = True - PARENT_IDLabel.Location = New System.Drawing.Point(64, 190) + resources.ApplyResources(PARENT_IDLabel, "PARENT_IDLabel") PARENT_IDLabel.Name = "PARENT_IDLabel" - PARENT_IDLabel.Size = New System.Drawing.Size(116, 13) - PARENT_IDLabel.TabIndex = 14 - PARENT_IDLabel.Text = "Nachfolgevorlage von:" ' 'TIME_UNITYLabel ' - TIME_UNITYLabel.AutoSize = True - TIME_UNITYLabel.Location = New System.Drawing.Point(137, 149) + resources.ApplyResources(TIME_UNITYLabel, "TIME_UNITYLabel") TIME_UNITYLabel.Name = "TIME_UNITYLabel" - TIME_UNITYLabel.Size = New System.Drawing.Size(64, 13) - TIME_UNITYLabel.TabIndex = 16 - TIME_UNITYLabel.Text = "Zeit Einheit:" ' 'TIME_SPANLabel ' - TIME_SPANLabel.AutoSize = True - TIME_SPANLabel.Location = New System.Drawing.Point(64, 149) + resources.ApplyResources(TIME_SPANLabel, "TIME_SPANLabel") TIME_SPANLabel.Name = "TIME_SPANLabel" - TIME_SPANLabel.Size = New System.Drawing.Size(67, 13) - TIME_SPANLabel.TabIndex = 18 - TIME_SPANLabel.Text = "Zeit Distanz:" ' 'TIME_DISTLabel ' - TIME_DISTLabel.AutoSize = True - TIME_DISTLabel.Location = New System.Drawing.Point(229, 149) + resources.ApplyResources(TIME_DISTLabel, "TIME_DISTLabel") TIME_DISTLabel.Name = "TIME_DISTLabel" - TIME_DISTLabel.Size = New System.Drawing.Size(89, 13) - TIME_DISTLabel.TabIndex = 22 - TIME_DISTLabel.Text = "Zeit-Abhängikeit:" ' 'ADDED_WHOLabel ' - ADDED_WHOLabel.AutoSize = True - ADDED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHOLabel.Location = New System.Drawing.Point(551, 446) + resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" - ADDED_WHOLabel.Size = New System.Drawing.Size(61, 13) - ADDED_WHOLabel.TabIndex = 23 - ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' - ADDED_WHENLabel.AutoSize = True - ADDED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - ADDED_WHENLabel.Location = New System.Drawing.Point(712, 446) + resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" - ADDED_WHENLabel.Size = New System.Drawing.Size(70, 13) - ADDED_WHENLabel.TabIndex = 25 - ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' - CHANGED_WHOLabel.AutoSize = True - CHANGED_WHOLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHOLabel.Location = New System.Drawing.Point(551, 487) + resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" - CHANGED_WHOLabel.Size = New System.Drawing.Size(58, 13) - CHANGED_WHOLabel.TabIndex = 27 - CHANGED_WHOLabel.Text = "Erstellt wo:" ' 'CHANGED_WHENLabel ' - CHANGED_WHENLabel.AutoSize = True - CHANGED_WHENLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - CHANGED_WHENLabel.Location = New System.Drawing.Point(712, 487) + resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" - CHANGED_WHENLabel.Size = New System.Drawing.Size(70, 13) - CHANGED_WHENLabel.TabIndex = 29 - CHANGED_WHENLabel.Text = "Erstellt wann:" ' 'NAMELabel ' - NAMELabel.AutoSize = True - NAMELabel.Location = New System.Drawing.Point(64, 59) + resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" - NAMELabel.Size = New System.Drawing.Size(71, 13) - NAMELabel.TabIndex = 78 - NAMELabel.Text = "Bezeichnung:" ' 'EMAIL_SUBJECTLabel ' - EMAIL_SUBJECTLabel.AutoSize = True - EMAIL_SUBJECTLabel.Location = New System.Drawing.Point(64, 230) + resources.ApplyResources(EMAIL_SUBJECTLabel, "EMAIL_SUBJECTLabel") EMAIL_SUBJECTLabel.Name = "EMAIL_SUBJECTLabel" - EMAIL_SUBJECTLabel.Size = New System.Drawing.Size(73, 13) - EMAIL_SUBJECTLabel.TabIndex = 80 - EMAIL_SUBJECTLabel.Text = "Email-Betreff:" ' 'EMAIL_BODYLabel ' - EMAIL_BODYLabel.AutoSize = True - EMAIL_BODYLabel.Location = New System.Drawing.Point(64, 271) + resources.ApplyResources(EMAIL_BODYLabel, "EMAIL_BODYLabel") EMAIL_BODYLabel.Name = "EMAIL_BODYLabel" - EMAIL_BODYLabel.Size = New System.Drawing.Size(63, 13) - EMAIL_BODYLabel.TabIndex = 81 - EMAIL_BODYLabel.Text = "Email-Body:" ' 'PROCESS_SELECT1Label ' - PROCESS_SELECT1Label.AutoSize = True - PROCESS_SELECT1Label.Location = New System.Drawing.Point(551, 230) + resources.ApplyResources(PROCESS_SELECT1Label, "PROCESS_SELECT1Label") PROCESS_SELECT1Label.Name = "PROCESS_SELECT1Label" - PROCESS_SELECT1Label.Size = New System.Drawing.Size(104, 13) - PROCESS_SELECT1Label.TabIndex = 82 - PROCESS_SELECT1Label.Text = "Select [%pattern1]:" ' 'PROCESS_SELECT2Label ' - PROCESS_SELECT2Label.AutoSize = True - PROCESS_SELECT2Label.Location = New System.Drawing.Point(551, 271) + resources.ApplyResources(PROCESS_SELECT2Label, "PROCESS_SELECT2Label") PROCESS_SELECT2Label.Name = "PROCESS_SELECT2Label" - PROCESS_SELECT2Label.Size = New System.Drawing.Size(104, 13) - PROCESS_SELECT2Label.TabIndex = 83 - PROCESS_SELECT2Label.Text = "Select [%pattern2]:" ' 'PROCESS_SELECT3Label ' - PROCESS_SELECT3Label.AutoSize = True - PROCESS_SELECT3Label.Location = New System.Drawing.Point(551, 312) + resources.ApplyResources(PROCESS_SELECT3Label, "PROCESS_SELECT3Label") PROCESS_SELECT3Label.Name = "PROCESS_SELECT3Label" - PROCESS_SELECT3Label.Size = New System.Drawing.Size(104, 13) - PROCESS_SELECT3Label.TabIndex = 84 - PROCESS_SELECT3Label.Text = "Select [%pattern3]:" ' 'PROCESS_SELECT4Label ' - PROCESS_SELECT4Label.AutoSize = True - PROCESS_SELECT4Label.Location = New System.Drawing.Point(551, 353) + resources.ApplyResources(PROCESS_SELECT4Label, "PROCESS_SELECT4Label") PROCESS_SELECT4Label.Name = "PROCESS_SELECT4Label" - PROCESS_SELECT4Label.Size = New System.Drawing.Size(104, 13) - PROCESS_SELECT4Label.TabIndex = 85 - PROCESS_SELECT4Label.Text = "Select [%pattern4]:" ' 'PROCESS_SELECT5Label ' - PROCESS_SELECT5Label.AutoSize = True - PROCESS_SELECT5Label.Location = New System.Drawing.Point(551, 394) + resources.ApplyResources(PROCESS_SELECT5Label, "PROCESS_SELECT5Label") PROCESS_SELECT5Label.Name = "PROCESS_SELECT5Label" - PROCESS_SELECT5Label.Size = New System.Drawing.Size(104, 13) - PROCESS_SELECT5Label.TabIndex = 92 - PROCESS_SELECT5Label.Text = "Select [%pattern5]:" ' 'Label6 ' - Label6.AutoSize = True - Label6.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Label6.Location = New System.Drawing.Point(551, 529) + resources.ApplyResources(Label6, "Label6") Label6.Name = "Label6" - Label6.Size = New System.Drawing.Size(32, 13) - Label6.TabIndex = 102 - Label6.Text = "Tage:" ' 'Label8 ' - Label8.AutoSize = True - Label8.Location = New System.Drawing.Point(441, 59) + resources.ApplyResources(Label8, "Label8") Label8.Name = "Label8" - Label8.Size = New System.Drawing.Size(172, 13) - Label8.TabIndex = 105 - Label8.Text = "Constructor für Jump To Function:" ' 'XtraTabControl1 ' - Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) - Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor2 = System.Drawing.Color.Fuchsia - Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor = CType(resources.GetObject("XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor"), System.Drawing.Color) + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor2 = CType(resources.GetObject("XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor2"), System.Drawing.Color) + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Font = CType(resources.GetObject("XtraTabControl1.AppearancePage.HeaderHotTracked.Font"), System.Drawing.Font) Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseBackColor = True Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseFont = True - Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill - Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.XtraTabControl1, "XtraTabControl1") Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 - Me.XtraTabControl1.Size = New System.Drawing.Size(993, 642) - Me.XtraTabControl1.TabIndex = 0 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3}) ' 'XtraTabPage1 ' - Me.XtraTabPage1.AutoScroll = True + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") Me.XtraTabPage1.Controls.Add(Label8) Me.XtraTabPage1.Controls.Add(Me.cmbConstructor) Me.XtraTabPage1.Controls.Add(Me.GroupBox3) @@ -446,8 +345,6 @@ Partial Class frmWiedervorlage Me.XtraTabPage1.Controls.Add(Me.Label1) Me.XtraTabPage1.Controls.Add(Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator) Me.XtraTabPage1.Name = "XtraTabPage1" - Me.XtraTabPage1.Size = New System.Drawing.Size(987, 614) - Me.XtraTabPage1.Text = "Wiedervorlage per E-Mail" ' 'cmbConstructor ' @@ -455,10 +352,8 @@ Partial Class frmWiedervorlage Me.cmbConstructor.DataSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource Me.cmbConstructor.DisplayMember = "FORM_TITLE" Me.cmbConstructor.FormattingEnabled = True - Me.cmbConstructor.Location = New System.Drawing.Point(444, 76) + resources.ApplyResources(Me.cmbConstructor, "cmbConstructor") Me.cmbConstructor.Name = "cmbConstructor" - Me.cmbConstructor.Size = New System.Drawing.Size(259, 21) - Me.cmbConstructor.TabIndex = 104 Me.cmbConstructor.ValueMember = "GUID" ' 'TBPMO_FOLLOW_UP_EMAILBindingSource @@ -483,83 +378,54 @@ Partial Class frmWiedervorlage Me.GroupBox3.Controls.Add(Me.cmbUser) Me.GroupBox3.Controls.Add(Me.btnAddUser_WV) Me.GroupBox3.Controls.Add(Me.btndelete) - Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GroupBox3.Location = New System.Drawing.Point(67, 446) + resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" - Me.GroupBox3.Size = New System.Drawing.Size(479, 160) - Me.GroupBox3.TabIndex = 103 Me.GroupBox3.TabStop = False - Me.GroupBox3.Text = "Zugeordnete User für Wiedervorlage:" ' 'ListBoxUser2Profile ' - Me.ListBoxUser2Profile.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.ListBoxUser2Profile, "ListBoxUser2Profile") Me.ListBoxUser2Profile.FormattingEnabled = True - Me.ListBoxUser2Profile.Location = New System.Drawing.Point(21, 21) Me.ListBoxUser2Profile.Name = "ListBoxUser2Profile" - Me.ListBoxUser2Profile.Size = New System.Drawing.Size(181, 134) - Me.ListBoxUser2Profile.TabIndex = 80 Me.ListBoxUser2Profile.TabStop = False ' 'Label5 ' - Me.Label5.AutoSize = True - Me.Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label5.Location = New System.Drawing.Point(213, 21) + resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" - Me.Label5.Size = New System.Drawing.Size(92, 13) - Me.Label5.TabIndex = 91 - Me.Label5.Text = "User auswählen:" ' 'cmbUser ' Me.cmbUser.DisplayMember = "FORM_TITLE" - Me.cmbUser.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.cmbUser, "cmbUser") Me.cmbUser.FormattingEnabled = True - Me.cmbUser.Location = New System.Drawing.Point(216, 37) Me.cmbUser.Name = "cmbUser" - Me.cmbUser.Size = New System.Drawing.Size(234, 21) - Me.cmbUser.TabIndex = 89 Me.cmbUser.TabStop = False Me.cmbUser.ValueMember = "GUID" ' 'btnAddUser_WV ' Me.btnAddUser_WV.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.btnAddUser_WV.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btnAddUser_WV, "btnAddUser_WV") Me.btnAddUser_WV.Image = Global.DD_Record_Organiser.My.Resources.Resources.add - Me.btnAddUser_WV.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnAddUser_WV.Location = New System.Drawing.Point(216, 64) Me.btnAddUser_WV.Name = "btnAddUser_WV" - Me.btnAddUser_WV.Size = New System.Drawing.Size(234, 23) - Me.btnAddUser_WV.TabIndex = 90 Me.btnAddUser_WV.TabStop = False - Me.btnAddUser_WV.Text = "User zu Wiedervorlage hinzufügen:" - Me.btnAddUser_WV.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddUser_WV.UseVisualStyleBackColor = False ' 'btndelete ' - Me.btndelete.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.btndelete, "btndelete") Me.btndelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete - Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btndelete.Location = New System.Drawing.Point(216, 93) Me.btndelete.Name = "btndelete" - Me.btndelete.Size = New System.Drawing.Size(234, 23) - Me.btndelete.TabIndex = 92 Me.btndelete.TabStop = False - Me.btndelete.Text = "Userzuordnung löschen" - Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndelete.UseVisualStyleBackColor = True ' 'FOLLOW_UP_DAYSTextBox ' Me.FOLLOW_UP_DAYSTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "FOLLOW_UP_DAYS", True)) - Me.FOLLOW_UP_DAYSTextBox.Location = New System.Drawing.Point(554, 545) + resources.ApplyResources(Me.FOLLOW_UP_DAYSTextBox, "FOLLOW_UP_DAYSTextBox") Me.FOLLOW_UP_DAYSTextBox.Name = "FOLLOW_UP_DAYSTextBox" Me.FOLLOW_UP_DAYSTextBox.ReadOnly = True - Me.FOLLOW_UP_DAYSTextBox.Size = New System.Drawing.Size(99, 21) - Me.FOLLOW_UP_DAYSTextBox.TabIndex = 101 Me.FOLLOW_UP_DAYSTextBox.TabStop = False ' 'GroupBox1 @@ -571,338 +437,236 @@ Partial Class frmWiedervorlage Me.GroupBox1.Controls.Add(Me.chkFreitag) Me.GroupBox1.Controls.Add(Me.chkMittwoch) Me.GroupBox1.Controls.Add(Me.chkDonnerstag) - Me.GroupBox1.Location = New System.Drawing.Point(67, 102) + resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" - Me.GroupBox1.Size = New System.Drawing.Size(550, 43) - Me.GroupBox1.TabIndex = 100 Me.GroupBox1.TabStop = False - Me.GroupBox1.Text = "Tage:" ' 'chkSonntag ' - Me.chkSonntag.AutoSize = True - Me.chkSonntag.Location = New System.Drawing.Point(472, 18) + resources.ApplyResources(Me.chkSonntag, "chkSonntag") Me.chkSonntag.Name = "chkSonntag" - Me.chkSonntag.Size = New System.Drawing.Size(66, 17) - Me.chkSonntag.TabIndex = 100 - Me.chkSonntag.Text = "Sonntag" Me.chkSonntag.UseVisualStyleBackColor = True ' 'CheckBox1 ' - Me.CheckBox1.AutoSize = True - Me.CheckBox1.Location = New System.Drawing.Point(10, 18) + resources.ApplyResources(Me.CheckBox1, "CheckBox1") Me.CheckBox1.Name = "CheckBox1" - Me.CheckBox1.Size = New System.Drawing.Size(62, 17) - Me.CheckBox1.TabIndex = 94 - Me.CheckBox1.Text = "Montag" Me.CheckBox1.UseVisualStyleBackColor = True ' 'chkSamstag ' - Me.chkSamstag.AutoSize = True - Me.chkSamstag.Location = New System.Drawing.Point(402, 18) + resources.ApplyResources(Me.chkSamstag, "chkSamstag") Me.chkSamstag.Name = "chkSamstag" - Me.chkSamstag.Size = New System.Drawing.Size(67, 17) - Me.chkSamstag.TabIndex = 99 - Me.chkSamstag.Text = "Samstag" Me.chkSamstag.UseVisualStyleBackColor = True ' 'chkDienstag ' - Me.chkDienstag.AutoSize = True - Me.chkDienstag.Location = New System.Drawing.Point(83, 18) + resources.ApplyResources(Me.chkDienstag, "chkDienstag") Me.chkDienstag.Name = "chkDienstag" - Me.chkDienstag.Size = New System.Drawing.Size(68, 17) - Me.chkDienstag.TabIndex = 95 - Me.chkDienstag.Text = "Dienstag" Me.chkDienstag.UseVisualStyleBackColor = True ' 'chkFreitag ' - Me.chkFreitag.AutoSize = True - Me.chkFreitag.Location = New System.Drawing.Point(335, 18) + resources.ApplyResources(Me.chkFreitag, "chkFreitag") Me.chkFreitag.Name = "chkFreitag" - Me.chkFreitag.Size = New System.Drawing.Size(60, 17) - Me.chkFreitag.TabIndex = 98 - Me.chkFreitag.Text = "Freitag" Me.chkFreitag.UseVisualStyleBackColor = True ' 'chkMittwoch ' - Me.chkMittwoch.AutoSize = True - Me.chkMittwoch.Location = New System.Drawing.Point(162, 18) + resources.ApplyResources(Me.chkMittwoch, "chkMittwoch") Me.chkMittwoch.Name = "chkMittwoch" - Me.chkMittwoch.Size = New System.Drawing.Size(69, 17) - Me.chkMittwoch.TabIndex = 96 - Me.chkMittwoch.Text = "Mittwoch" Me.chkMittwoch.UseVisualStyleBackColor = True ' 'chkDonnerstag ' - Me.chkDonnerstag.AutoSize = True - Me.chkDonnerstag.Location = New System.Drawing.Point(243, 18) + resources.ApplyResources(Me.chkDonnerstag, "chkDonnerstag") Me.chkDonnerstag.Name = "chkDonnerstag" - Me.chkDonnerstag.Size = New System.Drawing.Size(82, 17) - Me.chkDonnerstag.TabIndex = 97 - Me.chkDonnerstag.Text = "Donnerstag" Me.chkDonnerstag.UseVisualStyleBackColor = True ' 'PROCESS_SELECT5TextBox ' Me.PROCESS_SELECT5TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PROCESS_SELECT5", True)) - Me.PROCESS_SELECT5TextBox.Location = New System.Drawing.Point(554, 410) + resources.ApplyResources(Me.PROCESS_SELECT5TextBox, "PROCESS_SELECT5TextBox") Me.PROCESS_SELECT5TextBox.Name = "PROCESS_SELECT5TextBox" - Me.PROCESS_SELECT5TextBox.Size = New System.Drawing.Size(420, 21) - Me.PROCESS_SELECT5TextBox.TabIndex = 93 ' 'Label4 ' - Me.Label4.AutoSize = True - Me.Label4.Location = New System.Drawing.Point(706, 26) + resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" - Me.Label4.Size = New System.Drawing.Size(111, 13) - Me.Label4.TabIndex = 88 - Me.Label4.Text = "Wiedervorlageprofile:" ' 'PROCESS_SELECT4TextBox ' Me.PROCESS_SELECT4TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PROCESS_SELECT4", True)) - Me.PROCESS_SELECT4TextBox.Location = New System.Drawing.Point(554, 369) + resources.ApplyResources(Me.PROCESS_SELECT4TextBox, "PROCESS_SELECT4TextBox") Me.PROCESS_SELECT4TextBox.Name = "PROCESS_SELECT4TextBox" - Me.PROCESS_SELECT4TextBox.Size = New System.Drawing.Size(420, 21) - Me.PROCESS_SELECT4TextBox.TabIndex = 15 ' 'PROCESS_SELECT3TextBox ' Me.PROCESS_SELECT3TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PROCESS_SELECT3", True)) - Me.PROCESS_SELECT3TextBox.Location = New System.Drawing.Point(554, 328) + resources.ApplyResources(Me.PROCESS_SELECT3TextBox, "PROCESS_SELECT3TextBox") Me.PROCESS_SELECT3TextBox.Name = "PROCESS_SELECT3TextBox" - Me.PROCESS_SELECT3TextBox.Size = New System.Drawing.Size(420, 21) - Me.PROCESS_SELECT3TextBox.TabIndex = 14 ' 'PROCESS_SELECT2TextBox ' Me.PROCESS_SELECT2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PROCESS_SELECT2", True)) - Me.PROCESS_SELECT2TextBox.Location = New System.Drawing.Point(554, 287) + resources.ApplyResources(Me.PROCESS_SELECT2TextBox, "PROCESS_SELECT2TextBox") Me.PROCESS_SELECT2TextBox.Name = "PROCESS_SELECT2TextBox" - Me.PROCESS_SELECT2TextBox.Size = New System.Drawing.Size(420, 21) - Me.PROCESS_SELECT2TextBox.TabIndex = 13 ' 'PROCESS_SELECT1TextBox ' Me.PROCESS_SELECT1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PROCESS_SELECT1", True)) - Me.PROCESS_SELECT1TextBox.Location = New System.Drawing.Point(554, 246) + resources.ApplyResources(Me.PROCESS_SELECT1TextBox, "PROCESS_SELECT1TextBox") Me.PROCESS_SELECT1TextBox.Name = "PROCESS_SELECT1TextBox" - Me.PROCESS_SELECT1TextBox.Size = New System.Drawing.Size(420, 21) - Me.PROCESS_SELECT1TextBox.TabIndex = 12 ' 'EMAIL_BODYTextBox ' Me.EMAIL_BODYTextBox.AcceptsReturn = True Me.EMAIL_BODYTextBox.AcceptsTab = True Me.EMAIL_BODYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "EMAIL_BODY", True)) - Me.EMAIL_BODYTextBox.Location = New System.Drawing.Point(67, 287) - Me.EMAIL_BODYTextBox.Multiline = True + resources.ApplyResources(Me.EMAIL_BODYTextBox, "EMAIL_BODYTextBox") Me.EMAIL_BODYTextBox.Name = "EMAIL_BODYTextBox" - Me.EMAIL_BODYTextBox.Size = New System.Drawing.Size(479, 145) - Me.EMAIL_BODYTextBox.TabIndex = 11 ' 'EMAIL_SUBJECTTextBox ' Me.EMAIL_SUBJECTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "EMAIL_SUBJECT", True)) - Me.EMAIL_SUBJECTTextBox.Location = New System.Drawing.Point(67, 246) + resources.ApplyResources(Me.EMAIL_SUBJECTTextBox, "EMAIL_SUBJECTTextBox") Me.EMAIL_SUBJECTTextBox.Name = "EMAIL_SUBJECTTextBox" - Me.EMAIL_SUBJECTTextBox.Size = New System.Drawing.Size(479, 21) - Me.EMAIL_SUBJECTTextBox.TabIndex = 10 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "NAME", True)) - Me.NAMETextBox.Location = New System.Drawing.Point(67, 74) + resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" - Me.NAMETextBox.Size = New System.Drawing.Size(227, 21) - Me.NAMETextBox.TabIndex = 0 ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBPMO_FOLLOW_UP_EMAILBindingSource Me.ListBox1.DisplayMember = "NAME" Me.ListBox1.FormattingEnabled = True - Me.ListBox1.Location = New System.Drawing.Point(709, 42) + resources.ApplyResources(Me.ListBox1, "ListBox1") Me.ListBox1.Name = "ListBox1" - Me.ListBox1.Size = New System.Drawing.Size(265, 147) - Me.ListBox1.TabIndex = 1 Me.ListBox1.TabStop = False Me.ListBox1.ValueMember = "GUID" ' 'lblSaveWVEmail ' - Me.lblSaveWVEmail.AutoSize = True + resources.ApplyResources(Me.lblSaveWVEmail, "lblSaveWVEmail") Me.lblSaveWVEmail.BackColor = System.Drawing.Color.Yellow - Me.lblSaveWVEmail.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblSaveWVEmail.Location = New System.Drawing.Point(706, 192) Me.lblSaveWVEmail.Name = "lblSaveWVEmail" - Me.lblSaveWVEmail.Size = New System.Drawing.Size(219, 17) - Me.lblSaveWVEmail.TabIndex = 78 - Me.lblSaveWVEmail.Text = "Datensatz erfolgreich gespeichert!" - Me.lblSaveWVEmail.Visible = False ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "CHANGED_WHEN", True)) - Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(715, 503) + 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(150, 22) - Me.CHANGED_WHENTextBox.TabIndex = 30 Me.CHANGED_WHENTextBox.TabStop = False ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "CHANGED_WHO", True)) - Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(554, 503) + 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(138, 22) - Me.CHANGED_WHOTextBox.TabIndex = 28 Me.CHANGED_WHOTextBox.TabStop = False ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "ADDED_WHEN", True)) - Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(715, 462) + 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(150, 22) - Me.ADDED_WHENTextBox.TabIndex = 26 Me.ADDED_WHENTextBox.TabStop = False ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "ADDED_WHO", True)) - Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(554, 462) + 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(138, 22) - Me.ADDED_WHOTextBox.TabIndex = 24 Me.ADDED_WHOTextBox.TabStop = False ' 'TIME_DISTComboBox ' Me.TIME_DISTComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "TIME_DIST", True)) Me.TIME_DISTComboBox.FormattingEnabled = True - Me.TIME_DISTComboBox.Items.AddRange(New Object() {"BEFORE", "AFTER"}) - Me.TIME_DISTComboBox.Location = New System.Drawing.Point(232, 165) + Me.TIME_DISTComboBox.Items.AddRange(New Object() {resources.GetString("TIME_DISTComboBox.Items"), resources.GetString("TIME_DISTComboBox.Items1")}) + resources.ApplyResources(Me.TIME_DISTComboBox, "TIME_DISTComboBox") Me.TIME_DISTComboBox.Name = "TIME_DISTComboBox" - Me.TIME_DISTComboBox.Size = New System.Drawing.Size(121, 21) - Me.TIME_DISTComboBox.TabIndex = 6 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "ACTIVE", True)) - Me.ACTIVECheckBox.Location = New System.Drawing.Point(623, 26) + resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" - Me.ACTIVECheckBox.Size = New System.Drawing.Size(58, 24) - Me.ACTIVECheckBox.TabIndex = 21 Me.ACTIVECheckBox.TabStop = False - Me.ACTIVECheckBox.Text = "Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'TIME_SPANTextBox ' Me.TIME_SPANTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "TIME_SPAN", True)) - Me.TIME_SPANTextBox.Location = New System.Drawing.Point(67, 165) + resources.ApplyResources(Me.TIME_SPANTextBox, "TIME_SPANTextBox") Me.TIME_SPANTextBox.Name = "TIME_SPANTextBox" - Me.TIME_SPANTextBox.Size = New System.Drawing.Size(67, 21) - Me.TIME_SPANTextBox.TabIndex = 4 ' 'TIME_UNITYComboBox ' Me.TIME_UNITYComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "TIME_UNITY", True)) Me.TIME_UNITYComboBox.FormattingEnabled = True - Me.TIME_UNITYComboBox.Items.AddRange(New Object() {"Month", "Week", "Day"}) - Me.TIME_UNITYComboBox.Location = New System.Drawing.Point(140, 165) + Me.TIME_UNITYComboBox.Items.AddRange(New Object() {resources.GetString("TIME_UNITYComboBox.Items"), resources.GetString("TIME_UNITYComboBox.Items1"), resources.GetString("TIME_UNITYComboBox.Items2")}) + resources.ApplyResources(Me.TIME_UNITYComboBox, "TIME_UNITYComboBox") Me.TIME_UNITYComboBox.Name = "TIME_UNITYComboBox" - Me.TIME_UNITYComboBox.Size = New System.Drawing.Size(86, 21) - Me.TIME_UNITYComboBox.TabIndex = 5 ' 'PARENT_IDComboBox ' Me.PARENT_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "PARENT_ID", True)) Me.PARENT_IDComboBox.FormattingEnabled = True - Me.PARENT_IDComboBox.Location = New System.Drawing.Point(67, 206) + resources.ApplyResources(Me.PARENT_IDComboBox, "PARENT_IDComboBox") Me.PARENT_IDComboBox.Name = "PARENT_IDComboBox" - Me.PARENT_IDComboBox.Size = New System.Drawing.Size(286, 21) - Me.PARENT_IDComboBox.TabIndex = 9 ' 'DEPENDENT_DONE_CTRL_IDComboBox ' Me.DEPENDENT_DONE_CTRL_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "DEPENDENT_DONE_CTRL_ID", True)) Me.DEPENDENT_DONE_CTRL_IDComboBox.DropDownWidth = 250 - Me.DEPENDENT_DONE_CTRL_IDComboBox.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.DEPENDENT_DONE_CTRL_IDComboBox, "DEPENDENT_DONE_CTRL_IDComboBox") Me.DEPENDENT_DONE_CTRL_IDComboBox.ForeColor = System.Drawing.Color.OrangeRed Me.DEPENDENT_DONE_CTRL_IDComboBox.FormattingEnabled = True - Me.DEPENDENT_DONE_CTRL_IDComboBox.Location = New System.Drawing.Point(554, 165) Me.DEPENDENT_DONE_CTRL_IDComboBox.Name = "DEPENDENT_DONE_CTRL_IDComboBox" - Me.DEPENDENT_DONE_CTRL_IDComboBox.Size = New System.Drawing.Size(149, 21) - Me.DEPENDENT_DONE_CTRL_IDComboBox.TabIndex = 8 ' 'DEPENDENT_DATE_CTRL_IDComboBox ' Me.DEPENDENT_DATE_CTRL_IDComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "DEPENDENT_DATE_CTRL_ID", True)) Me.DEPENDENT_DATE_CTRL_IDComboBox.DropDownWidth = 250 - Me.DEPENDENT_DATE_CTRL_IDComboBox.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + resources.ApplyResources(Me.DEPENDENT_DATE_CTRL_IDComboBox, "DEPENDENT_DATE_CTRL_IDComboBox") Me.DEPENDENT_DATE_CTRL_IDComboBox.ForeColor = System.Drawing.Color.OrangeRed Me.DEPENDENT_DATE_CTRL_IDComboBox.FormattingEnabled = True - Me.DEPENDENT_DATE_CTRL_IDComboBox.Location = New System.Drawing.Point(359, 166) Me.DEPENDENT_DATE_CTRL_IDComboBox.Name = "DEPENDENT_DATE_CTRL_IDComboBox" - Me.DEPENDENT_DATE_CTRL_IDComboBox.Size = New System.Drawing.Size(187, 21) - Me.DEPENDENT_DATE_CTRL_IDComboBox.TabIndex = 7 ' 'FOLLOW_UP_TIME_SPANTextBox ' Me.FOLLOW_UP_TIME_SPANTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "FOLLOW_UP_TIME_SPAN", True)) - Me.FOLLOW_UP_TIME_SPANTextBox.Location = New System.Drawing.Point(623, 120) + resources.ApplyResources(Me.FOLLOW_UP_TIME_SPANTextBox, "FOLLOW_UP_TIME_SPANTextBox") Me.FOLLOW_UP_TIME_SPANTextBox.Name = "FOLLOW_UP_TIME_SPANTextBox" - Me.FOLLOW_UP_TIME_SPANTextBox.Size = New System.Drawing.Size(80, 21) - Me.FOLLOW_UP_TIME_SPANTextBox.TabIndex = 3 ' 'FOLLOW_UP_SEQUENCEComboBox ' Me.FOLLOW_UP_SEQUENCEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "FOLLOW_UP_SEQUENCE", True)) Me.FOLLOW_UP_SEQUENCEComboBox.FormattingEnabled = True - Me.FOLLOW_UP_SEQUENCEComboBox.Items.AddRange(New Object() {"ONCE_WEEKLY", "ONCE_DAILY", "HOUR"}) - Me.FOLLOW_UP_SEQUENCEComboBox.Location = New System.Drawing.Point(300, 75) + Me.FOLLOW_UP_SEQUENCEComboBox.Items.AddRange(New Object() {resources.GetString("FOLLOW_UP_SEQUENCEComboBox.Items"), resources.GetString("FOLLOW_UP_SEQUENCEComboBox.Items1"), resources.GetString("FOLLOW_UP_SEQUENCEComboBox.Items2")}) + resources.ApplyResources(Me.FOLLOW_UP_SEQUENCEComboBox, "FOLLOW_UP_SEQUENCEComboBox") Me.FOLLOW_UP_SEQUENCEComboBox.Name = "FOLLOW_UP_SEQUENCEComboBox" - Me.FOLLOW_UP_SEQUENCEComboBox.Size = New System.Drawing.Size(138, 21) - Me.FOLLOW_UP_SEQUENCEComboBox.TabIndex = 1 ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FOLLOW_UP_EMAILBindingSource, "GUID", True)) - Me.GUIDTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.GUIDTextBox.Location = New System.Drawing.Point(14, 75) + resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox") Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True - Me.GUIDTextBox.Size = New System.Drawing.Size(46, 22) - Me.GUIDTextBox.TabIndex = 3 Me.GUIDTextBox.TabStop = False ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label1.Location = New System.Drawing.Point(11, 25) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(464, 13) - Me.Label1.TabIndex = 2 - Me.Label1.Text = "Definieren Sie hier Wiedervorlagen in Abhängigkeit von einem Datumswert der jewei" & _ - "ligen Entität." ' 'TBPMO_FOLLOW_UP_EMAILBindingNavigator ' @@ -912,109 +676,80 @@ Partial Class frmWiedervorlage Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.CountItemFormat = "von {0} Wiedervorlage-Schritten" Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.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.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem}) - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.Location = New System.Drawing.Point(0, 0) + resources.ApplyResources(Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator, "TBPMO_FOLLOW_UP_EMAILBindingNavigator") Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.Name = "TBPMO_FOLLOW_UP_EMAILBindingNavigator" Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.Size = New System.Drawing.Size(987, 25) - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.TabIndex = 1 - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigator.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" - Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True - Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22) - Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" - Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(175, 22) - Me.BindingNavigatorCountItem.Text = "von {0} Wiedervorlage-Schritten" - Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' '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" ' '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) + resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem ' Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.Image"), System.Drawing.Image) + resources.ApplyResources(Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem, "TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem") Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.Name = "TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem" - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) - Me.TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem.Text = "Daten speichern" ' 'XtraTabPage2 ' @@ -1024,95 +759,61 @@ Partial Class frmWiedervorlage Me.XtraTabPage2.Controls.Add(Me.chkbxLogErrorsonly) Me.XtraTabPage2.Controls.Add(Me.cmbWWEmail) Me.XtraTabPage2.Name = "XtraTabPage2" - Me.XtraTabPage2.Size = New System.Drawing.Size(987, 614) - Me.XtraTabPage2.Text = "Grundeinstellungen Wiedervorlage" + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") ' 'Label3 ' - Me.Label3.AutoSize = True - Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Label3.Location = New System.Drawing.Point(8, 89) + resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(364, 13) - Me.Label3.TabIndex = 5 - Me.Label3.Text = "Definiert das Logverhalten der Wiedervorlagen im Dienst ""DD_PMO Service""" ' 'btnEmailConfig ' Me.btnEmailConfig.Image = Global.DD_Record_Organiser.My.Resources.Resources.email_edit - Me.btnEmailConfig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.btnEmailConfig.Location = New System.Drawing.Point(297, 30) + resources.ApplyResources(Me.btnEmailConfig, "btnEmailConfig") Me.btnEmailConfig.Name = "btnEmailConfig" - Me.btnEmailConfig.Size = New System.Drawing.Size(103, 23) - Me.btnEmailConfig.TabIndex = 4 - Me.btnEmailConfig.Text = "Email-Profile" - Me.btnEmailConfig.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnEmailConfig.UseVisualStyleBackColor = True ' 'Label2 ' - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(8, 16) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(261, 13) - Me.Label2.TabIndex = 3 - Me.Label2.Text = "Email-Profil zur Versendung der Wiedervorlage Emails" ' 'chkbxLogErrorsonly ' - Me.chkbxLogErrorsonly.AutoSize = True - Me.chkbxLogErrorsonly.Location = New System.Drawing.Point(11, 69) + resources.ApplyResources(Me.chkbxLogErrorsonly, "chkbxLogErrorsonly") Me.chkbxLogErrorsonly.Name = "chkbxLogErrorsonly" - Me.chkbxLogErrorsonly.Size = New System.Drawing.Size(147, 17) - Me.chkbxLogErrorsonly.TabIndex = 1 - Me.chkbxLogErrorsonly.Text = "Log Errors Only (Ja/Nein)" Me.chkbxLogErrorsonly.UseVisualStyleBackColor = True ' 'cmbWWEmail ' Me.cmbWWEmail.FormattingEnabled = True - Me.cmbWWEmail.Location = New System.Drawing.Point(11, 32) + resources.ApplyResources(Me.cmbWWEmail, "cmbWWEmail") Me.cmbWWEmail.Name = "cmbWWEmail" - Me.cmbWWEmail.Size = New System.Drawing.Size(280, 21) - Me.cmbWWEmail.TabIndex = 0 ' 'XtraTabPage3 ' Me.XtraTabPage3.Controls.Add(Me.GroupBox2) Me.XtraTabPage3.Controls.Add(Me.Label7) Me.XtraTabPage3.Name = "XtraTabPage3" - Me.XtraTabPage3.Size = New System.Drawing.Size(987, 614) - Me.XtraTabPage3.Text = "Aktuelle Übersicht" + resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3") ' 'GroupBox2 ' - Me.GroupBox2.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.GroupBox2, "GroupBox2") Me.GroupBox2.Controls.Add(Me.ListBox2) - Me.GroupBox2.Location = New System.Drawing.Point(14, 25) Me.GroupBox2.Name = "GroupBox2" - Me.GroupBox2.Size = New System.Drawing.Size(470, 581) - Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = False - Me.GroupBox2.Text = "Wiedervorlage Email" ' 'ListBox2 ' - Me.ListBox2.Dock = System.Windows.Forms.DockStyle.Fill + resources.ApplyResources(Me.ListBox2, "ListBox2") Me.ListBox2.FormattingEnabled = True - Me.ListBox2.Location = New System.Drawing.Point(3, 17) Me.ListBox2.Name = "ListBox2" - Me.ListBox2.Size = New System.Drawing.Size(464, 561) - Me.ListBox2.TabIndex = 0 ' 'Label7 ' - Me.Label7.AutoSize = True - Me.Label7.Location = New System.Drawing.Point(11, 9) + resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" - Me.Label7.Size = New System.Drawing.Size(378, 13) - Me.Label7.TabIndex = 0 - Me.Label7.Text = "Folgende Wiedervorlagen werden aktuell auf Ausführungsgültigkeit überprüft" ' 'TBPMO_FOLLOW_UP_EMAILTableAdapter ' @@ -1156,14 +857,10 @@ Partial Class frmWiedervorlage ' 'frmWiedervorlage ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(993, 642) Me.Controls.Add(Me.XtraTabControl1) - Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmWiedervorlage" - Me.Text = "Konfiguration Wiedervorlage" CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPage1.ResumeLayout(False) diff --git a/app/DD-Record-Organiser/frmWiedervorlage.resx b/app/DD-Record-Organiser/frmWiedervorlage.resx index 6507808..339dd91 100644 --- a/app/DD-Record-Organiser/frmWiedervorlage.resx +++ b/app/DD-Record-Organiser/frmWiedervorlage.resx @@ -120,72 +120,732 @@ False + + + True + + + + Segoe UI, 8.25pt, style=Italic + + + 11, 59 + + + 20, 13 + + + 2 + + + ID: + + + GUIDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 50 + False + + True + + + 297, 59 + + + 51, 13 + + + 4 + + + Intervall: + + + FOLLOW_UP_SEQUENCELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 48 + False + + True + + + 620, 99 + + + 57, 13 + + + 8 + + + Uhrzeiten: + + + FOLLOW_UP_TIME_SPANLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 46 + False + + True + + + 356, 150 + + + 81, 13 + + + 10 + + + Datum-Control: + + + DEPENDENT_DATE_CTRL_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 44 + False + + True + + + 551, 148 + + + 85, 13 + + + 12 + + + Erledigt Control: + + + DEPENDENT_DONE_CTRL_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 42 + False + + True + + + 64, 190 + + + 116, 13 + + + 14 + + + Nachfolgevorlage von: + + + PARENT_IDLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 40 + False + + True + + + 137, 149 + + + 64, 13 + + + 16 + + + Zeit Einheit: + + + TIME_UNITYLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 38 + False + + True + + + 64, 149 + + + 67, 13 + + + 18 + + + Zeit Distanz: + + + TIME_SPANLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 36 + False + + True + + + 229, 149 + + + 89, 13 + + + 22 + + + Zeit-Abhängikeit: + + + TIME_DISTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 33 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 551, 446 + + + 61, 13 + + + 23 + + + Erstellt wer: + + + ADDED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 31 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 712, 446 + + + 70, 13 + + + 25 + + + Erstellt wann: + + + ADDED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 29 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 551, 487 + + + 58, 13 + + + 27 + + + Erstellt wo: + + + CHANGED_WHOLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 27 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 712, 487 + + + 70, 13 + + + 29 + + + Erstellt wann: + + + CHANGED_WHENLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 25 + False + + True + + + 64, 59 + + + 71, 13 + + + 78 + + + Bezeichnung: + + + NAMELabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 21 + False + + True + + + 64, 230 + + + 73, 13 + + + 80 + + + Email-Betreff: + + + EMAIL_SUBJECTLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 19 + False + + True + + + 64, 271 + + + 63, 13 + + + 81 + + + Email-Body: + + + EMAIL_BODYLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 17 + False + + True + + + 551, 230 + + + 104, 13 + + + 82 + + + Select [%pattern1]: + + + PROCESS_SELECT1Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 15 + False + + True + + + 551, 271 + + + 104, 13 + + + 83 + + + Select [%pattern2]: + + + PROCESS_SELECT2Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 13 + False + + True + + + 551, 312 + + + 104, 13 + + + 84 + + + Select [%pattern3]: + + + PROCESS_SELECT3Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 11 + False + + True + + + 551, 353 + + + 104, 13 + + + 85 + + + Select [%pattern4]: + + + PROCESS_SELECT4Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 9 + False + + True + + + 551, 394 + + + 104, 13 + + + 92 + + + Select [%pattern5]: + + + PROCESS_SELECT5Label + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 6 + False + + True + + + Segoe UI, 8.25pt, style=Italic + + + 551, 529 + + + 32, 13 + + + 102 + + + Tage: + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 3 + False + + True + + + 441, 59 + + + 172, 13 + + + 105 + + + Constructor für Jump To Function: + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 0 + + + 255, 192, 255 + + + Fuchsia + + + Tahoma, 8.25pt, style=Italic + + + + Fill + + + 0, 0 + + + True + 160, 17 @@ -195,10 +855,1059 @@ 17, 56 + + 444, 76 + + + 259, 21 + + + 104 + + + cmbConstructor + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 1 + + + Segoe UI, 8.25pt + + + 21, 21 + + + 181, 134 + + + 80 + + + ListBoxUser2Profile + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + True + + + Segoe UI, 8.25pt + + + 213, 21 + + + 92, 13 + + + 91 + + + User auswählen: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 1 + + + Segoe UI, 8.25pt + + + 216, 37 + + + 234, 21 + + + 89 + + + cmbUser + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 2 + + + Segoe UI, 8.25pt + + + MiddleLeft + + + 216, 64 + + + 234, 23 + + + 90 + + + User zu Wiedervorlage hinzufügen: + + + MiddleRight + + + btnAddUser_WV + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 3 + + + Segoe UI, 8.25pt + + + MiddleLeft + + + 216, 93 + + + 234, 23 + + + 92 + + + Userzuordnung löschen + + + MiddleRight + + + btndelete + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 4 + + + Segoe UI Semibold, 8.25pt, style=Bold, Italic + + + 67, 446 + + + 479, 160 + + + 103 + + + Zugeordnete User für Wiedervorlage: + + + GroupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 2 + + + 554, 545 + + + 99, 21 + + + 101 + + + FOLLOW_UP_DAYSTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 4 + + + True + + + 472, 18 + + + 66, 17 + + + 100 + + + Sonntag + + + chkSonntag + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + True + + + 10, 18 + + + 62, 17 + + + 94 + + + Montag + + + CheckBox1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + True + + + 402, 18 + + + 67, 17 + + + 99 + + + Samstag + + + chkSamstag + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 2 + + + True + + + 83, 18 + + + 68, 17 + + + 95 + + + Dienstag + + + chkDienstag + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 3 + + + True + + + 335, 18 + + + 60, 17 + + + 98 + + + Freitag + + + chkFreitag + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 4 + + + True + + + 162, 18 + + + 69, 17 + + + 96 + + + Mittwoch + + + chkMittwoch + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 5 + + + True + + + 243, 18 + + + 82, 17 + + + 97 + + + Donnerstag + + + chkDonnerstag + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 6 + + + 67, 102 + + + 550, 43 + + + 100 + + + Tage: + + + GroupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 5 + + + 554, 410 + + + 420, 21 + + + 93 + + + PROCESS_SELECT5TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 7 + + + True + + + 706, 26 + + + 111, 13 + + + 88 + + + Wiedervorlageprofile: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 8 + + + 554, 369 + + + 420, 21 + + + 15 + + + PROCESS_SELECT4TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 10 + + + 554, 328 + + + 420, 21 + + + 14 + + + PROCESS_SELECT3TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 12 + + + 554, 287 + + + 420, 21 + + + 13 + + + PROCESS_SELECT2TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 14 + + + 554, 246 + + + 420, 21 + + + 12 + + + PROCESS_SELECT1TextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 16 + + + 67, 287 + + + True + + + 479, 145 + + + 11 + + + EMAIL_BODYTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 18 + + + 67, 246 + + + 479, 21 + + + 10 + + + EMAIL_SUBJECTTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 20 + + + 67, 74 + + + 227, 21 + + + 0 + + + NAMETextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 22 + + + 709, 42 + + + 265, 147 + + + 1 + + + ListBox1 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 23 + + + True + + + Segoe UI, 9.75pt, style=Bold + + + 706, 192 + + + 219, 17 + + + 78 + + + Datensatz erfolgreich gespeichert! + + + False + + + lblSaveWVEmail + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 24 + + + Segoe UI, 8.25pt, style=Italic + + + 715, 503 + + + 150, 22 + + + 30 + + + CHANGED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 26 + + + Segoe UI, 8.25pt, style=Italic + + + 554, 503 + + + 138, 22 + + + 28 + + + CHANGED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 28 + + + Segoe UI, 8.25pt, style=Italic + + + 715, 462 + + + 150, 22 + + + 26 + + + ADDED_WHENTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 30 + + + Segoe UI, 8.25pt, style=Italic + + + 554, 462 + + + 138, 22 + + + 24 + + + ADDED_WHOTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 32 + + + BEFORE + + + AFTER + + + 232, 165 + + + 121, 21 + + + 6 + + + TIME_DISTComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 34 + + + 623, 26 + + + 58, 24 + + + 21 + + + Aktiv + + + ACTIVECheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 35 + + + 67, 165 + + + 67, 21 + + + 4 + + + TIME_SPANTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 37 + + + Month + + + Week + + + Day + + + 140, 165 + + + 86, 21 + + + 5 + + + TIME_UNITYComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 39 + + + 67, 206 + + + 286, 21 + + + 9 + + + PARENT_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 41 + + + Segoe UI Semibold, 8.25pt, style=Bold, Italic + + + 554, 165 + + + 149, 21 + + + 8 + + + DEPENDENT_DONE_CTRL_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 43 + + + Segoe UI Semibold, 8.25pt, style=Bold, Italic + + + 359, 166 + + + 187, 21 + + + 7 + + + DEPENDENT_DATE_CTRL_IDComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 45 + + + 623, 120 + + + 80, 21 + + + 3 + + + FOLLOW_UP_TIME_SPANTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 47 + + + ONCE_WEEKLY + + + ONCE_DAILY + + + HOUR + + + 300, 75 + + + 138, 21 + + + 1 + + + FOLLOW_UP_SEQUENCEComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 49 + + + Segoe UI, 8.25pt, style=Italic + + + 14, 75 + + + 46, 22 + + + 3 + + + GUIDTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 51 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 11, 25 + + + 464, 13 + + + 2 + + + Definieren Sie hier Wiedervorlagen in Abhängigkeit von einem Datumswert der jeweiligen Entität. + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 52 + 896, 17 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -211,6 +1920,24 @@ rkJggg== + + True + + + 23, 22 + + + Neu hinzufügen + + + 175, 22 + + + von {0} Wiedervorlage-Schritten + + + Die Gesamtanzahl der Elemente. + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -223,6 +1950,15 @@ bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Löschen + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -234,6 +1970,15 @@ lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Erste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -243,6 +1988,36 @@ 08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC + + True + + + 23, 22 + + + Vorherige verschieben + + + 6, 25 + + + Position + + + False + + + 50, 23 + + + 0 + + + Aktuelle Position + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -252,6 +2027,15 @@ oAc0QjgAAAAASUVORK5CYII= + + True + + + 23, 22 + + + Nächste verschieben + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -263,6 +2047,18 @@ 8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg== + + True + + + 23, 22 + + + Letzte verschieben + + + 6, 25 + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO @@ -270,6 +2066,321 @@ dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII= + + 23, 22 + + + Daten speichern + + + 0, 0 + + + 991, 25 + + + 1 + + + BindingNavigator1 + + + TBPMO_FOLLOW_UP_EMAILBindingNavigator + + + System.Windows.Forms.BindingNavigator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage1 + + + 53 + + + 991, 617 + + + Wiedervorlage per E-Mail + + + XtraTabPage1 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 0 + + + 993, 642 + + + 0 + + + True + + + Segoe UI, 8.25pt, style=Italic + + + 8, 89 + + + 364, 13 + + + 5 + + + Definiert das Logverhalten der Wiedervorlagen im Dienst "DD_PMO Service" + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 0 + + + MiddleLeft + + + 297, 30 + + + 103, 23 + + + 4 + + + Email-Profile + + + MiddleRight + + + btnEmailConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 1 + + + True + + + 8, 16 + + + 261, 13 + + + 3 + + + Email-Profil zur Versendung der Wiedervorlage Emails + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 2 + + + True + + + 11, 69 + + + 147, 17 + + + 1 + + + Log Errors Only (Ja/Nein) + + + chkbxLogErrorsonly + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 3 + + + 11, 32 + + + 280, 21 + + + 0 + + + cmbWWEmail + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage2 + + + 4 + + + 991, 617 + + + Grundeinstellungen Wiedervorlage + + + XtraTabPage2 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 1 + + + Top, Bottom, Left + + + Fill + + + 3, 17 + + + 464, 561 + + + 0 + + + ListBox2 + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + 14, 25 + + + 470, 581 + + + 1 + + + Wiedervorlage Email + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 0 + + + True + + + 11, 9 + + + 378, 13 + + + 0 + + + Folgende Wiedervorlagen werden aktuell auf Ausführungsgültigkeit überprüft + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + XtraTabPage3 + + + 1 + + + 991, 617 + + + Aktuelle Übersicht + + + XtraTabPage3 + + + DevExpress.XtraTab.XtraTabPage, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + XtraTabControl1 + + + 2 + + + XtraTabControl1 + + + DevExpress.XtraTab.XtraTabControl, DevExpress.XtraEditors.v15.1, Version=15.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + $this + + + 0 + 444, 17 @@ -279,6 +2390,18 @@ 318, 56 + + True + + + 6, 13 + + + 993, 642 + + + Segoe UI, 8.25pt + AAABAAgAEBAAAAEACABoBQAAhgAAABAQAAABACAAaAQAAO4FAAAYGAAAAQAIAMgGAABWCgAAGBgAAAEA @@ -728,4 +2851,121 @@ AAAf/wAAgAAAAB//AACAAAAAP/8AAIAAAAH//wAAgAAAD///AAD//AB///8AAP///////wAA + + Konfiguration Wiedervorlage + + + TBPMO_FOLLOW_UP_EMAILBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + DD_DMSDataSet + + + DD_Record_Organiser.DD_DMSDataSet, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_CONSTRUCTORBindingSource + + + System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BindingNavigatorAddNewItem + + + System.Windows.Forms.ToolStripButton, 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 + + + BindingNavigatorDeleteItem + + + System.Windows.Forms.ToolStripButton, 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 + + + TBPMO_FOLLOW_UP_EMAILBindingNavigatorSaveItem + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TBPMO_FOLLOW_UP_EMAILTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FOLLOW_UP_EMAILTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TableAdapterManager + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + TBPMO_FORM_CONSTRUCTORTableAdapter + + + DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter, DD_DMSDataSet.Designer.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + + frmWiedervorlage + + + 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-Record-Organiser/frmwindreamView_Config.Designer.vb b/app/DD-Record-Organiser/frmwindreamView_Config.Designer.vb index e140cd5..911469c 100644 --- a/app/DD-Record-Organiser/frmwindreamView_Config.Designer.vb +++ b/app/DD-Record-Organiser/frmwindreamView_Config.Designer.vb @@ -22,30 +22,24 @@ Partial Class frmwindreamView_Config 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmwindreamView_Config)) Me.CheckBoxWD_ShowDocs = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' 'CheckBoxWD_ShowDocs ' - Me.CheckBoxWD_ShowDocs.AutoSize = True - Me.CheckBoxWD_ShowDocs.Location = New System.Drawing.Point(12, 12) + resources.ApplyResources(Me.CheckBoxWD_ShowDocs, "CheckBoxWD_ShowDocs") Me.CheckBoxWD_ShowDocs.Name = "CheckBoxWD_ShowDocs" - Me.CheckBoxWD_ShowDocs.Size = New System.Drawing.Size(122, 19) - Me.CheckBoxWD_ShowDocs.TabIndex = 0 - Me.CheckBoxWD_ShowDocs.Text = "DocView anzeigen" Me.CheckBoxWD_ShowDocs.UseVisualStyleBackColor = True ' 'frmwindreamView_Config ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(436, 161) Me.Controls.Add(Me.CheckBoxWD_ShowDocs) - Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmwindreamView_Config" - Me.Text = "Konfiguration der Userspezifischen windream-Ansicht" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD-Record-Organiser/frmwindreamView_Config.resx b/app/DD-Record-Organiser/frmwindreamView_Config.resx index 1af7de1..18f98ea 100644 --- a/app/DD-Record-Organiser/frmwindreamView_Config.resx +++ b/app/DD-Record-Organiser/frmwindreamView_Config.resx @@ -117,4 +117,54 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + 12, 12 + + + 122, 19 + + + 0 + + + DocView anzeigen + + + CheckBoxWD_ShowDocs + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 15 + + + 436, 161 + + + Segoe UI, 9pt + + + Konfiguration der Userspezifischen windream-Ansicht + + + frmwindreamView_Config + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file