Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports System.Drawing Imports System.Drawing.Color Imports System.ComponentModel Public Class frmDomainDokumenttypDetail Inherits System.Windows.Forms.Form Dim m_NeuerEintrag As Boolean Dim m_dokumenttypkey As Long Dim tcoldfolder As DataTable Dim tofficevorlage As DataTable Dim tphysischesarchiv As DataTable Dim tdokumentartausgang As DataTable Dim tdokumentarteingang As DataTable Dim dokumentart As New edokadb.clsMyDokumentart() Dim tstatustyp As DataTable Dim DataChanged As Boolean Dim tprozess1 As DataTable Dim tprozess2 As DataTable Dim t As DataTable Dim r As DataTable Dim savestatustyp As Long Dim me_onLoad As Boolean Dim StatusDataChanged As Boolean Dim VorlagenDataChanged As Boolean Dim DokStatus As Integer #Region "Properties" Property NeuerEintrag() As Boolean Get Return m_NeuerEintrag End Get Set(ByVal Value As Boolean) m_NeuerEintrag = Value End Set End Property Property DokumentTypkey() As Long Get Return m_dokumenttypkey End Get Set(ByVal Value As Long) m_dokumenttypkey = Value End Set End Property #End Region #Region " Vom Windows Form Designer generierter Code " Public Sub New() MyBase.New() ' Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent() ' Initialisierungen nach dem Aufruf InitializeComponent() hinzufügen End Sub ' Die Form überschreibt den Löschvorgang der Basisklasse, um Komponenten zu bereinigen. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub ' Für Windows Form-Designer erforderlich Private components As System.ComponentModel.IContainer 'HINWEIS: Die folgende Prozedur ist für den Windows Form-Designer erforderlich 'Sie kann mit dem Windows Form-Designer modifiziert werden. 'Verwenden Sie nicht den Code-Editor zur Bearbeitung. Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton Friend WithEvents ToolBarButton3 As System.Windows.Forms.ToolBarButton Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Dokumenttypnr As System.Windows.Forms.Label Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents cbAufbewahrungphysisch As System.Windows.Forms.ComboBox Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents cbAufbewahrungelektronisch As System.Windows.Forms.ComboBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents cbInEdokaDB As System.Windows.Forms.ComboBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents cbAbschluss As System.Windows.Forms.ComboBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cbMonierung As System.Windows.Forms.ComboBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents cbBearbeitungszeit As System.Windows.Forms.ComboBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents cUnterschriftrechts As System.Windows.Forms.CheckBox Friend WithEvents cUnterschriftlinks As System.Windows.Forms.CheckBox Friend WithEvents cVertraulich As System.Windows.Forms.CheckBox Friend WithEvents cNichtgeloescht As System.Windows.Forms.CheckBox Friend WithEvents cStatusMutation As System.Windows.Forms.CheckBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnSelDokumentartEingang As System.Windows.Forms.Button Friend WithEvents btnSelDokumentartAusgang As System.Windows.Forms.Button Friend WithEvents btnSelColdfolder As System.Windows.Forms.Button Friend WithEvents btnSelPhysischeAblage As System.Windows.Forms.Button Friend WithEvents cbArchiv As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents cbColdFolder As System.Windows.Forms.ComboBox Friend WithEvents cEingangErsetztAusgang As System.Windows.Forms.CheckBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cbDokartEingang As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents cbDokartAusgang As System.Windows.Forms.ComboBox Friend WithEvents cZuRetournieren As System.Windows.Forms.CheckBox Friend WithEvents cZuVercolden As System.Windows.Forms.CheckBox Friend WithEvents Grp1 As System.Windows.Forms.GroupBox Friend WithEvents btnSelOfficeVorlage As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TxTBeschreibung As System.Windows.Forms.TextBox Friend WithEvents TxTBezeichnung As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cbOfficeVorlage As System.Windows.Forms.ComboBox Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabStruktur As System.Windows.Forms.TabPage Friend WithEvents TabStatusreihenfolge As System.Windows.Forms.TabPage Friend WithEvents TabDokumentfelder As System.Windows.Forms.TabPage Friend WithEvents ImageList2 As System.Windows.Forms.ImageList Friend WithEvents TxtDokumentartKundendossier As System.Windows.Forms.TextBox Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents TVStruktur As System.Windows.Forms.TreeView Friend WithEvents RBKundendossier As System.Windows.Forms.RadioButton Friend WithEvents RBErstellung As System.Windows.Forms.RadioButton Friend WithEvents RBHost As System.Windows.Forms.RadioButton Friend WithEvents RBEingang As System.Windows.Forms.RadioButton Friend WithEvents TxtDokumentartHost As System.Windows.Forms.TextBox Friend WithEvents TxTDokumentartRetournierung As System.Windows.Forms.TextBox Friend WithEvents TxtDokumentartErstellung As System.Windows.Forms.TextBox Friend WithEvents cbStatustyp As System.Windows.Forms.ComboBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents Statuslist As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents pnlVorlagenfeld As System.Windows.Forms.Panel Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection Friend WithEvents DataSet1 As System.Data.DataSet Friend WithEvents vorlagenfeldlist As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents cbprozesserstellung As System.Windows.Forms.ComboBox Friend WithEvents cbprozessverwendung As System.Windows.Forms.ComboBox Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents txthostdokumenttyp As System.Windows.Forms.TextBox Friend WithEvents cHostDokument As System.Windows.Forms.CheckBox Friend WithEvents cAMSDokument As System.Windows.Forms.CheckBox Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents cWirdImportiert As System.Windows.Forms.CheckBox Friend WithEvents cDokumentwirderstellt As System.Windows.Forms.CheckBox Friend WithEvents CDokumentwirdretourniert As System.Windows.Forms.CheckBox Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents DokumentstatusRolle_Liste As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents BtnSaveRollen As System.Windows.Forms.Button Friend WithEvents btnNeueRolle As System.Windows.Forms.Button Friend WithEvents SqlDataAdapter2 As System.Data.SqlClient.SqlDataAdapter Friend WithEvents SqlSelectCommand2 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlInsertCommand2 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlUpdateCommand2 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlDeleteCommand2 As System.Data.SqlClient.SqlCommand Friend WithEvents DataSet2 As System.Data.DataSet Friend WithEvents ToolBarButton2 As System.Windows.Forms.ToolBarButton Friend WithEvents ContextMenu2 As System.Windows.Forms.ContextMenu Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem Friend WithEvents RBGesamt As System.Windows.Forms.RadioButton Friend WithEvents TxtDokumentartGesamt As System.Windows.Forms.TextBox Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem Friend WithEvents MnuDokZuordnungauheben As System.Windows.Forms.MenuItem Friend WithEvents ContextMenu1 As System.Windows.Forms.ContextMenu Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem Friend WithEvents MenuItem5 As System.Windows.Forms.MenuItem Friend WithEvents MenuItem6 As System.Windows.Forms.MenuItem Friend WithEvents cAktiv As System.Windows.Forms.CheckBox Friend WithEvents CDokumentersetzen As System.Windows.Forms.CheckBox Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents ContextMenu3 As System.Windows.Forms.ContextMenu Friend WithEvents BeschrausOV As System.Windows.Forms.MenuItem Friend WithEvents ToolBarButton4 As System.Windows.Forms.ToolBarButton Friend WithEvents ToolBarButton5 As System.Windows.Forms.ToolBarButton Friend WithEvents ToolBarButton6 As System.Windows.Forms.ToolBarButton Friend WithEvents Label25 As System.Windows.Forms.Label Friend WithEvents vorlagenfeldbezeichnunglist As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents SqlDataAdapter3 As System.Data.SqlClient.SqlDataAdapter Friend WithEvents SqlSelectCommand3 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlInsertCommand3 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlUpdateCommand3 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlDeleteCommand3 As System.Data.SqlClient.SqlCommand Friend WithEvents DataSet3 As System.Data.DataSet Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents SqlSelectCommand1 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlInsertCommand1 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlUpdateCommand1 As System.Data.SqlClient.SqlCommand Friend WithEvents SqlDeleteCommand1 As System.Data.SqlClient.SqlCommand Friend WithEvents ColdIndexfeldList As C1.Win.C1TrueDBGrid.C1TrueDBDropdown Friend WithEvents SqlDataAdapter4 As System.Data.SqlClient.SqlDataAdapter Friend WithEvents SqlSelectCommand4 As System.Data.SqlClient.SqlCommand Friend WithEvents DataSet4 As System.Data.DataSet Friend WithEvents cEmailVersand As System.Windows.Forms.CheckBox Friend WithEvents cFunktion_zuweisen As System.Windows.Forms.CheckBox Friend WithEvents rbDokStatusStandard As System.Windows.Forms.RadioButton Friend WithEvents rbEtikette As System.Windows.Forms.RadioButton Friend WithEvents txtDokumentstatus As System.Windows.Forms.TextBox Friend WithEvents txtDokumentstatus_barcode As System.Windows.Forms.TextBox Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents btnsavevorlagenfeldlist As System.Windows.Forms.Button Friend WithEvents BtnStandard As System.Windows.Forms.Button Friend WithEvents btnVorlagenfeld As System.Windows.Forms.Button Friend WithEvents cidvnative As System.Windows.Forms.CheckBox Friend WithEvents RBEinzeldokumente As System.Windows.Forms.RadioButton Friend WithEvents txtDokumentartEinzeldokument As System.Windows.Forms.TextBox Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmDomainDokumenttypDetail)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines2 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines3 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines4 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines5 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.ToolBar1 = New System.Windows.Forms.ToolBar() Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton3 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton2 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton4 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton5 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton6 = New System.Windows.Forms.ToolBarButton() Me.Panel1 = New System.Windows.Forms.Panel() Me.cidvnative = New System.Windows.Forms.CheckBox() Me.txtDokumentstatus_barcode = New System.Windows.Forms.TextBox() Me.txtDokumentstatus = New System.Windows.Forms.TextBox() Me.cAktiv = New System.Windows.Forms.CheckBox() Me.TxtDokumentartGesamt = New System.Windows.Forms.TextBox() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.CDokumentwirdretourniert = New System.Windows.Forms.CheckBox() Me.cWirdImportiert = New System.Windows.Forms.CheckBox() Me.cDokumentwirderstellt = New System.Windows.Forms.CheckBox() Me.Label23 = New System.Windows.Forms.Label() Me.txthostdokumenttyp = New System.Windows.Forms.TextBox() Me.cHostDokument = New System.Windows.Forms.CheckBox() Me.cAMSDokument = New System.Windows.Forms.CheckBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.cbprozessverwendung = New System.Windows.Forms.ComboBox() Me.Label22 = New System.Windows.Forms.Label() Me.cbprozesserstellung = New System.Windows.Forms.ComboBox() Me.Label21 = New System.Windows.Forms.Label() Me.TxTDokumentartRetournierung = New System.Windows.Forms.TextBox() Me.TxtDokumentartErstellung = New System.Windows.Forms.TextBox() Me.TxtDokumentartHost = New System.Windows.Forms.TextBox() Me.TxtDokumentartKundendossier = New System.Windows.Forms.TextBox() Me.Dokumenttypnr = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label19 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.cbAufbewahrungphysisch = New System.Windows.Forms.ComboBox() Me.Label12 = New System.Windows.Forms.Label() Me.cbAufbewahrungelektronisch = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.cbInEdokaDB = New System.Windows.Forms.ComboBox() Me.Label10 = New System.Windows.Forms.Label() Me.cbAbschluss = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.cbMonierung = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.cbBearbeitungszeit = New System.Windows.Forms.ComboBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.cFunktion_zuweisen = New System.Windows.Forms.CheckBox() Me.cEmailVersand = New System.Windows.Forms.CheckBox() Me.CDokumentersetzen = New System.Windows.Forms.CheckBox() Me.cUnterschriftrechts = New System.Windows.Forms.CheckBox() Me.cUnterschriftlinks = New System.Windows.Forms.CheckBox() Me.cVertraulich = New System.Windows.Forms.CheckBox() Me.cNichtgeloescht = New System.Windows.Forms.CheckBox() Me.cStatusMutation = New System.Windows.Forms.CheckBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnSelDokumentartEingang = New System.Windows.Forms.Button() Me.btnSelDokumentartAusgang = New System.Windows.Forms.Button() Me.btnSelColdfolder = New System.Windows.Forms.Button() Me.btnSelPhysischeAblage = New System.Windows.Forms.Button() Me.cbArchiv = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.cbColdFolder = New System.Windows.Forms.ComboBox() Me.cEingangErsetztAusgang = New System.Windows.Forms.CheckBox() Me.Label5 = New System.Windows.Forms.Label() Me.cbDokartEingang = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.cbDokartAusgang = New System.Windows.Forms.ComboBox() Me.cZuRetournieren = New System.Windows.Forms.CheckBox() Me.cZuVercolden = New System.Windows.Forms.CheckBox() Me.Grp1 = New System.Windows.Forms.GroupBox() Me.btnSelOfficeVorlage = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TxTBeschreibung = New System.Windows.Forms.TextBox() Me.ContextMenu3 = New System.Windows.Forms.ContextMenu() Me.BeschrausOV = New System.Windows.Forms.MenuItem() Me.TxTBezeichnung = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.cbOfficeVorlage = New System.Windows.Forms.ComboBox() Me.txtDokumentartEinzeldokument = New System.Windows.Forms.TextBox() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabStruktur = New System.Windows.Forms.TabPage() Me.TVStruktur = New System.Windows.Forms.TreeView() Me.ContextMenu2 = New System.Windows.Forms.ContextMenu() Me.MnuDokZuordnungauheben = New System.Windows.Forms.MenuItem() Me.MenuItem2 = New System.Windows.Forms.MenuItem() Me.MenuItem4 = New System.Windows.Forms.MenuItem() Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components) Me.Panel2 = New System.Windows.Forms.Panel() Me.RBEinzeldokumente = New System.Windows.Forms.RadioButton() Me.RBGesamt = New System.Windows.Forms.RadioButton() Me.RBEingang = New System.Windows.Forms.RadioButton() Me.RBHost = New System.Windows.Forms.RadioButton() Me.RBErstellung = New System.Windows.Forms.RadioButton() Me.RBKundendossier = New System.Windows.Forms.RadioButton() Me.TabStatusreihenfolge = New System.Windows.Forms.TabPage() Me.rbEtikette = New System.Windows.Forms.RadioButton() Me.rbDokStatusStandard = New System.Windows.Forms.RadioButton() Me.BtnSaveRollen = New System.Windows.Forms.Button() Me.btnNeueRolle = New System.Windows.Forms.Button() Me.DokumentstatusRolle_Liste = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Label24 = New System.Windows.Forms.Label() Me.btnsave = New System.Windows.Forms.Button() Me.Label20 = New System.Windows.Forms.Label() Me.cbStatustyp = New System.Windows.Forms.ComboBox() Me.Statuslist = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.TabDokumentfelder = New System.Windows.Forms.TabPage() Me.pnlVorlagenfeld = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.btnVorlagenfeld = New System.Windows.Forms.Button() Me.BtnStandard = New System.Windows.Forms.Button() Me.btnsavevorlagenfeldlist = New System.Windows.Forms.Button() Me.ColdIndexfeldList = New C1.Win.C1TrueDBGrid.C1TrueDBDropdown() Me.Button3 = New System.Windows.Forms.Button() Me.Label25 = New System.Windows.Forms.Label() Me.vorlagenfeldbezeichnunglist = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenu1 = New System.Windows.Forms.ContextMenu() Me.MenuItem1 = New System.Windows.Forms.MenuItem() Me.MenuItem3 = New System.Windows.Forms.MenuItem() Me.MenuItem5 = New System.Windows.Forms.MenuItem() Me.MenuItem6 = New System.Windows.Forms.MenuItem() Me.vorlagenfeldlist = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter() Me.SqlDeleteCommand1 = New System.Data.SqlClient.SqlCommand() Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection() Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand() Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand() Me.SqlUpdateCommand1 = New System.Data.SqlClient.SqlCommand() Me.DataSet1 = New System.Data.DataSet() Me.SqlDataAdapter2 = New System.Data.SqlClient.SqlDataAdapter() Me.SqlDeleteCommand2 = New System.Data.SqlClient.SqlCommand() Me.SqlInsertCommand2 = New System.Data.SqlClient.SqlCommand() Me.SqlSelectCommand2 = New System.Data.SqlClient.SqlCommand() Me.SqlUpdateCommand2 = New System.Data.SqlClient.SqlCommand() Me.DataSet2 = New System.Data.DataSet() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.SqlDataAdapter3 = New System.Data.SqlClient.SqlDataAdapter() Me.SqlDeleteCommand3 = New System.Data.SqlClient.SqlCommand() Me.SqlInsertCommand3 = New System.Data.SqlClient.SqlCommand() Me.SqlSelectCommand3 = New System.Data.SqlClient.SqlCommand() Me.SqlUpdateCommand3 = New System.Data.SqlClient.SqlCommand() Me.DataSet3 = New System.Data.DataSet() Me.SqlDataAdapter4 = New System.Data.SqlClient.SqlDataAdapter() Me.SqlSelectCommand4 = New System.Data.SqlClient.SqlCommand() Me.DataSet4 = New System.Data.DataSet() Me.Panel1.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.Grp1.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabStruktur.SuspendLayout() Me.Panel2.SuspendLayout() Me.TabStatusreihenfolge.SuspendLayout() CType(Me.DokumentstatusRolle_Liste, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Statuslist, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlVorlagenfeld.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.ColdIndexfeldList, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.vorlagenfeldbezeichnunglist, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.vorlagenfeldlist, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataSet2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataSet3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataSet4, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ImageList1 ' Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'ToolBar1 ' Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1, Me.ToolBarButton3, Me.ToolBarButton2, Me.ToolBarButton4, Me.ToolBarButton5, Me.ToolBarButton6}) Me.ToolBar1.DropDownArrows = True Me.ToolBar1.ImageList = Me.ImageList1 Me.ToolBar1.Name = "ToolBar1" Me.ToolBar1.ShowToolTips = True Me.ToolBar1.Size = New System.Drawing.Size(848, 25) Me.ToolBar1.TabIndex = 10 ' 'ToolBarButton1 ' Me.ToolBarButton1.ImageIndex = 0 ' 'ToolBarButton3 ' Me.ToolBarButton3.ImageIndex = 2 ' 'ToolBarButton2 ' Me.ToolBarButton2.ImageIndex = 4 ' 'ToolBarButton4 ' Me.ToolBarButton4.ImageIndex = 5 Me.ToolBarButton4.Visible = False ' 'ToolBarButton5 ' Me.ToolBarButton5.ImageIndex = 7 ' 'ToolBarButton6 ' Me.ToolBarButton6.ImageIndex = 8 ' 'Panel1 ' Me.Panel1.Controls.AddRange(New System.Windows.Forms.Control() {Me.cidvnative, Me.txtDokumentstatus_barcode, Me.txtDokumentstatus, Me.cAktiv, Me.TxtDokumentartGesamt, Me.GroupBox5, Me.GroupBox4, Me.TxTDokumentartRetournierung, Me.TxtDokumentartErstellung, Me.TxtDokumentartHost, Me.TxtDokumentartKundendossier, Me.Dokumenttypnr, Me.GroupBox3, Me.GroupBox2, Me.GroupBox1, Me.Grp1, Me.txtDokumentartEinzeldokument}) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left Me.Panel1.Location = New System.Drawing.Point(0, 25) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(504, 676) Me.Panel1.TabIndex = 13 ' 'cidvnative ' Me.cidvnative.Location = New System.Drawing.Point(384, 640) Me.cidvnative.Name = "cidvnative" Me.cidvnative.Size = New System.Drawing.Size(104, 16) Me.cidvnative.TabIndex = 27 Me.cidvnative.Text = "Einzeldokument" ' 'txtDokumentstatus_barcode ' Me.txtDokumentstatus_barcode.Location = New System.Drawing.Point(192, 0) Me.txtDokumentstatus_barcode.Name = "txtDokumentstatus_barcode" Me.txtDokumentstatus_barcode.Size = New System.Drawing.Size(16, 20) Me.txtDokumentstatus_barcode.TabIndex = 26 Me.txtDokumentstatus_barcode.Text = "Retournierung" Me.txtDokumentstatus_barcode.Visible = False ' 'txtDokumentstatus ' Me.txtDokumentstatus.Location = New System.Drawing.Point(176, 0) Me.txtDokumentstatus.Name = "txtDokumentstatus" Me.txtDokumentstatus.Size = New System.Drawing.Size(16, 20) Me.txtDokumentstatus.TabIndex = 25 Me.txtDokumentstatus.Text = "Retournierung" Me.txtDokumentstatus.Visible = False ' 'cAktiv ' Me.cAktiv.Location = New System.Drawing.Point(8, 640) Me.cAktiv.Name = "cAktiv" Me.cAktiv.Size = New System.Drawing.Size(72, 16) Me.cAktiv.TabIndex = 24 Me.cAktiv.Text = "Aktiv" ' 'TxtDokumentartGesamt ' Me.TxtDokumentartGesamt.Location = New System.Drawing.Point(80, 0) Me.TxtDokumentartGesamt.Name = "TxtDokumentartGesamt" Me.TxtDokumentartGesamt.Size = New System.Drawing.Size(24, 20) Me.TxtDokumentartGesamt.TabIndex = 23 Me.TxtDokumentartGesamt.Text = "Erstellung" Me.TxtDokumentartGesamt.Visible = False ' 'GroupBox5 ' Me.GroupBox5.Controls.AddRange(New System.Windows.Forms.Control() {Me.CDokumentwirdretourniert, Me.cWirdImportiert, Me.cDokumentwirderstellt, Me.Label23, Me.txthostdokumenttyp, Me.cHostDokument, Me.cAMSDokument}) Me.GroupBox5.Location = New System.Drawing.Point(8, 152) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(488, 72) Me.GroupBox5.TabIndex = 1 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Dokument-Modus" ' 'CDokumentwirdretourniert ' Me.CDokumentwirdretourniert.Location = New System.Drawing.Point(16, 50) Me.CDokumentwirdretourniert.Name = "CDokumentwirdretourniert" Me.CDokumentwirdretourniert.Size = New System.Drawing.Size(168, 16) Me.CDokumentwirdretourniert.TabIndex = 5 Me.CDokumentwirdretourniert.Text = "Retournierung mit Etikette" ' 'cWirdImportiert ' Me.cWirdImportiert.Location = New System.Drawing.Point(16, 35) Me.cWirdImportiert.Name = "cWirdImportiert" Me.cWirdImportiert.Size = New System.Drawing.Size(104, 16) Me.cWirdImportiert.TabIndex = 4 Me.cWirdImportiert.Text = "Wird importiert" ' 'cDokumentwirderstellt ' Me.cDokumentwirderstellt.Location = New System.Drawing.Point(16, 16) Me.cDokumentwirderstellt.Name = "cDokumentwirderstellt" Me.cDokumentwirderstellt.Size = New System.Drawing.Size(136, 24) Me.cDokumentwirderstellt.TabIndex = 0 Me.cDokumentwirderstellt.Text = "Dokument wird erstellt" ' 'Label23 ' Me.Label23.Location = New System.Drawing.Point(352, 39) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(32, 23) Me.Label23.TabIndex = 14 Me.Label23.Text = "Typ" ' 'txthostdokumenttyp ' Me.txthostdokumenttyp.Enabled = False Me.txthostdokumenttyp.Location = New System.Drawing.Point(392, 39) Me.txthostdokumenttyp.Name = "txthostdokumenttyp" Me.txthostdokumenttyp.Size = New System.Drawing.Size(64, 20) Me.txthostdokumenttyp.TabIndex = 3 Me.txthostdokumenttyp.Text = "" ' 'cHostDokument ' Me.cHostDokument.Location = New System.Drawing.Point(352, 21) Me.cHostDokument.Name = "cHostDokument" Me.cHostDokument.Size = New System.Drawing.Size(112, 16) Me.cHostDokument.TabIndex = 2 Me.cHostDokument.Text = "HOST-Dokument" ' 'cAMSDokument ' Me.cAMSDokument.Location = New System.Drawing.Point(216, 16) Me.cAMSDokument.Name = "cAMSDokument" Me.cAMSDokument.TabIndex = 1 Me.cAMSDokument.Text = "AMS-Dokument" ' 'GroupBox4 ' Me.GroupBox4.Controls.AddRange(New System.Windows.Forms.Control() {Me.Button2, Me.Button1, Me.cbprozessverwendung, Me.Label22, Me.cbprozesserstellung, Me.Label21}) Me.GroupBox4.Location = New System.Drawing.Point(8, 584) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(488, 48) Me.GroupBox4.TabIndex = 5 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Prozesse" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(456, 18) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(24, 23) Me.Button2.TabIndex = 22 Me.Button2.Text = "..." Me.Button2.Visible = False ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(208, 16) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(24, 23) Me.Button1.TabIndex = 21 Me.Button1.Text = "..." Me.Button1.Visible = False ' 'cbprozessverwendung ' Me.cbprozessverwendung.Location = New System.Drawing.Point(320, 18) Me.cbprozessverwendung.Name = "cbprozessverwendung" Me.cbprozessverwendung.Size = New System.Drawing.Size(136, 21) Me.cbprozessverwendung.TabIndex = 3 Me.cbprozessverwendung.Text = "CBProzessVerwendung" ' 'Label22 ' Me.Label22.Location = New System.Drawing.Point(248, 21) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(72, 16) Me.Label22.TabIndex = 2 Me.Label22.Text = "Verwendung" ' 'cbprozesserstellung ' Me.cbprozesserstellung.Location = New System.Drawing.Point(72, 17) Me.cbprozesserstellung.Name = "cbprozesserstellung" Me.cbprozesserstellung.Size = New System.Drawing.Size(136, 21) Me.cbprozesserstellung.TabIndex = 1 Me.cbprozesserstellung.Text = "CBProzessErstellung" ' 'Label21 ' Me.Label21.Location = New System.Drawing.Point(16, 20) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(56, 16) Me.Label21.TabIndex = 0 Me.Label21.Text = "Erstellung" ' 'TxTDokumentartRetournierung ' Me.TxTDokumentartRetournierung.Location = New System.Drawing.Point(136, 0) Me.TxTDokumentartRetournierung.Name = "TxTDokumentartRetournierung" Me.TxTDokumentartRetournierung.Size = New System.Drawing.Size(16, 20) Me.TxTDokumentartRetournierung.TabIndex = 20 Me.TxTDokumentartRetournierung.Text = "Retournierung" Me.TxTDokumentartRetournierung.Visible = False ' 'TxtDokumentartErstellung ' Me.TxtDokumentartErstellung.Location = New System.Drawing.Point(112, 0) Me.TxtDokumentartErstellung.Name = "TxtDokumentartErstellung" Me.TxtDokumentartErstellung.Size = New System.Drawing.Size(16, 20) Me.TxtDokumentartErstellung.TabIndex = 19 Me.TxtDokumentartErstellung.Text = "Erstellung" Me.TxtDokumentartErstellung.Visible = False ' 'TxtDokumentartHost ' Me.TxtDokumentartHost.Location = New System.Drawing.Point(48, 0) Me.TxtDokumentartHost.Name = "TxtDokumentartHost" Me.TxtDokumentartHost.Size = New System.Drawing.Size(24, 20) Me.TxtDokumentartHost.TabIndex = 18 Me.TxtDokumentartHost.Text = "Host" Me.TxtDokumentartHost.Visible = False ' 'TxtDokumentartKundendossier ' Me.TxtDokumentartKundendossier.Location = New System.Drawing.Point(8, 0) Me.TxtDokumentartKundendossier.Name = "TxtDokumentartKundendossier" Me.TxtDokumentartKundendossier.Size = New System.Drawing.Size(32, 20) Me.TxtDokumentartKundendossier.TabIndex = 17 Me.TxtDokumentartKundendossier.Text = "Kundendossier" Me.TxtDokumentartKundendossier.Visible = False ' 'Dokumenttypnr ' Me.Dokumenttypnr.Location = New System.Drawing.Point(504, 24) Me.Dokumenttypnr.Name = "Dokumenttypnr" Me.Dokumenttypnr.Size = New System.Drawing.Size(100, 16) Me.Dokumenttypnr.TabIndex = 16 Me.Dokumenttypnr.Text = "Label20" Me.Dokumenttypnr.Visible = False ' 'GroupBox3 ' Me.GroupBox3.Controls.AddRange(New System.Windows.Forms.Control() {Me.Label19, Me.Label18, Me.Label17, Me.Label16, Me.Label15, Me.Label14, Me.Label13, Me.cbAufbewahrungphysisch, Me.Label12, Me.cbAufbewahrungelektronisch, Me.Label11, Me.cbInEdokaDB, Me.Label10, Me.cbAbschluss, Me.Label9, Me.cbMonierung, Me.Label8, Me.cbBearbeitungszeit}) Me.GroupBox3.Location = New System.Drawing.Point(256, 376) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(240, 208) Me.GroupBox3.TabIndex = 4 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Zeiten" ' 'Label19 ' Me.Label19.Location = New System.Drawing.Point(192, 24) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(32, 16) Me.Label19.TabIndex = 30 Me.Label19.Text = "Min." ' 'Label18 ' Me.Label18.Location = New System.Drawing.Point(192, 144) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(32, 16) Me.Label18.TabIndex = 29 Me.Label18.Text = "Jahre" ' 'Label17 ' Me.Label17.Location = New System.Drawing.Point(192, 120) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(32, 16) Me.Label17.TabIndex = 28 Me.Label17.Text = "Jahre" ' 'Label16 ' Me.Label16.Location = New System.Drawing.Point(192, 96) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(32, 16) Me.Label16.TabIndex = 27 Me.Label16.Text = "Mte." ' 'Label15 ' Me.Label15.Location = New System.Drawing.Point(192, 72) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(32, 16) Me.Label15.TabIndex = 26 Me.Label15.Text = "Tage" ' 'Label14 ' Me.Label14.Location = New System.Drawing.Point(192, 48) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(32, 16) Me.Label14.TabIndex = 25 Me.Label14.Text = "Tage" ' 'Label13 ' Me.Label13.Location = New System.Drawing.Point(8, 144) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(136, 16) Me.Label13.TabIndex = 24 Me.Label13.Text = "Aufbewahrung ph." ' 'cbAufbewahrungphysisch ' Me.cbAufbewahrungphysisch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbAufbewahrungphysisch.Enabled = False Me.cbAufbewahrungphysisch.Location = New System.Drawing.Point(144, 144) Me.cbAufbewahrungphysisch.Name = "cbAufbewahrungphysisch" Me.cbAufbewahrungphysisch.Size = New System.Drawing.Size(48, 21) Me.cbAufbewahrungphysisch.TabIndex = 23 ' 'Label12 ' Me.Label12.Location = New System.Drawing.Point(8, 120) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(136, 16) Me.Label12.TabIndex = 22 Me.Label12.Text = "Aufbewahrung el." ' 'cbAufbewahrungelektronisch ' Me.cbAufbewahrungelektronisch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbAufbewahrungelektronisch.Location = New System.Drawing.Point(144, 120) Me.cbAufbewahrungelektronisch.Name = "cbAufbewahrungelektronisch" Me.cbAufbewahrungelektronisch.Size = New System.Drawing.Size(48, 21) Me.cbAufbewahrungelektronisch.TabIndex = 21 ' 'Label11 ' Me.Label11.Location = New System.Drawing.Point(8, 96) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(136, 16) Me.Label11.TabIndex = 20 Me.Label11.Text = "in EDOKA-Datenbank" ' 'cbInEdokaDB ' Me.cbInEdokaDB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbInEdokaDB.Location = New System.Drawing.Point(144, 96) Me.cbInEdokaDB.Name = "cbInEdokaDB" Me.cbInEdokaDB.Size = New System.Drawing.Size(48, 21) Me.cbInEdokaDB.TabIndex = 19 ' 'Label10 ' Me.Label10.Location = New System.Drawing.Point(8, 72) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(136, 16) Me.Label10.TabIndex = 18 Me.Label10.Text = "Bearbeitung n. Abschluss" ' 'cbAbschluss ' Me.cbAbschluss.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbAbschluss.Location = New System.Drawing.Point(144, 72) Me.cbAbschluss.Name = "cbAbschluss" Me.cbAbschluss.Size = New System.Drawing.Size(48, 21) Me.cbAbschluss.TabIndex = 17 ' 'Label9 ' Me.Label9.Location = New System.Drawing.Point(8, 48) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(136, 16) Me.Label9.TabIndex = 16 Me.Label9.Text = "Monierung in Tagen." ' 'cbMonierung ' Me.cbMonierung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbMonierung.Enabled = False Me.cbMonierung.Location = New System.Drawing.Point(144, 48) Me.cbMonierung.Name = "cbMonierung" Me.cbMonierung.Size = New System.Drawing.Size(48, 21) Me.cbMonierung.TabIndex = 15 ' 'Label8 ' Me.Label8.Location = New System.Drawing.Point(8, 24) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(136, 16) Me.Label8.TabIndex = 14 Me.Label8.Text = "Bearbeitungszeit in Min." ' 'cbBearbeitungszeit ' Me.cbBearbeitungszeit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbBearbeitungszeit.Location = New System.Drawing.Point(144, 24) Me.cbBearbeitungszeit.Name = "cbBearbeitungszeit" Me.cbBearbeitungszeit.Size = New System.Drawing.Size(48, 21) Me.cbBearbeitungszeit.TabIndex = 13 ' 'GroupBox2 ' Me.GroupBox2.Controls.AddRange(New System.Windows.Forms.Control() {Me.cFunktion_zuweisen, Me.cEmailVersand, Me.CDokumentersetzen, Me.cUnterschriftrechts, Me.cUnterschriftlinks, Me.cVertraulich, Me.cNichtgeloescht, Me.cStatusMutation}) Me.GroupBox2.Location = New System.Drawing.Point(8, 376) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(240, 208) Me.GroupBox2.TabIndex = 3 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Diverses" ' 'cFunktion_zuweisen ' Me.cFunktion_zuweisen.Location = New System.Drawing.Point(16, 184) Me.cFunktion_zuweisen.Name = "cFunktion_zuweisen" Me.cFunktion_zuweisen.Size = New System.Drawing.Size(216, 19) Me.cFunktion_zuweisen.TabIndex = 9 Me.cFunktion_zuweisen.Text = "Dokumentberechtigungen übersteuern" ' 'cEmailVersand ' Me.cEmailVersand.Location = New System.Drawing.Point(16, 160) Me.cEmailVersand.Name = "cEmailVersand" Me.cEmailVersand.Size = New System.Drawing.Size(216, 19) Me.cEmailVersand.TabIndex = 8 Me.cEmailVersand.Text = "E-Mail-Versand möglich" ' 'CDokumentersetzen ' Me.CDokumentersetzen.Location = New System.Drawing.Point(16, 136) Me.CDokumentersetzen.Name = "CDokumentersetzen" Me.CDokumentersetzen.Size = New System.Drawing.Size(216, 24) Me.CDokumentersetzen.TabIndex = 7 Me.CDokumentersetzen.Text = "COLD-Dokumente ersetzen möglich" ' 'cUnterschriftrechts ' Me.cUnterschriftrechts.Location = New System.Drawing.Point(16, 112) Me.cUnterschriftrechts.Name = "cUnterschriftrechts" Me.cUnterschriftrechts.Size = New System.Drawing.Size(216, 24) Me.cUnterschriftrechts.TabIndex = 6 Me.cUnterschriftrechts.Text = "Unterschrift rechts" ' 'cUnterschriftlinks ' Me.cUnterschriftlinks.Location = New System.Drawing.Point(16, 88) Me.cUnterschriftlinks.Name = "cUnterschriftlinks" Me.cUnterschriftlinks.Size = New System.Drawing.Size(216, 24) Me.cUnterschriftlinks.TabIndex = 5 Me.cUnterschriftlinks.Text = "Unterschrift links" ' 'cVertraulich ' Me.cVertraulich.Location = New System.Drawing.Point(16, 64) Me.cVertraulich.Name = "cVertraulich" Me.cVertraulich.Size = New System.Drawing.Size(216, 24) Me.cVertraulich.TabIndex = 4 Me.cVertraulich.Text = "Vertraulich" ' 'cNichtgeloescht ' Me.cNichtgeloescht.Location = New System.Drawing.Point(16, 40) Me.cNichtgeloescht.Name = "cNichtgeloescht" Me.cNichtgeloescht.Size = New System.Drawing.Size(216, 24) Me.cNichtgeloescht.TabIndex = 3 Me.cNichtgeloescht.Text = "Wird bei Reorganisation nicht gelöscht" ' 'cStatusMutation ' Me.cStatusMutation.Location = New System.Drawing.Point(16, 16) Me.cStatusMutation.Name = "cStatusMutation" Me.cStatusMutation.Size = New System.Drawing.Size(216, 24) Me.cStatusMutation.TabIndex = 2 Me.cStatusMutation.Text = "Statusmutation bei Partner-Saldierung" ' 'GroupBox1 ' Me.GroupBox1.Controls.AddRange(New System.Windows.Forms.Control() {Me.btnSelDokumentartEingang, Me.btnSelDokumentartAusgang, Me.btnSelColdfolder, Me.btnSelPhysischeAblage, Me.cbArchiv, Me.Label7, Me.Label6, Me.cbColdFolder, Me.cEingangErsetztAusgang, Me.Label5, Me.cbDokartEingang, Me.Label4, Me.cbDokartAusgang, Me.cZuRetournieren, Me.cZuVercolden}) Me.GroupBox1.Enabled = False Me.GroupBox1.Location = New System.Drawing.Point(8, 232) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(488, 136) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Archivierung" ' 'btnSelDokumentartEingang ' Me.btnSelDokumentartEingang.Enabled = False Me.btnSelDokumentartEingang.Location = New System.Drawing.Point(456, 48) Me.btnSelDokumentartEingang.Name = "btnSelDokumentartEingang" Me.btnSelDokumentartEingang.Size = New System.Drawing.Size(24, 23) Me.btnSelDokumentartEingang.TabIndex = 6 Me.btnSelDokumentartEingang.Text = "..." ' 'btnSelDokumentartAusgang ' Me.btnSelDokumentartAusgang.Enabled = False Me.btnSelDokumentartAusgang.Location = New System.Drawing.Point(456, 24) Me.btnSelDokumentartAusgang.Name = "btnSelDokumentartAusgang" Me.btnSelDokumentartAusgang.Size = New System.Drawing.Size(24, 23) Me.btnSelDokumentartAusgang.TabIndex = 3 Me.btnSelDokumentartAusgang.Text = "..." ' 'btnSelColdfolder ' Me.btnSelColdfolder.Enabled = False Me.btnSelColdfolder.Location = New System.Drawing.Point(456, 72) Me.btnSelColdfolder.Name = "btnSelColdfolder" Me.btnSelColdfolder.Size = New System.Drawing.Size(24, 23) Me.btnSelColdfolder.TabIndex = 9 Me.btnSelColdfolder.Text = "..." ' 'btnSelPhysischeAblage ' Me.btnSelPhysischeAblage.Enabled = False Me.btnSelPhysischeAblage.Location = New System.Drawing.Point(456, 104) Me.btnSelPhysischeAblage.Name = "btnSelPhysischeAblage" Me.btnSelPhysischeAblage.Size = New System.Drawing.Size(24, 23) Me.btnSelPhysischeAblage.TabIndex = 11 Me.btnSelPhysischeAblage.Text = "..." ' 'cbArchiv ' Me.cbArchiv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbArchiv.Enabled = False Me.cbArchiv.Location = New System.Drawing.Point(128, 104) Me.cbArchiv.Name = "cbArchiv" Me.cbArchiv.Size = New System.Drawing.Size(328, 21) Me.cbArchiv.TabIndex = 10 ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(16, 104) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(120, 16) Me.Label7.TabIndex = 18 Me.Label7.Text = "Physisches Archiv" ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(128, 72) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(128, 16) Me.Label6.TabIndex = 17 Me.Label6.Text = "COLD-Ordner" ' 'cbColdFolder ' Me.cbColdFolder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbColdFolder.Enabled = False Me.cbColdFolder.Location = New System.Drawing.Point(256, 72) Me.cbColdFolder.Name = "cbColdFolder" Me.cbColdFolder.Size = New System.Drawing.Size(200, 21) Me.cbColdFolder.TabIndex = 8 ' 'cEingangErsetztAusgang ' Me.cEingangErsetztAusgang.Enabled = False Me.cEingangErsetztAusgang.Location = New System.Drawing.Point(16, 64) Me.cEingangErsetztAusgang.Name = "cEingangErsetztAusgang" Me.cEingangErsetztAusgang.Size = New System.Drawing.Size(104, 40) Me.cEingangErsetztAusgang.TabIndex = 7 Me.cEingangErsetztAusgang.Text = "Eingang ersetzt Ausgang" ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(128, 48) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(128, 16) Me.Label5.TabIndex = 14 Me.Label5.Text = "DokArt COLD Eingang" ' 'cbDokartEingang ' Me.cbDokartEingang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbDokartEingang.Enabled = False Me.cbDokartEingang.Location = New System.Drawing.Point(256, 48) Me.cbDokartEingang.Name = "cbDokartEingang" Me.cbDokartEingang.Size = New System.Drawing.Size(200, 21) Me.cbDokartEingang.TabIndex = 5 ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(128, 24) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(128, 16) Me.Label4.TabIndex = 12 Me.Label4.Text = "DokArt COLD Ausgang" ' 'cbDokartAusgang ' Me.cbDokartAusgang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbDokartAusgang.Enabled = False Me.cbDokartAusgang.Location = New System.Drawing.Point(256, 24) Me.cbDokartAusgang.Name = "cbDokartAusgang" Me.cbDokartAusgang.Size = New System.Drawing.Size(200, 21) Me.cbDokartAusgang.TabIndex = 1 ' 'cZuRetournieren ' Me.cZuRetournieren.Enabled = False Me.cZuRetournieren.Location = New System.Drawing.Point(16, 43) Me.cZuRetournieren.Name = "cZuRetournieren" Me.cZuRetournieren.TabIndex = 4 Me.cZuRetournieren.Text = "zu retournieren" ' 'cZuVercolden ' Me.cZuVercolden.Location = New System.Drawing.Point(16, 19) Me.cZuVercolden.Name = "cZuVercolden" Me.cZuVercolden.TabIndex = 0 Me.cZuVercolden.Text = "zu vercolden" ' 'Grp1 ' Me.Grp1.Controls.AddRange(New System.Windows.Forms.Control() {Me.btnSelOfficeVorlage, Me.Label3, Me.Label2, Me.TxTBeschreibung, Me.TxTBezeichnung, Me.Label1, Me.cbOfficeVorlage}) Me.Grp1.Location = New System.Drawing.Point(8, 24) Me.Grp1.Name = "Grp1" Me.Grp1.Size = New System.Drawing.Size(488, 120) Me.Grp1.TabIndex = 0 Me.Grp1.TabStop = False Me.Grp1.Text = "Vorlage" ' 'btnSelOfficeVorlage ' Me.btnSelOfficeVorlage.Location = New System.Drawing.Point(456, 24) Me.btnSelOfficeVorlage.Name = "btnSelOfficeVorlage" Me.btnSelOfficeVorlage.Size = New System.Drawing.Size(24, 23) Me.btnSelOfficeVorlage.TabIndex = 12 Me.btnSelOfficeVorlage.Text = "..." ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(16, 72) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(100, 16) Me.Label3.TabIndex = 11 Me.Label3.Text = "Beschreibung" ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(16, 48) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(100, 16) Me.Label2.TabIndex = 10 Me.Label2.Text = "Bezeichnung" ' 'TxTBeschreibung ' Me.TxTBeschreibung.ContextMenu = Me.ContextMenu3 Me.TxTBeschreibung.Location = New System.Drawing.Point(120, 72) Me.TxTBeschreibung.Multiline = True Me.TxTBeschreibung.Name = "TxTBeschreibung" Me.TxTBeschreibung.Size = New System.Drawing.Size(336, 40) Me.TxTBeschreibung.TabIndex = 9 Me.TxTBeschreibung.Text = "" ' 'ContextMenu3 ' Me.ContextMenu3.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.BeschrausOV}) ' 'BeschrausOV ' Me.BeschrausOV.Index = 0 Me.BeschrausOV.Text = "Beschreibung aus Officevorlage übernehmen" ' 'TxTBezeichnung ' Me.TxTBezeichnung.Location = New System.Drawing.Point(120, 48) Me.TxTBezeichnung.Name = "TxTBezeichnung" Me.TxTBezeichnung.Size = New System.Drawing.Size(336, 20) Me.TxTBezeichnung.TabIndex = 8 Me.TxTBezeichnung.Text = "" ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(16, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(100, 16) Me.Label1.TabIndex = 7 Me.Label1.Text = "Office-Vorlage" ' 'cbOfficeVorlage ' Me.cbOfficeVorlage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbOfficeVorlage.Location = New System.Drawing.Point(120, 24) Me.cbOfficeVorlage.Name = "cbOfficeVorlage" Me.cbOfficeVorlage.Size = New System.Drawing.Size(336, 21) Me.cbOfficeVorlage.TabIndex = 6 ' 'txtDokumentartEinzeldokument ' Me.txtDokumentartEinzeldokument.Location = New System.Drawing.Point(216, 0) Me.txtDokumentartEinzeldokument.Name = "txtDokumentartEinzeldokument" Me.txtDokumentartEinzeldokument.Size = New System.Drawing.Size(16, 20) Me.txtDokumentartEinzeldokument.TabIndex = 29 Me.txtDokumentartEinzeldokument.Text = "" Me.txtDokumentartEinzeldokument.Visible = False ' 'TabControl1 ' Me.TabControl1.Controls.AddRange(New System.Windows.Forms.Control() {Me.TabStruktur, Me.TabStatusreihenfolge, Me.TabDokumentfelder}) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(504, 25) Me.TabControl1.Name = "TabControl1" Me.TabControl1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(344, 676) Me.TabControl1.TabIndex = 14 ' 'TabStruktur ' Me.TabStruktur.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.TabStruktur.Controls.AddRange(New System.Windows.Forms.Control() {Me.TVStruktur, Me.Panel2}) Me.TabStruktur.Location = New System.Drawing.Point(4, 22) Me.TabStruktur.Name = "TabStruktur" Me.TabStruktur.Size = New System.Drawing.Size(336, 650) Me.TabStruktur.TabIndex = 0 Me.TabStruktur.Text = "Struktur" ' 'TVStruktur ' Me.TVStruktur.ContextMenu = Me.ContextMenu2 Me.TVStruktur.Dock = System.Windows.Forms.DockStyle.Fill Me.TVStruktur.ImageList = Me.ImageList2 Me.TVStruktur.Location = New System.Drawing.Point(0, 40) Me.TVStruktur.Name = "TVStruktur" Me.TVStruktur.Size = New System.Drawing.Size(332, 606) Me.TVStruktur.TabIndex = 1 ' 'ContextMenu2 ' Me.ContextMenu2.MenuItems.AddRange(New System.Windows.Forms.MenuItem() {Me.MnuDokZuordnungauheben, Me.MenuItem2, Me.MenuItem4}) ' 'MnuDokZuordnungauheben ' Me.MnuDokZuordnungauheben.Index = 0 Me.MnuDokZuordnungauheben.Text = "Zuordnung aufheben" ' 'MenuItem2 ' Me.MenuItem2.Index = 1 Me.MenuItem2.Text = "-" ' 'MenuItem4 ' Me.MenuItem4.Index = 2 Me.MenuItem4.Text = "Dokumenttypen dieser Struktur" ' 'ImageList2 ' Me.ImageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent ' 'Panel2 ' Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel2.Controls.AddRange(New System.Windows.Forms.Control() {Me.RBEinzeldokumente, Me.RBGesamt, Me.RBEingang, Me.RBHost, Me.RBErstellung, Me.RBKundendossier}) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(332, 40) Me.Panel2.TabIndex = 0 ' 'RBEinzeldokumente ' Me.RBEinzeldokumente.Location = New System.Drawing.Point(8, 8) Me.RBEinzeldokumente.Name = "RBEinzeldokumente" Me.RBEinzeldokumente.Size = New System.Drawing.Size(296, 24) Me.RBEinzeldokumente.TabIndex = 7 Me.RBEinzeldokumente.Text = "Einzeldokumente" Me.RBEinzeldokumente.Visible = False ' 'RBGesamt ' Me.RBGesamt.Location = New System.Drawing.Point(184, 8) Me.RBGesamt.Name = "RBGesamt" Me.RBGesamt.Size = New System.Drawing.Size(112, 24) Me.RBGesamt.TabIndex = 6 Me.RBGesamt.Text = "gesamte Struktur" Me.RBGesamt.Visible = False ' 'RBEingang ' Me.RBEingang.Location = New System.Drawing.Point(232, 8) Me.RBEingang.Name = "RBEingang" Me.RBEingang.Size = New System.Drawing.Size(80, 24) Me.RBEingang.TabIndex = 5 Me.RBEingang.Text = "Eingang" Me.RBEingang.Visible = False ' 'RBHost ' Me.RBHost.Location = New System.Drawing.Point(104, 8) Me.RBHost.Name = "RBHost" Me.RBHost.Size = New System.Drawing.Size(56, 24) Me.RBHost.TabIndex = 4 Me.RBHost.Text = "HOST" ' 'RBErstellung ' Me.RBErstellung.Location = New System.Drawing.Point(104, 8) Me.RBErstellung.Name = "RBErstellung" Me.RBErstellung.Size = New System.Drawing.Size(80, 24) Me.RBErstellung.TabIndex = 3 Me.RBErstellung.Text = "Erstellung" Me.RBErstellung.Visible = False ' 'RBKundendossier ' Me.RBKundendossier.Location = New System.Drawing.Point(8, 8) Me.RBKundendossier.Name = "RBKundendossier" Me.RBKundendossier.TabIndex = 0 Me.RBKundendossier.Text = "Kundendossier" ' 'TabStatusreihenfolge ' Me.TabStatusreihenfolge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TabStatusreihenfolge.Controls.AddRange(New System.Windows.Forms.Control() {Me.rbEtikette, Me.rbDokStatusStandard, Me.BtnSaveRollen, Me.btnNeueRolle, Me.DokumentstatusRolle_Liste, Me.Label24, Me.btnsave, Me.Label20, Me.cbStatustyp, Me.Statuslist}) Me.TabStatusreihenfolge.Location = New System.Drawing.Point(4, 22) Me.TabStatusreihenfolge.Name = "TabStatusreihenfolge" Me.TabStatusreihenfolge.Size = New System.Drawing.Size(336, 650) Me.TabStatusreihenfolge.TabIndex = 1 Me.TabStatusreihenfolge.Text = "Statusreihenfolge" ' 'rbEtikette ' Me.rbEtikette.Enabled = False Me.rbEtikette.Location = New System.Drawing.Point(88, 48) Me.rbEtikette.Name = "rbEtikette" Me.rbEtikette.Size = New System.Drawing.Size(168, 24) Me.rbEtikette.TabIndex = 11 Me.rbEtikette.Text = "Retournierung mit Etikette" ' 'rbDokStatusStandard ' Me.rbDokStatusStandard.Location = New System.Drawing.Point(16, 48) Me.rbDokStatusStandard.Name = "rbDokStatusStandard" Me.rbDokStatusStandard.Size = New System.Drawing.Size(72, 24) Me.rbDokStatusStandard.TabIndex = 10 Me.rbDokStatusStandard.Text = "Standard" ' 'BtnSaveRollen ' Me.BtnSaveRollen.Image = CType(resources.GetObject("BtnSaveRollen.Image"), System.Drawing.Bitmap) Me.BtnSaveRollen.ImageIndex = 2 Me.BtnSaveRollen.ImageList = Me.ImageList1 Me.BtnSaveRollen.Location = New System.Drawing.Point(296, 320) Me.BtnSaveRollen.Name = "BtnSaveRollen" Me.BtnSaveRollen.Size = New System.Drawing.Size(24, 24) Me.BtnSaveRollen.TabIndex = 9 ' 'btnNeueRolle ' Me.btnNeueRolle.Image = CType(resources.GetObject("btnNeueRolle.Image"), System.Drawing.Bitmap) Me.btnNeueRolle.ImageIndex = 3 Me.btnNeueRolle.ImageList = Me.ImageList1 Me.btnNeueRolle.Location = New System.Drawing.Point(272, 320) Me.btnNeueRolle.Name = "btnNeueRolle" Me.btnNeueRolle.Size = New System.Drawing.Size(24, 24) Me.btnNeueRolle.TabIndex = 8 ' 'DokumentstatusRolle_Liste ' Me.DokumentstatusRolle_Liste.AllowFilter = True Me.DokumentstatusRolle_Liste.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.DokumentstatusRolle_Liste.AllowSort = False Me.DokumentstatusRolle_Liste.AlternatingRows = True Me.DokumentstatusRolle_Liste.CaptionHeight = 17 Me.DokumentstatusRolle_Liste.CollapseColor = System.Drawing.Color.Black Me.DokumentstatusRolle_Liste.DataChanged = False Me.DokumentstatusRolle_Liste.DeadAreaBackColor = System.Drawing.Color.Gray Me.DokumentstatusRolle_Liste.ExpandColor = System.Drawing.Color.Black Me.DokumentstatusRolle_Liste.FilterBar = True Me.DokumentstatusRolle_Liste.GroupByCaption = "Drag a column header here to group by that column" Me.DokumentstatusRolle_Liste.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.DokumentstatusRolle_Liste.Location = New System.Drawing.Point(8, 352) Me.DokumentstatusRolle_Liste.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightCell Me.DokumentstatusRolle_Liste.MultiSelect = C1.Win.C1TrueDBGrid.MultiSelectEnum.None Me.DokumentstatusRolle_Liste.Name = "DokumentstatusRolle_Liste" Me.DokumentstatusRolle_Liste.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.DokumentstatusRolle_Liste.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.DokumentstatusRolle_Liste.PreviewInfo.ZoomFactor = 75 Me.DokumentstatusRolle_Liste.PrintInfo.ShowOptionsDialog = False Me.DokumentstatusRolle_Liste.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.DokumentstatusRolle_Liste.RowDivider = GridLines1 Me.DokumentstatusRolle_Liste.RowHeight = 15 Me.DokumentstatusRolle_Liste.RowSubDividerColor = System.Drawing.Color.DarkGray Me.DokumentstatusRolle_Liste.ScrollTips = False Me.DokumentstatusRolle_Liste.Size = New System.Drawing.Size(312, 264) Me.DokumentstatusRolle_Liste.TabIndex = 7 Me.DokumentstatusRolle_Liste.Text = "C1TrueDBGrid1" Me.DokumentstatusRolle_Liste.PropBag = "Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:White;}Selected" & _ "{ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactiv" & _ "eCaptionText;BackColor:InactiveCaption;}FilterBar{BackColor:255, 255, 128;}Foote" & _ "r{}Caption{AlignHorz:Center;}Normal{}HighlightRow{ForeColor:HighlightText;BackCo" & _ "lor:Highlight;}Style9{}OddRow{BackColor:ControlLight;}RecordSelector{AlignImage:" & _ "Center;}Heading{Wrap:True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:C" & _ "ontrolText;BackColor:Control;}Style8{}Style10{AlignHorz:Near;}Style11{}Style12{}" & _ "Style13{}Style1{}0, 0, 308, 2600