From c7af54d4fa41bf2280e25c059a007a07f8175088 Mon Sep 17 00:00:00 2001 From: SchreiberM Date: Thu, 16 Jun 2016 11:59:23 +0200 Subject: [PATCH] MS --- .../DD-Record-Organiser.vbproj | 9 + .../frmRecordView.Designer.vb | 648 ++++++++++++++++++ app/DD-Record-Organiser/frmRecordView.resx | 235 +++++++ app/DD-Record-Organiser/frmRecordView.vb | 3 + 4 files changed, 895 insertions(+) create mode 100644 app/DD-Record-Organiser/frmRecordView.Designer.vb create mode 100644 app/DD-Record-Organiser/frmRecordView.resx create mode 100644 app/DD-Record-Organiser/frmRecordView.vb diff --git a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj index 941e193..c6616b4 100644 --- a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj +++ b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj @@ -283,6 +283,12 @@ Form + + frmRecordView.vb + + + Form + ControlProperties.en.resx True @@ -652,6 +658,9 @@ frmWD_Import_Doc_Record.vb + + frmRecordView.vb + ResXFileCodeGenerator diff --git a/app/DD-Record-Organiser/frmRecordView.Designer.vb b/app/DD-Record-Organiser/frmRecordView.Designer.vb new file mode 100644 index 0000000..40664e5 --- /dev/null +++ b/app/DD-Record-Organiser/frmRecordView.Designer.vb @@ -0,0 +1,648 @@ + _ +Partial Class frmRecordView + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecordView)) + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.TCDetails = New DevExpress.XtraTab.XtraTabControl() + Me.TabDetails = New DevExpress.XtraTab.XtraTabPage() + Me.pnlDetails = New System.Windows.Forms.Panel() + Me.TabFollowUp = New DevExpress.XtraTab.XtraTabPage() + Me.ListViewFollowUps = New System.Windows.Forms.ListView() + Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) + Me.grpbxFU_Profile = New System.Windows.Forms.GroupBox() + Me.GroupBox4 = New System.Windows.Forms.GroupBox() + Me.btnRemoveUser_FollowUp = New System.Windows.Forms.Button() + Me.btnAddUser_FollowUp = New System.Windows.Forms.Button() + Me.cmbFollowUpUser = New System.Windows.Forms.ComboBox() + Me.Label6 = New System.Windows.Forms.Label() + Me.ListBoxUser2Profile = New System.Windows.Forms.ListBox() + Me.Label7 = New System.Windows.Forms.Label() + Me.lblFollowUp_save = New System.Windows.Forms.Label() + Me.chkFollowUp = New System.Windows.Forms.CheckBox() + Me.dtpFollowUp = New System.Windows.Forms.DateTimePicker() + Me.lblWiedervorlage_Control = New System.Windows.Forms.Label() + Me.Label5 = New System.Windows.Forms.Label() + Me.TabPos = New DevExpress.XtraTab.XtraTabPage() + Me.Panel1 = New System.Windows.Forms.Panel() + Me.GridControlPos = New DevExpress.XtraGrid.GridControl() + Me.grvwGridPos = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.BindingNavigatorPOS = New System.Windows.Forms.BindingNavigator(Me.components) + Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() + Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() + Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() + Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() + Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() + Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() + Me.GridControl1 = New DevExpress.XtraGrid.GridControl() + Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() + Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() + Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() + Me.ToolStripDropDownButton1 = New System.Windows.Forms.ToolStripDropDownButton() + Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() + Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl() + CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).BeginInit() + Me.TCDetails.SuspendLayout() + Me.TabDetails.SuspendLayout() + Me.TabFollowUp.SuspendLayout() + Me.grpbxFU_Profile.SuspendLayout() + Me.GroupBox4.SuspendLayout() + Me.TabPos.SuspendLayout() + Me.Panel1.SuspendLayout() + CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.BindingNavigatorPOS, System.ComponentModel.ISupportInitialize).BeginInit() + Me.BindingNavigatorPOS.SuspendLayout() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabControl1.SuspendLayout() + Me.XtraTabPage2.SuspendLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.ToolStrip2.SuspendLayout() + CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SplitContainerControl1.SuspendLayout() + Me.SuspendLayout() + ' + 'ToolStrip1 + ' + Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip1.Name = "ToolStrip1" + Me.ToolStrip1.Size = New System.Drawing.Size(1101, 25) + Me.ToolStrip1.TabIndex = 0 + Me.ToolStrip1.Text = "ToolStrip1" + ' + '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)) + Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseBackColor = True + Me.TCDetails.AppearancePage.HeaderHotTracked.Options.UseFont = True + Me.TCDetails.Dock = System.Windows.Forms.DockStyle.Top + Me.TCDetails.Location = New System.Drawing.Point(0, 0) + Me.TCDetails.Name = "TCDetails" + Me.TCDetails.SelectedTabPage = Me.TabDetails + Me.TCDetails.Size = New System.Drawing.Size(569, 369) + Me.TCDetails.TabIndex = 2 + Me.TCDetails.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabDetails, Me.TabFollowUp, Me.TabPos}) + ' + 'TabDetails + ' + 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(563, 338) + Me.TabDetails.Text = "Detailansicht" + ' + 'pnlDetails + ' + Me.pnlDetails.AllowDrop = True + Me.pnlDetails.AutoScroll = True + Me.pnlDetails.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlDetails.Location = New System.Drawing.Point(0, 0) + Me.pnlDetails.Name = "pnlDetails" + Me.pnlDetails.Size = New System.Drawing.Size(563, 338) + Me.pnlDetails.TabIndex = 0 + ' + 'TabFollowUp + ' + Me.TabFollowUp.Controls.Add(Me.ListViewFollowUps) + Me.TabFollowUp.Controls.Add(Me.grpbxFU_Profile) + 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(864, 338) + Me.TabFollowUp.Text = "Wiedervorlage" + ' + '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) + 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 + ' + 'ColumnHeader2 + ' + Me.ColumnHeader2.Text = "Title" + Me.ColumnHeader2.Width = 200 + ' + '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) + 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) + 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) + 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!) + Me.btnRemoveUser_FollowUp.Image = CType(resources.GetObject("btnRemoveUser_FollowUp.Image"), System.Drawing.Image) + Me.btnRemoveUser_FollowUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnRemoveUser_FollowUp.ImeMode = System.Windows.Forms.ImeMode.NoControl + 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!) + Me.btnAddUser_FollowUp.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddMark_10580 + Me.btnAddUser_FollowUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.btnAddUser_FollowUp.ImeMode = System.Windows.Forms.ImeMode.NoControl + 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!) + 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!) + Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label6.Location = New System.Drawing.Point(245, 50) + 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!) + 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) + Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label7.Location = New System.Drawing.Point(6, 17) + 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 + Me.lblFollowUp_save.BackColor = System.Drawing.Color.Lime + Me.lblFollowUp_save.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic) + Me.lblFollowUp_save.ImeMode = System.Windows.Forms.ImeMode.NoControl + 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.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.chkFollowUp.Location = New System.Drawing.Point(9, 70) + 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 + 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.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWiedervorlage_Control.Location = New System.Drawing.Point(6, 17) + 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.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label5.Location = New System.Drawing.Point(11, 12) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(139, 13) + Me.Label5.TabIndex = 3 + Me.Label5.Text = "Hinterlegte Wiedervorlagen" + ' + 'TabPos + ' + Me.TabPos.Controls.Add(Me.Panel1) + Me.TabPos.Controls.Add(Me.BindingNavigatorPOS) + 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(864, 338) + Me.TabPos.Text = "Positionen" + ' + 'Panel1 + ' + Me.Panel1.Controls.Add(Me.GridControlPos) + Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill + Me.Panel1.Location = New System.Drawing.Point(0, 25) + Me.Panel1.Name = "Panel1" + Me.Panel1.Size = New System.Drawing.Size(864, 313) + Me.Panel1.TabIndex = 2 + ' + 'GridControlPos + ' + Me.GridControlPos.Dock = System.Windows.Forms.DockStyle.Fill + Me.GridControlPos.Location = New System.Drawing.Point(0, 0) + Me.GridControlPos.MainView = Me.grvwGridPos + Me.GridControlPos.Name = "GridControlPos" + Me.GridControlPos.Size = New System.Drawing.Size(864, 313) + 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.Options.UseBackColor = True + Me.grvwGridPos.GridControl = Me.GridControlPos + Me.grvwGridPos.Name = "grvwGridPos" + Me.grvwGridPos.OptionsView.EnableAppearanceEvenRow = True + Me.grvwGridPos.OptionsView.ShowAutoFilterRow = True + ' + 'BindingNavigatorPOS + ' + Me.BindingNavigatorPOS.AddNewItem = Me.BindingNavigatorAddNewItem + Me.BindingNavigatorPOS.CountItem = Me.BindingNavigatorCountItem + Me.BindingNavigatorPOS.CountItemFormat = "von {0} positions" + 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) + 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(864, 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) + 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(95, 22) + Me.BindingNavigatorCountItem.Text = "von {0} positions" + Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." + ' + 'BindingNavigatorDeleteItem + ' + Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image) + 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) + 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) + 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) + ' + 'BindingNavigatorPositionItem + ' + Me.BindingNavigatorPositionItem.AccessibleName = "Position" + Me.BindingNavigatorPositionItem.AutoSize = False + 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) + ' + 'BindingNavigatorMoveNextItem + ' + Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image + Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) + 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) + 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) + ' + '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.AppearancePage.HeaderHotTracked.BackColor = System.Drawing.Color.Fuchsia + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.BackColor2 = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle)) + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseBackColor = True + Me.XtraTabControl1.AppearancePage.HeaderHotTracked.Options.UseFont = True + Me.XtraTabControl1.Location = New System.Drawing.Point(3, 370) + Me.XtraTabControl1.Name = "XtraTabControl1" + Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage2 + Me.XtraTabControl1.Size = New System.Drawing.Size(561, 246) + Me.XtraTabControl1.TabIndex = 3 + Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage2}) + ' + 'XtraTabPage2 + ' + Me.XtraTabPage2.AllowDrop = True + Me.XtraTabPage2.Controls.Add(Me.GridControl1) + Me.XtraTabPage2.Controls.Add(Me.ToolStrip2) + Me.XtraTabPage2.Image = Global.DD_Record_Organiser.My.Resources.Resources.Files_7954 + Me.XtraTabPage2.Name = "XtraTabPage2" + Me.XtraTabPage2.Size = New System.Drawing.Size(555, 215) + Me.XtraTabPage2.Text = "windream-Dateien" + ' + 'GridControl1 + ' + Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.GridControl1.Location = New System.Drawing.Point(0, 25) + Me.GridControl1.MainView = Me.GridView1 + Me.GridControl1.Name = "GridControl1" + Me.GridControl1.Size = New System.Drawing.Size(555, 190) + Me.GridControl1.TabIndex = 7 + Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) + ' + 'GridView1 + ' + Me.GridView1.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) + Me.GridView1.Appearance.OddRow.Options.UseBackColor = True + Me.GridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus + Me.GridView1.GridControl = Me.GridControl1 + Me.GridView1.Name = "GridView1" + Me.GridView1.OptionsBehavior.Editable = False + Me.GridView1.OptionsBehavior.ReadOnly = True + Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False + Me.GridView1.OptionsView.ColumnAutoWidth = False + Me.GridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[False] + Me.GridView1.OptionsView.ShowIndicator = False + ' + 'ToolStrip2 + ' + Me.ToolStrip2.AllowDrop = True + Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripDropDownButton1}) + Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip2.Name = "ToolStrip2" + Me.ToolStrip2.Size = New System.Drawing.Size(555, 25) + Me.ToolStrip2.TabIndex = 2 + Me.ToolStrip2.Text = "ToolStrip2" + ' + 'ToolStripLabel1 + ' + Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle)) + Me.ToolStripLabel1.Name = "ToolStripLabel1" + Me.ToolStripLabel1.Size = New System.Drawing.Size(126, 22) + Me.ToolStripLabel1.Text = "Windream-Dokumente" + ' + 'ToolStripDropDownButton1 + ' + Me.ToolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1}) + Me.ToolStripDropDownButton1.Image = CType(resources.GetObject("ToolStripDropDownButton1.Image"), System.Drawing.Image) + Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" + Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(210, 22) + Me.ToolStripDropDownButton1.Text = "Konfiguration windream-Ansicht" + ' + 'ToolStripMenuItem1 + ' + Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" + Me.ToolStripMenuItem1.Size = New System.Drawing.Size(173, 22) + Me.ToolStripMenuItem1.Text = "Konfiguration User" + ' + 'SplitContainerControl1 + ' + Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 25) + Me.SplitContainerControl1.Name = "SplitContainerControl1" + Me.SplitContainerControl1.Panel1.Controls.Add(Me.XtraTabControl1) + Me.SplitContainerControl1.Panel1.Controls.Add(Me.TCDetails) + Me.SplitContainerControl1.Panel1.Text = "Panel1" + Me.SplitContainerControl1.Panel2.Text = "Panel2" + Me.SplitContainerControl1.Size = New System.Drawing.Size(1101, 619) + Me.SplitContainerControl1.SplitterPosition = 569 + Me.SplitContainerControl1.TabIndex = 4 + Me.SplitContainerControl1.Text = "SplitContainerControl1" + ' + 'frMWorkflowRecord + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(1101, 644) + Me.Controls.Add(Me.SplitContainerControl1) + Me.Controls.Add(Me.ToolStrip1) + Me.Name = "frMWorkflowRecord" + Me.Text = "frMWorkflowRecord" + CType(Me.TCDetails, System.ComponentModel.ISupportInitialize).EndInit() + Me.TCDetails.ResumeLayout(False) + Me.TabDetails.ResumeLayout(False) + Me.TabFollowUp.ResumeLayout(False) + Me.TabFollowUp.PerformLayout() + Me.grpbxFU_Profile.ResumeLayout(False) + Me.grpbxFU_Profile.PerformLayout() + Me.GroupBox4.ResumeLayout(False) + Me.GroupBox4.PerformLayout() + Me.TabPos.ResumeLayout(False) + Me.TabPos.PerformLayout() + Me.Panel1.ResumeLayout(False) + CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.BindingNavigatorPOS, System.ComponentModel.ISupportInitialize).EndInit() + Me.BindingNavigatorPOS.ResumeLayout(False) + Me.BindingNavigatorPOS.PerformLayout() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabControl1.ResumeLayout(False) + Me.XtraTabPage2.ResumeLayout(False) + Me.XtraTabPage2.PerformLayout() + CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() + Me.ToolStrip2.ResumeLayout(False) + Me.ToolStrip2.PerformLayout() + CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit() + Me.SplitContainerControl1.ResumeLayout(False) + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip + Friend WithEvents TCDetails As DevExpress.XtraTab.XtraTabControl + Friend WithEvents TabDetails As DevExpress.XtraTab.XtraTabPage + Friend WithEvents pnlDetails As System.Windows.Forms.Panel + Friend WithEvents TabFollowUp As DevExpress.XtraTab.XtraTabPage + Friend WithEvents ListViewFollowUps As System.Windows.Forms.ListView + Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader + Friend WithEvents grpbxFU_Profile As System.Windows.Forms.GroupBox + Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox + Friend WithEvents btnRemoveUser_FollowUp As System.Windows.Forms.Button + Friend WithEvents btnAddUser_FollowUp As System.Windows.Forms.Button + Friend WithEvents cmbFollowUpUser As System.Windows.Forms.ComboBox + Friend WithEvents Label6 As System.Windows.Forms.Label + Friend WithEvents ListBoxUser2Profile As System.Windows.Forms.ListBox + Friend WithEvents Label7 As System.Windows.Forms.Label + Friend WithEvents lblFollowUp_save As System.Windows.Forms.Label + Friend WithEvents chkFollowUp As System.Windows.Forms.CheckBox + Friend WithEvents dtpFollowUp As System.Windows.Forms.DateTimePicker + Friend WithEvents lblWiedervorlage_Control As System.Windows.Forms.Label + Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents TabPos As DevExpress.XtraTab.XtraTabPage + Friend WithEvents Panel1 As System.Windows.Forms.Panel + Friend WithEvents GridControlPos As DevExpress.XtraGrid.GridControl + Friend WithEvents grvwGridPos As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents BindingNavigatorPOS As System.Windows.Forms.BindingNavigator + Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel + Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox + Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton + Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl + Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl + Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView + Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip + Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel + Friend WithEvents ToolStripDropDownButton1 As System.Windows.Forms.ToolStripDropDownButton + Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl +End Class diff --git a/app/DD-Record-Organiser/frmRecordView.resx b/app/DD-Record-Organiser/frmRecordView.resx new file mode 100644 index 0000000..a465336 --- /dev/null +++ b/app/DD-Record-Organiser/frmRecordView.resx @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 17, 17 + + + 667, 134 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASdEVYdFRpdGxlAExpc3Q7QnVsbGV0O1FzfzkAAABa + SURBVDhPY/j//z9FGEPAxsaGEYhBNF4MUw/TVADED0A0kkHMQMyCBbOCaHQDQJr/g2gkA0B8nBimDqYY + wwXEYqyCpGCsgqRgMEGxF6CaQYEzGogjMRD/MwAARTWKOO3Nn7MAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJpSURBVDhPpZP7S1NhGMf9W/SHKEGiGyFhFBTmvMyd + tTa3eTvL9LjFIpam7AzTDGoYuvCHcJbaVSt/yTSxUV4ycnYdWh4rL+3URq3pObumfNsmbS5HEL3weeE8 + PJ/vy3nOeZMA/BcbCgsaTco8Van/QJUzsyqSm1GVcO9JJTNFyvW2UmnKn/1xD4tqDfGJotjvpib4RywI + vLUiMDEK/n43FrRleF1IsC+UQmK9EyfPVVD88t1urM6+Q3DwHoJdzQiaL+Dn7TasjA/CUauFVZ7NP5dm + RkMi27xanRyS7dzNLqwyNgQvn4O72YClphr4LxkQaKHhN56C/8EtLB4nMX7kgH1Msi85GhCSaWe9Hiu2 + yciJPhMN13kdvA3qOLjTJPy91/AqLwPD4gw6GvCROsZ4eq8j2GOG21iFb0XihCxXkeCb6uAwVOMxkc5E + A5gKlTfwsBdBkwHus9pQKfFyyHLgogqxZG6FJW+XN1RaC5ghi7y+ng74G7XwnimPNCda4QBnmQJLba0Y + Em6LBUyXKhiXsQ6+ZhrcSWWkMSHyPLjra7FQq8OgIC32CrZiKc1IBPD2dMKtksBVJtogs9JssAUieLqu + YFS4AwNZW2JDfFMkTn5ZQtgXK0vgudMRGZhTIVwTZblgJSFZIgTf2Y6pYnFYtvcJNsc+Y5jJghxiQnaI + nzuqgOdGB3400nCQcnxRyuBq0IO/2o5pZT76s1L5kBz/I/3mmfQg8fTwftYq2oOvNTq4Wi5G+Fx9Ak9y + todldr0cJi4gzIh4b8qwMF1vIXYzj/J3ckOCrdxAbhrTn52q78vc9PfL9O8g6Rcd0s65aUjWSwAAAABJ + RU5ErkJggg== + + + + 667, 134 + + + + 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== + + + + + 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= + + + + + 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= + + + + + 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 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO + wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78 + n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI + N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f + oAc0QjgAAAAASUVORK5CYII= + + + + + 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== + + + + 821, 134 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGcSURBVDhPrZI/SEJRFMZvFNTSIo2Bk0OtLdlYEeEgEQUR + BNHSEEmQS4iVIFgkDtWQIDTU0FJEkGDYHwr7M2SUQyDUFC0NFUEUpF/33PPe9QqSSx98vHvevd/vnXt4 + 4t+V6BewbdZRD9d/ig5io0Gb6lyohuutxuoQBdhtYRsg2wSYdrOtCMtuswxg2gK8r9Uj5atTaw1RodMh + 4GRAB57jTg2kr5IzwSYNItPVFEQBLseBXAQ49ABJtwqmRwQewwJfUYGzMYbs+8shJUBMoLDdyp1IyKq3 + 9OVAp8DeqEC8S2BCBqjDz4QMtxlzIEh2Sm7ehhQkKmtrS4kgJoCcDdSWz0F18pQEbgLIRFzqsNq0RBAT + QNZXOJ+UG+leKBFEziSfaFcB0/llZ2XA64LAz5JA8cDLA5WDxP2K7CbINfm4TzvWIQc6bHRIkI8ZgQcf + D+56vpkB1A0978LsCwa9rbtK97dFEArTmp6FTReKO20oprrxPcdDpvpl0YG8v8LfaIoAkP8AXetq1oFY + DwcIdDRYJUwiAB0yTe/NNUuIXy/etxLLTTpKAAAAAElFTkSuQmCC + + + \ No newline at end of file diff --git a/app/DD-Record-Organiser/frmRecordView.vb b/app/DD-Record-Organiser/frmRecordView.vb new file mode 100644 index 0000000..d411e8e --- /dev/null +++ b/app/DD-Record-Organiser/frmRecordView.vb @@ -0,0 +1,3 @@ +Public Class frmRecordView + +End Class \ No newline at end of file